@esri/calcite-ui-icons 4.0.1-next.1 → 4.1.0-next.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 +1 -1
- package/docs/icons.json +1 -1
- package/docs/keywords.json +5 -0
- package/fonts/calcite-ui-icons-16.ttf +0 -0
- package/fonts/calcite-ui-icons-24.ttf +0 -0
- package/fonts/calcite-ui-icons-32.ttf +0 -0
- package/icons/language-2-16.svg +1 -0
- package/icons/language-2-24.svg +1 -0
- package/icons/language-2-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/language216.d.ts +1 -0
- package/js/language216.js +1 -0
- package/js/language216.json +1 -0
- package/js/language224.d.ts +1 -0
- package/js/language224.js +1 -0
- package/js/language224.json +1 -0
- package/js/language232.d.ts +1 -0
- package/js/language232.js +1 -0
- package/js/language232.json +1 -0
- package/package.json +2 -2
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Every concept has 3 sizes:
|
|
|
19
19
|
|
|
20
20
|
### Why 3 Sizes?
|
|
21
21
|
|
|
22
|
-
More info on what happens when you scale vector based icons [here](https://github.com/Esri/calcite-
|
|
22
|
+
More info on what happens when you scale vector based icons [here](https://github.com/Esri/calcite-design-system/wiki/What-Happens-When-You-Scale-Vector-Based-Icons)
|
|
23
23
|
|
|
24
24
|
### Outline icons are the standard
|
|
25
25
|
|