@iconify/json 2.1.139 → 2.1.140
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 +130 -66
- package/json/openmoji.json +29 -29
- package/json/pajamas.json +9 -3
- package/json/tabler.json +66 -3
- 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": 8431,
|
|
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": "1.
|
|
156
|
+
"total": 3000,
|
|
157
|
+
"version": "1.112.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1166,8 +1166,8 @@
|
|
|
1166
1166
|
},
|
|
1167
1167
|
"pajamas": {
|
|
1168
1168
|
"name": "Gitlab SVGs",
|
|
1169
|
-
"total":
|
|
1170
|
-
"version": "3.
|
|
1169
|
+
"total": 350,
|
|
1170
|
+
"version": "3.9.0",
|
|
1171
1171
|
"author": {
|
|
1172
1172
|
"name": "GitLab B.V.",
|
|
1173
1173
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 8431
|
|
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: 3000
|
|
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: 1.
|
|
84
|
+
* Version: 1.112.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))
|
|
@@ -573,12 +573,12 @@
|
|
|
573
573
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
574
574
|
|
|
575
575
|
## Gitlab SVGs
|
|
576
|
-
* Number of icons:
|
|
576
|
+
* Number of icons: 350
|
|
577
577
|
* Author: GitLab B.V.
|
|
578
578
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
579
579
|
* License: MIT
|
|
580
580
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
581
|
-
* Version: 3.
|
|
581
|
+
* Version: 3.9.0
|
|
582
582
|
* Palette: Colorless
|
|
583
583
|
* Icon set prefix: `pajamas`
|
|
584
584
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED