@iconify/json 2.2.264 → 2.2.265
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 +27 -27
- package/collections.md +14 -14
- package/composer.json +1 -1
- package/json/iconoir.json +14 -16
- package/json/lineicons.json +2 -2
- package/json/lsicon.json +2 -2
- package/json/simple-icons.json +7 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1174,6 +1174,29 @@
|
|
|
1174
1174
|
"category": "UI 24px",
|
|
1175
1175
|
"palette": false
|
|
1176
1176
|
},
|
|
1177
|
+
"lineicons": {
|
|
1178
|
+
"name": "Lineicons",
|
|
1179
|
+
"total": 606,
|
|
1180
|
+
"author": {
|
|
1181
|
+
"name": "Lineicons",
|
|
1182
|
+
"url": "https://github.com/LineiconsHQ/Lineicons"
|
|
1183
|
+
},
|
|
1184
|
+
"license": {
|
|
1185
|
+
"title": "MIT",
|
|
1186
|
+
"spdx": "MIT",
|
|
1187
|
+
"url": "https://github.com/LineiconsHQ/Lineicons/blob/main/LICENSE.md"
|
|
1188
|
+
},
|
|
1189
|
+
"samples": [
|
|
1190
|
+
"check",
|
|
1191
|
+
"vuejs",
|
|
1192
|
+
"star-fat",
|
|
1193
|
+
"unsplash",
|
|
1194
|
+
"clipboard",
|
|
1195
|
+
"cart-2"
|
|
1196
|
+
],
|
|
1197
|
+
"category": "UI 24px",
|
|
1198
|
+
"palette": false
|
|
1199
|
+
},
|
|
1177
1200
|
"icon-park-outline": {
|
|
1178
1201
|
"name": "IconPark Outline",
|
|
1179
1202
|
"total": 2658,
|
|
@@ -1377,8 +1400,8 @@
|
|
|
1377
1400
|
"name": "Lsicon",
|
|
1378
1401
|
"total": 716,
|
|
1379
1402
|
"author": {
|
|
1380
|
-
"name": "
|
|
1381
|
-
"url": "https://www.
|
|
1403
|
+
"name": "Wis Design",
|
|
1404
|
+
"url": "https://www.lsicon.com/"
|
|
1382
1405
|
},
|
|
1383
1406
|
"license": {
|
|
1384
1407
|
"title": "MIT",
|
|
@@ -1575,29 +1598,6 @@
|
|
|
1575
1598
|
"category": "UI 16px / 32px",
|
|
1576
1599
|
"palette": false
|
|
1577
1600
|
},
|
|
1578
|
-
"lineicons": {
|
|
1579
|
-
"name": "Lineicons",
|
|
1580
|
-
"total": 606,
|
|
1581
|
-
"author": {
|
|
1582
|
-
"name": "Lineicons",
|
|
1583
|
-
"url": "https://github.com/LineiconsHQ/Lineicons"
|
|
1584
|
-
},
|
|
1585
|
-
"license": {
|
|
1586
|
-
"title": "MIT",
|
|
1587
|
-
"spdx": "MIT",
|
|
1588
|
-
"url": "https://github.com/LineiconsHQ/Lineicons/blob/main/LICENSE.md"
|
|
1589
|
-
},
|
|
1590
|
-
"samples": [
|
|
1591
|
-
"check",
|
|
1592
|
-
"vuejs",
|
|
1593
|
-
"star-fat",
|
|
1594
|
-
"unsplash",
|
|
1595
|
-
"clipboard",
|
|
1596
|
-
"cart-2"
|
|
1597
|
-
],
|
|
1598
|
-
"category": "UI 16px / 32px",
|
|
1599
|
-
"palette": false
|
|
1600
|
-
},
|
|
1601
1601
|
"bi": {
|
|
1602
1602
|
"name": "Bootstrap Icons",
|
|
1603
1603
|
"total": 2050,
|
|
@@ -2530,8 +2530,8 @@
|
|
|
2530
2530
|
},
|
|
2531
2531
|
"simple-icons": {
|
|
2532
2532
|
"name": "Simple Icons",
|
|
2533
|
-
"total":
|
|
2534
|
-
"version": "13.
|
|
2533
|
+
"total": 3217,
|
|
2534
|
+
"version": "13.15.0",
|
|
2535
2535
|
"author": {
|
|
2536
2536
|
"name": "Simple Icons Collaborators",
|
|
2537
2537
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -505,6 +505,16 @@
|
|
|
505
505
|
* Icon set prefix: `stash`
|
|
506
506
|
* File: [json/stash.json](json/stash.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
507
507
|
|
|
508
|
+
## Lineicons
|
|
509
|
+
* Number of icons: 606
|
|
510
|
+
* Author: Lineicons
|
|
511
|
+
* URL: https://github.com/LineiconsHQ/Lineicons
|
|
512
|
+
* License: MIT
|
|
513
|
+
* License URL: https://github.com/LineiconsHQ/Lineicons/blob/main/LICENSE.md
|
|
514
|
+
* Palette: Colorless
|
|
515
|
+
* Icon set prefix: `lineicons`
|
|
516
|
+
* File: [json/lineicons.json](json/lineicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
517
|
+
|
|
508
518
|
## IconPark Outline
|
|
509
519
|
* Number of icons: 2658
|
|
510
520
|
* Author: ByteDance
|
|
@@ -592,8 +602,8 @@
|
|
|
592
602
|
|
|
593
603
|
## Lsicon
|
|
594
604
|
* Number of icons: 716
|
|
595
|
-
* Author:
|
|
596
|
-
* URL: https://www.
|
|
605
|
+
* Author: Wis Design
|
|
606
|
+
* URL: https://www.lsicon.com/
|
|
597
607
|
* License: MIT
|
|
598
608
|
* License URL: https://github.com/wisdesignsystem/lsicon/blob/main/LICENSE
|
|
599
609
|
* Palette: Colorless
|
|
@@ -675,16 +685,6 @@
|
|
|
675
685
|
* Icon set prefix: `gala`
|
|
676
686
|
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
677
687
|
|
|
678
|
-
## Lineicons
|
|
679
|
-
* Number of icons: 606
|
|
680
|
-
* Author: Lineicons
|
|
681
|
-
* URL: https://github.com/LineiconsHQ/Lineicons
|
|
682
|
-
* License: MIT
|
|
683
|
-
* License URL: https://github.com/LineiconsHQ/Lineicons/blob/main/LICENSE.md
|
|
684
|
-
* Palette: Colorless
|
|
685
|
-
* Icon set prefix: `lineicons`
|
|
686
|
-
* File: [json/lineicons.json](json/lineicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
687
|
-
|
|
688
688
|
## Bootstrap Icons
|
|
689
689
|
* Number of icons: 2050
|
|
690
690
|
* Author: The Bootstrap Authors
|
|
@@ -1088,12 +1088,12 @@
|
|
|
1088
1088
|
* File: [json/unjs.json](json/unjs.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1089
1089
|
|
|
1090
1090
|
## Simple Icons
|
|
1091
|
-
* Number of icons:
|
|
1091
|
+
* Number of icons: 3217
|
|
1092
1092
|
* Author: Simple Icons Collaborators
|
|
1093
1093
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1094
1094
|
* License: CC0 1.0
|
|
1095
1095
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1096
|
-
* Version: 13.
|
|
1096
|
+
* Version: 13.15.0
|
|
1097
1097
|
* Palette: Colorless
|
|
1098
1098
|
* Icon set prefix: `simple-icons`
|
|
1099
1099
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/iconoir.json
CHANGED
|
@@ -5925,22 +5925,6 @@
|
|
|
5925
5925
|
}
|
|
5926
5926
|
},
|
|
5927
5927
|
"categories": {
|
|
5928
|
-
"": [
|
|
5929
|
-
"calendar-arrow-down",
|
|
5930
|
-
"calendar-arrow-down-solid",
|
|
5931
|
-
"calendar-arrow-up",
|
|
5932
|
-
"calendar-arrow-up-solid",
|
|
5933
|
-
"calendar-check",
|
|
5934
|
-
"calendar-check-solid",
|
|
5935
|
-
"calendar-rotate",
|
|
5936
|
-
"calendar-rotate-solid",
|
|
5937
|
-
"calendar-xmark",
|
|
5938
|
-
"calendar-xmark-solid",
|
|
5939
|
-
"cube-dots",
|
|
5940
|
-
"cube-dots-solid",
|
|
5941
|
-
"cube-scan",
|
|
5942
|
-
"cube-scan-solid"
|
|
5943
|
-
],
|
|
5944
5928
|
"3D Editor": [
|
|
5945
5929
|
"arc-3d",
|
|
5946
5930
|
"arc-3d-center-point",
|
|
@@ -5953,8 +5937,12 @@
|
|
|
5953
5937
|
"cube",
|
|
5954
5938
|
"cube-bandage",
|
|
5955
5939
|
"cube-cut-with-curve",
|
|
5940
|
+
"cube-dots",
|
|
5941
|
+
"cube-dots-solid",
|
|
5956
5942
|
"cube-hole",
|
|
5957
5943
|
"cube-replace-face",
|
|
5944
|
+
"cube-scan",
|
|
5945
|
+
"cube-scan-solid",
|
|
5958
5946
|
"curve-array",
|
|
5959
5947
|
"cylinder",
|
|
5960
5948
|
"ellipse-3d",
|
|
@@ -7460,10 +7448,20 @@
|
|
|
7460
7448
|
"brightness-window",
|
|
7461
7449
|
"calculator",
|
|
7462
7450
|
"calendar",
|
|
7451
|
+
"calendar-arrow-down",
|
|
7452
|
+
"calendar-arrow-down-solid",
|
|
7453
|
+
"calendar-arrow-up",
|
|
7454
|
+
"calendar-arrow-up-solid",
|
|
7455
|
+
"calendar-check",
|
|
7456
|
+
"calendar-check-solid",
|
|
7463
7457
|
"calendar-minus",
|
|
7464
7458
|
"calendar-minus-solid",
|
|
7465
7459
|
"calendar-plus",
|
|
7466
7460
|
"calendar-plus-solid",
|
|
7461
|
+
"calendar-rotate",
|
|
7462
|
+
"calendar-rotate-solid",
|
|
7463
|
+
"calendar-xmark",
|
|
7464
|
+
"calendar-xmark-solid",
|
|
7467
7465
|
"control-slider",
|
|
7468
7466
|
"cookie",
|
|
7469
7467
|
"cpu",
|
package/json/lineicons.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"clipboard",
|
|
21
21
|
"cart-2"
|
|
22
22
|
],
|
|
23
|
-
"category": "UI
|
|
23
|
+
"category": "UI 24px",
|
|
24
24
|
"palette": false
|
|
25
25
|
},
|
|
26
26
|
"lastModified": 1729928042,
|
|
@@ -4232,7 +4232,7 @@
|
|
|
4232
4232
|
}
|
|
4233
4233
|
},
|
|
4234
4234
|
"categories": {
|
|
4235
|
-
"
|
|
4235
|
+
"regular": [
|
|
4236
4236
|
"500px",
|
|
4237
4237
|
"adobe",
|
|
4238
4238
|
"adonis",
|
package/json/lsicon.json
CHANGED
package/json/simple-icons.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "13.
|
|
5
|
+
"total": 3217,
|
|
6
|
+
"version": "13.15.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1730095257,
|
|
29
29
|
"icons": {
|
|
30
30
|
"42": {
|
|
31
31
|
"body": "<path fill=\"currentColor\" d=\"M19.581 16.851H24v-4.439ZM24 3.574h-4.419v4.42l-4.419 4.418v4.44h4.419v-4.44L24 7.993Zm-4.419 0h-4.419v4.42zm-6.324 8.838H4.419l8.838-8.838H8.838L0 12.412v3.595h8.838v4.419h4.419z\"/>"
|
|
@@ -7185,7 +7185,7 @@
|
|
|
7185
7185
|
"body": "<path fill=\"currentColor\" d=\"M7.38.948A11.963 11.963 0 0 1 21.248 19.54l2.41 2.422c.732.736.21 1.99-.828 1.99l-10.71.01h-.324A11.963 11.963 0 0 1 7.382.95Zm7.322 4.428a7.172 7.172 0 1 0-5.488 13.252a7.172 7.172 0 0 0 5.489-13.252Z\"/>"
|
|
7186
7186
|
},
|
|
7187
7187
|
"qwant": {
|
|
7188
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
7188
|
+
"body": "<path fill=\"currentColor\" d=\"M9.313 5.163c4.289 0 7.766 2.589 7.766 7.616c0 4.759-3.072 7.301-7.003 7.59c1.87 1.142 4.693 1.143 6.45-.348l.547.297l-.615 3.074l-.226.285c-3.118.918-5.947-.099-7.921-3.329c-3.816-.37-6.765-2.9-6.765-7.568c0-5.03 3.477-7.617 7.766-7.617zm0 13.88c2.756 0 4.08-2.804 4.08-6.264s-1.148-6.264-4.08-6.264c-2.85 0-4.08 2.805-4.08 6.264s1.182 6.264 4.08 6.264m8.719-16.319L18.734 0h.263l.703 2.725l2.754.71v.248l-2.754.71l-.703 2.725h-.263l-.702-2.725l-2.696-.695V3.42z\"/>"
|
|
7189
7189
|
},
|
|
7190
7190
|
"qwik": {
|
|
7191
7191
|
"body": "<path fill=\"currentColor\" d=\"M7.547 0a2.96 2.96 0 0 0-2.56 1.479L.532 9.19a2.96 2.96 0 0 0 0 2.957l4.453 7.713a2.96 2.96 0 0 0 2.561 1.477H12l8.594 2.648a.284.284 0 0 0 .336-.402l-1.916-3.723l4.453-7.713a2.96 2.96 0 0 0 0-2.957l-4.453-7.71A2.96 2.96 0 0 0 16.453 0zm0 .766l10.185 9.904l-1.896 1.899l.578 7.533L6.268 10.67l2.37-2.373z\"/>"
|
|
@@ -8494,6 +8494,9 @@
|
|
|
8494
8494
|
"suckless": {
|
|
8495
8495
|
"body": "<path fill=\"currentColor\" d=\"M0 4h24v4H4v2h20v10H0v-4h20v-2H0z\"/>"
|
|
8496
8496
|
},
|
|
8497
|
+
"sui": {
|
|
8498
|
+
"body": "<path fill=\"currentColor\" d=\"M17.636 10.009a7.16 7.16 0 0 1 1.565 4.474a7.2 7.2 0 0 1-1.608 4.53l-.087.106l-.023-.135a7 7 0 0 0-.07-.349c-.502-2.21-2.142-4.106-4.84-5.642c-1.823-1.034-2.866-2.278-3.14-3.693c-.177-.915-.046-1.834.209-2.62c.254-.787.631-1.446.953-1.843l1.05-1.284a.46.46 0 0 1 .713 0l5.28 6.456zm1.66-1.283L12.26.123a.336.336 0 0 0-.52 0L4.704 8.726l-.023.029a9.33 9.33 0 0 0-2.07 5.872C2.612 19.803 6.816 24 12 24s9.388-4.197 9.388-9.373a9.32 9.32 0 0 0-2.07-5.871zM6.389 9.981l.63-.77l.018.142q.023.17.055.34c.408 2.136 1.862 3.917 4.294 5.297c2.114 1.203 3.345 2.586 3.7 4.103a5.3 5.3 0 0 1 .109 1.801l-.004.034l-.03.014A7.2 7.2 0 0 1 12 21.67c-3.976 0-7.2-3.218-7.2-7.188c0-1.705.594-3.27 1.587-4.503z\"/>"
|
|
8499
|
+
},
|
|
8497
8500
|
"sumologic": {
|
|
8498
8501
|
"body": "<path fill=\"currentColor\" d=\"M4.922 10.756v2.513h-.586v-.266c-.134.216-.379.341-.737.341c-.595 0-.89-.308-.89-.799v-1.79h.64v1.62c0 .262.142.416.417.416c.32 0 .516-.184.516-.52v-1.515zm4.161.757v1.756h-.64v-1.564c0-.3-.121-.483-.4-.483s-.441.208-.441.5v1.547h-.64v-1.564q0-.482-.4-.483c-.283 0-.441.208-.441.5v1.547H5.48v-2.513h.595v.279q.22-.363.716-.362c.32 0 .561.133.699.37c.17-.245.424-.37.753-.37c.536 0 .84.32.84.84m5.143 1.756h-.64V9.774h.64zm6.949 0h-.641v-2.513h.64zm-.654-2.892h.662v-.611h-.662zm3.055 2.035c-.263.279-.441.387-.683.387c-.287 0-.49-.167-.582-.425v-.732c.095-.262.3-.428.59-.428c.213 0 .383.074.654.328l.4-.395c-.321-.35-.633-.478-1.053-.478c-.587 0-1.04.307-1.22.823v1.032c.175.516.62.82 1.203.82c.453 0 .765-.15 1.115-.583zm-22.257-.69c-.175-.038-.3-.072-.37-.088c-.088-.025-.154-.058-.188-.104v-.192c.059-.091.2-.15.396-.15c.27 0 .457.063.753.296l.345-.416c-.35-.291-.649-.395-1.082-.395c-.499 0-.844.204-.982.495v.632c.109.212.358.333.858.441q.266.064.37.084c.091.029.175.066.22.133v.22c-.062.1-.212.154-.407.154a1 1 0 0 1-.408-.079a2 2 0 0 1-.454-.295L0 12.87c.4.353.736.474 1.215.474c.512 0 .874-.196 1.011-.508V12.2c-.116-.237-.395-.362-.907-.479zm9.445-1.053c-.578 0-1.032.312-1.215.81v1.058c.183.5.641.811 1.215.811s1.028-.312 1.211-.807v-1.065c-.187-.495-.64-.807-1.21-.807zm.591 1.71c-.1.266-.312.424-.595.424s-.495-.158-.6-.424v-.741c.1-.266.313-.429.6-.429s.491.163.59.429zm4.585-1.71c-.578 0-1.032.312-1.219.81v1.058c.187.5.641.811 1.22.811c.578 0 1.027-.312 1.21-.807v-1.065c-.183-.495-.636-.807-1.21-.807zm.591 1.71c-.1.266-.312.424-.59.424a.62.62 0 0 1-.6-.424v-.741c.1-.266.312-.429.6-.429c.286 0 .49.163.59.429zm2.85-1.623v.279q-.242-.363-.765-.362c-.475 0-.857.29-1.024.753v1.036c.163.462.545.749 1.024.749q.479-.001.732-.32v.2c0 .415-.241.61-.616.61c-.278 0-.507-.082-.873-.299l-.313.462c.354.237.77.366 1.195.37c.707 0 1.227-.378 1.227-1.086v-2.392zm-.079 1.527a.58.58 0 0 1-.545.387a.57.57 0 0 1-.545-.387v-.687a.57.57 0 0 1 .545-.382a.57.57 0 0 1 .545.382z\"/>"
|
|
8499
8502
|
},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@iconify/json",
|
|
3
3
|
"description": "Hundreds of open source icon sets in IconifyJSON format",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.2.
|
|
5
|
+
"version": "2.2.265",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"homepage": "https://iconify.design/icon-sets/",
|
|
8
8
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|