lucide-angular 0.17.2 → 0.17.5

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 (103) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +221 -19
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +239 -19
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/align-center-horizontal.js +14 -0
  10. package/esm2015/icons/align-center-vertical.js +14 -0
  11. package/esm2015/icons/align-end-horizontal.js +12 -0
  12. package/esm2015/icons/align-end-vertical.js +12 -0
  13. package/esm2015/icons/align-horizontal-justify-center.js +12 -0
  14. package/esm2015/icons/align-horizontal-justify-end.js +12 -0
  15. package/esm2015/icons/align-horizontal-justify-start.js +12 -0
  16. package/esm2015/icons/align-horizontal-space-around.js +12 -0
  17. package/esm2015/icons/align-horizontal-space-between.js +13 -0
  18. package/esm2015/icons/align-start-horizontal.js +12 -0
  19. package/esm2015/icons/align-start-vertical.js +12 -0
  20. package/esm2015/icons/align-vertical-justify-center.js +12 -0
  21. package/esm2015/icons/align-vertical-justify-end.js +12 -0
  22. package/esm2015/icons/align-vertical-justify-start.js +12 -0
  23. package/esm2015/icons/align-vertical-space-around.js +12 -0
  24. package/esm2015/icons/align-vertical-space-between.js +13 -0
  25. package/esm2015/icons/cookie.js +2 -2
  26. package/esm2015/icons/index.js +19 -1
  27. package/esm2015/icons/package-check.js +5 -5
  28. package/esm2015/icons/package-minus.js +4 -4
  29. package/esm2015/icons/package-plus.js +4 -4
  30. package/esm2015/icons/package-search.js +5 -5
  31. package/esm2015/icons/package-x.js +5 -5
  32. package/esm2015/icons/stretch-horizontal.js +11 -0
  33. package/esm2015/icons/stretch-vertical.js +11 -0
  34. package/esm2015/src/icons/align-center-horizontal.js +14 -0
  35. package/esm2015/src/icons/align-center-vertical.js +14 -0
  36. package/esm2015/src/icons/align-end-horizontal.js +12 -0
  37. package/esm2015/src/icons/align-end-vertical.js +12 -0
  38. package/esm2015/src/icons/align-horizontal-justify-center.js +12 -0
  39. package/esm2015/src/icons/align-horizontal-justify-end.js +12 -0
  40. package/esm2015/src/icons/align-horizontal-justify-start.js +12 -0
  41. package/esm2015/src/icons/align-horizontal-space-around.js +12 -0
  42. package/esm2015/src/icons/align-horizontal-space-between.js +13 -0
  43. package/esm2015/src/icons/align-start-horizontal.js +12 -0
  44. package/esm2015/src/icons/align-start-vertical.js +12 -0
  45. package/esm2015/src/icons/align-vertical-justify-center.js +12 -0
  46. package/esm2015/src/icons/align-vertical-justify-end.js +12 -0
  47. package/esm2015/src/icons/align-vertical-justify-start.js +12 -0
  48. package/esm2015/src/icons/align-vertical-space-around.js +12 -0
  49. package/esm2015/src/icons/align-vertical-space-between.js +13 -0
  50. package/esm2015/src/icons/cookie.js +2 -2
  51. package/esm2015/src/icons/index.js +19 -1
  52. package/esm2015/src/icons/package-check.js +5 -5
  53. package/esm2015/src/icons/package-minus.js +4 -4
  54. package/esm2015/src/icons/package-plus.js +4 -4
  55. package/esm2015/src/icons/package-search.js +5 -5
  56. package/esm2015/src/icons/package-x.js +5 -5
  57. package/esm2015/src/icons/stretch-horizontal.js +11 -0
  58. package/esm2015/src/icons/stretch-vertical.js +11 -0
  59. package/fesm2015/lucide-angular-src-icons.js +204 -20
  60. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  61. package/fesm2015/lucide-angular.js +222 -20
  62. package/fesm2015/lucide-angular.js.map +1 -1
  63. package/icons/align-center-horizontal.d.ts +3 -0
  64. package/icons/align-center-vertical.d.ts +3 -0
  65. package/icons/align-end-horizontal.d.ts +3 -0
  66. package/icons/align-end-vertical.d.ts +3 -0
  67. package/icons/align-horizontal-justify-center.d.ts +3 -0
  68. package/icons/align-horizontal-justify-end.d.ts +3 -0
  69. package/icons/align-horizontal-justify-start.d.ts +3 -0
  70. package/icons/align-horizontal-space-around.d.ts +3 -0
  71. package/icons/align-horizontal-space-between.d.ts +3 -0
  72. package/icons/align-start-horizontal.d.ts +3 -0
  73. package/icons/align-start-vertical.d.ts +3 -0
  74. package/icons/align-vertical-justify-center.d.ts +3 -0
  75. package/icons/align-vertical-justify-end.d.ts +3 -0
  76. package/icons/align-vertical-justify-start.d.ts +3 -0
  77. package/icons/align-vertical-space-around.d.ts +3 -0
  78. package/icons/align-vertical-space-between.d.ts +3 -0
  79. package/icons/index.d.ts +18 -0
  80. package/icons/stretch-horizontal.d.ts +3 -0
  81. package/icons/stretch-vertical.d.ts +3 -0
  82. package/lucide-angular.metadata.json +1 -1
  83. package/package.json +1 -1
  84. package/src/icons/align-center-horizontal.d.ts +3 -0
  85. package/src/icons/align-center-vertical.d.ts +3 -0
  86. package/src/icons/align-end-horizontal.d.ts +3 -0
  87. package/src/icons/align-end-vertical.d.ts +3 -0
  88. package/src/icons/align-horizontal-justify-center.d.ts +3 -0
  89. package/src/icons/align-horizontal-justify-end.d.ts +3 -0
  90. package/src/icons/align-horizontal-justify-start.d.ts +3 -0
  91. package/src/icons/align-horizontal-space-around.d.ts +3 -0
  92. package/src/icons/align-horizontal-space-between.d.ts +3 -0
  93. package/src/icons/align-start-horizontal.d.ts +3 -0
  94. package/src/icons/align-start-vertical.d.ts +3 -0
  95. package/src/icons/align-vertical-justify-center.d.ts +3 -0
  96. package/src/icons/align-vertical-justify-end.d.ts +3 -0
  97. package/src/icons/align-vertical-justify-start.d.ts +3 -0
  98. package/src/icons/align-vertical-space-around.d.ts +3 -0
  99. package/src/icons/align-vertical-space-between.d.ts +3 -0
  100. package/src/icons/index.d.ts +18 -0
  101. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  102. package/src/icons/stretch-horizontal.d.ts +3 -0
  103. package/src/icons/stretch-vertical.d.ts +3 -0
