UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 355 B
import React from 'react'; export default function ArrowRightDropCircleIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-arrow-right-drop-circle ${props.className}`} > <path d="M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12m8 5 5-5-5-5v10z" /> </svg> ); }