@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 567 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhMicronsErrorFillIconConfig: {
name: 'RhMicronsErrorFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":20,"height":20,"svgPathData":"M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0ZM8.5 5a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0V5Zm1.505 11.629a1.625 1.625 0 1 1 0-3.25 1.625 1.625 0 0 1 0 3.25Z"},
rhUiIcon: null,
};
export declare const RhMicronsErrorFillIcon: ComponentClass<SVGIconProps>;
export default RhMicronsErrorFillIcon;