@iconify/json 1.1.403 → 1.1.404
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/fluent.json +634 -14
- package/json/ic.json +21 -1
- package/json/lucide.json +2 -2
- package/json/simple-icons.json +18 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"ic": {
|
|
35
35
|
"name": "Google Material Icons",
|
|
36
|
-
"total":
|
|
36
|
+
"total": 9645,
|
|
37
37
|
"author": "Material Design Authors",
|
|
38
38
|
"url": "https://github.com/cyberalien/google-material-design-icons-updated",
|
|
39
39
|
"license": "Apache 2.0",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
},
|
|
1070
1070
|
"fluent": {
|
|
1071
1071
|
"name": "Fluent UI System Icons",
|
|
1072
|
-
"total":
|
|
1072
|
+
"total": 8832,
|
|
1073
1073
|
"author": "Microsoft Corporation",
|
|
1074
1074
|
"url": "https://github.com/microsoft/fluentui-system-icons",
|
|
1075
1075
|
"license": "MIT",
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"table-edit-24-filled",
|
|
1081
1081
|
"shifts-deny-24-regular"
|
|
1082
1082
|
],
|
|
1083
|
-
"version": "1.1.
|
|
1083
|
+
"version": "1.1.141",
|
|
1084
1084
|
"palette": "Colorless",
|
|
1085
1085
|
"category": "General"
|
|
1086
1086
|
},
|
|
@@ -1576,7 +1576,7 @@
|
|
|
1576
1576
|
},
|
|
1577
1577
|
"simple-icons": {
|
|
1578
1578
|
"name": "Simple Icons",
|
|
1579
|
-
"total":
|
|
1579
|
+
"total": 2012,
|
|
1580
1580
|
"author": "Simple Icons Collaborators",
|
|
1581
1581
|
"url": "https://github.com/simple-icons/simple-icons",
|
|
1582
1582
|
"license": "CC0 1.0",
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"bing",
|
|
1588
1588
|
"amazonaws"
|
|
1589
1589
|
],
|
|
1590
|
-
"version": "5.
|
|
1590
|
+
"version": "5.15.0",
|
|
1591
1591
|
"palette": "Colorless",
|
|
1592
1592
|
"category": "Brands / Social"
|
|
1593
1593
|
},
|
package/collections.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
### Google Material Icons
|
|
24
|
-
* Number of icons:
|
|
24
|
+
* Number of icons: 9645
|
|
25
25
|
* Author: Material Design Authors
|
|
26
26
|
* URL: https://github.com/cyberalien/google-material-design-icons-updated
|
|
27
27
|
* License: Apache 2.0
|
|
@@ -612,12 +612,12 @@
|
|
|
612
612
|
|
|
613
613
|
|
|
614
614
|
### Fluent UI System Icons
|
|
615
|
-
* Number of icons:
|
|
615
|
+
* Number of icons: 8832
|
|
616
616
|
* Author: Microsoft Corporation
|
|
617
617
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
618
618
|
* License: MIT
|
|
619
619
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
|
|
620
|
-
* Version: 1.1.
|
|
620
|
+
* Version: 1.1.141
|
|
621
621
|
* Palette: Colorless
|
|
622
622
|
|
|
623
623
|
|
|
@@ -913,12 +913,12 @@
|
|
|
913
913
|
|
|
914
914
|
|
|
915
915
|
### Simple Icons
|
|
916
|
-
* Number of icons:
|
|
916
|
+
* Number of icons: 2012
|
|
917
917
|
* Author: Simple Icons Collaborators
|
|
918
918
|
* URL: https://github.com/simple-icons/simple-icons
|
|
919
919
|
* License: CC0 1.0
|
|
920
920
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
921
|
-
* Version: 5.
|
|
921
|
+
* Version: 5.15.0
|
|
922
922
|
* Palette: Colorless
|
|
923
923
|
|
|
924
924
|
|
package/composer.json
CHANGED