lucide-angular 0.63.0 → 0.64.0

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.
@@ -2031,6 +2031,27 @@
2031
2031
  ],
2032
2032
  ];
2033
2033
 
2034
+ var CloudMoonRain = [
2035
+ 'svg',
2036
+ defaultAttributes,
2037
+ [
2038
+ [
2039
+ 'path',
2040
+ {
2041
+ d: 'M9.95 9a6.13 6.13 0 0 1 5.5-5.18 4.77 4.77 0 0 0 6.67 6.67A6.13 6.13 0 0 1 19.46 15',
2042
+ },
2043
+ ],
2044
+ [
2045
+ 'path',
2046
+ {
2047
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
2048
+ },
2049
+ ],
2050
+ ['path', { d: 'M11.5 20v2' }],
2051
+ ['path', { d: 'M7.5 19v2' }],
2052
+ ],
2053
+ ];
2054
+
2034
2055
  var CloudMoon = [
2035
2056
  'svg',
2036
2057
  defaultAttributes,
@@ -2096,6 +2117,26 @@
2096
2117
  ],
2097
2118
  ];
2098
2119
 
2120
+ var CloudSunRain = [
2121
+ 'svg',
2122
+ defaultAttributes,
2123
+ [
2124
+ ['path', { d: 'M12 2v2' }],
2125
+ ['path', { d: 'm5.22 5.22 1.42 1.42' }],
2126
+ ['path', { d: 'M20 12h2' }],
2127
+ ['path', { d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88' }],
2128
+ ['path', { d: 'm17.36 6.64 1.42-1.42' }],
2129
+ [
2130
+ 'path',
2131
+ {
2132
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
2133
+ },
2134
+ ],
2135
+ ['path', { d: 'M11.5 20v2' }],
2136
+ ['path', { d: 'M7.5 19v2' }],
2137
+ ],
2138
+ ];
2139
+
2099
2140
  var CloudSun = [
2100
2141
  'svg',
2101
2142
  defaultAttributes,
@@ -8552,11 +8593,13 @@
8552
8593
  exports.CloudHail = CloudHail;
8553
8594
  exports.CloudLightning = CloudLightning;
8554
8595
  exports.CloudMoon = CloudMoon;
8596
+ exports.CloudMoonRain = CloudMoonRain;
8555
8597
  exports.CloudOff = CloudOff;
8556
8598
  exports.CloudRain = CloudRain;
8557
8599
  exports.CloudRainWind = CloudRainWind;
8558
8600
  exports.CloudSnow = CloudSnow;
8559
8601
  exports.CloudSun = CloudSun;
8602
+ exports.CloudSunRain = CloudSunRain;
8560
8603
  exports.Cloudy = Cloudy;
8561
8604
  exports.Clover = Clover;
8562
8605
  exports.Code = Code;