UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 453 B
import { createIconBase } from '../createIcon.js'; export const AdjustIconConfig = { name: 'AdjustIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z"}, rhUiIcon: null, }; export const AdjustIcon = createIconBase(AdjustIconConfig); export default AdjustIcon;