@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 612 B
JavaScript
import { createIconBase } from '../createIcon.js';
export 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 const ChevronCircleRightIcon = createIconBase(ChevronCircleRightIconConfig);
export default ChevronCircleRightIcon;