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