@iconify/json 2.1.123 → 2.1.125
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 +8 -8
- package/collections.md +8 -8
- package/composer.json +1 -1
- package/json/flag.json +7 -7
- package/json/gala.json +11 -5
- package/json/humbleicons.json +27 -3
- package/json/line-md.json +52 -4
- package/json/lucide.json +3 -3
- package/json/maki.json +2 -2
- package/json/pajamas.json +1 -1
- package/json/pepicons.json +1 -1
- package/json/tabler.json +113 -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": "1.
|
|
156
|
+
"total": 2871,
|
|
157
|
+
"version": "1.106.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -745,8 +745,8 @@
|
|
|
745
745
|
},
|
|
746
746
|
"humbleicons": {
|
|
747
747
|
"name": "Humbleicons",
|
|
748
|
-
"total":
|
|
749
|
-
"version": "1.
|
|
748
|
+
"total": 235,
|
|
749
|
+
"version": "1.9.0",
|
|
750
750
|
"author": {
|
|
751
751
|
"name": "Jiří Zralý",
|
|
752
752
|
"url": "https://github.com/zraly/humbleicons"
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"pajamas": {
|
|
1168
1168
|
"name": "Gitlab SVGs",
|
|
1169
1169
|
"total": 345,
|
|
1170
|
-
"version": "3.
|
|
1170
|
+
"version": "3.5.0",
|
|
1171
1171
|
"author": {
|
|
1172
1172
|
"name": "GitLab B.V.",
|
|
1173
1173
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
"pepicons": {
|
|
1190
1190
|
"name": "Pepicons",
|
|
1191
1191
|
"total": 428,
|
|
1192
|
-
"version": "1.2.
|
|
1192
|
+
"version": "1.2.1",
|
|
1193
1193
|
"author": {
|
|
1194
1194
|
"name": "CyCraft",
|
|
1195
1195
|
"url": "https://github.com/CyCraft/pepicons"
|
|
@@ -1367,8 +1367,8 @@
|
|
|
1367
1367
|
},
|
|
1368
1368
|
"line-md": {
|
|
1369
1369
|
"name": "Material Line Icons",
|
|
1370
|
-
"total":
|
|
1371
|
-
"version": "0.2.
|
|
1370
|
+
"total": 395,
|
|
1371
|
+
"version": "0.2.7",
|
|
1372
1372
|
"author": {
|
|
1373
1373
|
"name": "Vjacheslav Trushkin",
|
|
1374
1374
|
"url": "https://github.com/cyberalien/line-md"
|
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: 2871
|
|
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.106.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))
|
|
@@ -367,12 +367,12 @@
|
|
|
367
367
|
* File: [json/prime.json](json/prime.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
368
368
|
|
|
369
369
|
## Humbleicons
|
|
370
|
-
* Number of icons:
|
|
370
|
+
* Number of icons: 235
|
|
371
371
|
* Author: Jiří Zralý
|
|
372
372
|
* URL: https://github.com/zraly/humbleicons
|
|
373
373
|
* License: MIT
|
|
374
374
|
* License URL: https://github.com/zraly/humbleicons/blob/master/license
|
|
375
|
-
* Version: 1.
|
|
375
|
+
* Version: 1.9.0
|
|
376
376
|
* Palette: Colorless
|
|
377
377
|
* Icon set prefix: `humbleicons`
|
|
378
378
|
* File: [json/humbleicons.json](json/humbleicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -578,7 +578,7 @@
|
|
|
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.5.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))
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
* URL: https://github.com/CyCraft/pepicons
|
|
590
590
|
* License: CC BY 4.0
|
|
591
591
|
* License URL: https://github.com/CyCraft/pepicons/blob/dev/LICENSE
|
|
592
|
-
* Version: 1.2.
|
|
592
|
+
* Version: 1.2.1
|
|
593
593
|
* Palette: Colorless
|
|
594
594
|
* Icon set prefix: `pepicons`
|
|
595
595
|
* File: [json/pepicons.json](json/pepicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -672,12 +672,12 @@
|
|
|
672
672
|
* File: [json/nimbus.json](json/nimbus.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
673
673
|
|
|
674
674
|
## Material Line Icons
|
|
675
|
-
* Number of icons:
|
|
675
|
+
* Number of icons: 395
|
|
676
676
|
* Author: Vjacheslav Trushkin
|
|
677
677
|
* URL: https://github.com/cyberalien/line-md
|
|
678
678
|
* License: MIT
|
|
679
679
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
680
|
-
* Version: 0.2.
|
|
680
|
+
* Version: 0.2.7
|
|
681
681
|
* Palette: Colorless
|
|
682
682
|
* Icon set prefix: `line-md`
|
|
683
683
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED