@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 867 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardStyrofoamIconConfig: {
name: 'RhStandardStyrofoamIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M32 17.352h-1.667l-4.805-6.729a.647.647 0 0 0-.528-.271H11c-.21 0-.406.1-.528.271l-4.805 6.729H4a.648.648 0 1 0 0 1.296h.676l5.805 7.74c.123.165.315.26.52.26h14a.647.647 0 0 0 .518-.26l5.805-7.74H32a.648.648 0 1 0 0-1.296Zm-20.666-5.704h13.332l4.073 5.704H7.261l4.073-5.704Zm10.1 7-.703.704H15.27l-.703-.704h6.868Zm3.242 6.704H11.324l-5.027-6.704h6.434l1.81 1.811a.65.65 0 0 0 .459.19h6a.65.65 0 0 0 .459-.19l1.81-1.81h6.434l-5.027 6.703Z"},
rhUiIcon: null,
};
export declare const RhStandardStyrofoamIcon: ComponentClass<SVGIconProps>;
export default RhStandardStyrofoamIcon;