@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 917 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardTrashcanIconConfig = {
name: 'RhStandardTrashcanIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M8 8.62h20a.62.62 0 1 0 0-1.24h-6.44a3.62 3.62 0 0 0-7.12 0H8a.62.62 0 0 0 0 1.24Zm10-3a2.38 2.38 0 0 1 2.28 1.76h-4.56A2.38 2.38 0 0 1 18 5.62Zm0 22a.62.62 0 0 0 .62-.62V15a.62.62 0 0 0-1.24 0v12a.62.62 0 0 0 .62.62Zm-5 0a.62.62 0 0 0 .62-.62V15a.62.62 0 0 0-1.24 0v12a.62.62 0 0 0 .62.62Zm10 0a.62.62 0 0 0 .62-.62V15a.62.62 0 0 0-1.24 0v12a.62.62 0 0 0 .62.62Z"},{"path":"M28 10.38H8a.62.62 0 0 0 0 1.24h.38V31a.62.62 0 0 0 .62.62h18a.62.62 0 0 0 .62-.62V11.62H28a.62.62 0 0 0 0-1.24Zm-1.62 20H9.62V11.62h16.76Z"}]},
rhUiIcon: null,
};
export const RhStandardTrashcanIcon = createIconBase(RhStandardTrashcanIconConfig);
export default RhStandardTrashcanIcon;