UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 486 B
import { createIconBase } from '../createIcon.js'; export const OutlinedCircleIconConfig = { name: 'OutlinedCircleIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"}, rhUiIcon: null, }; export const OutlinedCircleIcon = createIconBase(OutlinedCircleIconConfig); export default OutlinedCircleIcon;