faSquareTumblr.js 1.1 KB

123456789101112131415161718192021222324252627282930
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'square-tumblr';
  5. var width = 448;
  6. var height = 512;
  7. var aliases = ["tumblr-square"];
  8. var unicode = 'f174';
  9. var svgPathData = 'M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. aliases,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faSquareTumblr = 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;