@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 980 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardAppOnServerIconConfig: {
name: 'RhStandardAppOnServerIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 23.37a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63ZM18 9.38a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm2 0a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Z"},{"path":"M31 18.38H5a.62.62 0 0 0-.62.62v10a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V19a.62.62 0 0 0-.62-.62Zm-.62 10H5.62v-8.76h24.76Z"},{"path":"M9 24.62h6a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Zm4-7h10a.62.62 0 0 0 .62-.62V7a.62.62 0 0 0-.62-.62H13a.62.62 0 0 0-.62.62v10a.62.62 0 0 0 .62.62Zm.62-10h8.76v8.76h-8.76Z"}]},
rhUiIcon: null,
};
export declare const RhStandardAppOnServerIcon: ComponentClass<SVGIconProps>;
export default RhStandardAppOnServerIcon;