import type { LoadingPulseProps } from "$/types/Loading"; export default function Drop({ width, height, className, animationDuration = 1.2, stroke, fill }: LoadingPulseProps){ //https://github.com/n3r4zzurr0/svg-spinners/blob/main/svg-smil/pulse.svg return ( ); }