@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardRobotIconConfig: {
name: 'RhStandardRobotIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M15 12.38a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.62.62 0 0 0 .63-.62.63.63 0 0 0-.63-.63Zm6 0a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Z"},{"path":"M30 22.38h-8.38v-1.76H27a.62.62 0 0 0 .62-.62v-6.38H29a.62.62 0 1 0 0-1.24h-1.38V8a.62.62 0 0 0-.62-.62h-5.38V5a.62.62 0 0 0-1.24 0v2.38h-4.76V5a.62.62 0 1 0-1.24 0v2.38H9a.62.62 0 0 0-.62.62v4.38H7a.62.62 0 0 0 0 1.24h1.38V20a.62.62 0 0 0 .62.62h5.38v1.76H6a.62.62 0 0 0-.62.62v8a.62.62 0 0 0 1.24 0v-7.38h22.76V31a.62.62 0 0 0 1.24 0v-8a.62.62 0 0 0-.62-.62ZM9.62 8.62h16.76v10.76H9.62Zm6 12h4.76v1.76h-4.76Z"}]},
rhUiIcon: null,
};
export declare const RhStandardRobotIcon: ComponentClass<SVGIconProps>;
export default RhStandardRobotIcon;