UNPKG

@omtanke/react-material-icons

Version:
18 lines (16 loc) 420 B
const SvgFiberSmartRecord = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path d='M24 24H0V0h24v24z' fill='none' /> <circle cx={9} cy={12} r={8} /> <path d='M17 4.26v2.09a5.99 5.99 0 010 11.3v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z' /> </svg> ); } export default SvgFiberSmartRecord;