faPatreon.js 761 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'patreon';
  5. var width = 512;
  6. var height = 512;
  7. var ligatures = [];
  8. var unicode = 'f3d9';
  9. var svgPathData = 'M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. ligatures,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faPatreon = exports.definition;
  21. exports.prefix = prefix;
  22. exports.iconName = iconName;
  23. exports.width = width;
  24. exports.height = height;
  25. exports.ligatures = ligatures;
  26. exports.unicode = unicode;
  27. exports.svgPathData = svgPathData;