@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.07 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardMainframeIconConfig: {
name: 'RhStandardMainframeIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M25 22.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm-14 0a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm20 7.76H5a.62.62 0 1 0 0 1.24h26a.62.62 0 0 0 0-1.24Z"},{"path":"M6 27.62h10a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-.62-.62H6a.62.62 0 0 0-.62.62v22a.62.62 0 0 0 .62.62Zm.62-22h8.76v20.76H6.62Zm13.38 22h10a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-.62-.62H20a.62.62 0 0 0-.62.62v22a.62.62 0 0 0 .62.62Zm.62-22h8.76v20.76h-8.76Z"},{"path":"M13 11.38H9a.62.62 0 0 0 0 1.24h4a.62.62 0 0 0 0-1.24Zm0-3H9a.62.62 0 0 0 0 1.24h4a.62.62 0 0 0 0-1.24Zm14 3h-4a.62.62 0 0 0 0 1.24h4a.62.62 0 1 0 0-1.24Zm0-3h-4a.62.62 0 1 0 0 1.24h4a.62.62 0 1 0 0-1.24Z"}]},
rhUiIcon: null,
};
export declare const RhStandardMainframeIcon: ComponentClass<SVGIconProps>;
export default RhStandardMainframeIcon;