@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 798 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const RebootingIconConfig: {
name: 'RebootingIcon',
height: 1024,
width: 1024,
svgPath: 'M515.8,0 C655.3,0 781.6,58.4 873.4,150.2 L968.9,54.7 C989,34.5 1024,48.8 1024,77.3 L1024,352 C1024,369.7 1009.2,384.1 991.5,384 L716.8,384 C688.3,384 674,349.5 694.2,329.3 L783,240.5 C713.5,171.1 617.8,128 512,128 C300.4,128 128,300.2 128,512 C128,723.8 300.2,896.1 511.9,896 C606.9,896 693.9,861.2 761,803.9 C773.7,793.1 792.6,793.8 804.4,805.6 L849.6,850.9 C862.6,864 861.9,885.4 848,897.6 C758,976.3 640.3,1024 511.7,1024 C229.1,1024 0,797 0,510.7 C0,226.2 235,0 515.8,0',
yOffset: 0,
xOffset: 0,
};
export declare const RebootingIcon: React.ComponentClass<SVGIconProps>;
export default RebootingIcon;