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