@iconify/json 2.2.121 → 2.2.122
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 +25 -2
- package/collections.md +13 -2
- package/composer.json +1 -1
- package/json/meteocons.json +1385 -0
- package/json/tabler.json +139 -13
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4735,
|
|
112
|
+
"version": "2.37.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1616,6 +1616,29 @@
|
|
|
1616
1616
|
"category": "Animated Icons",
|
|
1617
1617
|
"palette": false
|
|
1618
1618
|
},
|
|
1619
|
+
"meteocons": {
|
|
1620
|
+
"name": "Meteocons",
|
|
1621
|
+
"total": 450,
|
|
1622
|
+
"version": "3.0.0",
|
|
1623
|
+
"author": {
|
|
1624
|
+
"name": "Bas Milius",
|
|
1625
|
+
"url": "https://github.com/basmilius/weather-icons"
|
|
1626
|
+
},
|
|
1627
|
+
"license": {
|
|
1628
|
+
"title": "MIT",
|
|
1629
|
+
"spdx": "MIT",
|
|
1630
|
+
"url": "https://github.com/basmilius/weather-icons/blob/dev/LICENSE"
|
|
1631
|
+
},
|
|
1632
|
+
"samples": [
|
|
1633
|
+
"hurricane-fill",
|
|
1634
|
+
"sunrise-fill",
|
|
1635
|
+
"windsock"
|
|
1636
|
+
],
|
|
1637
|
+
"height": 32,
|
|
1638
|
+
"displayHeight": 24,
|
|
1639
|
+
"category": "Animated Icons",
|
|
1640
|
+
"palette": true
|
|
1641
|
+
},
|
|
1619
1642
|
"svg-spinners": {
|
|
1620
1643
|
"name": "SVG Spinners",
|
|
1621
1644
|
"total": 46,
|
package/collections.md
CHANGED
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
55
55
|
|
|
56
56
|
## Tabler Icons
|
|
57
|
-
* Number of icons:
|
|
57
|
+
* Number of icons: 4735
|
|
58
58
|
* Author: Paweł Kuna
|
|
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.
|
|
62
|
+
* Version: 2.37.0
|
|
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))
|
|
@@ -794,6 +794,17 @@
|
|
|
794
794
|
* Icon set prefix: `line-md`
|
|
795
795
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
796
796
|
|
|
797
|
+
## Meteocons
|
|
798
|
+
* Number of icons: 450
|
|
799
|
+
* Author: Bas Milius
|
|
800
|
+
* URL: https://github.com/basmilius/weather-icons
|
|
801
|
+
* License: MIT
|
|
802
|
+
* License URL: https://github.com/basmilius/weather-icons/blob/dev/LICENSE
|
|
803
|
+
* Version: 3.0.0
|
|
804
|
+
* Palette: Colorful
|
|
805
|
+
* Icon set prefix: `meteocons`
|
|
806
|
+
* File: [json/meteocons.json](json/meteocons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
807
|
+
|
|
797
808
|
## SVG Spinners
|
|
798
809
|
* Number of icons: 46
|
|
799
810
|
* Author: Utkarsh Verma
|
package/composer.json
CHANGED