@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.65 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const SeverityImportantIconConfig: {
name: 'SeverityImportantIcon',
icon: {"width":1024,"height":1024,"svgPathData":"M0,587.2c0,23.2,10.8,40.4,30.7,51.6,20.8,11.7,42.1,12.5,63.1-.5l378.4-235.4c26.5-16.7,51.7-16.4,78.7.5,123.4,77.2,247.5,153.4,371,230.5,22.9,14.3,44.9,18.7,69.3,5.3,24.5-13.5,32.5-35,32.3-61.4-.4-49.4,0-41.9,0-91.3s-.3-99.9,0-149.8c.2-27.6-11.5-47.8-35.1-61.8C841.4,187.2,694.4,99.5,547.5,11.7c-24.5-14.6-48.1-14.4-72.4.2C327.3,100.3,179.4,188.5,31.7,276.8c-21.1,12.6-31.7,31.5-31.7,56.1v254.3ZM1023.8,857.8c0,1.9,0-.6.2-10.3,0-2.1,0-4.1-.2-6.1v-35.1c0-29.9,0,8.8,0,33.8-1.8-23.9-13.4-41.7-34.9-54.4-147-87.7-294-175.4-441-263.3-24.5-14.6-48.1-14.4-72.4.2-147.7,88.4-295.6,176.6-443.4,265-21.1,12.6-31.7,31.4-31.7,56.1v120.3c0,23.2,10.8,40.4,30.7,51.6,20.8,11.7,42.1,12.5,63.1-.5l378.4-235.4c26.5-16.7,51.7-16.4,78.7.5,123.4,77.2,247.5,153.4,371,230.5,22.9,14.3,44.9,18.7,69.3,5.3,24.5-13.5,32.5-35,32.3-61.4-.2-32.3-.2-64.6-.2-96.9h.2Z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 8.788V18a.999.999 0 0 1-1.407.913L16 13.307 3.407 18.913A.997.997 0 0 1 2 18V8.788c0-.395.232-.753.593-.913l13-5.788c.259-.115.555-.115.813 0l13 5.788c.361.16.593.519.593.913Zm-.593 14.299-13-5.788a1.001 1.001 0 0 0-.813 0l-13 5.788a.999.999 0 0 0-.593.913v5a.999.999 0 0 0 1.407.913l12.593-5.606 12.593 5.606a1.004 1.004 0 0 0 .951-.074c.284-.185.456-.5.456-.839v-5a.998.998 0 0 0-.593-.913Z"},
};
export declare const SeverityImportantIcon: ComponentClass<SVGIconProps>;
export default SeverityImportantIcon;