UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 392 B
import React from 'react'; export default function AlphaECircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-alpha-e-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2a10 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 2M9 7v10h6v-2h-4v-2h4v-2h-4V9h4V7H9z" /> </svg> ); }