UNPKG

@omtanke/react-material-icons

Version:
17 lines (15 loc) 477 B
const SvgLinearScaleRound = (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='M17 7c-2.41 0-4.43 1.72-4.9 4H6.79c-.39-.88-1.27-1.5-2.29-1.5a2.5 2.5 0 000 5c1.02 0 1.9-.62 2.29-1.5h5.31A5 5 0 1017 7zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z' /> </svg> ); } export default SvgLinearScaleRound;