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.
- package/README.md +15 -6
- 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 **
|
|
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
|

|
|
8
8
|
|
|
9
|
-
- 🌐 [**tech-stack-icons.com**](https://tech-stack-icons.com/) —
|
|
10
|
-
- 🎨 [**Figma
|
|
11
|
-
- 📁 [**Figma File
|
|
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
|
+
[](https://buymeacoffee.com/plusuidesign)
|
|
20
|
+
[](https://ko-fi.com/plusuidesign)
|
|
12
21
|
|
|
13
22
|
---
|
|
14
23
|
|
|
15
24
|
## ✨ Features
|
|
16
25
|
|
|
17
|
-
-
|
|
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/)
|