@equinor/eds-icons 0.6.1 → 0.8.0-dev20211028
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 +4 -0
- package/dist/icons.cjs.js +426 -378
- package/dist/icons.esm.js +420 -378
- package/dist/types/src/data.d.ts +7 -1
- package/package.json +6 -8
- package/CHANGELOG.md +0 -105
- package/dist/icons.umd.js +0 -5027
package/README.md
CHANGED
|
@@ -7,6 +7,10 @@ This package is a collection of the `system icons` from the Equinor Design Syste
|
|
|
7
7
|
```sh
|
|
8
8
|
npm install @equinor/eds-icons
|
|
9
9
|
```
|
|
10
|
+
If you use Typescript, make sure you have typescript >= 3.8 as a devDependency:
|
|
11
|
+
```sh
|
|
12
|
+
npm install typescript --save-dev
|
|
13
|
+
```
|
|
10
14
|
|
|
11
15
|
## Usage
|
|
12
16
|
|