@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 615 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiSeverityUndefinedFillIconConfig = {
name: 'RhUiSeverityUndefinedFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M14 13.5v5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h9c.827 0 1.5.673 1.5 1.5ZM28.5 12h-9c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Z"},
rhUiIcon: null,
};
export const RhUiSeverityUndefinedFillIcon = createIconBase(RhUiSeverityUndefinedFillIconConfig);
export default RhUiSeverityUndefinedFillIcon;