@iconify/json 2.2.32 → 2.2.33
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/material-symbols.json +15059 -17012
- package/json/mdi.json +7 -1
- package/json/octicon.json +27 -3
- package/json/tabler.json +185 -65
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 10138,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "2.
|
|
156
|
+
"total": 3512,
|
|
157
|
+
"version": "2.9.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -439,8 +439,8 @@
|
|
|
439
439
|
},
|
|
440
440
|
"octicon": {
|
|
441
441
|
"name": "Octicons",
|
|
442
|
-
"total":
|
|
443
|
-
"version": "18.
|
|
442
|
+
"total": 574,
|
|
443
|
+
"version": "18.2.0",
|
|
444
444
|
"author": {
|
|
445
445
|
"name": "GitHub",
|
|
446
446
|
"url": "https://github.com/primer/octicons/"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 10138
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -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: 3512
|
|
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: 2.
|
|
84
|
+
* Version: 2.9.0
|
|
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))
|
|
@@ -217,12 +217,12 @@
|
|
|
217
217
|
* File: [json/gg.json](json/gg.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
218
218
|
|
|
219
219
|
## Octicons
|
|
220
|
-
* Number of icons:
|
|
220
|
+
* Number of icons: 574
|
|
221
221
|
* Author: GitHub
|
|
222
222
|
* URL: https://github.com/primer/octicons/
|
|
223
223
|
* License: MIT
|
|
224
224
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
225
|
-
* Version: 18.
|
|
225
|
+
* Version: 18.2.0
|
|
226
226
|
* Palette: Colorless
|
|
227
227
|
* Icon set prefix: `octicon`
|
|
228
228
|
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED