@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
16 lines (14 loc) • 505 B
JavaScript
const SvgDeviceHubRound = (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='M17 16l-4-4V8.82c1.35-.49 2.26-1.89 1.93-3.46a3.013 3.013 0 00-2.42-2.32A3.001 3.001 0 009 6c0 1.3.84 2.4 2 2.82V12l-4 4H4c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2.05l4-4.2 4 4.2V20c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3z' />
</svg>
);
}
export default SvgDeviceHubRound;