@@ -144,6 +144,30 @@ const AlertTriangle = [
144
144
  ],
145
145
  ];
146
146
 
147
+ const AlignCenterHorizontal = [
148
+ 'svg',
149
+ defaultAttributes,
150
+ [
151
+ ['path', { d: 'M2 12h20' }],
152
+ ['path', { d: 'M10 16v4a2 2 0 01-2 2H6a2 2 0 01-2-2v-4' }],
153
+ ['path', { d: 'M10 8V4a2 2 0 00-2-2H6a2 2 0 00-2 2v4' }],
154
+ ['path', { d: 'M20 16v1a2 2 0 01-2 2h-2a2 2 0 01-2-2v-1' }],
155
+ ['path', { d: 'M14 8V7c0-1.1.9-2 2-2h2a2 2 0 012 2v1' }],
156
+ ],
157
+ ];
158
+
159
+ const AlignCenterVertical = [
160
+ 'svg',
161
+ defaultAttributes,
162
+ [
163
+ ['path', { d: 'M12 2v20' }],
164
+ ['path', { d: 'M8 10H4a2 2 0 01-2-2V6c0-1.1.9-2 2-2h4' }],
165
+ ['path', { d: 'M16 10h4a2 2 0 002-2V6a2 2 0 00-2-2h-4' }],
166
+ ['path', { d: 'M8 20H7a2 2 0 01-2-2v-2c0-1.1.9-2 2-2h1' }],
167
+ ['path', { d: 'M16 14h1a2 2 0 012 2v2a2 2 0 01-2 2h-1' }],
168
+ ],
169
+ ];
170
+
147
171
  const AlignCenter = [
148
172
  'svg',
149
173
  defaultAttributes,
@@ -154,6 +178,77 @@ const AlignCenter = [
154
178
  ],
155
179
  ];
156
180
 
181
+ const AlignEndHorizontal = [
182
+ 'svg',
183
+ defaultAttributes,
184
+ [
185
+ ['rect', { x: '4', y: '2', width: '6', height: '16', rx: '2' }],
186
+ ['rect', { x: '14', y: '9', width: '6', height: '9', rx: '2' }],
187
+ ['path', { d: 'M22 22H2' }],
188
+ ],
189
+ ];
190
+
191
+ const AlignEndVertical = [
192
+ 'svg',
193
+ defaultAttributes,
194
+ [
195
+ ['rect', { x: '2', y: '4', width: '16', height: '6', rx: '2' }],
196
+ ['rect', { x: '9', y: '14', width: '9', height: '6', rx: '2' }],
197
+ ['path', { d: 'M22 22V2' }],
198
+ ],
199
+ ];
200
+
201
+ const AlignHorizontalJustifyCenter = [
202
+ 'svg',
203
+ defaultAttributes,
204
+ [
205
+ ['rect', { x: '2', y: '5', width: '6', height: '14', rx: '2' }],
206
+ ['rect', { x: '16', y: '7', width: '6', height: '10', rx: '2' }],
207
+ ['path', { d: 'M12 2v20' }],
208
+ ],
209
+ ];
210
+
211
+ const AlignHorizontalJustifyEnd = [
212
+ 'svg',
213
+ defaultAttributes,
214
+ [
215
+ ['rect', { x: '2', y: '5', width: '6', height: '14', rx: '2' }],
216
+ ['rect', { x: '12', y: '7', width: '6', height: '10', rx: '2' }],
217
+ ['path', { d: 'M22 2v20' }],
218
+ ],
219
+ ];
220
+
221
+ const AlignHorizontalJustifyStart = [
222
+ 'svg',
223
+ defaultAttributes,
224
+ [
225
+ ['rect', { x: '6', y: '5', width: '6', height: '14', rx: '2' }],
226
+ ['rect', { x: '16', y: '7', width: '6', height: '10', rx: '2' }],
227
+ ['path', { d: 'M2 2v20' }],
228
+ ],
229
+ ];
230
+
231
+ const AlignHorizontalSpaceAround = [
232
+ 'svg',
233
+ defaultAttributes,
234
+ [
235
+ ['rect', { x: '9', y: '7', width: '6', height: '10', rx: '2' }],
236
+ ['path', { d: 'M4 22V2' }],
237
+ ['path', { d: 'M20 22V2' }],
238
+ ],
239
+ ];
240
+
241
+ const AlignHorizontalSpaceBetween = [
242
+ 'svg',
243
+ defaultAttributes,
244
+ [
245
+ ['rect', { x: '3', y: '5', width: '6', height: '14', rx: '2' }],
246
+ ['rect', { x: '15', y: '7', width: '6', height: '10', rx: '2' }],
247
+ ['path', { d: 'M3 2v20' }],
248
+ ['path', { d: 'M21 2v20' }],
249
+ ],
250
+ ];
251
+
157
252
  const AlignJustify = [
158
253
  'svg',
159
254
  defaultAttributes,
@@ -184,6 +279,77 @@ const AlignRight = [
184
279
  ],
185
280
  ];
186
281
 
