@iconify/json 2.1.77 → 2.1.80
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 +11 -11
- package/collections.md +11 -11
- package/composer.json +1 -1
- package/json/arcticons.json +13 -4
- package/json/bi.json +436 -7
- package/json/flag.json +1 -1
- package/json/fluent.json +180 -56
- package/json/logos.json +126 -41
- package/json/material-symbols.json +443 -361
- package/json/mdi.json +121 -3
- package/json/octicon.json +2 -2
- package/json/ooui.json +1 -1
- package/json/tabler.json +114 -6
- 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": 8065,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7099,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Austin Andrews",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
},
|
|
132
132
|
"bi": {
|
|
133
133
|
"name": "Bootstrap Icons",
|
|
134
|
-
"total":
|
|
135
|
-
"version": "1.
|
|
134
|
+
"total": 1811,
|
|
135
|
+
"version": "1.9.1",
|
|
136
136
|
"author": {
|
|
137
137
|
"name": "The Bootstrap Authors",
|
|
138
138
|
"url": "https://github.com/twbs/icons"
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 2124,
|
|
157
|
+
"version": "1.76.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -988,8 +988,8 @@
|
|
|
988
988
|
},
|
|
989
989
|
"fluent": {
|
|
990
990
|
"name": "Fluent UI System Icons",
|
|
991
|
-
"total":
|
|
992
|
-
"version": "1.1.
|
|
991
|
+
"total": 11676,
|
|
992
|
+
"version": "1.1.176",
|
|
993
993
|
"author": {
|
|
994
994
|
"name": "Microsoft Corporation",
|
|
995
995
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
"ooui": {
|
|
1301
1301
|
"name": "OOUI",
|
|
1302
1302
|
"total": 328,
|
|
1303
|
-
"version": "0.44.
|
|
1303
|
+
"version": "0.44.1",
|
|
1304
1304
|
"author": {
|
|
1305
1305
|
"name": "OOUI Team",
|
|
1306
1306
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
"logos": {
|
|
1566
1566
|
"name": "SVG Logos",
|
|
1567
|
-
"total":
|
|
1567
|
+
"total": 1493,
|
|
1568
1568
|
"author": {
|
|
1569
1569
|
"name": "Gil Barbara",
|
|
1570
1570
|
"url": "https://github.com/gilbarbara/logos"
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"flag": {
|
|
1761
1761
|
"name": "Flag Icons",
|
|
1762
1762
|
"total": 530,
|
|
1763
|
-
"version": "6.6.
|
|
1763
|
+
"version": "6.6.4",
|
|
1764
1764
|
"author": {
|
|
1765
1765
|
"name": "Panayiotis Lipiridis",
|
|
1766
1766
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Symbols
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 8065
|
|
7
7
|
* Author: Google
|
|
8
8
|
* URL: https://github.com/google/material-design-icons
|
|
9
9
|
* License: Apache 2.0
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Material Design Icons
|
|
25
|
-
* Number of icons:
|
|
25
|
+
* Number of icons: 7099
|
|
26
26
|
* Author: Austin Andrews
|
|
27
27
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
28
28
|
* License: Apache 2.0
|
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
### Bootstrap Icons
|
|
63
|
-
* Number of icons:
|
|
63
|
+
* Number of icons: 1811
|
|
64
64
|
* Author: The Bootstrap Authors
|
|
65
65
|
* URL: https://github.com/twbs/icons
|
|
66
66
|
* License: MIT
|
|
67
67
|
* License URL: https://github.com/twbs/icons/blob/main/LICENSE.md
|
|
68
|
-
* Version: 1.
|
|
68
|
+
* Version: 1.9.1
|
|
69
69
|
* Palette: Colorless
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
### Tabler Icons
|
|
73
|
-
* Number of icons:
|
|
73
|
+
* Number of icons: 2124
|
|
74
74
|
* Author: Paweł Kuna
|
|
75
75
|
* URL: https://github.com/tabler/tabler-icons
|
|
76
76
|
* License: MIT
|
|
77
77
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
78
|
-
* Version: 1.
|
|
78
|
+
* Version: 1.76.0
|
|
79
79
|
* Palette: Colorless
|
|
80
80
|
|
|
81
81
|
|
|
@@ -443,12 +443,12 @@
|
|
|
443
443
|
|
|
444
444
|
|
|
445
445
|
### Fluent UI System Icons
|
|
446
|
-
* Number of icons:
|
|
446
|
+
* Number of icons: 11676
|
|
447
447
|
* Author: Microsoft Corporation
|
|
448
448
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
449
449
|
* License: MIT
|
|
450
450
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
|
|
451
|
-
* Version: 1.1.
|
|
451
|
+
* Version: 1.1.176
|
|
452
452
|
* Palette: Colorless
|
|
453
453
|
|
|
454
454
|
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
588
588
|
* License: MIT
|
|
589
589
|
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
|
|
590
|
-
* Version: 0.44.
|
|
590
|
+
* Version: 0.44.1
|
|
591
591
|
* Palette: Colorless
|
|
592
592
|
|
|
593
593
|
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### SVG Logos
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 1493
|
|
702
702
|
* Author: Gil Barbara
|
|
703
703
|
* URL: https://github.com/gilbarbara/logos
|
|
704
704
|
* License: CC0
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
* URL: https://github.com/lipis/flag-icons
|
|
789
789
|
* License: MIT
|
|
790
790
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
791
|
-
* Version: 6.6.
|
|
791
|
+
* Version: 6.6.4
|
|
792
792
|
* Palette: Colorful
|
|
793
793
|
|
|
794
794
|
|
package/composer.json
CHANGED
package/json/arcticons.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "Brands / Social",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1658119423,
|
|
26
26
|
"icons": {
|
|
27
27
|
"a-0h-h1": {
|
|
28
28
|
"body": "<defs><path id=\"svgIDa\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 39.963H22\"/><path id=\"svgIDb\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 19.463H22\"/></defs><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"26\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDb\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"26\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDa\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"5.5\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><use xlink:href=\"#svgIDb\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"16.5\" height=\"16.5\" x=\"26\" y=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M26 19.463h16.5\"/>"
|
|
@@ -2577,10 +2577,10 @@
|
|
|
2577
2577
|
"covidalertny": {
|
|
2578
2578
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m29.73 8.32l-7.64 3l-2.78 6L19.2 23L8.55 26.26l.69 4.86l-4.74 3l2.2 1.38l19.67-2.19l-.37 3.36l10.41 3l6.83-6.13l.23-2.09l-8.45 2.77Z\"/>"
|
|
2579
2579
|
},
|
|
2580
|
-
"covidcert": {
|
|
2580
|
+
"covidcert-alt": {
|
|
2581
2581
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.15 5.8c2.816-1.412 9.818-1.443 12.628 0c-.002 4.445-.005 10.364-6.314 13.26c-6.3-2.95-6.314-8.818-6.314-13.26Zm24.246 34.728H13.99a2.841 2.841 0 0 1-2.526-2.526V19.06m6.314-11.365h16.416a2.841 2.841 0 0 1 2.526 2.526v17.047\"/><circle cx=\"34.573\" cy=\"34.845\" r=\"7.577\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m30.199 35.23l2.75 2.755l5.964-6.185m-8.507-6.426h-5.051v-5.05h5.051ZM17.778 30.3h10.734m-8.84 4.166h7.135m-3.977-21.72v5.051h-5.052m7.577-5.051h5.051v5.051h-5.051Zm-7.577 7.577h5.051v5.051h-5.051ZM11.464 7.442v7.577m-3.788-3.914h7.576\"/>"
|
|
2582
2582
|
},
|
|
2583
|
-
"covidcheck": {
|
|
2583
|
+
"covidcheck-alt": {
|
|
2584
2584
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M32.642 7.252h8.506v8.506m0 17.012v8.505h-8.506m-17.012 0H7.124V32.77m10.936-8.506l4.496 4.86l9.478-9.721M5.588 5.308c2.706-1.371 9.448-1.383 12.152 0c.011 4.266-.007 9.925-6.076 12.758c-6.05-2.848-6.06-8.49-6.075-12.758Zm6.076 1.58v7.29m-3.645-3.767h7.29\"/>"
|
|
2585
2585
|
},
|
|
2586
2586
|
"covidscancst": {
|
|
@@ -11350,7 +11350,7 @@
|
|
|
11350
11350
|
"swissbankers": {
|
|
11351
11351
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m39.145 38.565l-11.549-20.42l-11.548 20.42L4.5 18.145\"/><circle cx=\"39.145\" cy=\"13.79\" r=\"4.355\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
|
|
11352
11352
|
},
|
|
11353
|
-
"swisstopo": {
|
|
11353
|
+
"swisstopo-alt": {
|
|
11354
11354
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M23.939 21.908v-7.155m-3.585 3.585h7.17m-3.51 8.34c7.065-2.715 6.705-8.13 6.66-11.4v-2.46a25.214 25.214 0 0 0-6.66-1.14a25.214 25.214 0 0 0-6.66 1.14v2.46c-.12 3.27-.48 8.685 6.66 11.4Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M24 4.5a13.09 13.09 0 0 0-13.09 13.09h0c0 10.25 10 22.61 12.61 25.63a.8.8 0 0 0 1.21 0c2.55-3 12.36-15.38 12.36-25.63A13.09 13.09 0 0 0 24 4.5Z\"/>"
|
|
11355
11355
|
},
|
|
11356
11356
|
"symbolab": {
|
|
@@ -13357,6 +13357,12 @@
|
|
|
13357
13357
|
"bubleupnp": {
|
|
13358
13358
|
"parent": "bubbleupnp"
|
|
13359
13359
|
},
|
|
13360
|
+
"covidcert": {
|
|
13361
|
+
"parent": "covidcert-alt"
|
|
13362
|
+
},
|
|
13363
|
+
"covidcheck": {
|
|
13364
|
+
"parent": "covidcheck-alt"
|
|
13365
|
+
},
|
|
13360
13366
|
"cuprumpdf": {
|
|
13361
13367
|
"parent": "pdf-viewer"
|
|
13362
13368
|
},
|
|
@@ -13462,6 +13468,9 @@
|
|
|
13462
13468
|
"protonvpn": {
|
|
13463
13469
|
"parent": "proton-vpn-alt"
|
|
13464
13470
|
},
|
|
13471
|
+
"swisstopo": {
|
|
13472
|
+
"parent": "swisstopo-alt"
|
|
13473
|
+
},
|
|
13465
13474
|
"youtubedownloader": {
|
|
13466
13475
|
"parent": "youtube-downloader"
|
|
13467
13476
|
},
|