chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { CalendarDaysIcon } from "@heroicons/react/24/solid";
|
||||
import { cn } from "~/utils/cn";
|
||||
|
||||
export function ScheduleIcon({ className }: { className?: string }) {
|
||||
return <CalendarDaysIcon className={cn("text-sky-500", className)} />;
|
||||
}
|
||||
Reference in New Issue
Block a user