BennyKok's picture
add ui api
38ceaf9
raw
history blame contribute delete
185 Bytes
"use client";
import { LoaderIcon } from "lucide-react";
import * as React from "react";
export function LoadingIcon() {
return <LoaderIcon size={14} className="animate-spin" />;
}