@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 609 B
JavaScript
exports.__esModule = true;
exports.ExclamationIconConfig = {
name: 'ExclamationIcon',
icon: {"xOffset":0,"yOffset":0,"width":192,"height":512,"svgPathData":"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z"},
rhUiIcon: null,
};
exports.ExclamationIcon = require('../createIcon').createIconBase(exports.ExclamationIconConfig);
exports["default"] = exports.ExclamationIcon;