@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.18 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardPrinterCopierIconConfig = {
name: 'RhStandardPrinterCopierIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M23 14.63a.62.62 0 0 0 .63-.62.63.63 0 1 0-1.25 0 .62.62 0 0 0 .62.62Zm2 0a.62.62 0 0 0 .63-.62.63.63 0 1 0-1.25 0 .62.62 0 0 0 .62.62Zm2 0a.62.62 0 0 0 .63-.62.63.63 0 1 0-1.25 0 .62.62 0 0 0 .62.62Zm3 15.75a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-18 0a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Z"},{"path":"M30 10.38H12a.61.61 0 0 0-.62.62v4.49l-4.94-4.93a.62.62 0 0 0-.88.88l5.82 5.82V29a.61.61 0 0 0 .62.62h18a.61.61 0 0 0 .62-.62V11a.61.61 0 0 0-.62-.62Zm-.62 6H18a.62.62 0 0 0 0 1.24h11.38v2.76H18a.62.62 0 0 0 0 1.24h11.38v2.76H18a.62.62 0 0 0 0 1.24h11.38v2.76H12.62V11.62h16.76Zm.62-12H18a.61.61 0 0 0-.62.62v4a.61.61 0 0 0 .62.62h12a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62Zm-.62 4H18.62V5.62h10.76Z"}]},
rhUiIcon: null,
};
export const RhStandardPrinterCopierIcon = createIconBase(RhStandardPrinterCopierIconConfig);
export default RhStandardPrinterCopierIcon;