@iconify/json 2.2.103 → 2.2.105
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 +30 -9
- package/collections.md +19 -9
- package/composer.json +1 -1
- package/json/arcticons.json +999 -87
- package/json/carbon.json +11 -6
- package/json/octicon.json +35 -3
- package/json/simple-icons.json +101 -5
- package/json/tabler.json +130 -16
- package/json/tdesign.json +3645 -0
- 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": 4637,
|
|
112
|
+
"version": "2.32.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
},
|
|
175
175
|
"carbon": {
|
|
176
176
|
"name": "Carbon",
|
|
177
|
-
"total":
|
|
178
|
-
"version": "11.
|
|
177
|
+
"total": 1959,
|
|
178
|
+
"version": "11.25.0",
|
|
179
179
|
"author": {
|
|
180
180
|
"name": "IBM",
|
|
181
181
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -260,6 +260,27 @@
|
|
|
260
260
|
"category": "General",
|
|
261
261
|
"palette": false
|
|
262
262
|
},
|
|
263
|
+
"tdesign": {
|
|
264
|
+
"name": "TDesign Icons",
|
|
265
|
+
"total": 1203,
|
|
266
|
+
"author": {
|
|
267
|
+
"name": "TDesign",
|
|
268
|
+
"url": "https://github.com/Tencent/tdesign-icons"
|
|
269
|
+
},
|
|
270
|
+
"license": {
|
|
271
|
+
"title": "MIT",
|
|
272
|
+
"spdx": "MIT",
|
|
273
|
+
"url": "https://github.com/Tencent/tdesign-icons/blob/main/LICENSE"
|
|
274
|
+
},
|
|
275
|
+
"samples": [
|
|
276
|
+
"activity",
|
|
277
|
+
"doge",
|
|
278
|
+
"dam"
|
|
279
|
+
],
|
|
280
|
+
"height": 24,
|
|
281
|
+
"category": "General",
|
|
282
|
+
"palette": false
|
|
283
|
+
},
|
|
263
284
|
"teenyicons": {
|
|
264
285
|
"name": "Teenyicons",
|
|
265
286
|
"total": 1200,
|
|
@@ -481,8 +502,8 @@
|
|
|
481
502
|
},
|
|
482
503
|
"octicon": {
|
|
483
504
|
"name": "Octicons",
|
|
484
|
-
"total":
|
|
485
|
-
"version": "19.
|
|
505
|
+
"total": 601,
|
|
506
|
+
"version": "19.6.0",
|
|
486
507
|
"author": {
|
|
487
508
|
"name": "GitHub",
|
|
488
509
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -1926,8 +1947,8 @@
|
|
|
1926
1947
|
},
|
|
1927
1948
|
"simple-icons": {
|
|
1928
1949
|
"name": "Simple Icons",
|
|
1929
|
-
"total":
|
|
1930
|
-
"version": "9.
|
|
1950
|
+
"total": 2666,
|
|
1951
|
+
"version": "9.11.0",
|
|
1931
1952
|
"author": {
|
|
1932
1953
|
"name": "Simple Icons Collaborators",
|
|
1933
1954
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2016,7 +2037,7 @@
|
|
|
2016
2037
|
},
|
|
2017
2038
|
"arcticons": {
|
|
2018
2039
|
"name": "Arcticons",
|
|
2019
|
-
"total":
|
|
2040
|
+
"total": 7007,
|
|
2020
2041
|
"author": {
|
|
2021
2042
|
"name": "Donnnno",
|
|
2022
2043
|
"url": "https://github.com/Donnnno/Arcticons"
|
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: 4637
|
|
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.32.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))
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
88
88
|
|
|
89
89
|
## Carbon
|
|
90
|
-
* Number of icons:
|
|
90
|
+
* Number of icons: 1959
|
|
91
91
|
* Author: IBM
|
|
92
92
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
93
93
|
* License: Apache 2.0
|
|
94
|
-
* Version: 11.
|
|
94
|
+
* Version: 11.25.0
|
|
95
95
|
* Palette: Colorless
|
|
96
96
|
* Icon set prefix: `carbon`
|
|
97
97
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -128,6 +128,16 @@
|
|
|
128
128
|
* Icon set prefix: `uil`
|
|
129
129
|
* File: [json/uil.json](json/uil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
130
130
|
|
|
131
|
+
## TDesign Icons
|
|
132
|
+
* Number of icons: 1203
|
|
133
|
+
* Author: TDesign
|
|
134
|
+
* URL: https://github.com/Tencent/tdesign-icons
|
|
135
|
+
* License: MIT
|
|
136
|
+
* License URL: https://github.com/Tencent/tdesign-icons/blob/main/LICENSE
|
|
137
|
+
* Palette: Colorless
|
|
138
|
+
* Icon set prefix: `tdesign`
|
|
139
|
+
* File: [json/tdesign.json](json/tdesign.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
140
|
+
|
|
131
141
|
## Teenyicons
|
|
132
142
|
* Number of icons: 1200
|
|
133
143
|
* Author: smhmd
|
|
@@ -237,12 +247,12 @@
|
|
|
237
247
|
* File: [json/gg.json](json/gg.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
238
248
|
|
|
239
249
|
## Octicons
|
|
240
|
-
* Number of icons:
|
|
250
|
+
* Number of icons: 601
|
|
241
251
|
* Author: GitHub
|
|
242
252
|
* URL: https://github.com/primer/octicons/
|
|
243
253
|
* License: MIT
|
|
244
254
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
245
|
-
* Version: 19.
|
|
255
|
+
* Version: 19.6.0
|
|
246
256
|
* Palette: Colorless
|
|
247
257
|
* Icon set prefix: `octicon`
|
|
248
258
|
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -940,12 +950,12 @@
|
|
|
940
950
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
941
951
|
|
|
942
952
|
## Simple Icons
|
|
943
|
-
* Number of icons:
|
|
953
|
+
* Number of icons: 2666
|
|
944
954
|
* Author: Simple Icons Collaborators
|
|
945
955
|
* URL: https://github.com/simple-icons/simple-icons
|
|
946
956
|
* License: CC0 1.0
|
|
947
957
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
948
|
-
* Version: 9.
|
|
958
|
+
* Version: 9.11.0
|
|
949
959
|
* Palette: Colorless
|
|
950
960
|
* Icon set prefix: `simple-icons`
|
|
951
961
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -984,7 +994,7 @@
|
|
|
984
994
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
985
995
|
|
|
986
996
|
## Arcticons
|
|
987
|
-
* Number of icons:
|
|
997
|
+
* Number of icons: 7007
|
|
988
998
|
* Author: Donnnno
|
|
989
999
|
* URL: https://github.com/Donnnno/Arcticons
|
|
990
1000
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED