@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 822 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardInstallIconConfig: {
name: 'RhStandardInstallIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 23.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M31 17.38H5a.61.61 0 0 0-.62.62v10a.61.61 0 0 0 .62.62h26a.61.61 0 0 0 .62-.62V18a.61.61 0 0 0-.62-.62Zm-.62 10H5.62v-8.76h24.76Z"},{"path":"M9 23.62h6a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Zm8.56-8.18a.62.62 0 0 0 .88 0l3.6-3.6c.58-.56-.32-1.47-.88-.88l-2.54 2.53V6a.62.62 0 0 0-1.24 0v7.49L14.84 11c-.56-.58-1.46.32-.88.88Z"}]},
rhUiIcon: null,
};
export declare const RhStandardInstallIcon: ComponentClass<SVGIconProps>;
export default RhStandardInstallIcon;