@iconify/json 2.2.119 → 2.2.120
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 +6 -6
- package/collections.md +6 -6
- package/composer.json +1 -1
- package/json/fluent.json +675 -31
- package/json/simple-icons.json +18 -6
- package/json/tabler.json +86 -23
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4694,
|
|
112
|
+
"version": "2.35.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1113,8 +1113,8 @@
|
|
|
1113
1113
|
},
|
|
1114
1114
|
"fluent": {
|
|
1115
1115
|
"name": "Fluent UI System Icons",
|
|
1116
|
-
"total":
|
|
1117
|
-
"version": "1.1.
|
|
1116
|
+
"total": 14615,
|
|
1117
|
+
"version": "1.1.218",
|
|
1118
1118
|
"author": {
|
|
1119
1119
|
"name": "Microsoft Corporation",
|
|
1120
1120
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1947,8 +1947,8 @@
|
|
|
1947
1947
|
},
|
|
1948
1948
|
"simple-icons": {
|
|
1949
1949
|
"name": "Simple Icons",
|
|
1950
|
-
"total":
|
|
1951
|
-
"version": "9.
|
|
1950
|
+
"total": 2734,
|
|
1951
|
+
"version": "9.16.0",
|
|
1952
1952
|
"author": {
|
|
1953
1953
|
"name": "Simple Icons Collaborators",
|
|
1954
1954
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
55
55
|
|
|
56
56
|
## Tabler Icons
|
|
57
|
-
* Number of icons:
|
|
57
|
+
* Number of icons: 4694
|
|
58
58
|
* Author: Paweł Kuna
|
|
59
59
|
* URL: https://github.com/tabler/tabler-icons
|
|
60
60
|
* License: MIT
|
|
61
61
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
62
|
-
* Version: 2.
|
|
62
|
+
* Version: 2.35.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `tabler`
|
|
65
65
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
547
547
|
|
|
548
548
|
## Fluent UI System Icons
|
|
549
|
-
* Number of icons:
|
|
549
|
+
* Number of icons: 14615
|
|
550
550
|
* Author: Microsoft Corporation
|
|
551
551
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
552
552
|
* License: MIT
|
|
553
553
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
554
|
-
* Version: 1.1.
|
|
554
|
+
* Version: 1.1.218
|
|
555
555
|
* Palette: Colorless
|
|
556
556
|
* Icon set prefix: `fluent`
|
|
557
557
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -950,12 +950,12 @@
|
|
|
950
950
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
951
951
|
|
|
952
952
|
## Simple Icons
|
|
953
|
-
* Number of icons:
|
|
953
|
+
* Number of icons: 2734
|
|
954
954
|
* Author: Simple Icons Collaborators
|
|
955
955
|
* URL: https://github.com/simple-icons/simple-icons
|
|
956
956
|
* License: CC0 1.0
|
|
957
957
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
958
|
-
* Version: 9.
|
|
958
|
+
* Version: 9.16.0
|
|
959
959
|
* Palette: Colorless
|
|
960
960
|
* Icon set prefix: `simple-icons`
|
|
961
961
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED