@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 608 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const DivideIconConfig: {
name: 'DivideIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"},
rhUiIcon: null,
};
export declare const DivideIcon: ComponentClass<SVGIconProps>;
export default DivideIcon;