@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 478 B
JavaScript
const SvgBrightness3Round = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M8.93 2h-.14c-.83.02-1.09 1.12-.39 1.56A9.994 9.994 0 0113.03 12c0 3.55-1.84 6.66-4.62 8.43-.71.46-.43 1.55.41 1.57h.21c6.05 0 10.86-5.39 9.87-11.63-.76-4.84-5.07-8.42-9.97-8.37z' />
</svg>
);
}
export default SvgBrightness3Round;