@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 902 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCartIconConfig: {
name: 'RhStandardCartIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M29 30.38a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-16 0a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm18-3H11.62V8a3.62 3.62 0 1 0-7.24 0 .62.62 0 0 0 1.24 0 2.38 2.38 0 0 1 4.76 0v20a.61.61 0 0 0 .62.62h20a.62.62 0 0 0 0-1.24Z"},{"path":"M14 25.62h16a.61.61 0 0 0 .62-.62V9a.61.61 0 0 0-.62-.62H14a.61.61 0 0 0-.62.62v16a.61.61 0 0 0 .62.62Zm6.62-16h2.76v4.76h-2.76Zm-6 0h4.76V15a.61.61 0 0 0 .62.62h4a.61.61 0 0 0 .62-.62V9.62h4.76v14.76H14.62Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCartIcon: ComponentClass<SVGIconProps>;
export default RhStandardCartIcon;