@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 369 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const HouzzIconConfig: {
name: 'HouzzIcon',
height: 512,
width: 448,
svgPath: 'M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z',
yOffset: 0,
xOffset: 0,
};
export declare const HouzzIcon: React.ComponentClass<SVGIconProps>;
export default HouzzIcon;