@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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,22 +5,23 @@
5
5
  [![License](https://img.shields.io/npm/l/@100mslive/react-icons)](https://www.100ms.live/)
6
6
  ![Tree shaking](https://badgen.net/bundlephobia/tree-shaking/@100mslive/react-icons)
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
- ### How to add icons
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
- yarn build
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.26",
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": "b0f9937dca2c0201d123fb3ca25ca4ede69ae91c"
48
+ "gitHead": "079243b290e0ee117d63d7034e5db6183d3d9c25"
49
49
  }