import type { LoadingDotsProps } from "$/types/Loading"; export default function RotatingDots({ width, height, className, animationDuration = 1, stroke, fill }: LoadingDotsProps){ //https://github.com/n3r4zzurr0/svg-spinners/blob/main/svg-smil/3-dots-rotate.svg return ( ); }