UNPKG

@patternfly/react-icons

Version:
12 lines 487 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const BreadSliceIconConfig: { name: 'BreadSliceIcon', height: 512, width: 576, svgPath: 'M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z', yOffset: 0, xOffset: 0, }; export declare const BreadSliceIcon: React.ComponentClass<SVGIconProps>; export default BreadSliceIcon;