import { Toaster as Sonner, type ToasterProps } from "sonner"; import { CheckCircleIcon, InfoIcon, WarningIcon, XCircleIcon } from "@phosphor-icons/react"; import { Spinner } from "./spinner"; const Toaster = ({ theme = "system", ...props }: ToasterProps) => { return ( , info: , warning: , error: , loading: