import type { SVGProps } from "react"; export function Loading(props: SVGProps) { return ( {/* Icon from SVG Spinners by Utkarsh Verma - https://github.com/n3r4zzurr0/svg-spinners/blob/main/LICENSE */} ); }