import type { LucideIcon } from "lucide-react"; import { cls } from "@/lib/utils"; const IconTextMarquee = ({ centerIcon: CenterIcon, texts }: { centerIcon: LucideIcon; texts: string[] }) => { const items = [...texts, ...texts]; return (
{text}