icons.church

iconify for fresh, and react, preact, vue, svelte using deno

MIT License

Stars
7
Committers
2

Icons.church

Use over 200k icons from Iconify in your Deno projects.

Usage

Basic example

import CheckIcon from "https://icons.church/lucide/badge-check";

export default function MyComponent() {
  return <CheckIcon width={24} height={24} />;
}

Animated spinner

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.