UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 563 B
import { createIconBase } from '../createIcon.js'; export const RhUiResourcesFullIconConfig = { name: 'RhUiResourcesFullIcon', icon: {"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 5.523-4.477 10-10 10S6 21.523 6 16 10.477 6 16 6s10 4.477 10 10Z"}, rhUiIcon: null, }; export const RhUiResourcesFullIcon = createIconBase(RhUiResourcesFullIconConfig); export default RhUiResourcesFullIcon;