UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 390 B
import React from 'react'; export default function ArrowLeftDropCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-left-drop-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-8-5l-5 5 5 5V7z" /> </svg> ); }