UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 783 B
import { createIconBase } from '../createIcon.js'; export const RhUiSeverityImportantFillIconConfig = { name: 'RhUiSeverityImportantFillIcon', icon: {"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"}, rhUiIcon: null, }; export const RhUiSeverityImportantFillIcon = createIconBase(RhUiSeverityImportantFillIconConfig); export default RhUiSeverityImportantFillIcon;