faSitrox.js 833 B

123456789101112131415161718192021222324252627282930
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'sitrox';
  5. var width = 448;
  6. var height = 512;
  7. var aliases = [];
  8. var unicode = 'e44a';
  9. var svgPathData = 'M212.4 .0085V0H448V128H64C64 57.6 141.8 .4753 212.4 .0085zM237.3 192V192C307.1 192.5 384 249.6 384 320H210.8V319.1C140.9 319.6 64 262.4 64 192H237.3zM235.6 511.1C306.3 511.5 384 454.4 384 384H0V512H235.6V511.1z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. aliases,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faSitrox = exports.definition;
  21. exports.prefix = prefix;
  22. exports.iconName = iconName;
  23. exports.width = width;
  24. exports.height = height;
  25. exports.ligatures = aliases;
  26. exports.unicode = unicode;
  27. exports.svgPathData = svgPathData;
  28. exports.aliases = aliases;