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