@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 653 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPowerIconConfig: {
name: 'RhUiPowerIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 17c0 7.72-6.28 14-14 14S2 24.72 2 17c0-4.338 1.962-8.36 5.384-11.036A1.002 1.002 0 0 1 8.617 7.54 11.936 11.936 0 0 0 4.001 17c0 6.617 5.383 12 12 12s12-5.383 12-12a11.94 11.94 0 0 0-4.616-9.46 1 1 0 1 1 1.233-1.576A13.928 13.928 0 0 1 30.002 17Zm-14 1a1 1 0 0 0 1-1V2a1 1 0 1 0-2 0v15a1 1 0 0 0 1 1Z"},
rhUiIcon: null,
};
export declare const RhUiPowerIcon: ComponentClass<SVGIconProps>;
export default RhUiPowerIcon;