UNPKG

@patternfly/react-icons

Version:
12 lines 649 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const GgCircleIconConfig: { name: 'GgCircleIcon', height: 512, width: 512, svgPath: 'M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z', yOffset: 0, xOffset: 0, }; export declare const GgCircleIcon: React.ComponentClass<SVGIconProps>; export default GgCircleIcon;