@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 693 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const OutlinedArrowAltCircleLeftIconConfig = {
name: 'OutlinedArrowAltCircleLeftIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z"},
rhUiIcon: null,
};
export const OutlinedArrowAltCircleLeftIcon = createIconBase(OutlinedArrowAltCircleLeftIconConfig);
export default OutlinedArrowAltCircleLeftIcon;