import React, { SVGProps } from "react"; export function Loading({ width = 24, height = 24, dur = "0.75s", }: SVGProps): JSX.Element { return ( ); }