@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 515 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const BreadSliceIconConfig: {
name: 'BreadSliceIcon',
icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export declare const BreadSliceIcon: ComponentClass<SVGIconProps>;
export default BreadSliceIcon;