@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.15 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ResourcesAlmostFullIconConfig: {
name: 'ResourcesAlmostFullIcon',
icon: {"width":1024,"height":1024,"svgPathData":"M512.1,0 C229.7,0 0,229.8 0,512 C0,794.3 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0 Z M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.7,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 Z M770,384 L253.9,384 C234.7,422.6 224,466 224,512 C224,671.1 352.9,800 512,800 C671.1,800 800,671.1 800,512 C800,466 789.2,422.6 770,384"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm10-13c0 6.117-5.501 10.957-11.823 9.838-4.055-.717-7.305-3.987-8.019-8.043-.482-2.737.166-5.326 1.549-7.372a.987.987 0 0 1 .82-.424h14.945c.326 0 .637.153.819.423a9.927 9.927 0 0 1 1.708 5.577Z"},
};
export declare const ResourcesAlmostFullIcon: ComponentClass<SVGIconProps>;
export default ResourcesAlmostFullIcon;