import * as React from "react"; import { SVGProps } from "react"; const SvgEthernetCableOff = (props: SVGProps) => ( ); export default SvgEthernetCableOff;