@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 930 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardSaveIconConfig: {
name: 'RhStandardSaveIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M8.38 17v10a.62.62 0 0 0 .62.62h18a.62.62 0 0 0 .62-.62V17a.62.62 0 0 0-.62-.62H9a.62.62 0 0 0-.62.62Zm1.24.62h16.76v8.76H9.62Z"},{"path":"m31.44 9.56-5-5c-.19-.33-1.88-.14-2.44-.19a.64.64 0 0 0-.62.63v7.38H12.62V5a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V10a.59.59 0 0 0-.18-.44Zm-1.06 20.82H5.62V5.62h5.76V13a.62.62 0 0 0 .62.62h12a.62.62 0 0 0 .62-.62V5.62h1.12l4.64 4.64Z"},{"path":"M21 8.62a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-1.24 0v3a.62.62 0 0 0 .62.62Z"}]},
rhUiIcon: null,
};
export declare const RhStandardSaveIcon: ComponentClass<SVGIconProps>;
export default RhStandardSaveIcon;