UNPKG

@patternfly/react-icons

Version:
9 lines 747 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiTrashFillIconConfig: { name: 'RhUiTrashFillIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M6 7h20a1 1 0 1 0 0-2h-5.101C20.434 2.721 18.415 1 16 1s-4.434 1.721-4.899 4H6a1 1 0 1 0 0 2Zm10-4c1.302 0 2.402.839 2.816 2h-5.631a2.996 2.996 0 0 1 2.816-2Zm10 7H6a1 1 0 1 0 0 2h1v16.5c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5V12h1a1 1 0 1 0 0-2ZM13.125 24a1.125 1.125 0 0 1-2.25 0v-8a1.125 1.125 0 0 1 2.25 0v8Zm8 0a1.125 1.125 0 0 1-2.25 0v-8a1.125 1.125 0 0 1 2.25 0v8Z"}, rhUiIcon: null, }; export declare const RhUiTrashFillIcon: ComponentClass<SVGIconProps>; export default RhUiTrashFillIcon;