@iconify/json 2.2.17 → 2.2.18
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/mingcute.json +1544 -58
- package/json/pajamas.json +6 -3
- package/json/quill.json +66 -45
- package/json/tabler.json +92 -17
- 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": "2.
|
|
156
|
+
"total": 3240,
|
|
157
|
+
"version": "2.2.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
"mingcute": {
|
|
244
244
|
"name": "MingCute Icon",
|
|
245
|
-
"total":
|
|
245
|
+
"total": 1708,
|
|
246
246
|
"author": {
|
|
247
247
|
"name": "MingCute Design",
|
|
248
248
|
"url": "https://github.com/Richard9394/MingCute"
|
|
@@ -1231,8 +1231,8 @@
|
|
|
1231
1231
|
},
|
|
1232
1232
|
"pajamas": {
|
|
1233
1233
|
"name": "Gitlab SVGs",
|
|
1234
|
-
"total":
|
|
1235
|
-
"version": "3.
|
|
1234
|
+
"total": 359,
|
|
1235
|
+
"version": "3.19.0",
|
|
1236
1236
|
"author": {
|
|
1237
1237
|
"name": "GitLab B.V.",
|
|
1238
1238
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
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: 3240
|
|
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.2.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))
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
* File: [json/teenyicons.json](json/teenyicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
121
121
|
|
|
122
122
|
## MingCute Icon
|
|
123
|
-
* Number of icons:
|
|
123
|
+
* Number of icons: 1708
|
|
124
124
|
* Author: MingCute Design
|
|
125
125
|
* URL: https://github.com/Richard9394/MingCute
|
|
126
126
|
* License: Apache 2.0
|
|
@@ -605,12 +605,12 @@
|
|
|
605
605
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
606
606
|
|
|
607
607
|
## Gitlab SVGs
|
|
608
|
-
* Number of icons:
|
|
608
|
+
* Number of icons: 359
|
|
609
609
|
* Author: GitLab B.V.
|
|
610
610
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
611
611
|
* License: MIT
|
|
612
612
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
613
|
-
* Version: 3.
|
|
613
|
+
* Version: 3.19.0
|
|
614
614
|
* Palette: Colorless
|
|
615
615
|
* Icon set prefix: `pajamas`
|
|
616
616
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED