tech-stack-icons 1.0.3 → 1.0.4
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 +10 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,16 @@ An icon set of the most used frameworks and technologies for web and app develop
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
+
- [**tech-stack-icons.com**](https://tech-stack-icons.com/) (Documentation · Copy JSX and SVG)
|
|
8
|
+
- [**Install Figma Drag & Drop plugin**](https://www.figma.com/community/plugin/1292847256216210035/iconstack-pro) (Use it on your design files)
|
|
9
|
+
- [**Figma Components File**](https://www.figma.com/community/file/1095337897898466786/tech-stack-icons-design-stack-icons) (Duplicate all the icons)
|
|
10
|
+
|
|
11
|
+
### ORIGINAL SVG
|
|
12
|
+
|
|
13
|
+
✓ 160+ Icons
|
|
14
|
+
✓ Light mode
|
|
15
|
+
✓ Grayscale
|
|
16
|
+
|
|
7
17
|
## Installation
|
|
8
18
|
|
|
9
19
|
```shell
|
|
@@ -28,15 +38,3 @@ import StackIcon from "tech-stack-icons"; // You can also use any another import
|
|
|
28
38
|
| `className` | `string` | _optional_ |
|
|
29
39
|
| `style` | `CSSProperties` | _optional_ |
|
|
30
40
|
| `grayscale` | `boolean` | _optional_ |
|
|
31
|
-
|
|
32
|
-
**Do you want to use it in your designs?**
|
|
33
|
-
|
|
34
|
-
Download the [**Figma plugin**](https://www.figma.com/community/plugin/1292847256216210035/iconstack-pro)
|
|
35
|
-
|
|
36
|
-
### ORIGINAL SVG
|
|
37
|
-
|
|
38
|
-
✓ 150+ Icons
|
|
39
|
-
|
|
40
|
-
✓ Light mode
|
|
41
|
-
|
|
42
|
-
✓ Grayscale
|