UNPKG

@patternfly/react-icons

Version:
9 lines 598 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiAddCircleFillIconConfig: { name: 'RhUiAddCircleFillIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7 16.125h-5.875V23a1.125 1.125 0 0 1-2.25 0v-5.875H9a1.125 1.125 0 0 1 0-2.25h5.875V9a1.125 1.125 0 0 1 2.25 0v5.875H23a1.125 1.125 0 0 1 0 2.25Z"}, rhUiIcon: null, }; export declare const RhUiAddCircleFillIcon: ComponentClass<SVGIconProps>; export default RhUiAddCircleFillIcon;