Use over 200k icons from Iconify in your Deno projects.
import CheckIcon from "https://icons.church/lucide/badge-check";
export default function MyComponent() {
return <CheckIcon width={24} height={24} />;
}
import SpinnerIcon from "https://icons.church/svg-spinners/3-dots-rotate";
export default function LoadingPage() {
return (
<div className="loading">
<SpinnerIcon width={24} height={24} />
</div>
);
}
Find more icons at Iconify.