faDeviantart.js 782 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'deviantart';
  5. var width = 320;
  6. var height = 512;
  7. var ligatures = [];
  8. var unicode = 'f1bd';
  9. var svgPathData = 'M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. ligatures,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faDeviantart = 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;