UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 634 B
import { createIconBase } from '../createIcon.js'; export const GgCircleIconConfig = { name: 'GgCircleIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"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"}, rhUiIcon: null, }; export const GgCircleIcon = createIconBase(GgCircleIconConfig); export default GgCircleIcon;