Animated SVG icons
Animated SVG icons you copy into your project. No runtime dependency — the CLI writes framework-specific component source into your repo, shadcn-style.
Install
npm install @svg-animated-icons/reactCLI
Copy an icon component straight into your project — shadcn-style. Replace {icon} with an icon name like arrow-left.
terminal
npx @svg-animated-icons/cli add {icon} --react| Flag | Description |
|---|---|
--dest <dir> | Destination directory (default: components/animated-icons) |