@iconify/json 2.2.139 → 2.2.140
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 +5 -5
- package/composer.json +1 -1
- package/json/flag.json +10 -10
- package/json/iconoir.json +1 -1
- package/json/material-symbols-light.json +445 -165
- package/json/material-symbols.json +422 -160
- package/json/streamline.json +10959 -3014
- 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": 12084,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"material-symbols-light": {
|
|
24
24
|
"name": "Material Symbols Light",
|
|
25
|
-
"total":
|
|
25
|
+
"total": 12137,
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Google",
|
|
28
28
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"iconoir": {
|
|
261
261
|
"name": "Iconoir",
|
|
262
262
|
"total": 1506,
|
|
263
|
-
"version": "7.0.
|
|
263
|
+
"version": "7.0.1",
|
|
264
264
|
"author": {
|
|
265
265
|
"name": "Luca Burgio",
|
|
266
266
|
"url": "https://github.com/iconoir-icons/iconoir"
|
|
@@ -1486,7 +1486,7 @@
|
|
|
1486
1486
|
},
|
|
1487
1487
|
"streamline": {
|
|
1488
1488
|
"name": "Streamline",
|
|
1489
|
-
"total":
|
|
1489
|
+
"total": 2000,
|
|
1490
1490
|
"author": {
|
|
1491
1491
|
"name": "Streamline",
|
|
1492
1492
|
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
@@ -1497,9 +1497,9 @@
|
|
|
1497
1497
|
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
1498
1498
|
},
|
|
1499
1499
|
"samples": [
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1500
|
+
"sign-hashtag",
|
|
1501
|
+
"open-umbrella-solid",
|
|
1502
|
+
"graph-bar-increase"
|
|
1503
1503
|
],
|
|
1504
1504
|
"height": 28,
|
|
1505
1505
|
"category": "General",
|
|
@@ -2298,7 +2298,7 @@
|
|
|
2298
2298
|
"flag": {
|
|
2299
2299
|
"name": "Flag Icons",
|
|
2300
2300
|
"total": 538,
|
|
2301
|
-
"version": "6.
|
|
2301
|
+
"version": "6.15.0",
|
|
2302
2302
|
"author": {
|
|
2303
2303
|
"name": "Panayiotis Lipiridis",
|
|
2304
2304
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 12084
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
13
13
|
|
|
14
14
|
## Material Symbols Light
|
|
15
|
-
* Number of icons:
|
|
15
|
+
* Number of icons: 12137
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
* URL: https://github.com/iconoir-icons/iconoir
|
|
133
133
|
* License: MIT
|
|
134
134
|
* License URL: https://github.com/iconoir-icons/iconoir/blob/main/LICENSE
|
|
135
|
-
* Version: 7.0.
|
|
135
|
+
* Version: 7.0.1
|
|
136
136
|
* Palette: Colorless
|
|
137
137
|
* Icon set prefix: `iconoir`
|
|
138
138
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
* File: [json/ei.json](json/ei.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
731
731
|
|
|
732
732
|
## Streamline
|
|
733
|
-
* Number of icons:
|
|
733
|
+
* Number of icons: 2000
|
|
734
734
|
* Author: Streamline
|
|
735
735
|
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
736
736
|
* License: CC BY 4.0
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
* URL: https://github.com/lipis/flag-icons
|
|
1123
1123
|
* License: MIT
|
|
1124
1124
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
1125
|
-
* Version: 6.
|
|
1125
|
+
* Version: 6.15.0
|
|
1126
1126
|
* Palette: Colorful
|
|
1127
1127
|
* Icon set prefix: `flag`
|
|
1128
1128
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED