@iconify/json 2.2.44 → 2.2.45
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 +23 -2
- package/collections.md +12 -2
- package/composer.json +1 -1
- package/json/bi.json +1 -1
- package/json/streamline.json +4059 -0
- package/json/tabler.json +1 -1
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
111
|
"total": 4062,
|
|
112
|
-
"version": "2.13.
|
|
112
|
+
"version": "2.13.2",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"bi": {
|
|
154
154
|
"name": "Bootstrap Icons",
|
|
155
155
|
"total": 1953,
|
|
156
|
-
"version": "1.10.
|
|
156
|
+
"version": "1.10.4",
|
|
157
157
|
"author": {
|
|
158
158
|
"name": "The Bootstrap Authors",
|
|
159
159
|
"url": "https://github.com/twbs/icons"
|
|
@@ -1381,6 +1381,27 @@
|
|
|
1381
1381
|
"category": "General",
|
|
1382
1382
|
"palette": false
|
|
1383
1383
|
},
|
|
1384
|
+
"streamline": {
|
|
1385
|
+
"name": "Streamline",
|
|
1386
|
+
"total": 1000,
|
|
1387
|
+
"author": {
|
|
1388
|
+
"name": "Webalys LLC",
|
|
1389
|
+
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
1390
|
+
},
|
|
1391
|
+
"license": {
|
|
1392
|
+
"title": "CC BY 4.0",
|
|
1393
|
+
"spdx": "CC-BY-4.0",
|
|
1394
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
1395
|
+
},
|
|
1396
|
+
"samples": [
|
|
1397
|
+
"mail-sign-hashtag-sharp-sign-hashtag-tag",
|
|
1398
|
+
"interface-weather-umbrella-storm-rain-umbrella-open-weather",
|
|
1399
|
+
"money-graph-bar-product-data-bars-analysis-analytics-graph-business-chart"
|
|
1400
|
+
],
|
|
1401
|
+
"height": 14,
|
|
1402
|
+
"category": "General",
|
|
1403
|
+
"palette": false
|
|
1404
|
+
},
|
|
1384
1405
|
"fa6-solid": {
|
|
1385
1406
|
"name": "Font Awesome Solid",
|
|
1386
1407
|
"total": 1390,
|
package/collections.md
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
* URL: https://github.com/tabler/tabler-icons
|
|
60
60
|
* License: MIT
|
|
61
61
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
62
|
-
* Version: 2.13.
|
|
62
|
+
* Version: 2.13.2
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `tabler`
|
|
65
65
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
* URL: https://github.com/twbs/icons
|
|
82
82
|
* License: MIT
|
|
83
83
|
* License URL: https://github.com/twbs/icons/blob/main/LICENSE.md
|
|
84
|
-
* Version: 1.10.
|
|
84
|
+
* Version: 1.10.4
|
|
85
85
|
* Palette: Colorless
|
|
86
86
|
* Icon set prefix: `bi`
|
|
87
87
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -678,6 +678,16 @@
|
|
|
678
678
|
* Icon set prefix: `ei`
|
|
679
679
|
* File: [json/ei.json](json/ei.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
680
680
|
|
|
681
|
+
## Streamline
|
|
682
|
+
* Number of icons: 1000
|
|
683
|
+
* Author: Webalys LLC
|
|
684
|
+
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
685
|
+
* License: CC BY 4.0
|
|
686
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
687
|
+
* Palette: Colorless
|
|
688
|
+
* Icon set prefix: `streamline`
|
|
689
|
+
* File: [json/streamline.json](json/streamline.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
690
|
+
|
|
681
691
|
## Font Awesome Solid
|
|
682
692
|
* Number of icons: 1390
|
|
683
693
|
* Author: Dave Gandy
|
package/composer.json
CHANGED