@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 747 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiCloseCircleIconConfig: {
name: 'RhUiCloseCircleIcon',
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 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm5.707-17.293L17.414 16l4.293 4.293a.999.999 0 1 1-1.414 1.414L16 17.414l-4.293 4.293a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L14.586 16l-4.293-4.293a.999.999 0 1 1 1.414-1.414L16 14.586l4.293-4.293a.999.999 0 1 1 1.414 1.414Z"},
rhUiIcon: null,
};
export declare const RhUiCloseCircleIcon: ComponentClass<SVGIconProps>;
export default RhUiCloseCircleIcon;