Skip to content

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

License

Notifications You must be signed in to change notification settings

load1n9/icons.church

Repository files navigation

Icons.church

License Sponsor

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.

Made with Fresh

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published