@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 754 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardStorageIconConfig: {
name: 'RhStandardStorageIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 7.35c-7.65 0-13.65 3.36-13.65 7.65v6c0 4.29 6 7.65 13.65 7.65S31.65 25.29 31.65 21v-6c0-4.29-6-7.65-13.65-7.65Zm0 1.3c6.7 0 12.35 2.91 12.35 6.35S24.7 21.35 18 21.35 5.65 18.44 5.65 15 11.3 8.65 18 8.65Zm0 18.7c-6.7 0-12.35-2.91-12.35-6.35v-2.71c2.16 2.6 6.81 4.36 12.35 4.36s10.19-1.76 12.35-4.36V21c0 3.44-5.65 6.35-12.35 6.35Z"},
rhUiIcon: null,
};
export declare const RhStandardStorageIcon: ComponentClass<SVGIconProps>;
export default RhStandardStorageIcon;