UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 674 B
import { createIconBase } from '../createIcon.js'; export const RhUiArrowCircleLeftIconConfig = { name: 'RhUiArrowCircleLeftIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm0 28C8.832 29 3 23.168 3 16S8.832 3 16 3s13 5.832 13 13-5.832 13-13 13Zm8-13a1 1 0 0 1-1 1H11.414l4.293 4.293a.999.999 0 1 1-1.414 1.414l-5.646-5.646a1.501 1.501 0 0 1 0-2.121l5.646-5.646a.999.999 0 1 1 1.414 1.414l-4.293 4.293H23a1 1 0 0 1 1 1Z"}, rhUiIcon: null, }; export const RhUiArrowCircleLeftIcon = createIconBase(RhUiArrowCircleLeftIconConfig); export default RhUiArrowCircleLeftIcon;