tech-stack-icons 1.0.3 → 2.0.0

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 +10 -12
  2. 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
  ![This is an alt text.](https://iconstack-pro-plugin.vercel.app/cover-tech-design-stack-icons.png "Tech Stack Icons Figma Plugin")
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
+ ✓ 245+ 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-stack-icons",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",