tech-stack-icons 3.5.6 → 3.5.7

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Tech Stack Icons
2
2
 
3
- A Typesafe React component for rendering over **400+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
3
+ A Typesafe React component for rendering over **450+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
4
4
 
5
5
  ---
6
6
 
@@ -23,7 +23,7 @@ If you find this library helpful, consider supporting my work:
23
23
 
24
24
  ## ✨ Features
25
25
 
26
- - 400+ original SVG icons
26
+ - 450+ original SVG icons
27
27
  - Light, Dark, and Grayscale variants
28
28
  - Fully typed with TypeScript autocomplete
29
29
  - Zero dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "3.5.6",
3
+ "version": "3.5.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {