UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 388 B
import React from 'react'; export default function Numeric_7CircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-numeric-7-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M11 17l4-8V7H9v2h4l-4 8h2m1-15a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2z" /> </svg> ); }