package.dist.esm.icons.bread-slice-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
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;
export default BreadSliceIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy