import type { LoadingBlocksProps } from "$/types/LoadingTypes"; export default function SlidingBlocks2({ width, height, className, animationDuration = 0.2, stroke, fill }: LoadingBlocksProps){ //https://github.com/n3r4zzurr0/svg-spinners/blob/main/svg-smil/blocks-shuffle-2.svg const id = crypto.randomUUID().replaceAll("-", ""); return ( ); }