@lucide/astro 0.561.0 → 0.563.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/LICENSE +2 -2
- package/README.md +11 -2
- package/package.json +6 -4
- package/src/Icon.astro +3 -0
- package/src/aliases/aliases.ts +144 -144
- package/src/aliases/prefixed.ts +674 -668
- package/src/aliases/suffixed.ts +1064 -1058
- package/src/createLucideIcon.ts +2 -1
- package/src/icons/bookmark-check.ts +2 -2
- package/src/icons/bookmark-minus.ts +2 -2
- package/src/icons/bookmark-plus.ts +2 -2
- package/src/icons/bookmark-x.ts +2 -2
- package/src/icons/bookmark.ts +2 -2
- package/src/icons/cloud-off.ts +2 -2
- package/src/icons/cloudy.ts +2 -2
- package/src/icons/globe-x.ts +18 -0
- package/src/icons/index.ts +95 -92
- package/src/icons/lasso.ts +2 -2
- package/src/icons/message-square-dashed.ts +2 -2
- package/src/icons/monitor-off.ts +2 -2
- package/src/icons/paint-bucket.ts +2 -2
- package/src/icons/printer-x.ts +18 -0
- package/src/icons/star-off.ts +2 -2
- package/src/icons/tickets-plane.ts +2 -2
- package/src/icons/toolbox.ts +18 -0
- package/src/icons/waypoints.ts +2 -2
- package/src/types.ts +1 -0
- package/src/utils/hasA11yProp.ts +15 -0
- package/src/{utils.ts → utils/mergeClasses.ts} +1 -12
- package/src/utils/toKebabCase.ts +8 -0
package/src/aliases/aliases.ts
CHANGED
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
|
-
// Axis3d aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
59
|
-
default as Axis3D
|
|
60
|
-
} from '../icons/axis-3d';
|
|
61
|
-
|
|
62
56
|
// BadgeCheck aliases
|
|
63
57
|
export {
|
|
64
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
65
59
|
default as Verified
|
|
66
60
|
} from '../icons/badge-check';
|
|
67
61
|
|
|
62
|
+
// Axis3d aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
65
|
+
default as Axis3D
|
|
66
|
+
} from '../icons/axis-3d';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -95,18 +95,18 @@ export {
|
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// Captions aliases
|
|
99
|
-
export {
|
|
100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
101
|
-
default as Subtitles
|
|
102
|
-
} from '../icons/captions';
|
|
103
|
-
|
|
104
98
|
// ChartArea aliases
|
|
105
99
|
export {
|
|
106
100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
107
101
|
default as AreaChart
|
|
108
102
|
} from '../icons/chart-area';
|
|
109
103
|
|
|
104
|
+
// Captions aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
107
|
+
default as Subtitles
|
|
108
|
+
} from '../icons/captions';
|
|
109
|
+
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
@@ -143,23 +143,17 @@ export {
|
|
|
143
143
|
default as BarChart3
|
|
144
144
|
} from '../icons/chart-column';
|
|
145
145
|
|
|
146
|
-
// ChartLine aliases
|
|
147
|
-
export {
|
|
148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
149
|
-
default as LineChart
|
|
150
|
-
} from '../icons/chart-line';
|
|
151
|
-
|
|
152
146
|
// ChartNoAxesColumnIncreasing aliases
|
|
153
147
|
export {
|
|
154
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
155
149
|
default as BarChart
|
|
156
150
|
} from '../icons/chart-no-axes-column-increasing';
|
|
157
151
|
|
|
158
|
-
//
|
|
152
|
+
// ChartLine aliases
|
|
159
153
|
export {
|
|
160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
161
|
-
default as
|
|
162
|
-
} from '../icons/chart-
|
|
154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
155
|
+
default as LineChart
|
|
156
|
+
} from '../icons/chart-line';
|
|
163
157
|
|
|
164
158
|
// ChartNoAxesGantt aliases
|
|
165
159
|
export {
|
|
@@ -167,6 +161,12 @@ export {
|
|
|
167
161
|
default as GanttChart
|
|
168
162
|
} from '../icons/chart-no-axes-gantt';
|
|
169
163
|
|
|
164
|
+
// ChartNoAxesColumn aliases
|
|
165
|
+
export {
|
|
166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
167
|
+
default as BarChart2
|
|
168
|
+
} from '../icons/chart-no-axes-column';
|
|
169
|
+
|
|
170
170
|
// ChartPie aliases
|
|
171
171
|
export {
|
|
172
172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
@@ -179,18 +179,18 @@ export {
|
|
|
179
179
|
default as ScatterChart
|
|
180
180
|
} from '../icons/chart-scatter';
|
|
181
181
|
|
|
182
|
-
// CircleAlert aliases
|
|
183
|
-
export {
|
|
184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
185
|
-
default as AlertCircle
|
|
186
|
-
} from '../icons/circle-alert';
|
|
187
|
-
|
|
188
182
|
// Chromium aliases
|
|
189
183
|
export {
|
|
190
184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
191
185
|
default as Chrome
|
|
192
186
|
} from '../icons/chromium';
|
|
193
187
|
|
|
188
|
+
// CircleAlert aliases
|
|
189
|
+
export {
|
|
190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
191
|
+
default as AlertCircle
|
|
192
|
+
} from '../icons/circle-alert';
|
|
193
|
+
|
|
194
194
|
// CircleArrowDown aliases
|
|
195
195
|
export {
|
|
196
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
@@ -227,18 +227,18 @@ export {
|
|
|
227
227
|
default as ArrowUpRightFromCircle
|
|
228
228
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
229
|
|
|
230
|
-
// CircleArrowRight aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
233
|
-
default as ArrowRightCircle
|
|
234
|
-
} from '../icons/circle-arrow-right';
|
|
235
|
-
|
|
236
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
238
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
239
233
|
default as ArrowUpCircle
|
|
240
234
|
} from '../icons/circle-arrow-up';
|
|
241
235
|
|
|
236
|
+
// CircleArrowRight aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
239
|
+
default as ArrowRightCircle
|
|
240
|
+
} from '../icons/circle-arrow-right';
|
|
241
|
+
|
|
242
242
|
// CircleCheckBig aliases
|
|
243
243
|
export {
|
|
244
244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
@@ -257,18 +257,18 @@ export {
|
|
|
257
257
|
default as ChevronDownCircle
|
|
258
258
|
} from '../icons/circle-chevron-down';
|
|
259
259
|
|
|
260
|
-
// CircleChevronLeft aliases
|
|
261
|
-
export {
|
|
262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
263
|
-
default as ChevronLeftCircle
|
|
264
|
-
} from '../icons/circle-chevron-left';
|
|
265
|
-
|
|
266
260
|
// CircleChevronRight aliases
|
|
267
261
|
export {
|
|
268
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
269
263
|
default as ChevronRightCircle
|
|
270
264
|
} from '../icons/circle-chevron-right';
|
|
271
265
|
|
|
266
|
+
// CircleChevronLeft aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
269
|
+
default as ChevronLeftCircle
|
|
270
|
+
} from '../icons/circle-chevron-left';
|
|
271
|
+
|
|
272
272
|
// CircleChevronUp aliases
|
|
273
273
|
export {
|
|
274
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as GaugeCircle
|
|
288
288
|
} from '../icons/circle-gauge';
|
|
289
289
|
|
|
290
|
-
// CircleParkingOff aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
293
|
-
default as ParkingCircleOff
|
|
294
|
-
} from '../icons/circle-parking-off';
|
|
295
|
-
|
|
296
290
|
// CircleMinus aliases
|
|
297
291
|
export {
|
|
298
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
299
293
|
default as MinusCircle
|
|
300
294
|
} from '../icons/circle-minus';
|
|
301
295
|
|
|
296
|
+
// CircleParkingOff aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
299
|
+
default as ParkingCircleOff
|
|
300
|
+
} from '../icons/circle-parking-off';
|
|
301
|
+
|
|
302
302
|
// CircleParking aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
@@ -311,12 +311,6 @@ export {
|
|
|
311
311
|
default as PauseCircle
|
|
312
312
|
} from '../icons/circle-pause';
|
|
313
313
|
|
|
314
|
-
// CirclePercent aliases
|
|
315
|
-
export {
|
|
316
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
317
|
-
default as PercentCircle
|
|
318
|
-
} from '../icons/circle-percent';
|
|
319
|
-
|
|
320
314
|
// CirclePlay aliases
|
|
321
315
|
export {
|
|
322
316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
@@ -329,6 +323,12 @@ export {
|
|
|
329
323
|
default as PlusCircle
|
|
330
324
|
} from '../icons/circle-plus';
|
|
331
325
|
|
|
326
|
+
// CirclePercent aliases
|
|
327
|
+
export {
|
|
328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
329
|
+
default as PercentCircle
|
|
330
|
+
} from '../icons/circle-percent';
|
|
331
|
+
|
|
332
332
|
// CirclePower aliases
|
|
333
333
|
export {
|
|
334
334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
@@ -347,18 +347,18 @@ export {
|
|
|
347
347
|
default as CircleHelp
|
|
348
348
|
} from '../icons/circle-question-mark';
|
|
349
349
|
|
|
350
|
-
// CircleSlash2 aliases
|
|
351
|
-
export {
|
|
352
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
353
|
-
default as CircleSlashed
|
|
354
|
-
} from '../icons/circle-slash-2';
|
|
355
|
-
|
|
356
350
|
// CircleStop aliases
|
|
357
351
|
export {
|
|
358
352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
359
353
|
default as StopCircle
|
|
360
354
|
} from '../icons/circle-stop';
|
|
361
355
|
|
|
356
|
+
// CircleSlash2 aliases
|
|
357
|
+
export {
|
|
358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
359
|
+
default as CircleSlashed
|
|
360
|
+
} from '../icons/circle-slash-2';
|
|
361
|
+
|
|
362
362
|
// CircleUserRound aliases
|
|
363
363
|
export {
|
|
364
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -377,18 +377,18 @@ export {
|
|
|
377
377
|
default as XCircle
|
|
378
378
|
} from '../icons/circle-x';
|
|
379
379
|
|
|
380
|
-
// ClipboardPenLine aliases
|
|
381
|
-
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
383
|
-
default as ClipboardSignature
|
|
384
|
-
} from '../icons/clipboard-pen-line';
|
|
385
|
-
|
|
386
380
|
// ClipboardPen aliases
|
|
387
381
|
export {
|
|
388
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
389
383
|
default as ClipboardEdit
|
|
390
384
|
} from '../icons/clipboard-pen';
|
|
391
385
|
|
|
386
|
+
// ClipboardPenLine aliases
|
|
387
|
+
export {
|
|
388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
389
|
+
default as ClipboardSignature
|
|
390
|
+
} from '../icons/clipboard-pen-line';
|
|
391
|
+
|
|
392
392
|
// CloudDownload aliases
|
|
393
393
|
export {
|
|
394
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
@@ -401,18 +401,18 @@ export {
|
|
|
401
401
|
default as UploadCloud
|
|
402
402
|
} from '../icons/cloud-upload';
|
|
403
403
|
|
|
404
|
-
// Columns2 aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
-
default as Columns
|
|
408
|
-
} from '../icons/columns-2';
|
|
409
|
-
|
|
410
404
|
// CodeXml aliases
|
|
411
405
|
export {
|
|
412
406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
413
407
|
default as Code2
|
|
414
408
|
} from '../icons/code-xml';
|
|
415
409
|
|
|
410
|
+
// Columns2 aliases
|
|
411
|
+
export {
|
|
412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
413
|
+
default as Columns
|
|
414
|
+
} from '../icons/columns-2';
|
|
415
|
+
|
|
416
416
|
// Columns3Cog aliases
|
|
417
417
|
export {
|
|
418
418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -497,12 +497,6 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartLine aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
503
|
-
default as FileLineChart
|
|
504
|
-
} from '../icons/file-chart-line';
|
|
505
|
-
|
|
506
500
|
// FileChartPie aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
@@ -515,6 +509,12 @@ export {
|
|
|
515
509
|
default as FileCheck2
|
|
516
510
|
} from '../icons/file-check-corner';
|
|
517
511
|
|
|
512
|
+
// FileChartLine aliases
|
|
513
|
+
export {
|
|
514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
515
|
+
default as FileLineChart
|
|
516
|
+
} from '../icons/file-chart-line';
|
|
517
|
+
|
|
518
518
|
// FileCodeCorner aliases
|
|
519
519
|
export {
|
|
520
520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FolderEdit
|
|
642
642
|
} from '../icons/folder-pen';
|
|
643
643
|
|
|
644
|
-
// Funnel aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
647
|
-
default as Filter
|
|
648
|
-
} from '../icons/funnel';
|
|
649
|
-
|
|
650
644
|
// FunnelX aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
653
647
|
default as FilterX
|
|
654
648
|
} from '../icons/funnel-x';
|
|
655
649
|
|
|
650
|
+
// Funnel aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as Filter
|
|
654
|
+
} from '../icons/funnel';
|
|
655
|
+
|
|
656
656
|
// GitCommitHorizontal aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -893,18 +893,18 @@ export {
|
|
|
893
893
|
default as Edit2
|
|
894
894
|
} from '../icons/pen';
|
|
895
895
|
|
|
896
|
-
// PlugZap aliases
|
|
897
|
-
export {
|
|
898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
-
default as PlugZap2
|
|
900
|
-
} from '../icons/plug-zap';
|
|
901
|
-
|
|
902
896
|
// RectangleEllipsis aliases
|
|
903
897
|
export {
|
|
904
898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
905
899
|
default as FormInput
|
|
906
900
|
} from '../icons/rectangle-ellipsis';
|
|
907
901
|
|
|
902
|
+
// PlugZap aliases
|
|
903
|
+
export {
|
|
904
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
905
|
+
default as PlugZap2
|
|
906
|
+
} from '../icons/plug-zap';
|
|
907
|
+
|
|
908
908
|
// Rotate3d aliases
|
|
909
909
|
export {
|
|
910
910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
@@ -995,18 +995,18 @@ export {
|
|
|
995
995
|
default as ArrowDownLeftFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-left';
|
|
997
997
|
|
|
998
|
-
// SquareArrowOutUpLeft aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1001
|
-
default as ArrowUpLeftFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-up-left';
|
|
1003
|
-
|
|
1004
998
|
// SquareArrowOutDownRight aliases
|
|
1005
999
|
export {
|
|
1006
1000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
1007
1001
|
default as ArrowDownRightFromSquare
|
|
1008
1002
|
} from '../icons/square-arrow-out-down-right';
|
|
1009
1003
|
|
|
1004
|
+
// SquareArrowOutUpLeft aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1007
|
+
default as ArrowUpLeftFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-up-left';
|
|
1009
|
+
|
|
1010
1010
|
// SquareArrowOutUpRight aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as ArrowUpSquare
|
|
1038
1038
|
} from '../icons/square-arrow-up';
|
|
1039
1039
|
|
|
1040
|
-
// SquareBottomDashedScissors aliases
|
|
1041
|
-
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1043
|
-
default as ScissorsSquareDashedBottom
|
|
1044
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
|
-
|
|
1046
1040
|
// SquareAsterisk aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1049
1043
|
default as AsteriskSquare
|
|
1050
1044
|
} from '../icons/square-asterisk';
|
|
1051
1045
|
|
|
1046
|
+
// SquareBottomDashedScissors aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1049
|
+
default as ScissorsSquareDashedBottom
|
|
1050
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
|
+
|
|
1052
1052
|
// SquareChartGantt aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1079,23 +1079,17 @@ export {
|
|
|
1079
1079
|
default as ChevronDownSquare
|
|
1080
1080
|
} from '../icons/square-chevron-down';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronRight aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1085
|
-
default as ChevronRightSquare
|
|
1086
|
-
} from '../icons/square-chevron-right';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronLeft aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronLeftSquare
|
|
1092
1086
|
} from '../icons/square-chevron-left';
|
|
1093
1087
|
|
|
1094
|
-
//
|
|
1088
|
+
// SquareChevronRight aliases
|
|
1095
1089
|
export {
|
|
1096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1097
|
-
default as
|
|
1098
|
-
} from '../icons/square-
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1091
|
+
default as ChevronRightSquare
|
|
1092
|
+
} from '../icons/square-chevron-right';
|
|
1099
1093
|
|
|
1100
1094
|
// SquareChevronUp aliases
|
|
1101
1095
|
export {
|
|
@@ -1103,6 +1097,12 @@ export {
|
|
|
1103
1097
|
default as ChevronUpSquare
|
|
1104
1098
|
} from '../icons/square-chevron-up';
|
|
1105
1099
|
|
|
1100
|
+
// SquareCode aliases
|
|
1101
|
+
export {
|
|
1102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
1103
|
+
default as CodeSquare
|
|
1104
|
+
} from '../icons/square-code';
|
|
1105
|
+
|
|
1106
1106
|
// SquareDashedKanban aliases
|
|
1107
1107
|
export {
|
|
1108
1108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
@@ -1127,18 +1127,18 @@ export {
|
|
|
1127
1127
|
default as DivideSquare
|
|
1128
1128
|
} from '../icons/square-divide';
|
|
1129
1129
|
|
|
1130
|
-
// SquareDot aliases
|
|
1131
|
-
export {
|
|
1132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1133
|
-
default as DotSquare
|
|
1134
|
-
} from '../icons/square-dot';
|
|
1135
|
-
|
|
1136
1130
|
// SquareEqual aliases
|
|
1137
1131
|
export {
|
|
1138
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
1139
1133
|
default as EqualSquare
|
|
1140
1134
|
} from '../icons/square-equal';
|
|
1141
1135
|
|
|
1136
|
+
// SquareDot aliases
|
|
1137
|
+
export {
|
|
1138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1139
|
+
default as DotSquare
|
|
1140
|
+
} from '../icons/square-dot';
|
|
1141
|
+
|
|
1142
1142
|
// SquareFunction aliases
|
|
1143
1143
|
export {
|
|
1144
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
@@ -1235,23 +1235,17 @@ export {
|
|
|
1235
1235
|
default as PlaySquare
|
|
1236
1236
|
} from '../icons/square-play';
|
|
1237
1237
|
|
|
1238
|
-
// SquarePower aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PowerSquare
|
|
1242
|
-
} from '../icons/square-power';
|
|
1243
|
-
|
|
1244
1238
|
// SquarePlus aliases
|
|
1245
1239
|
export {
|
|
1246
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
1241
|
default as PlusSquare
|
|
1248
1242
|
} from '../icons/square-plus';
|
|
1249
1243
|
|
|
1250
|
-
//
|
|
1244
|
+
// SquarePower aliases
|
|
1251
1245
|
export {
|
|
1252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1253
|
-
default as
|
|
1254
|
-
} from '../icons/square-
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1247
|
+
default as PowerSquare
|
|
1248
|
+
} from '../icons/square-power';
|
|
1255
1249
|
|
|
1256
1250
|
// SquareSigma aliases
|
|
1257
1251
|
export {
|
|
@@ -1259,6 +1253,12 @@ export {
|
|
|
1259
1253
|
default as SigmaSquare
|
|
1260
1254
|
} from '../icons/square-sigma';
|
|
1261
1255
|
|
|
1256
|
+
// SquareScissors aliases
|
|
1257
|
+
export {
|
|
1258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1259
|
+
default as ScissorsSquare
|
|
1260
|
+
} from '../icons/square-scissors';
|
|
1261
|
+
|
|
1262
1262
|
// SquareSlash aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
@@ -1295,18 +1295,18 @@ export {
|
|
|
1295
1295
|
default as UserSquare
|
|
1296
1296
|
} from '../icons/square-user';
|
|
1297
1297
|
|
|
1298
|
-
// TestTubeDiagonal aliases
|
|
1299
|
-
export {
|
|
1300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1301
|
-
default as TestTube2
|
|
1302
|
-
} from '../icons/test-tube-diagonal';
|
|
1303
|
-
|
|
1304
1298
|
// SquareX aliases
|
|
1305
1299
|
export {
|
|
1306
1300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
1307
1301
|
default as XSquare
|
|
1308
1302
|
} from '../icons/square-x';
|
|
1309
1303
|
|
|
1304
|
+
// TestTubeDiagonal aliases
|
|
1305
|
+
export {
|
|
1306
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
1307
|
+
default as TestTube2
|
|
1308
|
+
} from '../icons/test-tube-diagonal';
|
|
1309
|
+
|
|
1310
1310
|
// TextAlignCenter aliases
|
|
1311
1311
|
export {
|
|
1312
1312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
@@ -1325,12 +1325,6 @@ export {
|
|
|
1325
1325
|
default as AlignJustify
|
|
1326
1326
|
} from '../icons/text-align-justify';
|
|
1327
1327
|
|
|
1328
|
-
// TextInitial aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1331
|
-
default as LetterText
|
|
1332
|
-
} from '../icons/text-initial';
|
|
1333
|
-
|
|
1334
1328
|
// TextAlignStart aliases
|
|
1335
1329
|
export {
|
|
1336
1330
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
@@ -1343,6 +1337,12 @@ export {
|
|
|
1343
1337
|
default as AlignLeft
|
|
1344
1338
|
} from '../icons/text-align-start';
|
|
1345
1339
|
|
|
1340
|
+
// TextInitial aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as LetterText
|
|
1344
|
+
} from '../icons/text-initial';
|
|
1345
|
+
|
|
1346
1346
|
// TextSelect aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
@@ -1433,18 +1433,18 @@ export {
|
|
|
1433
1433
|
default as ForkKnifeCrossed
|
|
1434
1434
|
} from '../icons/utensils-crossed';
|
|
1435
1435
|
|
|
1436
|
-
// Utensils aliases
|
|
1437
|
-
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1439
|
-
default as ForkKnife
|
|
1440
|
-
} from '../icons/utensils';
|
|
1441
|
-
|
|
1442
1436
|
// WalletMinimal aliases
|
|
1443
1437
|
export {
|
|
1444
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1445
1439
|
default as Wallet2
|
|
1446
1440
|
} from '../icons/wallet-minimal';
|
|
1447
1441
|
|
|
1442
|
+
// Utensils aliases
|
|
1443
|
+
export {
|
|
1444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1445
|
+
default as ForkKnife
|
|
1446
|
+
} from '../icons/utensils';
|
|
1447
|
+
|
|
1448
1448
|
// WandSparkles aliases
|
|
1449
1449
|
export {
|
|
1450
1450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|