UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 407 B
import React from 'react'; export default function CheckUnderlineCircleIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-check-underline-circle ${props.className}`} > <path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 16H7v-2h10v2m-6.7-4L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3 10.3 14z" /> </svg> ); }