import {
  Loader2,
  LucideProps,
  ShoppingCart,
  type Icon as LucideIcon,
} from "lucide-react";

export type Icon = typeof LucideIcon;

export const Icons = {
  spinner: Loader2,
  ShoppingCart: ShoppingCart,
};
