@iconify/collections 1.0.334 → 1.0.336

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.
Files changed (2) hide show
  1. package/collections.json +27 -4
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "solar": {
89
89
  "name": "Solar",
90
- "total": 7403,
90
+ "total": 7404,
91
91
  "author": {
92
92
  "name": "480 Design",
93
93
  "url": "https://www.figma.com/community/file/1166831539721848736"
@@ -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,
@@ -2253,7 +2276,7 @@
2253
2276
  },
2254
2277
  "circle-flags": {
2255
2278
  "name": "Circle Flags",
2256
- "total": 407,
2279
+ "total": 427,
2257
2280
  "version": "1.0.0",
2258
2281
  "author": {
2259
2282
  "name": "HatScripts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.334",
4
+ "version": "1.0.336",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",