Spaces:
Runtime error
Runtime error
File size: 185 Bytes
38ceaf9 |
1 2 3 4 5 6 7 8 9 |
"use client";
import { LoaderIcon } from "lucide-react";
import * as React from "react";
export function LoadingIcon() {
return <LoaderIcon size={14} className="animate-spin" />;
}
|