@iconify/json 2.2.10 → 2.2.11
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/tabler.json +2211 -1980
- package/json/vscode-icons.json +5 -5
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "
|
|
156
|
+
"total": 3204,
|
|
157
|
+
"version": "2.0.0-beta.2",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
"vscode-icons": {
|
|
1099
1099
|
"name": "VSCode Icons",
|
|
1100
1100
|
"total": 1185,
|
|
1101
|
-
"version": "12.0
|
|
1101
|
+
"version": "12.2.0",
|
|
1102
1102
|
"author": {
|
|
1103
1103
|
"name": "Roberto Huertas",
|
|
1104
1104
|
"url": "https://github.com/vscode-icons/vscode-icons"
|
package/collections.md
CHANGED
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
77
77
|
|
|
78
78
|
## Tabler Icons
|
|
79
|
-
* Number of icons:
|
|
79
|
+
* Number of icons: 3204
|
|
80
80
|
* Author: Paweł Kuna
|
|
81
81
|
* URL: https://github.com/tabler/tabler-icons
|
|
82
82
|
* License: MIT
|
|
83
83
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
84
|
-
* Version:
|
|
84
|
+
* Version: 2.0.0-beta.2
|
|
85
85
|
* Palette: Colorless
|
|
86
86
|
* Icon set prefix: `tabler`
|
|
87
87
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
547
547
|
* License: MIT
|
|
548
548
|
* License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE
|
|
549
|
-
* Version: 12.0
|
|
549
|
+
* Version: 12.2.0
|
|
550
550
|
* Palette: Colorful
|
|
551
551
|
* Icon set prefix: `vscode-icons`
|
|
552
552
|
* File: [json/vscode-icons.json](json/vscode-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED