faBootstrap.js 1.3 KB

123456789101112131415161718192021222324252627282930
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'bootstrap';
  5. var width = 576;
  6. var height = 512;
  7. var aliases = [];
  8. var unicode = 'f836';
  9. var svgPathData = 'M333.5 201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4 238.2 333.5 225 333.5 201.4zM517 188.6c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1 0-55.8 28.1-54.7 58.5c1 29.3-.3 67.2-9.8 98.1c-9.6 31-25.7 50.6-52.2 53.1v28.5c26.4 2.5 42.6 22.1 52.2 53.1c9.5 30.9 10.9 68.8 9.8 98.1c-1.1 30.5 22.7 58.5 54.7 58.5h328.7c32.1 0 55.8-28.1 54.7-58.5c-1-29.3 .3-67.2 9.8-98.1c9.6-31 25.7-50.6 52.1-53.1v-28.5C542.7 239.2 526.5 219.6 517 188.6zM300.2 375.1h-97.9V136.8h97.4c43.3 0 71.7 23.4 71.7 59.4c0 25.3-19.1 47.9-43.5 51.8v1.3c33.2 3.6 55.5 26.6 55.5 58.3C383.4 349.7 352.1 375.1 300.2 375.1zM290.2 266.4h-50.1v78.4h52.3c34.2 0 52.3-13.7 52.3-39.5C344.7 279.6 326.1 266.4 290.2 266.4z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. aliases,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faBootstrap = 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;