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