Animated Pixel Icon

24x24 grid animated pixel icon component

Installation

Terminal
npx shadcn@latest add "https://ui.natanz.in/r/animated-pixel-icon"

Usage

my-icon.tsx
import { AnimatedPixelIcon } from '@/components/ui/animated-pixel-icon'
 
const logo = [
  // ...
]
my-icon.tsx
<AnimatedPixelIcon 
  logo={logo} 
  active={{ current: true }}
/>