@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 594 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const ArrowAltCircleRightIconConfig = {
name: 'ArrowAltCircleRightIcon',
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 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z"},
rhUiIcon: null,
};
export const ArrowAltCircleRightIcon = createIconBase(ArrowAltCircleRightIconConfig);
export default ArrowAltCircleRightIcon;