@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.06 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardPizzaBoxIconConfig: {
name: 'RhStandardPizzaBoxIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 4.375H5A.625.625 0 0 0 4.375 5v20a.668.668 0 0 0 .183.442l6 6a.625.625 0 0 0 .442.183h14a.625.625 0 0 0 .442-.183l6-6c.045-.066.105-.125.135-.202a.488.488 0 0 0 .048-.263V5A.625.625 0 0 0 31 4.375Zm-.625 20.366-5.634 5.634H11.26l-5.634-5.634V5.625h24.75v19.116ZM11 9.375h14c.82.004.813 1.247 0 1.25H11c-.82-.004-.813-1.247 0-1.25Zm13 2H12a.625.625 0 0 0-.575.871l6 14c.194.494.956.499 1.15 0l6-14c.181-.394-.14-.884-.575-.871Zm-6 13.038-5.052-11.788h10.104L18 24.413ZM19.375 15a.625.625 0 1 1 1.25 0 .625.625 0 0 1-1.25 0Zm-3.998.001a.625.625 0 1 1 1.25 0 .625.625 0 0 1-1.25 0Zm1.999 4a.625.625 0 1 1 1.25 0 .625.625 0 0 1-1.25 0Z"},
rhUiIcon: null,
};
export declare const RhStandardPizzaBoxIcon: ComponentClass<SVGIconProps>;
export default RhStandardPizzaBoxIcon;