@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 645 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ChevronCircleRightIconConfig: {
name: 'ChevronCircleRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"},
rhUiIcon: null,
};
export declare const ChevronCircleRightIcon: ComponentClass<SVGIconProps>;
export default ChevronCircleRightIcon;