UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 407 B
import React from 'react'; export default function AlphaUCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-alpha-u-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M9 7v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7h-2v8h-2V7H9m3-5a10 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> ); }