@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 688 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HatWizardIconConfig: {
name: 'HatWizardIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z"},
rhUiIcon: null,
};
export declare const HatWizardIcon: ComponentClass<SVGIconProps>;
export default HatWizardIcon;