faHouzz.js 662 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var prefix = 'fab';
  4. var iconName = 'houzz';
  5. var width = 448;
  6. var height = 512;
  7. var ligatures = [];
  8. var unicode = 'f27c';
  9. var svgPathData = 'M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z';
  10. exports.definition = {
  11. prefix: prefix,
  12. iconName: iconName,
  13. icon: [
  14. width,
  15. height,
  16. ligatures,
  17. unicode,
  18. svgPathData
  19. ]};
  20. exports.faHouzz = exports.definition;
  21. exports.prefix = prefix;
  22. exports.iconName = iconName;
  23. exports.width = width;
  24. exports.height = height;
  25. exports.ligatures = ligatures;
  26. exports.unicode = unicode;
  27. exports.svgPathData = svgPathData;