import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgCompass: (props: SVGProps) => React.JSX.Element; export default SvgCompass; //# sourceMappingURL=Compass.d.ts.map