1234567891011121314151617181920212223242526272829 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var prefix = 'fab';
- var iconName = 'houzz';
- var width = 448;
- var height = 512;
- var ligatures = [];
- var unicode = 'f27c';
- var svgPathData = 'M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z';
- exports.definition = {
- prefix: prefix,
- iconName: iconName,
- icon: [
- width,
- height,
- ligatures,
- unicode,
- svgPathData
- ]};
- exports.faHouzz = exports.definition;
- exports.prefix = prefix;
- exports.iconName = iconName;
- exports.width = width;
- exports.height = height;
- exports.ligatures = ligatures;
- exports.unicode = unicode;
- exports.svgPathData = svgPathData;
|