UNPKG

@patternfly/react-icons

Version:
9 lines 848 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const SeverityNoneIconConfig: { name: 'SeverityNoneIcon', icon: {"width":1024,"height":1024,"svgPathData":"M64,128h896c35.3,0,64,28.7,64,64v64c0,35.3-28.7,64-64,64H64c-35.3,0-64-28.7-64-64v-64c0-35.3,28.7-64,64-64ZM64,448h896c35.3,0,64,28.7,64,64v256c0,35.3-28.7,64-64,64H64c-35.3,0-64-28.7-64-64v-256c0-35.3,28.7-64,64-64Z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 6.5v4c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-4C2 5.673 2.673 5 3.5 5h25c.827 0 1.5.673 1.5 1.5ZM28.5 15h-25c-.827 0-1.5.673-1.5 1.5v9c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5Z"}, }; export declare const SeverityNoneIcon: ComponentClass<SVGIconProps>; export default SeverityNoneIcon;