| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Animated icon library built with React and Motion. Icons designed to move with intent, not decoration.
npx shadcn@latest add https://itshover.com/r/[icon-name].jsonnpm install motionCopy any icon component from the icons/ directory into your project
Import and use:
import GithubIcon from "@/icons/github-icon";
export default function Example() {
return <GithubIcon className="h-6 w-6" />;
}186+ animated icons covering:
Browse all icons at itshover.com/icons
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Format code
npm run format
# Run all checks
npm run checkicons/ # Animated icon components components/ # UI components app/ # Next.js app router pages lib/ # Utilities public/ # Static assets registry.json # shadcn registry configuration
Contributions welcome. Each icon follows this pattern:
Built by @abhijitwt
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
| Back | FazBrowse Home | New Git URL |