@iconify/json 2.2.198 → 2.2.199
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/ant-design.json +167 -167
- package/json/formkit.json +75 -75
- package/json/token-branded.json +6 -3
- package/json/token.json +1 -1
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
"token": {
|
|
2460
2460
|
"name": "Token Icons",
|
|
2461
2461
|
"total": 1629,
|
|
2462
|
-
"version": "1.
|
|
2462
|
+
"version": "2.1.0",
|
|
2463
2463
|
"author": {
|
|
2464
2464
|
"name": "0xa3k5",
|
|
2465
2465
|
"url": "https://github.com/0xa3k5/token-icons"
|
|
@@ -2480,8 +2480,8 @@
|
|
|
2480
2480
|
},
|
|
2481
2481
|
"token-branded": {
|
|
2482
2482
|
"name": "Token Icons Branded",
|
|
2483
|
-
"total":
|
|
2484
|
-
"version": "1.
|
|
2483
|
+
"total": 1812,
|
|
2484
|
+
"version": "2.1.0",
|
|
2485
2485
|
"author": {
|
|
2486
2486
|
"name": "0xa3k5",
|
|
2487
2487
|
"url": "https://github.com/0xa3k5/token-icons"
|
package/collections.md
CHANGED
|
@@ -1201,18 +1201,18 @@
|
|
|
1201
1201
|
* URL: https://github.com/0xa3k5/token-icons
|
|
1202
1202
|
* License: MIT
|
|
1203
1203
|
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
|
|
1204
|
-
* Version: 1.
|
|
1204
|
+
* Version: 2.1.0
|
|
1205
1205
|
* Palette: Colorless
|
|
1206
1206
|
* Icon set prefix: `token`
|
|
1207
1207
|
* File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1208
1208
|
|
|
1209
1209
|
## Token Icons Branded
|
|
1210
|
-
* Number of icons:
|
|
1210
|
+
* Number of icons: 1812
|
|
1211
1211
|
* Author: 0xa3k5
|
|
1212
1212
|
* URL: https://github.com/0xa3k5/token-icons
|
|
1213
1213
|
* License: MIT
|
|
1214
1214
|
* License URL: https://github.com/0xa3k5/token-icons/blob/main/LICENCE
|
|
1215
|
-
* Version: 1.
|
|
1215
|
+
* Version: 2.1.0
|
|
1216
1216
|
* Palette: Colorful
|
|
1217
1217
|
* Icon set prefix: `token-branded`
|
|
1218
1218
|
* File: [json/token-branded.json](json/token-branded.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED