@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 434 B
JavaScript
const SvgLightSharp = (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='M0 0h24v24H0V0z' fill='none' />
<path d='M13 6.06V3h-2v3.06A9.006 9.006 0 003.22 17H8c0 2.21 1.79 4 4 4s4-1.79 4-4h4.78A9.006 9.006 0 0013 6.06zM12 15H5c0-3.86 3.14-7 7-7s7 3.14 7 7h-7z' />
</svg>
);
}
export default SvgLightSharp;