UNPKG

@patternfly/react-icons

Version:
12 lines 580 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const DivideIconConfig: { name: 'DivideIcon', height: 512, width: 448, svgPath: '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', yOffset: 0, xOffset: 0, }; export declare const DivideIcon: React.ComponentClass<SVGIconProps>; export default DivideIcon;