@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 498 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare 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 declare const AdjustIcon: ComponentClass<SVGIconProps>;
export default AdjustIcon;