lucide-angular 0.63.0 → 0.66.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.
- package/bundles/lucide-angular-src-icons.umd.js +77 -59
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +79 -59
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/cloud-drizzle.js +2 -2
- package/esm2015/icons/cloud-fog.js +2 -2
- package/esm2015/icons/cloud-hail.js +5 -5
- package/esm2015/icons/cloud-lightning.js +2 -7
- package/esm2015/icons/cloud-moon-rain.js +18 -0
- package/esm2015/icons/cloud-moon.js +3 -8
- package/esm2015/icons/cloud-off.js +8 -3
- package/esm2015/icons/cloud-rain-wind.js +2 -2
- package/esm2015/icons/cloud-rain.js +2 -2
- package/esm2015/icons/cloud-snow.js +8 -8
- package/esm2015/icons/cloud-sun-rain.js +17 -0
- package/esm2015/icons/cloud-sun.js +5 -10
- package/esm2015/icons/cloud.js +2 -2
- package/esm2015/icons/cloudy.js +3 -8
- package/esm2015/icons/download-cloud.js +2 -2
- package/esm2015/icons/index.js +3 -1
- package/esm2015/icons/moon.js +2 -2
- package/esm2015/icons/sun-moon.js +6 -6
- package/esm2015/icons/sun.js +5 -5
- package/esm2015/icons/sunrise.js +3 -3
- package/esm2015/icons/sunset.js +3 -3
- package/esm2015/icons/thermometer-sun.js +2 -2
- package/esm2015/icons/upload-cloud.js +2 -2
- package/esm2015/src/icons/cloud-drizzle.js +2 -2
- package/esm2015/src/icons/cloud-fog.js +2 -2
- package/esm2015/src/icons/cloud-hail.js +5 -5
- package/esm2015/src/icons/cloud-lightning.js +2 -7
- package/esm2015/src/icons/cloud-moon-rain.js +18 -0
- package/esm2015/src/icons/cloud-moon.js +3 -8
- package/esm2015/src/icons/cloud-off.js +8 -3
- package/esm2015/src/icons/cloud-rain-wind.js +2 -2
- package/esm2015/src/icons/cloud-rain.js +2 -2
- package/esm2015/src/icons/cloud-snow.js +8 -8
- package/esm2015/src/icons/cloud-sun-rain.js +17 -0
- package/esm2015/src/icons/cloud-sun.js +5 -10
- package/esm2015/src/icons/cloud.js +2 -2
- package/esm2015/src/icons/cloudy.js +3 -8
- package/esm2015/src/icons/download-cloud.js +2 -2
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/moon.js +2 -2
- package/esm2015/src/icons/sun-moon.js +6 -6
- package/esm2015/src/icons/sun.js +5 -5
- package/esm2015/src/icons/sunrise.js +3 -3
- package/esm2015/src/icons/sunset.js +3 -3
- package/esm2015/src/icons/thermometer-sun.js +2 -2
- package/esm2015/src/icons/upload-cloud.js +2 -2
- package/fesm2015/lucide-angular-src-icons.js +76 -60
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +78 -60
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/cloud-moon-rain.d.ts +3 -0
- package/icons/cloud-sun-rain.d.ts +3 -0
- package/icons/index.d.ts +2 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/cloud-moon-rain.d.ts +3 -0
- package/src/icons/cloud-sun-rain.d.ts +3 -0
- package/src/icons/index.d.ts +2 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -1979,7 +1979,7 @@ const CloudDrizzle = [
|
|
|
1979
1979
|
'svg',
|
|
1980
1980
|
defaultAttributes,
|
|
1981
1981
|
[
|
|
1982
|
-
['path', { d: '
|
|
1982
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
1983
1983
|
['path', { d: 'M8 19v1' }],
|
|
1984
1984
|
['path', { d: 'M8 14v1' }],
|
|
1985
1985
|
['path', { d: 'M16 19v1' }],
|
|
@@ -1993,7 +1993,7 @@ const CloudFog = [
|
|
|
1993
1993
|
'svg',
|
|
1994
1994
|
defaultAttributes,
|
|
1995
1995
|
[
|
|
1996
|
-
['path', { d: '
|
|
1996
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
1997
1997
|
['path', { d: 'M16 17H7' }],
|
|
1998
1998
|
['path', { d: 'M17 21H9' }],
|
|
1999
1999
|
],
|
|
@@ -2003,13 +2003,13 @@ const CloudHail = [
|
|
|
2003
2003
|
'svg',
|
|
2004
2004
|
defaultAttributes,
|
|
2005
2005
|
[
|
|
2006
|
-
['path', { d: '
|
|
2006
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2007
2007
|
['path', { d: 'M16 14v2' }],
|
|
2008
2008
|
['path', { d: 'M8 14v2' }],
|
|
2009
|
-
['path', { d: 'M16
|
|
2010
|
-
['path', { d: 'M8
|
|
2009
|
+
['path', { d: 'M16 20h.01' }],
|
|
2010
|
+
['path', { d: 'M8 20h.01' }],
|
|
2011
2011
|
['path', { d: 'M12 16v2' }],
|
|
2012
|
-
['path', { d: 'M12
|
|
2012
|
+
['path', { d: 'M12 22h.01' }],
|
|
2013
2013
|
],
|
|
2014
2014
|
];
|
|
2015
2015
|
|
|
@@ -2017,13 +2017,24 @@ const CloudLightning = [
|
|
|
2017
2017
|
'svg',
|
|
2018
2018
|
defaultAttributes,
|
|
2019
2019
|
[
|
|
2020
|
+
['path', { d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973' }],
|
|
2020
2021
|
['path', { d: 'm13 12-3 5h4l-3 5' }],
|
|
2022
|
+
],
|
|
2023
|
+
];
|
|
2024
|
+
|
|
2025
|
+
const CloudMoonRain = [
|
|
2026
|
+
'svg',
|
|
2027
|
+
defaultAttributes,
|
|
2028
|
+
[
|
|
2021
2029
|
[
|
|
2022
2030
|
'path',
|
|
2023
2031
|
{
|
|
2024
|
-
d: '
|
|
2032
|
+
d: 'M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197',
|
|
2025
2033
|
},
|
|
2026
2034
|
],
|
|
2035
|
+
['path', { d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24' }],
|
|
2036
|
+
['path', { d: 'M11 20v2' }],
|
|
2037
|
+
['path', { d: 'M7 19v2' }],
|
|
2027
2038
|
],
|
|
2028
2039
|
];
|
|
2029
2040
|
|
|
@@ -2031,16 +2042,11 @@ const CloudMoon = [
|
|
|
2031
2042
|
'svg',
|
|
2032
2043
|
defaultAttributes,
|
|
2033
2044
|
[
|
|
2045
|
+
['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
|
|
2034
2046
|
[
|
|
2035
2047
|
'path',
|
|
2036
2048
|
{
|
|
2037
|
-
d: '
|
|
2038
|
-
},
|
|
2039
|
-
],
|
|
2040
|
-
[
|
|
2041
|
-
'path',
|
|
2042
|
-
{
|
|
2043
|
-
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',
|
|
2049
|
+
d: 'M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197',
|
|
2044
2050
|
},
|
|
2045
2051
|
],
|
|
2046
2052
|
],
|
|
@@ -2051,8 +2057,13 @@ const CloudOff = [
|
|
|
2051
2057
|
defaultAttributes,
|
|
2052
2058
|
[
|
|
2053
2059
|
['path', { d: 'm2 2 20 20' }],
|
|
2054
|
-
['path', { d: '
|
|
2055
|
-
[
|
|
2060
|
+
['path', { d: 'M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193' }],
|
|
2061
|
+
[
|
|
2062
|
+
'path',
|
|
2063
|
+
{
|
|
2064
|
+
d: 'M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07',
|
|
2065
|
+
},
|
|
2066
|
+
],
|
|
2056
2067
|
],
|
|
2057
2068
|
];
|
|
2058
2069
|
|
|
@@ -2060,7 +2071,7 @@ const CloudRainWind = [
|
|
|
2060
2071
|
'svg',
|
|
2061
2072
|
defaultAttributes,
|
|
2062
2073
|
[
|
|
2063
|
-
['path', { d: '
|
|
2074
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2064
2075
|
['path', { d: 'm9.2 22 3-7' }],
|
|
2065
2076
|
['path', { d: 'm9 13-3 7' }],
|
|
2066
2077
|
['path', { d: 'm17 13-3 7' }],
|
|
@@ -2071,7 +2082,7 @@ const CloudRain = [
|
|
|
2071
2082
|
'svg',
|
|
2072
2083
|
defaultAttributes,
|
|
2073
2084
|
[
|
|
2074
|
-
['path', { d: '
|
|
2085
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2075
2086
|
['path', { d: 'M16 14v6' }],
|
|
2076
2087
|
['path', { d: 'M8 14v6' }],
|
|
2077
2088
|
['path', { d: 'M12 16v6' }],
|
|
@@ -2082,13 +2093,28 @@ const CloudSnow = [
|
|
|
2082
2093
|
'svg',
|
|
2083
2094
|
defaultAttributes,
|
|
2084
2095
|
[
|
|
2085
|
-
['path', { d: '
|
|
2086
|
-
['path', { d: 'M8
|
|
2087
|
-
['path', { d: 'M8
|
|
2088
|
-
['path', { d: 'M12
|
|
2089
|
-
['path', { d: 'M12
|
|
2090
|
-
['path', { d: 'M16
|
|
2091
|
-
['path', { d: 'M16
|
|
2096
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2097
|
+
['path', { d: 'M8 15h.01' }],
|
|
2098
|
+
['path', { d: 'M8 19h.01' }],
|
|
2099
|
+
['path', { d: 'M12 17h.01' }],
|
|
2100
|
+
['path', { d: 'M12 21h.01' }],
|
|
2101
|
+
['path', { d: 'M16 15h.01' }],
|
|
2102
|
+
['path', { d: 'M16 19h.01' }],
|
|
2103
|
+
],
|
|
2104
|
+
];
|
|
2105
|
+
|
|
2106
|
+
const CloudSunRain = [
|
|
2107
|
+
'svg',
|
|
2108
|
+
defaultAttributes,
|
|
2109
|
+
[
|
|
2110
|
+
['path', { d: 'M12 2v2' }],
|
|
2111
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
2112
|
+
['path', { d: 'M20 12h2' }],
|
|
2113
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
2114
|
+
['path', { d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128' }],
|
|
2115
|
+
['path', { d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24' }],
|
|
2116
|
+
['path', { d: 'M11 20v2' }],
|
|
2117
|
+
['path', { d: 'M7 19v2' }],
|
|
2092
2118
|
],
|
|
2093
2119
|
];
|
|
2094
2120
|
|
|
@@ -2097,36 +2123,26 @@ const CloudSun = [
|
|
|
2097
2123
|
defaultAttributes,
|
|
2098
2124
|
[
|
|
2099
2125
|
['path', { d: 'M12 2v2' }],
|
|
2100
|
-
['path', { d: '
|
|
2126
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
2101
2127
|
['path', { d: 'M20 12h2' }],
|
|
2102
|
-
['path', { d: '
|
|
2103
|
-
[
|
|
2104
|
-
|
|
2105
|
-
{
|
|
2106
|
-
d: 'M13.63 22A3.3 3.3 0 0 0 17 18.79a3.3 3.3 0 0 0-3.38-3.22h-1.34A5.23 5.23 0 0 0 7.25 12 5.13 5.13 0 0 0 2 17c0 2.76 2.35 5 5.25 5h6.38z',
|
|
2107
|
-
},
|
|
2108
|
-
],
|
|
2109
|
-
['path', { d: 'm17.36 6.64 1.42-1.42' }],
|
|
2128
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
2129
|
+
['path', { d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128' }],
|
|
2130
|
+
['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
|
|
2110
2131
|
],
|
|
2111
2132
|
];
|
|
2112
2133
|
|
|
2113
2134
|
const Cloud = [
|
|
2114
2135
|
'svg',
|
|
2115
2136
|
defaultAttributes,
|
|
2116
|
-
[['path', { d: 'M17.5
|
|
2137
|
+
[['path', { d: 'M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }]],
|
|
2117
2138
|
];
|
|
2118
2139
|
|
|
2119
2140
|
const Cloudy = [
|
|
2120
2141
|
'svg',
|
|
2121
2142
|
defaultAttributes,
|
|
2122
2143
|
[
|
|
2123
|
-
['path', { d: 'M17.5
|
|
2124
|
-
[
|
|
2125
|
-
'path',
|
|
2126
|
-
{
|
|
2127
|
-
d: 'M22 10c0-1.5-1.5-3-3.5-3H17c-.7-2.3-2.9-4-5.4-4-2.7 0-5 2-5.5 4.5',
|
|
2128
|
-
},
|
|
2129
|
-
],
|
|
2144
|
+
['path', { d: 'M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }],
|
|
2145
|
+
['path', { d: 'M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5' }],
|
|
2130
2146
|
],
|
|
2131
2147
|
];
|
|
2132
2148
|
|
|
@@ -2710,7 +2726,7 @@ const DownloadCloud = [
|
|
|
2710
2726
|
'svg',
|
|
2711
2727
|
defaultAttributes,
|
|
2712
2728
|
[
|
|
2713
|
-
['path', { d: '
|
|
2729
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2714
2730
|
['path', { d: 'M12 12v9' }],
|
|
2715
2731
|
['path', { d: 'm8 17 4 4 4-4' }],
|
|
2716
2732
|
],
|
|
@@ -5162,7 +5178,7 @@ const Monitor = [
|
|
|
5162
5178
|
const Moon = [
|
|
5163
5179
|
'svg',
|
|
5164
5180
|
defaultAttributes,
|
|
5165
|
-
[['path', { d: '
|
|
5181
|
+
[['path', { d: 'M12 3a6.364 6.364 0 0 0 9 9 9 9 0 1 1-9-9Z' }]],
|
|
5166
5182
|
];
|
|
5167
5183
|
|
|
5168
5184
|
const MoreHorizontal = [
|
|
@@ -7210,15 +7226,15 @@ const SunMoon = [
|
|
|
7210
7226
|
defaultAttributes,
|
|
7211
7227
|
[
|
|
7212
7228
|
['path', { d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' }],
|
|
7213
|
-
['path', { d: '
|
|
7229
|
+
['path', { d: 'M12 8a2.828 2.828 0 1 0 4 4' }],
|
|
7214
7230
|
['path', { d: 'M12 2v2' }],
|
|
7215
7231
|
['path', { d: 'M12 20v2' }],
|
|
7216
|
-
['path', { d: '
|
|
7217
|
-
['path', { d: '
|
|
7232
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
7233
|
+
['path', { d: 'm17.66 17.66 1.41 1.41' }],
|
|
7218
7234
|
['path', { d: 'M2 12h2' }],
|
|
7219
7235
|
['path', { d: 'M20 12h2' }],
|
|
7220
|
-
['path', { d: '
|
|
7221
|
-
['path', { d: '
|
|
7236
|
+
['path', { d: 'm6.34 17.66-1.41 1.41' }],
|
|
7237
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
7222
7238
|
],
|
|
7223
7239
|
];
|
|
7224
7240
|
|
|
@@ -7229,12 +7245,12 @@ const Sun = [
|
|
|
7229
7245
|
['circle', { cx: '12', cy: '12', r: '4' }],
|
|
7230
7246
|
['path', { d: 'M12 2v2' }],
|
|
7231
7247
|
['path', { d: 'M12 20v2' }],
|
|
7232
|
-
['path', { d: '
|
|
7233
|
-
['path', { d: '
|
|
7248
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
7249
|
+
['path', { d: 'm17.66 17.66 1.41 1.41' }],
|
|
7234
7250
|
['path', { d: 'M2 12h2' }],
|
|
7235
7251
|
['path', { d: 'M20 12h2' }],
|
|
7236
|
-
['path', { d: '
|
|
7237
|
-
['path', { d: '
|
|
7252
|
+
['path', { d: 'm6.34 17.66-1.41 1.41' }],
|
|
7253
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
7238
7254
|
],
|
|
7239
7255
|
];
|
|
7240
7256
|
|
|
@@ -7243,10 +7259,10 @@ const Sunrise = [
|
|
|
7243
7259
|
defaultAttributes,
|
|
7244
7260
|
[
|
|
7245
7261
|
['path', { d: 'M12 2v8' }],
|
|
7246
|
-
['path', { d: '
|
|
7262
|
+
['path', { d: 'm4.93 10.93 1.41 1.41' }],
|
|
7247
7263
|
['path', { d: 'M2 18h2' }],
|
|
7248
7264
|
['path', { d: 'M20 18h2' }],
|
|
7249
|
-
['path', { d: '
|
|
7265
|
+
['path', { d: 'm19.07 10.93-1.41 1.41' }],
|
|
7250
7266
|
['path', { d: 'M22 22H2' }],
|
|
7251
7267
|
['path', { d: 'm8 6 4-4 4 4' }],
|
|
7252
7268
|
['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
|
|
@@ -7258,10 +7274,10 @@ const Sunset = [
|
|
|
7258
7274
|
defaultAttributes,
|
|
7259
7275
|
[
|
|
7260
7276
|
['path', { d: 'M12 10V2' }],
|
|
7261
|
-
['path', { d: '
|
|
7277
|
+
['path', { d: 'm4.93 10.93 1.41 1.41' }],
|
|
7262
7278
|
['path', { d: 'M2 18h2' }],
|
|
7263
7279
|
['path', { d: 'M20 18h2' }],
|
|
7264
|
-
['path', { d: '
|
|
7280
|
+
['path', { d: 'm19.07 10.93-1.41 1.41' }],
|
|
7265
7281
|
['path', { d: 'M22 22H2' }],
|
|
7266
7282
|
['path', { d: 'm16 6-4 4-4-4' }],
|
|
7267
7283
|
['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
|
|
@@ -7486,7 +7502,7 @@ const ThermometerSun = [
|
|
|
7486
7502
|
['path', { d: 'm6.6 18.4-1.4 1.4' }],
|
|
7487
7503
|
['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
|
|
7488
7504
|
['path', { d: 'M4 13H2' }],
|
|
7489
|
-
['path', { d: 'M6.
|
|
7505
|
+
['path', { d: 'M6.34 7.34 4.93 5.93' }],
|
|
7490
7506
|
],
|
|
7491
7507
|
];
|
|
7492
7508
|
|
|
@@ -7875,7 +7891,7 @@ const UploadCloud = [
|
|
|
7875
7891
|
'svg',
|
|
7876
7892
|
defaultAttributes,
|
|
7877
7893
|
[
|
|
7878
|
-
['path', { d: '
|
|
7894
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
7879
7895
|
['path', { d: 'M12 12v9' }],
|
|
7880
7896
|
['path', { d: 'm16 16-4-4-4 4' }],
|
|
7881
7897
|
],
|
|
@@ -8544,11 +8560,13 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8544
8560
|
CloudFog: CloudFog,
|
|
8545
8561
|
CloudHail: CloudHail,
|
|
8546
8562
|
CloudLightning: CloudLightning,
|
|
8563
|
+
CloudMoonRain: CloudMoonRain,
|
|
8547
8564
|
CloudMoon: CloudMoon,
|
|
8548
8565
|
CloudOff: CloudOff,
|
|
8549
8566
|
CloudRainWind: CloudRainWind,
|
|
8550
8567
|
CloudRain: CloudRain,
|
|
8551
8568
|
CloudSnow: CloudSnow,
|
|
8569
|
+
CloudSunRain: CloudSunRain,
|
|
8552
8570
|
CloudSun: CloudSun,
|
|
8553
8571
|
Cloud: Cloud,
|
|
8554
8572
|
Cloudy: Cloudy,
|
|
@@ -9188,5 +9206,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
9188
9206
|
* Generated bundle index. Do not edit.
|
|
9189
9207
|
*/
|
|
9190
9208
|
|
|
9191
|
-
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
9209
|
+
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
9192
9210
|
//# sourceMappingURL=lucide-angular.js.map
|