282
+ const AlignStartHorizontal = [
283
+ 'svg',
284
+ defaultAttributes,
285
+ [
286
+ ['rect', { x: '4', y: '6', width: '6', height: '16', rx: '2' }],
287
+ ['rect', { x: '14', y: '6', width: '6', height: '9', rx: '2' }],
288
+ ['path', { d: 'M22 2H2' }],
289
+ ],
290
+ ];
291
+
292
+ const AlignStartVertical = [
293
+ 'svg',
294
+ defaultAttributes,
295
+ [
296
+ ['rect', { x: '6', y: '14', width: '9', height: '6', rx: '2' }],
297
+ ['rect', { x: '6', y: '4', width: '16', height: '6', rx: '2' }],
298
+ ['path', { d: 'M2 2v20' }],
299
+ ],
300
+ ];
301
+
302
+ const AlignVerticalJustifyCenter = [
303
+ 'svg',
304
+ defaultAttributes,
305
+ [
306
+ ['rect', { x: '5', y: '16', width: '14', height: '6', rx: '2' }],
307
+ ['rect', { x: '7', y: '2', width: '10', height: '6', rx: '2' }],
308
+ ['path', { d: 'M2 12h20' }],
309
+ ],
310
+ ];
311
+
312
+ const AlignVerticalJustifyEnd = [
313
+ 'svg',
314
+ defaultAttributes,
315
+ [
316
+ ['rect', { x: '5', y: '12', width: '14', height: '6', rx: '2' }],
317
+ ['rect', { x: '7', y: '2', width: '10', height: '6', rx: '2' }],
318
+ ['path', { d: 'M2 22h20' }],
319
+ ],
320
+ ];
321
+
322
+ const AlignVerticalJustifyStart = [
323
+ 'svg',
324
+ defaultAttributes,
325
+ [
326
+ ['rect', { x: '5', y: '16', width: '14', height: '6', rx: '2' }],
327
+ ['rect', { x: '7', y: '6', width: '10', height: '6', rx: '2' }],
328
+ ['path', { d: 'M2 2h20' }],
329
+ ],
330
+ ];
331
+
332
+ const AlignVerticalSpaceAround = [
333
+ 'svg',
334
+ defaultAttributes,
335
+ [
336
+ ['rect', { x: '7', y: '9', width: '10', height: '6', rx: '2' }],
337
+ ['path', { d: 'M22 20H2' }],
338
+ ['path', { d: 'M22 4H2' }],
339
+ ],
340
+ ];
341
+
342
+ const AlignVerticalSpaceBetween = [
343
+ 'svg',
344
+ defaultAttributes,
345
+ [
346
+ ['rect', { x: '5', y: '15', width: '14', height: '6', rx: '2' }],
347
+ ['rect', { x: '7', y: '3', width: '10', height: '6', rx: '2' }],
348
+ ['path', { d: 'M2 21h20' }],
349
+ ['path', { d: 'M2 3h20' }],
350
+ ],
351
+ ];
352
+
187
353
  const Anchor = [
188
354
  'svg',
189
355
  defaultAttributes,
@@ -1584,7 +1750,7 @@ const Cookie = [
1584
1750
  'svg',
1585
1751
  defaultAttributes,
1586
1752
  [
1587
- ['path', { d: 'M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5' }],
1753
+ ['path', { d: 'M12 2a10 10 0 1010 10 4 4 0 01-5-5 4 4 0 01-5-5' }],
1588
1754
  ['path', { d: 'M8.5 8.5v.01' }],
1589
1755
  ['path', { d: 'M16 15.5v.01' }],
1590
1756
  ['path', { d: 'M12 12v.01' }],
@@ -3946,15 +4112,15 @@ const PackageCheck = [
3946
4112
  'svg',
3947
4113
  defaultAttributes,
3948
4114
  [
3949
- ['path', { d: 'm16 16 2 2 4-4' }],
4115
+ ['path', { d: 'M16 16l2 2 4-4' }],
3950
4116
  [
3951
4117
  'path',
3952
4118
  {
3953
- d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',
4119
+ d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
3954
4120
  },
3955
4121
  ],
3956
- ['path', { d: 'M16.5 9.4 7.55 4.24' }],
3957
- ['path', { d: 'M3.29 7 12 12m0 0 8.71-5M12 12v10' }],
4122
+ ['path', { d: 'M16.5 9.4L7.55 4.24' }],
4123
+ ['path', { d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10' }],
3958
4124
  ],
3959
4125
  ];
3960
4126
 
@@ -3966,11 +4132,11 @@ const PackageMinus = [
3966
4132
  [
3967
4133
  'path',
3968
4134
  {
3969
- d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',
4135
+ d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
3970
4136
  },
3971
4137
  ],
3972
- ['path', { d: 'M16.5 9.4 7.55 4.24' }],
3973
- ['path', { d: 'M3.29 7 12 12m0 0 8.71-5M12 12v10' }],
4138
+ ['path', { d: 'M16.5 9.4L7.55 4.24' }],
4139
+ ['path', { d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10' }],
3974
4140
  ],
3975
4141
  ];
3976
4142
 
@@ -3983,11 +4149,11 @@ const PackagePlus = [
3983
4149
  [
3984
4150
  'path',
3985
4151
  {
3986
- d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',
4152
+ d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
3987
4153
  },
3988
4154
  ],
3989
- ['path', { d: 'M16.5 9.4 7.55 4.24' }],
3990
- ['path', { d: 'M3.29 7 12 12m0 0 8.71-5M12 12v10' }],
4155
+ ['path', { d: 'M16.5 9.4L7.55 4.24' }],
4156
+ ['path', { d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10' }],
3991
4157
  ],
3992
4158
  ];
3993
4159
 
@@ -3998,13 +4164,13 @@ const PackageSearch = [
3998
4164
  [
3999
4165
  'path',
4000
4166
  {
4001
- d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',
4167
+ d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
4002
4168
  },
4003
4169
  ],
4004
- ['path', { d: 'M16.5 9.4 7.55 4.24' }],
4005
- ['path', { d: 'M12 12v10M3.29 7 12 12 3.29 7ZM12 12l8.71-5L12 12Z' }],
4170
+ ['path', { d: 'M16.5 9.4L7.55 4.24' }],
4171
+ ['path', { d: 'M12 12v10M3.29 7L12 12 3.29 7zM12 12l8.71-5L12 12z' }],
4006
4172
  ['circle', { cx: '18.5', cy: '15.5', r: '2.5' }],
4007
- ['path', { d: 'M20.27 17.27 22 19' }],
4173
+ ['path', { d: 'M20.27 17.27L22 19' }],
4008
4174
  ],
4009
4175
  ];
4010
4176
 
@@ -4015,12 +4181,12 @@ const PackageX = [
4015
4181
  [
4016
4182
  'path',
4017
4183
  {
4018
- d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',
4184
+ d: 'M21 10V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l2-1.14',
4019
4185
  },
4020
4186
  ],
4021
- ['path', { d: 'M16.5 9.4 7.55 4.24' }],
4022
- ['path', { d: 'M3.29 7 12 12m0 0 8.71-5M12 12v10' }],
4023
- ['path', { d: 'm17 13 5 5m-5 0 5-5' }],
4187
+ ['path', { d: 'M16.5 9.4L7.55 4.24' }],
4188
+ ['path', { d: 'M3.29 7L12 12m0 0l8.71-5M12 12v10' }],
4189
+ ['path', { d: 'M17 13l5 5m-5 0l5-5' }],
4024
4190
  ],
4025
4191
  ];
4026
4192
 
@@ -5304,6 +5470,24 @@ const StopCircle = [
5304
5470
  ],
5305
5471
  ];
5306
5472
 
5473
+ const StretchHorizontal = [
5474
+ 'svg',
5475
+ defaultAttributes,
5476
+ [
5477
+ ['rect', { x: '2', y: '4', width: '20', height: '6', rx: '2' }],
5478
+ ['rect', { x: '2', y: '14', width: '20', height: '6', rx: '2' }],
5479
+ ],
5480
+ ];
5481
+
5482
+ const StretchVertical = [
5483
+ 'svg',
5484
+ defaultAttributes,
5485
+ [
5486
+ ['rect', { x: '4', y: '2', width: '6', height: '20', rx: '2' }],
5487
+ ['rect', { x: '14', y: '2', width: '6', height: '20', rx: '2' }],
5488
+ ],
5489
+ ];
5490
+
5307
5491
  const Strikethrough = [
5308
5492
  'svg',
5309
5493
  defaultAttributes,
@@ -6254,5 +6438,5 @@ const ZoomOut = [
6254
6438
  * Generated bundle index. Do not edit.
6255
6439
  */
6256
6440
 
6257
- export { Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignJustify, AlignLeft, AlignRight, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsRight, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, 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, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HelpCircle, Hexagon, Highlighter, History, Home, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, Lock, LogIn, LogOut, Mail, Map, MapPin, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, QrCode, Quote, Radio, RadioReceiver, Redo, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StopCircle, Strikethrough, Subscript, Sun, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
6441
+ export { Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsRight, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, 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, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HelpCircle, Hexagon, Highlighter, History, Home, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, Lock, LogIn, LogOut, Mail, Map, MapPin, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, QrCode, Quote, Radio, RadioReceiver, Redo, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
6258
6442
  //# sourceMappingURL=lucide-angular-src-icons.js.map