faServicestack.js 805 B

123456789101112131415161718192021222324252627282930
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'servicestack';
  5. var width = 496;
  6. var height = 512;
  7. var aliases = [];
  8. var unicode = 'f3ec';
  9. var svgPathData = 'M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. aliases,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faServicestack = 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;