Switch to 20 icons

This commit is contained in:
Matt Aitken
2023-12-01 16:26:31 +00:00
parent f995586795
commit dc6faf97a4
@@ -1,5 +1,5 @@
import { ArrowUpCircleIcon } from "@heroicons/react/24/outline";
import { CalendarDaysIcon, ReceiptRefundIcon } from "@heroicons/react/24/solid";
import { CalendarDaysIcon, ReceiptRefundIcon } from "@heroicons/react/20/solid";
import { Outlet } from "@remix-run/react";
import { LoaderFunctionArgs } from "@remix-run/server-runtime";
import { typedjson, useTypedLoaderData } from "remix-typedjson";