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