@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 CHANGED
@@ -108,8 +108,8 @@
108
108
  },
109
109
  "tabler": {
110
110
  "name": "Tabler Icons",
111
- "total": 4694,
112
- "version": "2.35.0",
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: 4694
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.35.0
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
@@ -2,7 +2,7 @@
2
2
  "name": "iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "type": "library",
5
- "version": "2.2.121",
5
+ "version": "2.2.122",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {