lucide-angular 0.64.0 → 0.67.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 +167 -84
- 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 +175 -84
- 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/angry.js +15 -0
- package/esm2015/icons/annoyed.js +13 -0
- package/esm2015/icons/axis-3d.js +8 -0
- package/esm2015/icons/bomb.js +17 -0
- 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 +5 -10
- 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 +7 -12
- 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 +9 -1
- package/esm2015/icons/laugh.js +13 -0
- package/esm2015/icons/moon.js +2 -2
- package/esm2015/icons/smile-plus.js +15 -0
- package/esm2015/icons/sticker.js +19 -0
- package/esm2015/icons/sticky-note.js +16 -0
- 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/angry.js +15 -0
- package/esm2015/src/icons/annoyed.js +13 -0
- package/esm2015/src/icons/axis-3d.js +8 -0
- package/esm2015/src/icons/bomb.js +17 -0
- 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 +5 -10
- 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 +7 -12
- 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 +9 -1
- package/esm2015/src/icons/laugh.js +13 -0
- package/esm2015/src/icons/moon.js +2 -2
- package/esm2015/src/icons/smile-plus.js +15 -0
- package/esm2015/src/icons/sticker.js +19 -0
- package/esm2015/src/icons/sticky-note.js +16 -0
- 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 +160 -85
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +168 -85
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/angry.d.ts +3 -0
- package/icons/annoyed.d.ts +3 -0
- package/icons/axis-3d.d.ts +3 -0
- package/icons/bomb.d.ts +3 -0
- package/icons/index.d.ts +8 -0
- package/icons/laugh.d.ts +3 -0
- package/icons/smile-plus.d.ts +3 -0
- package/icons/sticker.d.ts +3 -0
- package/icons/sticky-note.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/angry.d.ts +3 -0
- package/src/icons/annoyed.d.ts +3 -0
- package/src/icons/axis-3d.d.ts +3 -0
- package/src/icons/bomb.d.ts +3 -0
- package/src/icons/index.d.ts +8 -0
- package/src/icons/laugh.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/smile-plus.d.ts +3 -0
- package/src/icons/sticker.d.ts +3 -0
- package/src/icons/sticky-note.d.ts +3 -0
|
@@ -460,6 +460,30 @@ const Anchor = [
|
|
|
460
460
|
],
|
|
461
461
|
];
|
|
462
462
|
|
|
463
|
+
const Angry = [
|
|
464
|
+
'svg',
|
|
465
|
+
defaultAttributes,
|
|
466
|
+
[
|
|
467
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
468
|
+
['path', { d: 'M16 16s-1.5-2-4-2-4 2-4 2' }],
|
|
469
|
+
['path', { d: 'M7.5 8 10 9' }],
|
|
470
|
+
['path', { d: 'm14 9 2.5-1' }],
|
|
471
|
+
['path', { d: 'M9 10h0' }],
|
|
472
|
+
['path', { d: 'M15 10h0' }],
|
|
473
|
+
],
|
|
474
|
+
];
|
|
475
|
+
|
|
476
|
+
const Annoyed = [
|
|
477
|
+
'svg',
|
|
478
|
+
defaultAttributes,
|
|
479
|
+
[
|
|
480
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
481
|
+
['path', { d: 'M8 15h8' }],
|
|
482
|
+
['path', { d: 'M8 9h2' }],
|
|
483
|
+
['path', { d: 'M14 9h2' }],
|
|
484
|
+
],
|
|
485
|
+
];
|
|
486
|
+
|
|
463
487
|
const Aperture = [
|
|
464
488
|
'svg',
|
|
465
489
|
defaultAttributes,
|
|
@@ -704,6 +728,12 @@ const Axe = [
|
|
|
704
728
|
],
|
|
705
729
|
];
|
|
706
730
|
|
|
731
|
+
const Axis3d = [
|
|
732
|
+
'svg',
|
|
733
|
+
defaultAttributes,
|
|
734
|
+
[['path', { d: 'M4 4v16h16' }], ['path', { d: 'm4 20 7-7' }]],
|
|
735
|
+
];
|
|
736
|
+
|
|
707
737
|
const Baby = [
|
|
708
738
|
'svg',
|
|
709
739
|
defaultAttributes,
|
|
@@ -1094,6 +1124,21 @@ const Bold = [
|
|
|
1094
1124
|
],
|
|
1095
1125
|
];
|
|
1096
1126
|
|
|
1127
|
+
const Bomb = [
|
|
1128
|
+
'svg',
|
|
1129
|
+
defaultAttributes,
|
|
1130
|
+
[
|
|
1131
|
+
['circle', { cx: '11', cy: '13', r: '9' }],
|
|
1132
|
+
[
|
|
1133
|
+
'path',
|
|
1134
|
+
{
|
|
1135
|
+
d: 'm19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.41 2.41 0 0 0-3.4 0l-1.8 1.8',
|
|
1136
|
+
},
|
|
1137
|
+
],
|
|
1138
|
+
['path', { d: 'm22 2-1.5 1.5' }],
|
|
1139
|
+
],
|
|
1140
|
+
];
|
|
1141
|
+
|
|
1097
1142
|
const BookOpen = [
|
|
1098
1143
|
'svg',
|
|
1099
1144
|
defaultAttributes,
|
|
@@ -1979,7 +2024,7 @@ const CloudDrizzle = [
|
|
|
1979
2024
|
'svg',
|
|
1980
2025
|
defaultAttributes,
|
|
1981
2026
|
[
|
|
1982
|
-
['path', { d: '
|
|
2027
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
1983
2028
|
['path', { d: 'M8 19v1' }],
|
|
1984
2029
|
['path', { d: 'M8 14v1' }],
|
|
1985
2030
|
['path', { d: 'M16 19v1' }],
|
|
@@ -1993,7 +2038,7 @@ const CloudFog = [
|
|
|
1993
2038
|
'svg',
|
|
1994
2039
|
defaultAttributes,
|
|
1995
2040
|
[
|
|
1996
|
-
['path', { d: '
|
|
2041
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
1997
2042
|
['path', { d: 'M16 17H7' }],
|
|
1998
2043
|
['path', { d: 'M17 21H9' }],
|
|
1999
2044
|
],
|
|
@@ -2003,13 +2048,13 @@ const CloudHail = [
|
|
|
2003
2048
|
'svg',
|
|
2004
2049
|
defaultAttributes,
|
|
2005
2050
|
[
|
|
2006
|
-
['path', { d: '
|
|
2051
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2007
2052
|
['path', { d: 'M16 14v2' }],
|
|
2008
2053
|
['path', { d: 'M8 14v2' }],
|
|
2009
|
-
['path', { d: 'M16
|
|
2010
|
-
['path', { d: 'M8
|
|
2054
|
+
['path', { d: 'M16 20h.01' }],
|
|
2055
|
+
['path', { d: 'M8 20h.01' }],
|
|
2011
2056
|
['path', { d: 'M12 16v2' }],
|
|
2012
|
-
['path', { d: 'M12
|
|
2057
|
+
['path', { d: 'M12 22h.01' }],
|
|
2013
2058
|
],
|
|
2014
2059
|
];
|
|
2015
2060
|
|
|
@@ -2017,13 +2062,8 @@ const CloudLightning = [
|
|
|
2017
2062
|
'svg',
|
|
2018
2063
|
defaultAttributes,
|
|
2019
2064
|
[
|
|
2065
|
+
['path', { d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973' }],
|
|
2020
2066
|
['path', { d: 'm13 12-3 5h4l-3 5' }],
|
|
2021
|
-
[
|
|
2022
|
-
'path',
|
|
2023
|
-
{
|
|
2024
|
-
d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
|
|
2025
|
-
},
|
|
2026
|
-
],
|
|
2027
2067
|
],
|
|
2028
2068
|
];
|
|
2029
2069
|
|
|
@@ -2034,17 +2074,12 @@ const CloudMoonRain = [
|
|
|
2034
2074
|
[
|
|
2035
2075
|
'path',
|
|
2036
2076
|
{
|
|
2037
|
-
d: '
|
|
2038
|
-
},
|
|
2039
|
-
],
|
|
2040
|
-
[
|
|
2041
|
-
'path',
|
|
2042
|
-
{
|
|
2043
|
-
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',
|
|
2077
|
+
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
2078
|
},
|
|
2045
2079
|
],
|
|
2046
|
-
['path', { d: '
|
|
2047
|
-
['path', { d: '
|
|
2080
|
+
['path', { d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24' }],
|
|
2081
|
+
['path', { d: 'M11 20v2' }],
|
|
2082
|
+
['path', { d: 'M7 19v2' }],
|
|
2048
2083
|
],
|
|
2049
2084
|
];
|
|
2050
2085
|
|
|
@@ -2052,16 +2087,11 @@ const CloudMoon = [
|
|
|
2052
2087
|
'svg',
|
|
2053
2088
|
defaultAttributes,
|
|
2054
2089
|
[
|
|
2090
|
+
['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
|
|
2055
2091
|
[
|
|
2056
2092
|
'path',
|
|
2057
2093
|
{
|
|
2058
|
-
d: '
|
|
2059
|
-
},
|
|
2060
|
-
],
|
|
2061
|
-
[
|
|
2062
|
-
'path',
|
|
2063
|
-
{
|
|
2064
|
-
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',
|
|
2094
|
+
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',
|
|
2065
2095
|
},
|
|
2066
2096
|
],
|
|
2067
2097
|
],
|
|
@@ -2072,8 +2102,13 @@ const CloudOff = [
|
|
|
2072
2102
|
defaultAttributes,
|
|
2073
2103
|
[
|
|
2074
2104
|
['path', { d: 'm2 2 20 20' }],
|
|
2075
|
-
['path', { d: '
|
|
2076
|
-
[
|
|
2105
|
+
['path', { d: 'M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193' }],
|
|
2106
|
+
[
|
|
2107
|
+
'path',
|
|
2108
|
+
{
|
|
2109
|
+
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',
|
|
2110
|
+
},
|
|
2111
|
+
],
|
|
2077
2112
|
],
|
|
2078
2113
|
];
|
|
2079
2114
|
|
|
@@ -2081,7 +2116,7 @@ const CloudRainWind = [
|
|
|
2081
2116
|
'svg',
|
|
2082
2117
|
defaultAttributes,
|
|
2083
2118
|
[
|
|
2084
|
-
['path', { d: '
|
|
2119
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2085
2120
|
['path', { d: 'm9.2 22 3-7' }],
|
|
2086
2121
|
['path', { d: 'm9 13-3 7' }],
|
|
2087
2122
|
['path', { d: 'm17 13-3 7' }],
|
|
@@ -2092,7 +2127,7 @@ const CloudRain = [
|
|
|
2092
2127
|
'svg',
|
|
2093
2128
|
defaultAttributes,
|
|
2094
2129
|
[
|
|
2095
|
-
['path', { d: '
|
|
2130
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2096
2131
|
['path', { d: 'M16 14v6' }],
|
|
2097
2132
|
['path', { d: 'M8 14v6' }],
|
|
2098
2133
|
['path', { d: 'M12 16v6' }],
|
|
@@ -2103,13 +2138,13 @@ const CloudSnow = [
|
|
|
2103
2138
|
'svg',
|
|
2104
2139
|
defaultAttributes,
|
|
2105
2140
|
[
|
|
2106
|
-
['path', { d: '
|
|
2107
|
-
['path', { d: 'M8
|
|
2108
|
-
['path', { d: 'M8
|
|
2109
|
-
['path', { d: 'M12
|
|
2110
|
-
['path', { d: 'M12
|
|
2111
|
-
['path', { d: 'M16
|
|
2112
|
-
['path', { d: 'M16
|
|
2141
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2142
|
+
['path', { d: 'M8 15h.01' }],
|
|
2143
|
+
['path', { d: 'M8 19h.01' }],
|
|
2144
|
+
['path', { d: 'M12 17h.01' }],
|
|
2145
|
+
['path', { d: 'M12 21h.01' }],
|
|
2146
|
+
['path', { d: 'M16 15h.01' }],
|
|
2147
|
+
['path', { d: 'M16 19h.01' }],
|
|
2113
2148
|
],
|
|
2114
2149
|
];
|
|
2115
2150
|
|
|
@@ -2118,18 +2153,13 @@ const CloudSunRain = [
|
|
|
2118
2153
|
defaultAttributes,
|
|
2119
2154
|
[
|
|
2120
2155
|
['path', { d: 'M12 2v2' }],
|
|
2121
|
-
['path', { d: '
|
|
2156
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
2122
2157
|
['path', { d: 'M20 12h2' }],
|
|
2123
|
-
['path', { d: '
|
|
2124
|
-
['path', { d: '
|
|
2125
|
-
[
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
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',
|
|
2129
|
-
},
|
|
2130
|
-
],
|
|
2131
|
-
['path', { d: 'M11.5 20v2' }],
|
|
2132
|
-
['path', { d: 'M7.5 19v2' }],
|
|
2158
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
2159
|
+
['path', { d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128' }],
|
|
2160
|
+
['path', { d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24' }],
|
|
2161
|
+
['path', { d: 'M11 20v2' }],
|
|
2162
|
+
['path', { d: 'M7 19v2' }],
|
|
2133
2163
|
],
|
|
2134
2164
|
];
|
|
2135
2165
|
|
|
@@ -2138,36 +2168,26 @@ const CloudSun = [
|
|
|
2138
2168
|
defaultAttributes,
|
|
2139
2169
|
[
|
|
2140
2170
|
['path', { d: 'M12 2v2' }],
|
|
2141
|
-
['path', { d: '
|
|
2171
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
2142
2172
|
['path', { d: 'M20 12h2' }],
|
|
2143
|
-
['path', { d: '
|
|
2144
|
-
[
|
|
2145
|
-
|
|
2146
|
-
{
|
|
2147
|
-
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',
|
|
2148
|
-
},
|
|
2149
|
-
],
|
|
2150
|
-
['path', { d: 'm17.36 6.64 1.42-1.42' }],
|
|
2173
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
2174
|
+
['path', { d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128' }],
|
|
2175
|
+
['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
|
|
2151
2176
|
],
|
|
2152
2177
|
];
|
|
2153
2178
|
|
|
2154
2179
|
const Cloud = [
|
|
2155
2180
|
'svg',
|
|
2156
2181
|
defaultAttributes,
|
|
2157
|
-
[['path', { d: 'M17.5
|
|
2182
|
+
[['path', { d: 'M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }]],
|
|
2158
2183
|
];
|
|
2159
2184
|
|
|
2160
2185
|
const Cloudy = [
|
|
2161
2186
|
'svg',
|
|
2162
2187
|
defaultAttributes,
|
|
2163
2188
|
[
|
|
2164
|
-
['path', { d: 'M17.5
|
|
2165
|
-
[
|
|
2166
|
-
'path',
|
|
2167
|
-
{
|
|
2168
|
-
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',
|
|
2169
|
-
},
|
|
2170
|
-
],
|
|
2189
|
+
['path', { d: 'M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }],
|
|
2190
|
+
['path', { d: 'M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5' }],
|
|
2171
2191
|
],
|
|
2172
2192
|
];
|
|
2173
2193
|
|
|
@@ -2751,7 +2771,7 @@ const DownloadCloud = [
|
|
|
2751
2771
|
'svg',
|
|
2752
2772
|
defaultAttributes,
|
|
2753
2773
|
[
|
|
2754
|
-
['path', { d: '
|
|
2774
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
2755
2775
|
['path', { d: 'M12 12v9' }],
|
|
2756
2776
|
['path', { d: 'm8 17 4 4 4-4' }],
|
|
2757
2777
|
],
|
|
@@ -4478,6 +4498,17 @@ const Lasso = [
|
|
|
4478
4498
|
],
|
|
4479
4499
|
];
|
|
4480
4500
|
|
|
4501
|
+
const Laugh = [
|
|
4502
|
+
'svg',
|
|
4503
|
+
defaultAttributes,
|
|
4504
|
+
[
|
|
4505
|
+
['circle', { cx: '12', cy: '12', r: '10' }],
|
|
4506
|
+
['path', { d: 'M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z' }],
|
|
4507
|
+
['line', { x1: '9', y1: '9', x2: '9.01', y2: '9' }],
|
|
4508
|
+
['line', { x1: '15', y1: '9', x2: '15.01', y2: '9' }],
|
|
4509
|
+
],
|
|
4510
|
+
];
|
|
4511
|
+
|
|
4481
4512
|
const Layers = [
|
|
4482
4513
|
'svg',
|
|
4483
4514
|
defaultAttributes,
|
|
@@ -5203,7 +5234,7 @@ const Monitor = [
|
|
|
5203
5234
|
const Moon = [
|
|
5204
5235
|
'svg',
|
|
5205
5236
|
defaultAttributes,
|
|
5206
|
-
[['path', { d: '
|
|
5237
|
+
[['path', { d: 'M12 3a6.364 6.364 0 0 0 9 9 9 9 0 1 1-9-9Z' }]],
|
|
5207
5238
|
];
|
|
5208
5239
|
|
|
5209
5240
|
const MoreHorizontal = [
|
|
@@ -7013,6 +7044,19 @@ const Smartphone = [
|
|
|
7013
7044
|
],
|
|
7014
7045
|
];
|
|
7015
7046
|
|
|
7047
|
+
const SmilePlus = [
|
|
7048
|
+
'svg',
|
|
7049
|
+
defaultAttributes,
|
|
7050
|
+
[
|
|
7051
|
+
['path', { d: 'M22 11v1a10 10 0 1 1-9-10' }],
|
|
7052
|
+
['path', { d: 'M8 14s1.5 2 4 2 4-2 4-2' }],
|
|
7053
|
+
['line', { x1: '9', y1: '9', x2: '9.01', y2: '9' }],
|
|
7054
|
+
['line', { x1: '15', y1: '9', x2: '15.01', y2: '9' }],
|
|
7055
|
+
['path', { d: 'M16 5h6' }],
|
|
7056
|
+
['path', { d: 'M19 2v6' }],
|
|
7057
|
+
],
|
|
7058
|
+
];
|
|
7059
|
+
|
|
7016
7060
|
const Smile = [
|
|
7017
7061
|
'svg',
|
|
7018
7062
|
defaultAttributes,
|
|
@@ -7162,6 +7206,37 @@ const Stethoscope = [
|
|
|
7162
7206
|
],
|
|
7163
7207
|
];
|
|
7164
7208
|
|
|
7209
|
+
const Sticker = [
|
|
7210
|
+
'svg',
|
|
7211
|
+
defaultAttributes,
|
|
7212
|
+
[
|
|
7213
|
+
[
|
|
7214
|
+
'path',
|
|
7215
|
+
{
|
|
7216
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
7217
|
+
},
|
|
7218
|
+
],
|
|
7219
|
+
['path', { d: 'M15 3v6h6' }],
|
|
7220
|
+
['path', { d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1' }],
|
|
7221
|
+
['path', { d: 'M8 13h0' }],
|
|
7222
|
+
['path', { d: 'M16 13h0' }],
|
|
7223
|
+
],
|
|
7224
|
+
];
|
|
7225
|
+
|
|
7226
|
+
const StickyNote = [
|
|
7227
|
+
'svg',
|
|
7228
|
+
defaultAttributes,
|
|
7229
|
+
[
|
|
7230
|
+
[
|
|
7231
|
+
'path',
|
|
7232
|
+
{
|
|
7233
|
+
d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
|
|
7234
|
+
},
|
|
7235
|
+
],
|
|
7236
|
+
['path', { d: 'M15 3v6h6' }],
|
|
7237
|
+
],
|
|
7238
|
+
];
|
|
7239
|
+
|
|
7165
7240
|
const StopCircle = [
|
|
7166
7241
|
'svg',
|
|
7167
7242
|
defaultAttributes,
|
|
@@ -7251,15 +7326,15 @@ const SunMoon = [
|
|
|
7251
7326
|
defaultAttributes,
|
|
7252
7327
|
[
|
|
7253
7328
|
['path', { d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' }],
|
|
7254
|
-
['path', { d: '
|
|
7329
|
+
['path', { d: 'M12 8a2.828 2.828 0 1 0 4 4' }],
|
|
7255
7330
|
['path', { d: 'M12 2v2' }],
|
|
7256
7331
|
['path', { d: 'M12 20v2' }],
|
|
7257
|
-
['path', { d: '
|
|
7258
|
-
['path', { d: '
|
|
7332
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
7333
|
+
['path', { d: 'm17.66 17.66 1.41 1.41' }],
|
|
7259
7334
|
['path', { d: 'M2 12h2' }],
|
|
7260
7335
|
['path', { d: 'M20 12h2' }],
|
|
7261
|
-
['path', { d: '
|
|
7262
|
-
['path', { d: '
|
|
7336
|
+
['path', { d: 'm6.34 17.66-1.41 1.41' }],
|
|
7337
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
7263
7338
|
],
|
|
7264
7339
|
];
|
|
7265
7340
|
|
|
@@ -7270,12 +7345,12 @@ const Sun = [
|
|
|
7270
7345
|
['circle', { cx: '12', cy: '12', r: '4' }],
|
|
7271
7346
|
['path', { d: 'M12 2v2' }],
|
|
7272
7347
|
['path', { d: 'M12 20v2' }],
|
|
7273
|
-
['path', { d: '
|
|
7274
|
-
['path', { d: '
|
|
7348
|
+
['path', { d: 'm4.93 4.93 1.41 1.41' }],
|
|
7349
|
+
['path', { d: 'm17.66 17.66 1.41 1.41' }],
|
|
7275
7350
|
['path', { d: 'M2 12h2' }],
|
|
7276
7351
|
['path', { d: 'M20 12h2' }],
|
|
7277
|
-
['path', { d: '
|
|
7278
|
-
['path', { d: '
|
|
7352
|
+
['path', { d: 'm6.34 17.66-1.41 1.41' }],
|
|
7353
|
+
['path', { d: 'm19.07 4.93-1.41 1.41' }],
|
|
7279
7354
|
],
|
|
7280
7355
|
];
|
|
7281
7356
|
|
|
@@ -7284,10 +7359,10 @@ const Sunrise = [
|
|
|
7284
7359
|
defaultAttributes,
|
|
7285
7360
|
[
|
|
7286
7361
|
['path', { d: 'M12 2v8' }],
|
|
7287
|
-
['path', { d: '
|
|
7362
|
+
['path', { d: 'm4.93 10.93 1.41 1.41' }],
|
|
7288
7363
|
['path', { d: 'M2 18h2' }],
|
|
7289
7364
|
['path', { d: 'M20 18h2' }],
|
|
7290
|
-
['path', { d: '
|
|
7365
|
+
['path', { d: 'm19.07 10.93-1.41 1.41' }],
|
|
7291
7366
|
['path', { d: 'M22 22H2' }],
|
|
7292
7367
|
['path', { d: 'm8 6 4-4 4 4' }],
|
|
7293
7368
|
['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
|
|
@@ -7299,10 +7374,10 @@ const Sunset = [
|
|
|
7299
7374
|
defaultAttributes,
|
|
7300
7375
|
[
|
|
7301
7376
|
['path', { d: 'M12 10V2' }],
|
|
7302
|
-
['path', { d: '
|
|
7377
|
+
['path', { d: 'm4.93 10.93 1.41 1.41' }],
|
|
7303
7378
|
['path', { d: 'M2 18h2' }],
|
|
7304
7379
|
['path', { d: 'M20 18h2' }],
|
|
7305
|
-
['path', { d: '
|
|
7380
|
+
['path', { d: 'm19.07 10.93-1.41 1.41' }],
|
|
7306
7381
|
['path', { d: 'M22 22H2' }],
|
|
7307
7382
|
['path', { d: 'm16 6-4 4-4-4' }],
|
|
7308
7383
|
['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
|
|
@@ -7527,7 +7602,7 @@ const ThermometerSun = [
|
|
|
7527
7602
|
['path', { d: 'm6.6 18.4-1.4 1.4' }],
|
|
7528
7603
|
['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
|
|
7529
7604
|
['path', { d: 'M4 13H2' }],
|
|
7530
|
-
['path', { d: 'M6.
|
|
7605
|
+
['path', { d: 'M6.34 7.34 4.93 5.93' }],
|
|
7531
7606
|
],
|
|
7532
7607
|
];
|
|
7533
7608
|
|
|
@@ -7916,7 +7991,7 @@ const UploadCloud = [
|
|
|
7916
7991
|
'svg',
|
|
7917
7992
|
defaultAttributes,
|
|
7918
7993
|
[
|
|
7919
|
-
['path', { d: '
|
|
7994
|
+
['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
|
|
7920
7995
|
['path', { d: 'M12 12v9' }],
|
|
7921
7996
|
['path', { d: 'm16 16-4-4-4 4' }],
|
|
7922
7997
|
],
|
|
@@ -8448,6 +8523,8 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8448
8523
|
AlignVerticalSpaceAround: AlignVerticalSpaceAround,
|
|
8449
8524
|
AlignVerticalSpaceBetween: AlignVerticalSpaceBetween,
|
|
8450
8525
|
Anchor: Anchor,
|
|
8526
|
+
Angry: Angry,
|
|
8527
|
+
Annoyed: Annoyed,
|
|
8451
8528
|
Aperture: Aperture,
|
|
8452
8529
|
ArchiveRestore: ArchiveRestore,
|
|
8453
8530
|
Archive: Archive,
|
|
@@ -8473,6 +8550,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8473
8550
|
AtSign: AtSign,
|
|
8474
8551
|
Award: Award,
|
|
8475
8552
|
Axe: Axe,
|
|
8553
|
+
Axis3d: Axis3d,
|
|
8476
8554
|
Baby: Baby,
|
|
8477
8555
|
Backpack: Backpack,
|
|
8478
8556
|
BaggageClaim: BaggageClaim,
|
|
@@ -8507,6 +8585,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8507
8585
|
BluetoothSearching: BluetoothSearching,
|
|
8508
8586
|
Bluetooth: Bluetooth,
|
|
8509
8587
|
Bold: Bold,
|
|
8588
|
+
Bomb: Bomb,
|
|
8510
8589
|
BookOpen: BookOpen,
|
|
8511
8590
|
Book: Book,
|
|
8512
8591
|
BookmarkMinus: BookmarkMinus,
|
|
@@ -8779,6 +8858,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8779
8858
|
Laptop: Laptop,
|
|
8780
8859
|
LassoSelect: LassoSelect,
|
|
8781
8860
|
Lasso: Lasso,
|
|
8861
|
+
Laugh: Laugh,
|
|
8782
8862
|
Layers: Layers,
|
|
8783
8863
|
LayoutDashboard: LayoutDashboard,
|
|
8784
8864
|
LayoutGrid: LayoutGrid,
|
|
@@ -8987,6 +9067,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8987
9067
|
Sliders: Sliders,
|
|
8988
9068
|
SmartphoneCharging: SmartphoneCharging,
|
|
8989
9069
|
Smartphone: Smartphone,
|
|
9070
|
+
SmilePlus: SmilePlus,
|
|
8990
9071
|
Smile: Smile,
|
|
8991
9072
|
Snowflake: Snowflake,
|
|
8992
9073
|
Sofa: Sofa,
|
|
@@ -8999,6 +9080,8 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
8999
9080
|
StarOff: StarOff,
|
|
9000
9081
|
Star: Star,
|
|
9001
9082
|
Stethoscope: Stethoscope,
|
|
9083
|
+
Sticker: Sticker,
|
|
9084
|
+
StickyNote: StickyNote,
|
|
9002
9085
|
StopCircle: StopCircle,
|
|
9003
9086
|
StretchHorizontal: StretchHorizontal,
|
|
9004
9087
|
StretchVertical: StretchVertical,
|
|
@@ -9231,5 +9314,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
9231
9314
|
* Generated bundle index. Do not edit.
|
|
9232
9315
|
*/
|
|
9233
9316
|
|
|
9234
|
-
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 };
|
|
9317
|
+
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, Angry, Annoyed, 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, Axis3d, 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, Bomb, 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, Laugh, 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, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, 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 };
|
|
9235
9318
|
//# sourceMappingURL=lucide-angular.js.map
|