@100mslive/react-icons 0.10.26 → 0.10.27-alpha.1
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 +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,22 +5,23 @@
|
|
|
5
5
|
[](https://www.100ms.live/)
|
|
6
6
|

|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
Using the package in your application
|
|
10
9
|
|
|
11
|
-
```
|
|
10
|
+
```bash
|
|
12
11
|
// npm
|
|
13
12
|
npm install @100mslive/react-icons@latest --save
|
|
14
13
|
|
|
15
14
|
// yarn
|
|
16
15
|
yarn add @100mslive/react-icons@latest
|
|
17
16
|
```
|
|
18
|
-
|
|
17
|
+
|
|
18
|
+
## How to add icons
|
|
19
19
|
|
|
20
20
|
1. add (only) 24x24 px svg file in `/assets`
|
|
21
21
|
2. Run
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
|
|
24
|
+
yarn build
|
|
25
25
|
```
|
|
26
|
+
|
|
26
27
|
The jsx files for the corresponding files will be autogenerated.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
|
-
"version": "0.10.
|
|
7
|
+
"version": "0.10.27-alpha.1",
|
|
8
8
|
"author": "100ms",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=17.0.0 <19.0.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "079243b290e0ee117d63d7034e5db6183d3d9c25"
|
|
49
49
|
}
|