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