import type { SVGProps } from 'react'; const SvgGlobe = (props: SVGProps) => ( ); export default SvgGlobe;