@ebolax/animated-icons 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Animated Icons
2
2
 
3
- CSS‑only animated icons for **Lucide**, **Heroicons** and **Iconoir**. Icons are rendered as plain `<i>` tags with utility‑style classes and animated on hover using custom properties – no JavaScript required in production.
3
+ CSS‑only animated icons for **Lucide**, **Heroicons** (with solid icons) and **Iconoir** (with solid icons). Icons are rendered as plain `<i>` tags with utility‑style classes and animated on hover using custom properties – no JavaScript required in production.
4
4
 
5
5
  [Homepage](https://ebolax.github.io/animated-icons/)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebolax/animated-icons",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "CSS-only animated icons for Lucide, Heroicons and Iconoir",
5
5
  "repository": {
6
6
  "type": "git",