tech-stack-icons 3.4.1 → 3.4.2
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 +16 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
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
|
+
<a href="https://buymeacoffee.com/plusuidesign" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
|
20
|
+
|
|
21
|
+
<a href="https://ko-fi.com/plusuidesign" target="_blank"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Ko-fi" style="height: 60px !important;" ></a>
|
|
12
22
|
|
|
13
23
|
---
|
|
14
24
|
|
|
15
25
|
## ✨ Features
|
|
16
26
|
|
|
17
|
-
-
|
|
27
|
+
- 400+ original SVG icons
|
|
18
28
|
- Light, Dark, and Grayscale variants
|
|
19
29
|
- Fully typed with TypeScript autocomplete
|
|
20
30
|
- Zero dependencies
|
|
@@ -104,4 +114,4 @@ Icons are embedded inline (no file loading needed). You do not need to manage se
|
|
|
104
114
|
---
|
|
105
115
|
|
|
106
116
|
## 📄 License
|
|
107
|
-
MIT — Made by [Eugenio Ciccale](https://www.plusuidesign.com/about/)
|
|
117
|
+
MIT — Made by [Eugenio Ciccale](https://www.plusuidesign.com/about/)
|