@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 707 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const OutlinedArrowAltCircleRightIconConfig = {
name: 'OutlinedArrowAltCircleRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"},
rhUiIcon: null,
};
export const OutlinedArrowAltCircleRightIcon = createIconBase(OutlinedArrowAltCircleRightIconConfig);
export default OutlinedArrowAltCircleRightIcon;