UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 520 B
import React from 'react'; export default function ArrowTopLeftThinCircleOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-arrow-top-left-thin-circle-outline ${props.className}`} > <path d="M12 3.97c4.41 0 8.03 3.62 8.03 8.03 0 4.41-3.62 8.03-8.03 8.03-4.41 0-8.03-3.62-8.03-8.03 0-4.41 3.62-8.03 8.03-8.03M12 2C6.46 2 2 6.46 2 12s4.46 10 10 10 10-4.46 10-10S17.54 2 12 2m-1.88 9.53L8 13.64V8h5.64l-2.11 2.12 4.97 4.98-1.4 1.4" /> </svg> ); }