ui/components/Icons/ts/Globe.d.ts

4 lines
159 B
TypeScript

import type { SVGProps } from "react";
declare const Globe: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default Globe;