@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 827 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiRobotFillIconConfig: {
name: 'RhUiRobotFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29 22.5v6c0 .827-.673 1.5-1.5 1.5h-23c-.827 0-1.5-.673-1.5-1.5v-6c0-.827.673-1.5 1.5-1.5h23c.827 0 1.5.673 1.5 1.5ZM3 11a1 1 0 0 1 1-1h2V5.5C6 4.673 6.673 4 7.5 4H12V2a1 1 0 1 1 2 0v2h4V2a1 1 0 1 1 2 0v2h4.5c.827 0 1.5.673 1.5 1.5V10h2a1 1 0 1 1 0 2h-2v4.5c0 .827-.673 1.5-1.5 1.5h-17c-.827 0-1.5-.673-1.5-1.5V12H4a1 1 0 0 1-1-1Zm15.125.003a1.874 1.874 0 1 0 3.749.001 1.874 1.874 0 0 0-3.749-.001Zm-8 0a1.874 1.874 0 1 0 3.749.001 1.874 1.874 0 0 0-3.749-.001Z"},
rhUiIcon: null,
};
export declare const RhUiRobotFillIcon: ComponentClass<SVGIconProps>;
export default RhUiRobotFillIcon;