@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
14 lines (11 loc) • 578 B
JavaScript
import { createIcon } from '../createIcon';
export const ChevronCircleRightIconConfig = {
name: 'ChevronCircleRightIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export const ChevronCircleRightIcon = createIcon(ChevronCircleRightIconConfig);
export default ChevronCircleRightIcon;