import type { LoadingBarsProps } from "$/types/Loading"; export default function CircleBars({ width, height, className, animationDuration = 0.75, stroke, fill }: LoadingBarsProps){ //https://github.com/n3r4zzurr0/svg-spinners/blob/main/svg-smil/bars-rotate-fade.svg return ( ); }