@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 728 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiCleanUpIconConfig: {
name: 'RhUiCleanUpIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M7 16a1 1 0 0 1 1-1h7V2a1 1 0 1 1 2 0v13h7a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm20.099 13.793A1.002 1.002 0 0 1 26.12 31H5.88a1 1 0 0 1-.979-1.207l2.12-10A1 1 0 0 1 8 19h16a1 1 0 0 1 .979.793l2.12 10ZM24.886 29l-1.697-8H8.811l-1.697 8h4.076l.894-4.208a1.002 1.002 0 0 1 1.957.416L13.235 29h5.53l-.806-3.792c-.114-.54.23-1.071.77-1.187.536-.113 1.07.23 1.187.771L20.81 29h4.076Z"},
rhUiIcon: null,
};
export declare const RhUiCleanUpIcon: ComponentClass<SVGIconProps>;
export default RhUiCleanUpIcon;