@iconify/json 2.2.149 → 2.2.150
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 +9 -9
- package/collections.md +9 -9
- package/composer.json +1 -1
- package/json/codicon.json +8 -2
- package/json/fa6-brands.json +63 -32
- package/json/fa6-regular.json +19 -16
- package/json/fa6-solid.json +62 -59
- package/json/lucide.json +27 -3
- package/json/noto.json +3 -4
- package/json/ri.json +290 -43
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
},
|
|
173
173
|
"ri": {
|
|
174
174
|
"name": "Remix Icon",
|
|
175
|
-
"total":
|
|
176
|
-
"version": "3.
|
|
175
|
+
"total": 2598,
|
|
176
|
+
"version": "3.6.0",
|
|
177
177
|
"author": {
|
|
178
178
|
"name": "Remix Design",
|
|
179
179
|
"url": "https://github.com/Remix-Design/RemixIcon"
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"lucide": {
|
|
306
306
|
"name": "Lucide",
|
|
307
|
-
"total":
|
|
307
|
+
"total": 1324,
|
|
308
308
|
"author": {
|
|
309
309
|
"name": "Lucide Contributors",
|
|
310
310
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
},
|
|
1356
1356
|
"codicon": {
|
|
1357
1357
|
"name": "Codicons",
|
|
1358
|
-
"total":
|
|
1358
|
+
"total": 443,
|
|
1359
1359
|
"version": "0.0.35",
|
|
1360
1360
|
"author": {
|
|
1361
1361
|
"name": "Microsoft Corporation",
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
"fa6-solid": {
|
|
1551
1551
|
"name": "Font Awesome Solid",
|
|
1552
1552
|
"total": 1390,
|
|
1553
|
-
"version": "6.
|
|
1553
|
+
"version": "6.5.0",
|
|
1554
1554
|
"author": {
|
|
1555
1555
|
"name": "Dave Gandy",
|
|
1556
1556
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
"fa6-regular": {
|
|
1574
1574
|
"name": "Font Awesome Regular",
|
|
1575
1575
|
"total": 163,
|
|
1576
|
-
"version": "6.
|
|
1576
|
+
"version": "6.5.0",
|
|
1577
1577
|
"author": {
|
|
1578
1578
|
"name": "Dave Gandy",
|
|
1579
1579
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
},
|
|
1770
1770
|
"noto": {
|
|
1771
1771
|
"name": "Noto Emoji",
|
|
1772
|
-
"total":
|
|
1772
|
+
"total": 3555,
|
|
1773
1773
|
"author": {
|
|
1774
1774
|
"name": "Google Inc",
|
|
1775
1775
|
"url": "https://github.com/googlefonts/noto-emoji"
|
|
@@ -2077,8 +2077,8 @@
|
|
|
2077
2077
|
},
|
|
2078
2078
|
"fa6-brands": {
|
|
2079
2079
|
"name": "Font Awesome Brands",
|
|
2080
|
-
"total":
|
|
2081
|
-
"version": "6.
|
|
2080
|
+
"total": 481,
|
|
2081
|
+
"version": "6.5.0",
|
|
2082
2082
|
"author": {
|
|
2083
2083
|
"name": "Dave Gandy",
|
|
2084
2084
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
package/collections.md
CHANGED
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
* File: [json/mingcute.json](json/mingcute.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
86
86
|
|
|
87
87
|
## Remix Icon
|
|
88
|
-
* Number of icons:
|
|
88
|
+
* Number of icons: 2598
|
|
89
89
|
* Author: Remix Design
|
|
90
90
|
* URL: https://github.com/Remix-Design/RemixIcon
|
|
91
91
|
* License: Apache 2.0
|
|
92
92
|
* License URL: https://github.com/Remix-Design/RemixIcon/blob/master/License
|
|
93
|
-
* Version: 3.
|
|
93
|
+
* Version: 3.6.0
|
|
94
94
|
* Palette: Colorless
|
|
95
95
|
* Icon set prefix: `ri`
|
|
96
96
|
* File: [json/ri.json](json/ri.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
150
150
|
|
|
151
151
|
## Lucide
|
|
152
|
-
* Number of icons:
|
|
152
|
+
* Number of icons: 1324
|
|
153
153
|
* Author: Lucide Contributors
|
|
154
154
|
* URL: https://github.com/lucide-icons/lucide
|
|
155
155
|
* License: ISC
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
664
664
|
|
|
665
665
|
## Codicons
|
|
666
|
-
* Number of icons:
|
|
666
|
+
* Number of icons: 443
|
|
667
667
|
* Author: Microsoft Corporation
|
|
668
668
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
669
669
|
* License: CC BY 4.0
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
766
766
|
* License: CC BY 4.0
|
|
767
767
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
768
|
-
* Version: 6.
|
|
768
|
+
* Version: 6.5.0
|
|
769
769
|
* Palette: Colorless
|
|
770
770
|
* Icon set prefix: `fa6-solid`
|
|
771
771
|
* File: [json/fa6-solid.json](json/fa6-solid.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
777
777
|
* License: CC BY 4.0
|
|
778
778
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
779
|
-
* Version: 6.
|
|
779
|
+
* Version: 6.5.0
|
|
780
780
|
* Palette: Colorless
|
|
781
781
|
* Icon set prefix: `fa6-regular`
|
|
782
782
|
* File: [json/fa6-regular.json](json/fa6-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
* File: [json/twemoji.json](json/twemoji.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
867
867
|
|
|
868
868
|
## Noto Emoji
|
|
869
|
-
* Number of icons:
|
|
869
|
+
* Number of icons: 3555
|
|
870
870
|
* Author: Google Inc
|
|
871
871
|
* URL: https://github.com/googlefonts/noto-emoji
|
|
872
872
|
* License: Apache 2.0
|
|
@@ -1013,12 +1013,12 @@
|
|
|
1013
1013
|
* File: [json/cib.json](json/cib.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1014
1014
|
|
|
1015
1015
|
## Font Awesome Brands
|
|
1016
|
-
* Number of icons:
|
|
1016
|
+
* Number of icons: 481
|
|
1017
1017
|
* Author: Dave Gandy
|
|
1018
1018
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
1019
1019
|
* License: CC BY 4.0
|
|
1020
1020
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1021
|
-
* Version: 6.
|
|
1021
|
+
* Version: 6.5.0
|
|
1022
1022
|
* Palette: Colorless
|
|
1023
1023
|
* Icon set prefix: `fa6-brands`
|
|
1024
1024
|
* File: [json/fa6-brands.json](json/fa6-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/codicon.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 443,
|
|
6
6
|
"version": "0.0.35",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "General",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1701332809,
|
|
26
26
|
"icons": {
|
|
27
27
|
"account": {
|
|
28
28
|
"body": "<path fill=\"currentColor\" d=\"M16 7.992C16 3.58 12.416 0 8 0S0 3.58 0 7.992c0 2.43 1.104 4.62 2.832 6.09c.016.016.032.016.032.032c.144.112.288.224.448.336c.08.048.144.111.224.175A7.98 7.98 0 0 0 8.016 16a7.98 7.98 0 0 0 4.48-1.375c.08-.048.144-.111.224-.16c.144-.111.304-.223.448-.335c.016-.016.032-.016.032-.032c1.696-1.487 2.8-3.676 2.8-6.106zm-8 7.001c-1.504 0-2.88-.48-4.016-1.279c.016-.128.048-.255.08-.383a4.17 4.17 0 0 1 .416-.991c.176-.304.384-.576.64-.816c.24-.24.528-.463.816-.639c.304-.176.624-.304.976-.4A4.15 4.15 0 0 1 8 10.342a4.185 4.185 0 0 1 2.928 1.166c.368.368.656.8.864 1.295c.112.288.192.592.24.911A7.03 7.03 0 0 1 8 14.993zm-2.448-7.4a2.49 2.49 0 0 1-.208-1.024c0-.351.064-.703.208-1.023c.144-.32.336-.607.576-.847c.24-.24.528-.431.848-.575c.32-.144.672-.208 1.024-.208c.368 0 .704.064 1.024.208c.32.144.608.336.848.575c.24.24.432.528.576.847c.144.32.208.672.208 1.023c0 .368-.064.704-.208 1.023a2.84 2.84 0 0 1-.576.848a2.84 2.84 0 0 1-.848.575a2.715 2.715 0 0 1-2.064 0a2.84 2.84 0 0 1-.848-.575a2.526 2.526 0 0 1-.56-.848zm7.424 5.306c0-.032-.016-.048-.016-.08a5.22 5.22 0 0 0-.688-1.406a4.883 4.883 0 0 0-1.088-1.135a5.207 5.207 0 0 0-1.04-.608a2.82 2.82 0 0 0 .464-.383a4.2 4.2 0 0 0 .624-.784a3.624 3.624 0 0 0 .528-1.934a3.71 3.71 0 0 0-.288-1.47a3.799 3.799 0 0 0-.816-1.199a3.845 3.845 0 0 0-1.2-.8a3.72 3.72 0 0 0-1.472-.287a3.72 3.72 0 0 0-1.472.288a3.631 3.631 0 0 0-1.2.815a3.84 3.84 0 0 0-.8 1.199a3.71 3.71 0 0 0-.288 1.47c0 .352.048.688.144 1.007c.096.336.224.64.4.927c.16.288.384.544.624.784c.144.144.304.271.48.383a5.12 5.12 0 0 0-1.04.624c-.416.32-.784.703-1.088 1.119a4.999 4.999 0 0 0-.688 1.406c-.016.032-.016.064-.016.08C1.776 11.636.992 9.91.992 7.992C.992 4.14 4.144.991 8 .991s7.008 3.149 7.008 7.001a6.96 6.96 0 0 1-2.032 4.907z\"/>"
|
|
@@ -406,12 +406,18 @@
|
|
|
406
406
|
"diff-modified": {
|
|
407
407
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v13l-.5.5h-13l-.5-.5v-13l.5-.5zM2 2v12h12V2H2zm6 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6z\" clip-rule=\"evenodd\"/>"
|
|
408
408
|
},
|
|
409
|
+
"diff-multiple": {
|
|
410
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"m9.71 1.29l3 3L13 5v9l-1 1H3l-1-1V2l1-1h6l.71.29ZM3 14h9V5L9 2H3v12Zm4-8H5v1h2v2h1V7h2V6H8V4H7v2Zm-2 5h5v1H5v-1Z\" clip-rule=\"evenodd\"/><path d=\"m12.42 1l2.29 2.29L15 4v10l-1 1V4l-3-3h1.42Z\"/></g>"
|
|
411
|
+
},
|
|
409
412
|
"diff-removed": {
|
|
410
413
|
"body": "<g fill=\"currentColor\"><path d=\"M10 7v1H5V7h5z\"/><path fill-rule=\"evenodd\" d=\"M1.5 1h12l.5.5v12l-.5.5h-12l-.5-.5v-12l.5-.5zM2 13h11V2H2v11z\" clip-rule=\"evenodd\"/></g>"
|
|
411
414
|
},
|
|
412
415
|
"diff-renamed": {
|
|
413
416
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v13l-.5.5h-13l-.5-.5v-13l.5-.5zM2 14h12V2H2v12zm2-5h3v3l5-4l-5-4v3H4v2z\" clip-rule=\"evenodd\"/>"
|
|
414
417
|
},
|
|
418
|
+
"diff-single": {
|
|
419
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m10.71 1.289l3 3l.29.71v9l-1 1H4l-1-1v-12l1-1h6l.71.29ZM4 13.999h9v-9l-3-3H4v12Zm4-8H6v1h2v2h1v-2h2v-1H9v-2H8v2Zm-2 5h5v1H6v-1Z\" clip-rule=\"evenodd\"/>"
|
|
420
|
+
},
|
|
415
421
|
"discard": {
|
|
416
422
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.5 2v3.5L4 6h3.5V5H4.979l.941-.941a3.552 3.552 0 1 1 5.023 5.023L5.746 14.28l.72.72l5.198-5.198A4.57 4.57 0 0 0 5.2 3.339l-.7.7V2h-1z\" clip-rule=\"evenodd\"/>"
|
|
417
423
|
},
|