@iconify/json 2.2.16 → 2.2.17
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/collections.json +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/arcticons.json +485 -9
- package/json/carbon.json +1 -1
- package/json/mdi.json +386 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7257,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Pictogrammers",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"carbon": {
|
|
111
111
|
"name": "Carbon",
|
|
112
112
|
"total": 1921,
|
|
113
|
-
"version": "11.
|
|
113
|
+
"version": "11.16.0",
|
|
114
114
|
"author": {
|
|
115
115
|
"name": "IBM",
|
|
116
116
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
},
|
|
1851
1851
|
"arcticons": {
|
|
1852
1852
|
"name": "Arcticons",
|
|
1853
|
-
"total":
|
|
1853
|
+
"total": 5268,
|
|
1854
1854
|
"author": {
|
|
1855
1855
|
"name": "Donnnno",
|
|
1856
1856
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* File: [json/ic.json](json/ic.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
24
24
|
|
|
25
25
|
## Material Design Icons
|
|
26
|
-
* Number of icons:
|
|
26
|
+
* Number of icons: 7257
|
|
27
27
|
* Author: Pictogrammers
|
|
28
28
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
29
29
|
* License: Apache 2.0
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
* Author: IBM
|
|
60
60
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
61
61
|
* License: Apache 2.0
|
|
62
|
-
* Version: 11.
|
|
62
|
+
* Version: 11.16.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `carbon`
|
|
65
65
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
905
905
|
|
|
906
906
|
## Arcticons
|
|
907
|
-
* Number of icons:
|
|
907
|
+
* Number of icons: 5268
|
|
908
908
|
* Author: Donnnno
|
|
909
909
|
* URL: https://github.com/Donnnno/Arcticons
|
|
910
910
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED