tech-stack-icons 3.4.1 → 3.4.3

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 +15 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # Tech Stack Icons
2
2
 
3
- A Typesafe React component for rendering over **395+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
3
+ A Typesafe React component for rendering over **400+ original SVG icons** for the most-used design & development tools, frameworks, and AI services.
4
4
 
5
5
  ---
6
6
 
7
7
  ![Tech Stack Icons Cover](https://figma-tech-stack-icons.vercel.app/cover-tech-design-stack-icons-2.png)
8
8
 
9
- - 🌐 [**tech-stack-icons.com**](https://tech-stack-icons.com/) — live search, preview, copy JSX/SVG
10
- - 🎨 [**Figma Drag & Drop Plugin**](https://www.figma.com/community/plugin/1292847256216210035/tech-stack-design-stack-icons)
11
- - 📁 [**Figma File of Icons**](https://www.figma.com/community/file/1095337897898466786/tech-stack-icons-design-stack-icons)
9
+ - 🌐 [**tech-stack-icons.com**](https://tech-stack-icons.com/) — Search, preview, copy JSX/SVG
10
+ - 🎨 [**Figma Plugin**](https://www.figma.com/community/plugin/1292847256216210035/tech-stack-design-stack-icons) — Drag & Drop into canvas
11
+ - 📁 [**Figma File**](https://www.figma.com/community/file/1095337897898466786/tech-stack-icons-design-stack-icons) — Duplicate for free
12
+
13
+ ---
14
+
15
+ ## ☕ Support
16
+
17
+ If you find this library helpful, consider supporting my work:
18
+
19
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-F16061?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/plusuidesign)
20
+ [![Ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/plusuidesign)
12
21
 
13
22
  ---
14
23
 
15
24
  ## ✨ Features
16
25
 
17
- - 395+ original SVG icons
26
+ - 400+ original SVG icons
18
27
  - Light, Dark, and Grayscale variants
19
28
  - Fully typed with TypeScript autocomplete
20
29
  - Zero dependencies
@@ -104,4 +113,4 @@ Icons are embedded inline (no file loading needed). You do not need to manage se
104
113
  ---
105
114
 
106
115
  ## 📄 License
107
- MIT — Made by [Eugenio Ciccale](https://www.plusuidesign.com/about/)
116
+ MIT — Made by [Eugenio Ciccale](https://www.plusuidesign.com/about/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {