UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 396 B
import React from 'react'; export default function EthernetCableOffIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-ethernet-cable-off ${props.className}`} viewBox="0 0 24 24" > <path d="M11 3h2v4h-2V3M8 4h2v4h4V4h2v7h-3.18L8 6.18V4m12 16.72L18.73 22 14 17.27V22h-4v-8.73l-8-8L3.28 4 20 20.72z" /> </svg> ); }