faBtc.js 1.2 KB

123456789101112131415161718192021222324252627282930
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'btc';
  5. var width = 384;
  6. var height = 512;
  7. var aliases = [];
  8. var unicode = 'f15a';
  9. var svgPathData = 'M310.2 242.6c27.73-14.18 45.38-39.39 41.28-81.3-5.358-57.35-52.46-76.57-114.8-81.93V0h-48.53v77.2c-12.6 0-25.52 .315-38.44 .63V0h-48.53v79.41c-17.84 .539-38.62 .276-97.37 0v51.68c38.31-.678 58.42-3.14 63.02 21.43v217.4c-2.925 19.49-18.52 16.68-53.26 16.07L3.765 443.7c88.48 0 97.37 .315 97.37 .315V512h48.53v-67.06c13.23 .315 26.15 .315 38.44 .315V512h48.53v-68c81.3-4.412 135.6-24.89 142.9-101.5 5.671-61.45-23.32-88.86-69.33-99.89zM150.6 134.6c27.42 0 113.1-8.507 113.1 48.53 0 54.51-85.71 48.21-113.1 48.21v-96.74zm0 251.8V279.8c32.77 0 133.1-9.138 133.1 53.26-.001 60.19-100.4 53.25-133.1 53.25z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. aliases,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faBtc = 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;