@lucide/astro 1.11.0 → 1.12.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/README.md +1 -1
- package/package.json +1 -1
- package/src/aliases/aliases.ts +42 -42
- package/src/aliases/prefixed.ts +368 -364
- package/src/aliases/suffixed.ts +675 -671
- package/src/icons/astroid.ts +18 -0
- package/src/icons/folder-bookmark.ts +18 -0
- package/src/icons/index.ts +83 -81
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// Activity aliases
|
|
4
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
3
|
// AArrowUp aliases
|
|
8
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
7
|
// Accessibility aliases
|
|
10
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
13
|
// Airplay aliases
|
|
@@ -24,10 +24,10 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndHorizontal aliases
|
|
28
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignEndVertical aliases
|
|
30
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignHorizontalDistributeCenter aliases
|
|
32
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
@@ -42,10 +42,10 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
51
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -64,12 +64,12 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
69
|
// Ampersand aliases
|
|
68
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
71
|
// Ampersands aliases
|
|
70
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
-
// Ambulance aliases
|
|
72
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
@@ -88,58 +88,58 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
91
93
|
// ArchiveRestore aliases
|
|
92
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
-
// Apple aliases
|
|
96
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
|
+
// ArrowBigRight aliases
|
|
114
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownNarrowWide aliases
|
|
120
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
-
// ArrowDownLeft aliases
|
|
122
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
|
+
// ArrowDownLeft aliases
|
|
124
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
132
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
135
|
// ArrowLeftRight aliases
|
|
134
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
137
|
// ArrowLeftToLine aliases
|
|
136
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
// ArrowDown aliases
|
|
138
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
|
-
// ArrowLeft aliases
|
|
140
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeft aliases
|
|
142
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
@@ -166,10 +166,12 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
169
|
+
// Astroid aliases
|
|
170
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// AtSign aliases
|
|
174
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
175
|
// AudioLines aliases
|
|
174
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
177
|
// AudioWaveform aliases
|
|
@@ -190,10 +192,10 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
190
192
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
193
|
// BadgeEuro aliases
|
|
192
194
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
-
// BadgeInfo aliases
|
|
194
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
195
|
// BadgeIndianRupee aliases
|
|
196
196
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
|
+
// BadgeInfo aliases
|
|
198
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
199
|
// BadgeJapaneseYen aliases
|
|
198
200
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
201
|
// BadgeMinus aliases
|
|
@@ -232,10 +234,10 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
232
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
235
|
// Banknote aliases
|
|
234
236
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
-
// Barrel aliases
|
|
236
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
237
|
// Barcode aliases
|
|
238
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
+
// Barrel aliases
|
|
240
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
241
|
// Baseline aliases
|
|
240
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
243
|
// Bath aliases
|
|
@@ -256,16 +258,16 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
256
258
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
259
|
// Beaker aliases
|
|
258
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BeanOff aliases
|
|
260
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
+
// BeanOff aliases
|
|
264
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
265
|
// BedDouble aliases
|
|
264
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
267
|
// BedSingle aliases
|
|
268
268
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
+
// Bed aliases
|
|
270
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
271
|
// BeefOff aliases
|
|
270
272
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
271
273
|
// Beef aliases
|
|
@@ -274,18 +276,18 @@ export { default as BeefIcon } from '../icons/beef';
|
|
|
274
276
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
277
|
// BeerOff aliases
|
|
276
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
-
// BellDot aliases
|
|
278
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
279
|
// BellCheck aliases
|
|
280
280
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
281
|
+
// BellDot aliases
|
|
282
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
283
|
// BellElectric aliases
|
|
282
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
285
|
// BellMinus aliases
|
|
284
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
|
-
// BellPlus aliases
|
|
286
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
287
|
// BellOff aliases
|
|
288
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
|
+
// BellPlus aliases
|
|
290
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
291
|
// BellRing aliases
|
|
290
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
293
|
// Bell aliases
|
|
@@ -294,14 +296,14 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
294
296
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
297
|
// BetweenVerticalStart aliases
|
|
296
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
//
|
|
302
|
-
export { default as
|
|
301
|
+
// BicepsFlexed aliases
|
|
302
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
303
|
// Binary aliases
|
|
304
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
|
+
// Binoculars aliases
|
|
306
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
307
|
// Biohazard aliases
|
|
306
308
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
309
|
// Bird aliases
|
|
@@ -328,14 +330,14 @@ export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
|
328
330
|
export { default as BoldIcon } from '../icons/bold';
|
|
329
331
|
// Bolt aliases
|
|
330
332
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
-
// Bone aliases
|
|
332
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
// BookAlert aliases
|
|
334
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
333
|
// Bomb aliases
|
|
336
334
|
export { default as BombIcon } from '../icons/bomb';
|
|
335
|
+
// Bone aliases
|
|
336
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
337
337
|
// BookA aliases
|
|
338
338
|
export { default as BookAIcon } from '../icons/book-a';
|
|
339
|
+
// BookAlert aliases
|
|
340
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
341
|
// BookAudio aliases
|
|
340
342
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
343
|
// BookCheck aliases
|
|
@@ -344,10 +346,10 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
344
346
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
347
|
// BookDown aliases
|
|
346
348
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
|
-
// BookHeart aliases
|
|
348
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookHeadphones aliases
|
|
350
350
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
351
|
+
// BookHeart aliases
|
|
352
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
353
|
// BookImage aliases
|
|
352
354
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
353
355
|
// BookKey aliases
|
|
@@ -358,12 +360,12 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
358
360
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
361
|
// BookMinus aliases
|
|
360
362
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
363
|
+
// BookOpenCheck aliases
|
|
364
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
365
|
// BookOpenText aliases
|
|
362
366
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
367
|
// BookOpen aliases
|
|
364
368
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
|
-
// BookOpenCheck aliases
|
|
366
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
367
369
|
// BookPlus aliases
|
|
368
370
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
371
|
// BookSearch aliases
|
|
@@ -388,10 +390,10 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
388
390
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
389
391
|
// BookmarkOff aliases
|
|
390
392
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
391
|
-
// BookmarkX aliases
|
|
392
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
393
|
// BookmarkPlus aliases
|
|
394
394
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
395
|
+
// BookmarkX aliases
|
|
396
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
395
397
|
// Bookmark aliases
|
|
396
398
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
397
399
|
// BoomBox aliases
|
|
@@ -402,46 +404,46 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
402
404
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
403
405
|
// Bot aliases
|
|
404
406
|
export { default as BotIcon } from '../icons/bot';
|
|
405
|
-
// BottleWine aliases
|
|
406
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
407
407
|
// BowArrow aliases
|
|
408
408
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
409
|
+
// BottleWine aliases
|
|
410
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
409
411
|
// Box aliases
|
|
410
412
|
export { default as BoxIcon } from '../icons/box';
|
|
411
413
|
// Boxes aliases
|
|
412
414
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
413
415
|
// Brackets aliases
|
|
414
416
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
415
|
-
// BrainCog aliases
|
|
416
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
417
417
|
// BrainCircuit aliases
|
|
418
418
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
419
|
+
// BrainCog aliases
|
|
420
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
419
421
|
// Brain aliases
|
|
420
422
|
export { default as BrainIcon } from '../icons/brain';
|
|
421
|
-
// BrickWallShield aliases
|
|
422
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
423
423
|
// BrickWallFire aliases
|
|
424
424
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
425
|
+
// BrickWallShield aliases
|
|
426
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
425
427
|
// BrickWall aliases
|
|
426
428
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
427
429
|
// BriefcaseBusiness aliases
|
|
428
430
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
429
|
-
// BriefcaseMedical aliases
|
|
430
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
431
431
|
// BriefcaseConveyorBelt aliases
|
|
432
432
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
433
|
+
// BriefcaseMedical aliases
|
|
434
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
433
435
|
// Briefcase aliases
|
|
434
436
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
435
437
|
// BringToFront aliases
|
|
436
438
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
437
439
|
// BrushCleaning aliases
|
|
438
440
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
439
|
-
// Brush aliases
|
|
440
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
441
441
|
// Bubbles aliases
|
|
442
442
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
443
443
|
// BugOff aliases
|
|
444
444
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
445
|
+
// Brush aliases
|
|
446
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
445
447
|
// BugPlay aliases
|
|
446
448
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
447
449
|
// Bug aliases
|
|
@@ -450,20 +452,20 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
450
452
|
export { default as Building2Icon } from '../icons/building-2';
|
|
451
453
|
// Building aliases
|
|
452
454
|
export { default as BuildingIcon } from '../icons/building';
|
|
453
|
-
// BusFront aliases
|
|
454
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
455
455
|
// Bus aliases
|
|
456
456
|
export { default as BusIcon } from '../icons/bus';
|
|
457
|
+
// BusFront aliases
|
|
458
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
457
459
|
// CableCar aliases
|
|
458
460
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
459
461
|
// Cable aliases
|
|
460
462
|
export { default as CableIcon } from '../icons/cable';
|
|
461
463
|
// CakeSlice aliases
|
|
462
464
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
463
|
-
// Calculator aliases
|
|
464
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
465
465
|
// Cake aliases
|
|
466
466
|
export { default as CakeIcon } from '../icons/cake';
|
|
467
|
+
// Calculator aliases
|
|
468
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
467
469
|
// Calendar1 aliases
|
|
468
470
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
469
471
|
// CalendarArrowDown aliases
|
|
@@ -472,10 +474,10 @@ export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
|
472
474
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
473
475
|
// CalendarCheck2 aliases
|
|
474
476
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
475
|
-
// CalendarCheck aliases
|
|
476
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
477
477
|
// CalendarClock aliases
|
|
478
478
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
479
|
+
// CalendarCheck aliases
|
|
480
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
479
481
|
// CalendarCog aliases
|
|
480
482
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
481
483
|
// CalendarDays aliases
|
|
@@ -484,14 +486,14 @@ export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
|
484
486
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
485
487
|
// CalendarHeart aliases
|
|
486
488
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
487
|
-
// CalendarMinus2 aliases
|
|
488
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
489
489
|
// CalendarMinus aliases
|
|
490
490
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
491
|
+
// CalendarMinus2 aliases
|
|
492
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
493
493
|
// CalendarPlus2 aliases
|
|
494
494
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
495
|
+
// CalendarOff aliases
|
|
496
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
495
497
|
// CalendarPlus aliases
|
|
496
498
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
497
499
|
// CalendarRange aliases
|
|
@@ -504,10 +506,10 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
504
506
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
505
507
|
// CalendarX aliases
|
|
506
508
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
507
|
-
// Calendars aliases
|
|
508
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
509
509
|
// Calendar aliases
|
|
510
510
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
511
|
+
// Calendars aliases
|
|
512
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
511
513
|
// CameraOff aliases
|
|
512
514
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
513
515
|
// Camera aliases
|
|
@@ -516,10 +518,10 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
516
518
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
517
519
|
// CandyOff aliases
|
|
518
520
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
519
|
-
// CannabisOff aliases
|
|
520
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
521
521
|
// Candy aliases
|
|
522
522
|
export { default as CandyIcon } from '../icons/candy';
|
|
523
|
+
// CannabisOff aliases
|
|
524
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
523
525
|
// Cannabis aliases
|
|
524
526
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
525
527
|
// CaptionsOff aliases
|
|
@@ -544,10 +546,10 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
544
546
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
545
547
|
// CassetteTape aliases
|
|
546
548
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
547
|
-
// Cast aliases
|
|
548
|
-
export { default as CastIcon } from '../icons/cast';
|
|
549
549
|
// Castle aliases
|
|
550
550
|
export { default as CastleIcon } from '../icons/castle';
|
|
551
|
+
// Cast aliases
|
|
552
|
+
export { default as CastIcon } from '../icons/cast';
|
|
551
553
|
// Cat aliases
|
|
552
554
|
export { default as CatIcon } from '../icons/cat';
|
|
553
555
|
// CctvOff aliases
|
|
@@ -568,28 +570,28 @@ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked
|
|
|
568
570
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
569
571
|
// ChartNetwork aliases
|
|
570
572
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
571
|
-
// ChartNoAxesCombined aliases
|
|
572
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
573
573
|
// ChartNoAxesColumnDecreasing aliases
|
|
574
574
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
575
|
+
// ChartNoAxesCombined aliases
|
|
576
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
575
577
|
// ChartSpline aliases
|
|
576
578
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
577
579
|
// CheckCheck aliases
|
|
578
580
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
579
|
-
// CheckLine aliases
|
|
580
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
581
581
|
// Check aliases
|
|
582
582
|
export { default as CheckIcon } from '../icons/check';
|
|
583
|
+
// CheckLine aliases
|
|
584
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
583
585
|
// ChefHat aliases
|
|
584
586
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
585
|
-
// Cherry aliases
|
|
586
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
587
587
|
// ChessBishop aliases
|
|
588
588
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
589
|
+
// Cherry aliases
|
|
590
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
591
591
|
// ChessKnight aliases
|
|
592
592
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
593
|
+
// ChessKing aliases
|
|
594
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
593
595
|
// ChessPawn aliases
|
|
594
596
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
595
597
|
// ChessQueen aliases
|
|
@@ -610,14 +612,14 @@ export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
|
610
612
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
611
613
|
// ChevronsDownUp aliases
|
|
612
614
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
613
|
-
// ChevronsDown aliases
|
|
614
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
615
615
|
// ChevronsLeftRightEllipsis aliases
|
|
616
616
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
617
|
-
//
|
|
618
|
-
export { default as
|
|
617
|
+
// ChevronsDown aliases
|
|
618
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
619
619
|
// ChevronsLeft aliases
|
|
620
620
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
621
|
+
// ChevronsLeftRight aliases
|
|
622
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
621
623
|
// ChevronsRightLeft aliases
|
|
622
624
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
623
625
|
// ChevronsRight aliases
|
|
@@ -662,34 +664,34 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
662
664
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
663
665
|
// Circle aliases
|
|
664
666
|
export { default as CircleIcon } from '../icons/circle';
|
|
665
|
-
// CircuitBoard aliases
|
|
666
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
667
667
|
// Citrus aliases
|
|
668
668
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
669
|
+
// CircuitBoard aliases
|
|
670
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
669
671
|
// Clapperboard aliases
|
|
670
672
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
671
673
|
// ClipboardCheck aliases
|
|
672
674
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
675
|
+
// ClipboardCopy aliases
|
|
676
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
677
|
// ClipboardClock aliases
|
|
674
678
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
675
679
|
// ClipboardList aliases
|
|
676
680
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
677
681
|
// ClipboardMinus aliases
|
|
678
682
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
679
|
-
// ClipboardCopy aliases
|
|
680
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
681
683
|
// ClipboardPaste aliases
|
|
682
684
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
683
685
|
// ClipboardPlus aliases
|
|
684
686
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
685
687
|
// ClipboardType aliases
|
|
686
688
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
689
|
+
// ClipboardX aliases
|
|
690
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
687
691
|
// Clipboard aliases
|
|
688
692
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
689
693
|
// Clock1 aliases
|
|
690
694
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
691
|
-
// ClipboardX aliases
|
|
692
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
693
695
|
// Clock10 aliases
|
|
694
696
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
695
697
|
// Clock11 aliases
|
|
@@ -716,24 +718,24 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
716
718
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
717
719
|
// ClockArrowDown aliases
|
|
718
720
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
719
|
-
// ClockCheck aliases
|
|
720
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
721
721
|
// ClockArrowUp aliases
|
|
722
722
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
723
|
+
// ClockCheck aliases
|
|
724
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
723
725
|
// ClockFading aliases
|
|
724
726
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
725
727
|
// ClockPlus aliases
|
|
726
728
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
727
|
-
// Clock aliases
|
|
728
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
729
729
|
// ClosedCaption aliases
|
|
730
730
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
731
|
+
// Clock aliases
|
|
732
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
731
733
|
// CloudAlert aliases
|
|
732
734
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
733
|
-
// CloudBackup aliases
|
|
734
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
735
735
|
// CloudCheck aliases
|
|
736
736
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
737
|
+
// CloudBackup aliases
|
|
738
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
737
739
|
// CloudCog aliases
|
|
738
740
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
739
741
|
// CloudDrizzle aliases
|
|
@@ -750,10 +752,10 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
|
750
752
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
751
753
|
// CloudOff aliases
|
|
752
754
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
753
|
-
// CloudRain aliases
|
|
754
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
755
755
|
// CloudRainWind aliases
|
|
756
756
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
757
|
+
// CloudRain aliases
|
|
758
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
757
759
|
// CloudSnow aliases
|
|
758
760
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
759
761
|
// CloudSunRain aliases
|
|
@@ -778,10 +780,10 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
778
780
|
export { default as CogIcon } from '../icons/cog';
|
|
779
781
|
// Coins aliases
|
|
780
782
|
export { default as CoinsIcon } from '../icons/coins';
|
|
781
|
-
// Columns4 aliases
|
|
782
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
783
783
|
// Combine aliases
|
|
784
784
|
export { default as CombineIcon } from '../icons/combine';
|
|
785
|
+
// Columns4 aliases
|
|
786
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
785
787
|
// Command aliases
|
|
786
788
|
export { default as CommandIcon } from '../icons/command';
|
|
787
789
|
// Compass aliases
|
|
@@ -790,10 +792,10 @@ export { default as CompassIcon } from '../icons/compass';
|
|
|
790
792
|
export { default as ComponentIcon } from '../icons/component';
|
|
791
793
|
// Computer aliases
|
|
792
794
|
export { default as ComputerIcon } from '../icons/computer';
|
|
793
|
-
// Cone aliases
|
|
794
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
795
795
|
// ConciergeBell aliases
|
|
796
796
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
797
|
+
// Cone aliases
|
|
798
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
797
799
|
// Construction aliases
|
|
798
800
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
799
801
|
// Contact aliases
|
|
@@ -806,28 +808,28 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
806
808
|
export { default as CookieIcon } from '../icons/cookie';
|
|
807
809
|
// CookingPot aliases
|
|
808
810
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
809
|
-
// CopyCheck aliases
|
|
810
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
811
811
|
// CopyMinus aliases
|
|
812
812
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
813
813
|
// CopyPlus aliases
|
|
814
814
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
|
+
// CopyCheck aliases
|
|
816
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
815
817
|
// CopySlash aliases
|
|
816
818
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
817
819
|
// CopyX aliases
|
|
818
820
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
819
821
|
// Copy aliases
|
|
820
822
|
export { default as CopyIcon } from '../icons/copy';
|
|
821
|
-
// Copyleft aliases
|
|
822
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
823
823
|
// Copyright aliases
|
|
824
824
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
825
|
+
// Copyleft aliases
|
|
826
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
825
827
|
// CornerDownLeft aliases
|
|
826
828
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
827
|
-
// CornerLeftDown aliases
|
|
828
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
829
829
|
// CornerDownRight aliases
|
|
830
830
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
831
|
+
// CornerLeftDown aliases
|
|
832
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
831
833
|
// CornerLeftUp aliases
|
|
832
834
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
833
835
|
// CornerRightDown aliases
|
|
@@ -850,22 +852,22 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
850
852
|
export { default as CropIcon } from '../icons/crop';
|
|
851
853
|
// Cross aliases
|
|
852
854
|
export { default as CrossIcon } from '../icons/cross';
|
|
855
|
+
// Crosshair aliases
|
|
856
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
853
857
|
// Crown aliases
|
|
854
858
|
export { default as CrownIcon } from '../icons/crown';
|
|
855
859
|
// Cuboid aliases
|
|
856
860
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
857
|
-
// Crosshair aliases
|
|
858
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
859
861
|
// CupSoda aliases
|
|
860
862
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
861
863
|
// Currency aliases
|
|
862
864
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
863
865
|
// Cylinder aliases
|
|
864
866
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
865
|
-
// Dam aliases
|
|
866
|
-
export { default as DamIcon } from '../icons/dam';
|
|
867
867
|
// DatabaseBackup aliases
|
|
868
868
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
869
|
+
// Dam aliases
|
|
870
|
+
export { default as DamIcon } from '../icons/dam';
|
|
869
871
|
// DatabaseSearch aliases
|
|
870
872
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
871
873
|
// DatabaseZap aliases
|
|
@@ -888,10 +890,10 @@ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
|
888
890
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
889
891
|
// Dice1 aliases
|
|
890
892
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
891
|
-
// Dice2 aliases
|
|
892
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
893
|
// Diamond aliases
|
|
894
894
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
895
|
+
// Dice2 aliases
|
|
896
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
895
897
|
// Dice3 aliases
|
|
896
898
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
897
899
|
// Dice4 aliases
|
|
@@ -902,18 +904,16 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
902
904
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
903
905
|
// Dices aliases
|
|
904
906
|
export { default as DicesIcon } from '../icons/dices';
|
|
905
|
-
// Disc2 aliases
|
|
906
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
907
|
// Diff aliases
|
|
908
908
|
export { default as DiffIcon } from '../icons/diff';
|
|
909
|
+
// Disc2 aliases
|
|
910
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
911
|
+
// Disc3 aliases
|
|
912
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
909
913
|
// DiscAlbum aliases
|
|
910
914
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
915
|
// Disc aliases
|
|
912
916
|
export { default as DiscIcon } from '../icons/disc';
|
|
913
|
-
// Disc3 aliases
|
|
914
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
915
|
-
// Divide aliases
|
|
916
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
917
917
|
// DnaOff aliases
|
|
918
918
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
919
919
|
// Dna aliases
|
|
@@ -968,10 +968,10 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
968
968
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
969
969
|
// EggOff aliases
|
|
970
970
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
|
-
// Ellipse aliases
|
|
972
|
-
export { default as EllipseIcon } from '../icons/ellipse';
|
|
973
971
|
// Egg aliases
|
|
974
972
|
export { default as EggIcon } from '../icons/egg';
|
|
973
|
+
// Ellipse aliases
|
|
974
|
+
export { default as EllipseIcon } from '../icons/ellipse';
|
|
975
975
|
// EqualApproximately aliases
|
|
976
976
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
977
977
|
// EqualNot aliases
|
|
@@ -980,38 +980,40 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
980
980
|
export { default as EqualIcon } from '../icons/equal';
|
|
981
981
|
// Eraser aliases
|
|
982
982
|
export { default as EraserIcon } from '../icons/eraser';
|
|
983
|
-
// EthernetPort aliases
|
|
984
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
985
983
|
// Euro aliases
|
|
986
984
|
export { default as EuroIcon } from '../icons/euro';
|
|
985
|
+
// EthernetPort aliases
|
|
986
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
987
987
|
// EvCharger aliases
|
|
988
988
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
989
|
-
// ExternalLink aliases
|
|
990
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
989
|
// Expand aliases
|
|
992
990
|
export { default as ExpandIcon } from '../icons/expand';
|
|
991
|
+
// ExternalLink aliases
|
|
992
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
993
993
|
// EyeClosed aliases
|
|
994
994
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
995
995
|
// EyeOff aliases
|
|
996
996
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
997
|
+
// Divide aliases
|
|
998
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
997
999
|
// Eye aliases
|
|
998
1000
|
export { default as EyeIcon } from '../icons/eye';
|
|
999
|
-
// Factory aliases
|
|
1000
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1001
1001
|
// Fan aliases
|
|
1002
1002
|
export { default as FanIcon } from '../icons/fan';
|
|
1003
|
-
//
|
|
1004
|
-
export { default as
|
|
1003
|
+
// Factory aliases
|
|
1004
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1005
1005
|
// Feather aliases
|
|
1006
1006
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1007
|
+
// FastForward aliases
|
|
1008
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1007
1009
|
// Fence aliases
|
|
1008
1010
|
export { default as FenceIcon } from '../icons/fence';
|
|
1009
1011
|
// FerrisWheel aliases
|
|
1010
1012
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1011
|
-
// FileArchive aliases
|
|
1012
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
|
+
// FileArchive aliases
|
|
1016
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1015
1017
|
// FileCheck aliases
|
|
1016
1018
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1019
|
// FileClock aliases
|
|
@@ -1026,18 +1028,18 @@ export { default as FileDigitIcon } from '../icons/file-digit';
|
|
|
1026
1028
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
1029
|
// FileHeart aliases
|
|
1028
1030
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
|
-
// FileImage aliases
|
|
1030
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
1034
1034
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
|
-
//
|
|
1036
|
-
export { default as
|
|
1037
|
-
// FileOutput aliases
|
|
1038
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
|
+
// FileImage aliases
|
|
1036
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1039
1037
|
// FilePlus aliases
|
|
1040
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
|
+
// FileOutput aliases
|
|
1040
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
|
+
// FileMusic aliases
|
|
1042
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1041
1043
|
// FileScan aliases
|
|
1042
1044
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1045
|
// FileSearch aliases
|
|
@@ -1050,22 +1052,22 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1050
1052
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1053
|
// FileSymlink aliases
|
|
1052
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
|
-
// FileTerminal aliases
|
|
1054
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1055
|
// FileText aliases
|
|
1056
1056
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
|
+
// FileTerminal aliases
|
|
1058
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1057
1059
|
// FileType aliases
|
|
1058
1060
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1061
|
// FileUp aliases
|
|
1060
1062
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
|
-
// FileUser aliases
|
|
1062
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
1064
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
-
//
|
|
1066
|
-
export { default as
|
|
1065
|
+
// FileUser aliases
|
|
1066
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
1067
|
// File aliases
|
|
1068
1068
|
export { default as FileIcon } from '../icons/file';
|
|
1069
|
+
// FileX aliases
|
|
1070
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1069
1071
|
// Files aliases
|
|
1070
1072
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1073
|
// Film aliases
|
|
@@ -1074,10 +1076,10 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1074
1076
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
1077
|
// FishOff aliases
|
|
1076
1078
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
-
// FishSymbol aliases
|
|
1078
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
+
// FishSymbol aliases
|
|
1082
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1081
1083
|
// FishingHook aliases
|
|
1082
1084
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1085
|
// FishingRod aliases
|
|
@@ -1092,10 +1094,10 @@ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
|
1092
1094
|
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1095
|
// FlameKindling aliases
|
|
1094
1096
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1095
|
-
// FlashlightOff aliases
|
|
1096
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1097
|
// Flame aliases
|
|
1098
1098
|
export { default as FlameIcon } from '../icons/flame';
|
|
1099
|
+
// FlashlightOff aliases
|
|
1100
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1099
1101
|
// Flashlight aliases
|
|
1100
1102
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1101
1103
|
// FlaskConicalOff aliases
|
|
@@ -1114,22 +1116,24 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1114
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1115
1117
|
// Focus aliases
|
|
1116
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1117
|
-
// FoldHorizontal aliases
|
|
1118
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1119
|
// FoldVertical aliases
|
|
1120
1120
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
+
// FoldHorizontal aliases
|
|
1122
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1123
|
// FolderArchive aliases
|
|
1122
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
1125
|
// FolderCheck aliases
|
|
1124
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1125
1127
|
// FolderClock aliases
|
|
1126
1128
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
+
// FolderBookmark aliases
|
|
1130
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1127
1131
|
// FolderClosed aliases
|
|
1128
1132
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
-
// FolderCode aliases
|
|
1130
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
1133
|
// FolderDot aliases
|
|
1132
1134
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
|
+
// FolderCode aliases
|
|
1136
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1137
|
// FolderDown aliases
|
|
1134
1138
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
1139
|
// FolderGit2 aliases
|
|
@@ -1154,24 +1158,24 @@ export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
|
1154
1158
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1155
1159
|
// FolderOutput aliases
|
|
1156
1160
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
|
-
// FolderRoot aliases
|
|
1158
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1161
|
// FolderPlus aliases
|
|
1160
1162
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
|
-
//
|
|
1162
|
-
export { default as
|
|
1163
|
+
// FolderRoot aliases
|
|
1164
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
1165
|
// FolderSearch2 aliases
|
|
1164
1166
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1167
|
+
// FolderSearch aliases
|
|
1168
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1165
1169
|
// FolderSymlink aliases
|
|
1166
1170
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1167
1171
|
// FolderSync aliases
|
|
1168
1172
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1169
|
-
// FolderTree aliases
|
|
1170
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1171
1173
|
// FolderUp aliases
|
|
1172
1174
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
1175
|
// FolderX aliases
|
|
1174
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
|
+
// FolderTree aliases
|
|
1178
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
1179
|
// Folder aliases
|
|
1176
1180
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
1181
|
// Folders aliases
|
|
@@ -1186,16 +1190,16 @@ export { default as FormIcon } from '../icons/form';
|
|
|
1186
1190
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1187
1191
|
// Frame aliases
|
|
1188
1192
|
export { default as FrameIcon } from '../icons/frame';
|
|
1189
|
-
// Frown aliases
|
|
1190
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1191
1193
|
// Fuel aliases
|
|
1192
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1193
1197
|
// Fullscreen aliases
|
|
1194
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
|
-
// FunnelPlus aliases
|
|
1196
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
1199
|
// GalleryHorizontalEnd aliases
|
|
1198
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
|
+
// FunnelPlus aliases
|
|
1202
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1199
1203
|
// GalleryHorizontal aliases
|
|
1200
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
1205
|
// GalleryThumbnails aliases
|
|
@@ -1216,22 +1220,22 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1216
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1217
1221
|
// Gem aliases
|
|
1218
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
|
+
// GeorgianLari aliases
|
|
1224
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
1225
|
// Ghost aliases
|
|
1220
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1221
1227
|
// Gift aliases
|
|
1222
1228
|
export { default as GiftIcon } from '../icons/gift';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1229
|
// GitBranchMinus aliases
|
|
1226
1230
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1227
|
-
// GitCommitVertical aliases
|
|
1228
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1229
1231
|
// GitBranchPlus aliases
|
|
1230
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
|
-
// GitCompareArrows aliases
|
|
1232
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1233
1233
|
// GitBranch aliases
|
|
1234
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
|
+
// GitCommitVertical aliases
|
|
1236
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
+
// GitCompareArrows aliases
|
|
1238
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1235
1239
|
// GitCompare aliases
|
|
1236
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1237
1241
|
// GitFork aliases
|
|
@@ -1240,10 +1244,10 @@ export { default as GitForkIcon } from '../icons/git-fork';
|
|
|
1240
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
1245
|
// GitMergeConflict aliases
|
|
1242
1246
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1243
|
-
// GitPullRequestArrow aliases
|
|
1244
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
1247
|
// GitMerge aliases
|
|
1246
1248
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
|
+
// GitPullRequestArrow aliases
|
|
1250
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1247
1251
|
// GitPullRequestClosed aliases
|
|
1248
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
1253
|
// GitPullRequestCreateArrow aliases
|
|
@@ -1266,22 +1270,24 @@ export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
|
1266
1270
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1267
1271
|
// Globe aliases
|
|
1268
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1269
|
-
// Goal aliases
|
|
1270
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1271
1273
|
// Gpu aliases
|
|
1272
1274
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1273
1275
|
// GraduationCap aliases
|
|
1274
1276
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
|
+
// Goal aliases
|
|
1278
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1275
1279
|
// Grape aliases
|
|
1276
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1277
|
-
// Grid3x2 aliases
|
|
1278
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1281
|
// GripHorizontal aliases
|
|
1280
1282
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1283
|
+
// Grid3x2 aliases
|
|
1284
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1283
1285
|
// GripVertical aliases
|
|
1284
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
|
+
// Grip aliases
|
|
1288
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1289
|
+
// Group aliases
|
|
1290
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1285
1291
|
// Ham aliases
|
|
1286
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1287
1293
|
// Guitar aliases
|
|
@@ -1290,8 +1296,6 @@ export { default as GuitarIcon } from '../icons/guitar';
|
|
|
1290
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1291
1297
|
// Hammer aliases
|
|
1292
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
|
-
// Group aliases
|
|
1294
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1295
1299
|
// HandCoins aliases
|
|
1296
1300
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1297
1301
|
// HandFist aliases
|
|
@@ -1302,20 +1306,20 @@ export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
|
1302
1306
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1303
1307
|
// HandPlatter aliases
|
|
1304
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1305
|
-
// Handbag aliases
|
|
1306
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1307
1309
|
// Hand aliases
|
|
1308
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
|
+
// Handbag aliases
|
|
1312
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1309
1313
|
// Handshake aliases
|
|
1310
1314
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1311
1315
|
// HardDriveDownload aliases
|
|
1312
1316
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1317
|
// HardDriveUpload aliases
|
|
1314
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
|
-
// HardHat aliases
|
|
1316
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1317
1319
|
// HardDrive aliases
|
|
1318
1320
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
|
+
// HardHat aliases
|
|
1322
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1323
|
// Hash aliases
|
|
1320
1324
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
1325
|
// HatGlasses aliases
|
|
@@ -1328,10 +1332,10 @@ export { default as HdIcon } from '../icons/hd';
|
|
|
1328
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1329
1333
|
// Heading1 aliases
|
|
1330
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1331
|
-
// Heading3 aliases
|
|
1332
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1333
1335
|
// Heading2 aliases
|
|
1334
1336
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
|
+
// Heading3 aliases
|
|
1338
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1335
1339
|
// Heading4 aliases
|
|
1336
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1337
1341
|
// Heading5 aliases
|
|
@@ -1348,64 +1352,64 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1348
1352
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1349
1353
|
// HeartCrack aliases
|
|
1350
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
|
-
// HeartMinus aliases
|
|
1352
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
1355
|
// HeartHandshake aliases
|
|
1354
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1355
|
-
//
|
|
1356
|
-
export { default as
|
|
1357
|
+
// HeartMinus aliases
|
|
1358
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1357
1359
|
// HeartPlus aliases
|
|
1358
1360
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1361
|
+
// HeartOff aliases
|
|
1362
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1359
1363
|
// HeartPulse aliases
|
|
1360
1364
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
1365
|
// HeartX aliases
|
|
1362
1366
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1363
1367
|
// Heart aliases
|
|
1364
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1365
|
-
// Heater aliases
|
|
1366
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1367
1369
|
// Helicopter aliases
|
|
1368
1370
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1371
|
+
// Heater aliases
|
|
1372
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1369
1373
|
// Hexagon aliases
|
|
1370
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
1375
|
// Highlighter aliases
|
|
1372
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1373
|
-
// HopOff aliases
|
|
1374
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1375
1377
|
// History aliases
|
|
1376
1378
|
export { default as HistoryIcon } from '../icons/history';
|
|
1379
|
+
// HopOff aliases
|
|
1380
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
1381
|
// Hop aliases
|
|
1378
1382
|
export { default as HopIcon } from '../icons/hop';
|
|
1379
1383
|
// Hospital aliases
|
|
1380
1384
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1385
|
// Hotel aliases
|
|
1382
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1383
|
-
// Hourglass aliases
|
|
1384
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1385
1387
|
// HouseHeart aliases
|
|
1386
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1387
|
-
//
|
|
1388
|
-
export { default as
|
|
1389
|
-
// HousePlus aliases
|
|
1390
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
|
+
// Hourglass aliases
|
|
1390
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1391
1391
|
// HouseWifi aliases
|
|
1392
1392
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
|
+
// HousePlug aliases
|
|
1394
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1393
1395
|
// IdCardLanyard aliases
|
|
1394
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
|
+
// HousePlus aliases
|
|
1398
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
1399
|
// IdCard aliases
|
|
1396
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1397
1401
|
// ImageDown aliases
|
|
1398
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1399
|
-
// ImageMinus aliases
|
|
1400
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
1403
|
// ImageOff aliases
|
|
1402
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
+
// ImageMinus aliases
|
|
1406
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
1407
|
// ImagePlay aliases
|
|
1404
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
|
-
// ImagePlus aliases
|
|
1406
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1407
1409
|
// ImageUp aliases
|
|
1408
1410
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
|
+
// ImagePlus aliases
|
|
1412
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1409
1413
|
// ImageUpscale aliases
|
|
1410
1414
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
1415
|
// Image aliases
|
|
@@ -1414,28 +1418,28 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1414
1418
|
export { default as ImagesIcon } from '../icons/images';
|
|
1415
1419
|
// Import aliases
|
|
1416
1420
|
export { default as ImportIcon } from '../icons/import';
|
|
1417
|
-
// IndianRupee aliases
|
|
1418
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
1421
|
// Inbox aliases
|
|
1420
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
|
+
// IndianRupee aliases
|
|
1424
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1421
1425
|
// Infinity aliases
|
|
1422
1426
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
1427
|
// Info aliases
|
|
1424
1428
|
export { default as InfoIcon } from '../icons/info';
|
|
1425
1429
|
// InspectionPanel aliases
|
|
1426
1430
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1427
|
-
// IterationCcw aliases
|
|
1428
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1431
|
// Italic aliases
|
|
1430
1432
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
|
+
// IterationCcw aliases
|
|
1434
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1431
1435
|
// IterationCw aliases
|
|
1432
1436
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1437
|
+
// JapaneseYen aliases
|
|
1438
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1433
1439
|
// Joystick aliases
|
|
1434
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1435
1441
|
// Kanban aliases
|
|
1436
1442
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
|
-
// JapaneseYen aliases
|
|
1438
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1443
|
// Kayak aliases
|
|
1440
1444
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1441
1445
|
// KeyRound aliases
|
|
@@ -1478,12 +1482,12 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1478
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1479
1483
|
// Laugh aliases
|
|
1480
1484
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1485
|
+
// Layers2 aliases
|
|
1486
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1481
1487
|
// LayersMinus aliases
|
|
1482
1488
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1483
1489
|
// LayersPlus aliases
|
|
1484
1490
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1485
|
-
// Layers2 aliases
|
|
1486
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1487
1491
|
// LayoutDashboard aliases
|
|
1488
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1489
1493
|
// LayoutGrid aliases
|
|
@@ -1538,18 +1542,18 @@ export { default as ListChecksIcon } from '../icons/list-checks';
|
|
|
1538
1542
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1539
1543
|
// ListChevronsUpDown aliases
|
|
1540
1544
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1545
|
+
// ListCollapse aliases
|
|
1546
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1541
1547
|
// ListEnd aliases
|
|
1542
1548
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1543
1549
|
// ListFilterPlus aliases
|
|
1544
1550
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1545
|
-
// ListCollapse aliases
|
|
1546
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1547
|
-
// ListFilter aliases
|
|
1548
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1549
1551
|
// ListMinus aliases
|
|
1550
1552
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1551
1553
|
// ListMusic aliases
|
|
1552
1554
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1555
|
+
// ListFilter aliases
|
|
1556
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1553
1557
|
// ListOrdered aliases
|
|
1554
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1555
1559
|
// ListPlus aliases
|
|
@@ -1560,34 +1564,34 @@ export { default as ListRestartIcon } from '../icons/list-restart';
|
|
|
1560
1564
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1561
1565
|
// ListTodo aliases
|
|
1562
1566
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1567
|
+
// ListVideo aliases
|
|
1568
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1563
1569
|
// ListTree aliases
|
|
1564
1570
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1565
1571
|
// ListX aliases
|
|
1566
1572
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1567
|
-
// ListVideo aliases
|
|
1568
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1569
1573
|
// List aliases
|
|
1570
1574
|
export { default as ListIcon } from '../icons/list';
|
|
1571
|
-
// LoaderPinwheel aliases
|
|
1572
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
1575
|
// Loader aliases
|
|
1574
1576
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1577
|
+
// LoaderPinwheel aliases
|
|
1578
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1575
1579
|
// LocateFixed aliases
|
|
1576
1580
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1577
1581
|
// LocateOff aliases
|
|
1578
1582
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1579
|
-
// Locate aliases
|
|
1580
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1581
1583
|
// LockKeyhole aliases
|
|
1582
1584
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1585
|
+
// Locate aliases
|
|
1586
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1583
1587
|
// Lock aliases
|
|
1584
1588
|
export { default as LockIcon } from '../icons/lock';
|
|
1585
1589
|
// LogIn aliases
|
|
1586
1590
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1587
|
-
// LogOut aliases
|
|
1588
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1589
1591
|
// Logs aliases
|
|
1590
1592
|
export { default as LogsIcon } from '../icons/logs';
|
|
1593
|
+
// LogOut aliases
|
|
1594
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1591
1595
|
// Lollipop aliases
|
|
1592
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1593
1597
|
// Luggage aliases
|
|
@@ -1596,10 +1600,10 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1596
1600
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1597
1601
|
// MailCheck aliases
|
|
1598
1602
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1599
|
-
// MailOpen aliases
|
|
1600
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1601
1603
|
// MailMinus aliases
|
|
1602
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1605
|
+
// MailOpen aliases
|
|
1606
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1603
1607
|
// MailPlus aliases
|
|
1604
1608
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1605
1609
|
// MailSearch aliases
|
|
@@ -1612,28 +1616,28 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1612
1616
|
export { default as MailIcon } from '../icons/mail';
|
|
1613
1617
|
// Mailbox aliases
|
|
1614
1618
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1615
|
-
// MapPinCheckInside aliases
|
|
1616
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1617
|
-
// MapMinus aliases
|
|
1618
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1619
1619
|
// Mails aliases
|
|
1620
1620
|
export { default as MailsIcon } from '../icons/mails';
|
|
1621
|
+
// MapMinus aliases
|
|
1622
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1623
|
+
// MapPinCheckInside aliases
|
|
1624
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1621
1625
|
// MapPinCheck aliases
|
|
1622
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1627
|
+
// MapPinMinusInside aliases
|
|
1628
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1623
1629
|
// MapPinHouse aliases
|
|
1624
1630
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1625
1631
|
// MapPinMinus aliases
|
|
1626
1632
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1627
|
-
// MapPinMinusInside aliases
|
|
1628
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1629
1633
|
// MapPinOff aliases
|
|
1630
1634
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1631
1635
|
// MapPinPlusInside aliases
|
|
1632
1636
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1633
|
-
// MapPinSearch aliases
|
|
1634
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1635
1637
|
// MapPinPlus aliases
|
|
1636
1638
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1639
|
+
// MapPinSearch aliases
|
|
1640
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1637
1641
|
// MapPinXInside aliases
|
|
1638
1642
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1639
1643
|
// MapPinX aliases
|
|
@@ -1642,12 +1646,12 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1642
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1643
1647
|
// MapPinned aliases
|
|
1644
1648
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
|
+
// MapPlus aliases
|
|
1650
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1645
1651
|
// Map aliases
|
|
1646
1652
|
export { default as MapIcon } from '../icons/map';
|
|
1647
1653
|
// MarsStroke aliases
|
|
1648
1654
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1649
|
-
// MapPlus aliases
|
|
1650
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
1655
|
// Mars aliases
|
|
1652
1656
|
export { default as MarsIcon } from '../icons/mars';
|
|
1653
1657
|
// Martini aliases
|
|
@@ -1666,18 +1670,18 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1666
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1667
1671
|
// MemoryStick aliases
|
|
1668
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1669
|
-
// MessageCircleCheck aliases
|
|
1670
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1671
1673
|
// Merge aliases
|
|
1672
1674
|
export { default as MergeIcon } from '../icons/merge';
|
|
1673
|
-
//
|
|
1674
|
-
export { default as
|
|
1675
|
+
// MessageCircleCheck aliases
|
|
1676
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1675
1677
|
// Menu aliases
|
|
1676
1678
|
export { default as MenuIcon } from '../icons/menu';
|
|
1677
|
-
//
|
|
1678
|
-
export { default as
|
|
1679
|
+
// MessageCircleCode aliases
|
|
1680
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1679
1681
|
// MessageCircleHeart aliases
|
|
1680
1682
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
|
+
// MessageCircleDashed aliases
|
|
1684
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
1685
|
// MessageCircleMore aliases
|
|
1682
1686
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
1687
|
// MessageCircleOff aliases
|
|
@@ -1690,10 +1694,10 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1690
1694
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1691
1695
|
// MessageCircleX aliases
|
|
1692
1696
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1693
|
-
// MessageCircle aliases
|
|
1694
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
1697
|
// MessageSquareCheck aliases
|
|
1696
1698
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1699
|
+
// MessageCircle aliases
|
|
1700
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1697
1701
|
// MessageSquareCode aliases
|
|
1698
1702
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1699
1703
|
// MessageSquareDashed aliases
|
|
@@ -1710,12 +1714,12 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1710
1714
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1715
|
// MessageSquareOff aliases
|
|
1712
1716
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1717
|
+
// MessageSquarePlus aliases
|
|
1718
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1713
1719
|
// MessageSquareQuote aliases
|
|
1714
1720
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1715
1721
|
// MessageSquareReply aliases
|
|
1716
1722
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1717
|
-
// MessageSquarePlus aliases
|
|
1718
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1719
1723
|
// MessageSquareShare aliases
|
|
1720
1724
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
1725
|
// MessageSquareText aliases
|
|
@@ -1726,10 +1730,10 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1726
1730
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1727
1731
|
// MessageSquare aliases
|
|
1728
1732
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
|
-
// Metronome aliases
|
|
1730
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1731
1733
|
// MessagesSquare aliases
|
|
1732
1734
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1735
|
+
// Metronome aliases
|
|
1736
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1733
1737
|
// MicOff aliases
|
|
1734
1738
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1735
1739
|
// Mic aliases
|
|
@@ -1742,38 +1746,38 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1742
1746
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1743
1747
|
// Milestone aliases
|
|
1744
1748
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1745
|
-
// Milk aliases
|
|
1746
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1747
1749
|
// MilkOff aliases
|
|
1748
1750
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1751
|
+
// Milk aliases
|
|
1752
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1749
1753
|
// Minimize2 aliases
|
|
1750
1754
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
1755
|
// Minimize aliases
|
|
1752
1756
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1757
|
// Minus aliases
|
|
1754
1758
|
export { default as MinusIcon } from '../icons/minus';
|
|
1755
|
-
// MirrorRound aliases
|
|
1756
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1757
1759
|
// MirrorRectangular aliases
|
|
1758
1760
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1759
1761
|
// MonitorCheck aliases
|
|
1760
1762
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1763
|
+
// MirrorRound aliases
|
|
1764
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1761
1765
|
// MonitorCloud aliases
|
|
1762
1766
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1763
1767
|
// MonitorCog aliases
|
|
1764
1768
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
|
-
// MonitorDot aliases
|
|
1766
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1767
1769
|
// MonitorDown aliases
|
|
1768
1770
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1771
|
+
// MonitorDot aliases
|
|
1772
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1769
1773
|
// MonitorOff aliases
|
|
1770
1774
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1775
|
+
// MonitorPlay aliases
|
|
1776
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1771
1777
|
// MonitorPause aliases
|
|
1772
1778
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1773
1779
|
// MonitorSmartphone aliases
|
|
1774
1780
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1775
|
-
// MonitorPlay aliases
|
|
1776
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1777
1781
|
// MonitorSpeaker aliases
|
|
1778
1782
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
1783
|
// MonitorStop aliases
|
|
@@ -1810,20 +1814,20 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1810
1814
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
1815
|
// MouseRight aliases
|
|
1812
1816
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1813
|
-
// Mouse aliases
|
|
1814
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1815
1817
|
// MoveDiagonal2 aliases
|
|
1816
1818
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1819
|
+
// Mouse aliases
|
|
1820
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1817
1821
|
// MoveDiagonal aliases
|
|
1818
1822
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1819
1823
|
// MoveDownLeft aliases
|
|
1820
1824
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1821
1825
|
// MoveDownRight aliases
|
|
1822
1826
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1823
|
-
// MoveDown aliases
|
|
1824
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1825
1827
|
// MoveHorizontal aliases
|
|
1826
1828
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1829
|
+
// MoveDown aliases
|
|
1830
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1827
1831
|
// MoveLeft aliases
|
|
1828
1832
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1829
1833
|
// MoveRight aliases
|
|
@@ -1838,12 +1842,12 @@ export { default as MoveUpIcon } from '../icons/move-up';
|
|
|
1838
1842
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1839
1843
|
// Move aliases
|
|
1840
1844
|
export { default as MoveIcon } from '../icons/move';
|
|
1845
|
+
// Music2 aliases
|
|
1846
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1841
1847
|
// Music3 aliases
|
|
1842
1848
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1843
1849
|
// Music4 aliases
|
|
1844
1850
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1845
|
-
// Music2 aliases
|
|
1846
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1847
1851
|
// Music aliases
|
|
1848
1852
|
export { default as MusicIcon } from '../icons/music';
|
|
1849
1853
|
// Navigation2Off aliases
|
|
@@ -1900,10 +1904,10 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1900
1904
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1901
1905
|
// PackagePlus aliases
|
|
1902
1906
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1903
|
-
// PackageX aliases
|
|
1904
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1905
1907
|
// PackageSearch aliases
|
|
1906
1908
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1909
|
+
// PackageX aliases
|
|
1910
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1907
1911
|
// Package aliases
|
|
1908
1912
|
export { default as PackageIcon } from '../icons/package';
|
|
1909
1913
|
// PaintBucket aliases
|
|
@@ -1922,22 +1926,22 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1922
1926
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1923
1927
|
// PanelBottom aliases
|
|
1924
1928
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1929
|
+
// PanelLeftRightDashed aliases
|
|
1930
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1925
1931
|
// PanelRightClose aliases
|
|
1926
1932
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1927
1933
|
// PanelRightOpen aliases
|
|
1928
1934
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1929
1935
|
// PanelRight aliases
|
|
1930
1936
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1931
|
-
// PanelLeftRightDashed aliases
|
|
1932
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1933
1937
|
// PanelTopBottomDashed aliases
|
|
1934
1938
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1935
1939
|
// PanelTopClose aliases
|
|
1936
1940
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1937
|
-
// PanelTop aliases
|
|
1938
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1939
1941
|
// PanelTopOpen aliases
|
|
1940
1942
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1943
|
+
// PanelTop aliases
|
|
1944
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1941
1945
|
// PanelsLeftBottom aliases
|
|
1942
1946
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1943
1947
|
// PanelsRightBottom aliases
|
|
@@ -1946,10 +1950,10 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
1946
1950
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1947
1951
|
// Parentheses aliases
|
|
1948
1952
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1949
|
-
// PartyPopper aliases
|
|
1950
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1951
1953
|
// ParkingMeter aliases
|
|
1952
1954
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1955
|
+
// PartyPopper aliases
|
|
1956
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1953
1957
|
// Pause aliases
|
|
1954
1958
|
export { default as PauseIcon } from '../icons/pause';
|
|
1955
1959
|
// PawPrint aliases
|
|
@@ -1970,12 +1974,12 @@ export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
|
1970
1974
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1971
1975
|
// Pentagon aliases
|
|
1972
1976
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1977
|
+
// Percent aliases
|
|
1978
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1973
1979
|
// PersonStanding aliases
|
|
1974
1980
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1975
1981
|
// PhilippinePeso aliases
|
|
1976
1982
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1977
|
-
// Percent aliases
|
|
1978
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1979
1983
|
// PhoneCall aliases
|
|
1980
1984
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1981
1985
|
// PhoneForwarded aliases
|
|
@@ -1996,22 +2000,22 @@ export { default as PiIcon } from '../icons/pi';
|
|
|
1996
2000
|
export { default as PianoIcon } from '../icons/piano';
|
|
1997
2001
|
// Pickaxe aliases
|
|
1998
2002
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1999
|
-
// PictureInPicture aliases
|
|
2000
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2001
2003
|
// PictureInPicture2 aliases
|
|
2002
2004
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2003
|
-
//
|
|
2004
|
-
export { default as
|
|
2005
|
+
// PictureInPicture aliases
|
|
2006
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2005
2007
|
// PilcrowLeft aliases
|
|
2006
2008
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2009
|
+
// PiggyBank aliases
|
|
2010
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2011
|
+
// PilcrowRight aliases
|
|
2012
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2013
|
+
// Pilcrow aliases
|
|
2014
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2007
2015
|
// PillBottle aliases
|
|
2008
2016
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2009
2017
|
// Pill aliases
|
|
2010
2018
|
export { default as PillIcon } from '../icons/pill';
|
|
2011
|
-
// Pilcrow aliases
|
|
2012
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2013
|
-
// PilcrowRight aliases
|
|
2014
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2015
2019
|
// PinOff aliases
|
|
2016
2020
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2017
2021
|
// Pin aliases
|
|
@@ -2044,72 +2048,72 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
|
2044
2048
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2045
2049
|
// Popcorn aliases
|
|
2046
2050
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2047
|
-
// Popsicle aliases
|
|
2048
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2049
2051
|
// PoundSterling aliases
|
|
2050
2052
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2051
2053
|
// PowerOff aliases
|
|
2052
2054
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2055
|
+
// Popsicle aliases
|
|
2056
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2055
2057
|
// Power aliases
|
|
2056
2058
|
export { default as PowerIcon } from '../icons/power';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2059
|
+
// Presentation aliases
|
|
2060
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
2061
|
// PrinterCheck aliases
|
|
2060
2062
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
+
// Printer aliases
|
|
2064
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2061
2065
|
// PrinterX aliases
|
|
2062
2066
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2063
2067
|
// Projector aliases
|
|
2064
2068
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2065
2069
|
// Proportions aliases
|
|
2066
2070
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2071
|
+
// Puzzle aliases
|
|
2072
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2067
2073
|
// Pyramid aliases
|
|
2068
2074
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2069
2075
|
// QrCode aliases
|
|
2070
2076
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2077
|
+
// Quote aliases
|
|
2078
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2073
2079
|
// Rabbit aliases
|
|
2074
2080
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2081
|
+
// Radiation aliases
|
|
2082
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2075
2083
|
// Radar aliases
|
|
2076
2084
|
export { default as RadarIcon } from '../icons/radar';
|
|
2077
|
-
// Quote aliases
|
|
2078
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2079
2085
|
// Radical aliases
|
|
2080
2086
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2081
|
-
// Radiation aliases
|
|
2082
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2083
|
-
// RadioReceiver aliases
|
|
2084
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2085
2087
|
// RadioOff aliases
|
|
2086
2088
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2089
|
+
// RadioReceiver aliases
|
|
2090
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2087
2091
|
// RadioTower aliases
|
|
2088
2092
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2089
2093
|
// Radius aliases
|
|
2090
2094
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2095
|
+
// Rainbow aliases
|
|
2096
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2091
2097
|
// Radio aliases
|
|
2092
2098
|
export { default as RadioIcon } from '../icons/radio';
|
|
2093
2099
|
// Rat aliases
|
|
2094
2100
|
export { default as RatIcon } from '../icons/rat';
|
|
2095
|
-
// Rainbow aliases
|
|
2096
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2097
2101
|
// Ratio aliases
|
|
2098
2102
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2099
|
-
// ReceiptEuro aliases
|
|
2100
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2101
2103
|
// ReceiptCent aliases
|
|
2102
2104
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2105
|
+
// ReceiptEuro aliases
|
|
2106
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2103
2107
|
// ReceiptIndianRupee aliases
|
|
2104
2108
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2105
2109
|
// ReceiptJapaneseYen aliases
|
|
2106
2110
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2107
|
-
// ReceiptPoundSterling aliases
|
|
2108
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2109
2111
|
// ReceiptRussianRuble aliases
|
|
2110
2112
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2111
2113
|
// ReceiptSwissFranc aliases
|
|
2112
2114
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2115
|
+
// ReceiptPoundSterling aliases
|
|
2116
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2113
2117
|
// ReceiptText aliases
|
|
2114
2118
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2115
2119
|
// ReceiptTurkishLira aliases
|
|
@@ -2120,22 +2124,22 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2120
2124
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2121
2125
|
// RectangleGoggles aliases
|
|
2122
2126
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2127
|
+
// RectangleHorizontal aliases
|
|
2128
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2123
2129
|
// RectangleVertical aliases
|
|
2124
2130
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2125
2131
|
// Recycle aliases
|
|
2126
2132
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2127
|
-
// RectangleHorizontal aliases
|
|
2128
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2129
2133
|
// Redo2 aliases
|
|
2130
2134
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2131
2135
|
// RedoDot aliases
|
|
2132
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2133
|
-
// Redo aliases
|
|
2134
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2135
2137
|
// RefreshCcwDot aliases
|
|
2136
2138
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2137
2139
|
// RefreshCcw aliases
|
|
2138
2140
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
+
// Redo aliases
|
|
2142
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2139
2143
|
// RefreshCwOff aliases
|
|
2140
2144
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2141
2145
|
// RefreshCw aliases
|
|
@@ -2146,16 +2150,16 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2146
2150
|
export { default as RegexIcon } from '../icons/regex';
|
|
2147
2151
|
// RemoveFormatting aliases
|
|
2148
2152
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2149
|
-
// Repeat1 aliases
|
|
2150
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2151
2153
|
// Repeat2 aliases
|
|
2152
2154
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2155
|
+
// Repeat1 aliases
|
|
2156
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2153
2157
|
// Repeat aliases
|
|
2154
2158
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2155
|
-
// Replace aliases
|
|
2156
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2157
2159
|
// ReplaceAll aliases
|
|
2158
2160
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2161
|
+
// Replace aliases
|
|
2162
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2159
2163
|
// ReplyAll aliases
|
|
2160
2164
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2161
2165
|
// Reply aliases
|
|
@@ -2204,10 +2208,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2204
2208
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2205
2209
|
// Salad aliases
|
|
2206
2210
|
export { default as SaladIcon } from '../icons/salad';
|
|
2207
|
-
// Sandwich aliases
|
|
2208
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2209
2211
|
// SatelliteDish aliases
|
|
2210
2212
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2213
|
+
// Sandwich aliases
|
|
2214
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2211
2215
|
// Satellite aliases
|
|
2212
2216
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2213
2217
|
// SaudiRiyal aliases
|
|
@@ -2224,14 +2228,14 @@ export { default as ScaleIcon } from '../icons/scale';
|
|
|
2224
2228
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2225
2229
|
// ScanBarcode aliases
|
|
2226
2230
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2227
|
-
// ScanEye aliases
|
|
2228
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
2231
|
// ScanFace aliases
|
|
2230
2232
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2233
|
+
// ScanEye aliases
|
|
2234
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2233
2235
|
// ScanHeart aliases
|
|
2234
2236
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2237
|
+
// ScanLine aliases
|
|
2238
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2235
2239
|
// ScanQrCode aliases
|
|
2236
2240
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2237
2241
|
// ScanSearch aliases
|
|
@@ -2264,10 +2268,10 @@ export { default as SearchCheckIcon } from '../icons/search-check';
|
|
|
2264
2268
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2265
2269
|
// SearchSlash aliases
|
|
2266
2270
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2267
|
-
// Search aliases
|
|
2268
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2269
2271
|
// SearchX aliases
|
|
2270
2272
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2273
|
+
// Search aliases
|
|
2274
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2271
2275
|
// Section aliases
|
|
2272
2276
|
export { default as SectionIcon } from '../icons/section';
|
|
2273
2277
|
// SendToBack aliases
|
|
@@ -2276,12 +2280,12 @@ export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
|
2276
2280
|
export { default as SendIcon } from '../icons/send';
|
|
2277
2281
|
// SeparatorHorizontal aliases
|
|
2278
2282
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2279
|
-
// ServerCrash aliases
|
|
2280
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2281
2283
|
// SeparatorVertical aliases
|
|
2282
2284
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2283
2285
|
// ServerCog aliases
|
|
2284
2286
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2287
|
+
// ServerCrash aliases
|
|
2288
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2285
2289
|
// ServerOff aliases
|
|
2286
2290
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2287
2291
|
// Server aliases
|
|
@@ -2314,10 +2318,10 @@ export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
|
2314
2318
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2315
2319
|
// ShieldEllipsis aliases
|
|
2316
2320
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2317
|
-
// ShieldMinus aliases
|
|
2318
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2319
2321
|
// ShieldHalf aliases
|
|
2320
2322
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2323
|
+
// ShieldMinus aliases
|
|
2324
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2321
2325
|
// ShieldOff aliases
|
|
2322
2326
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2323
2327
|
// ShieldPlus aliases
|
|
@@ -2326,18 +2330,18 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2326
2330
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2327
2331
|
// Shield aliases
|
|
2328
2332
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2333
|
+
// ShipWheel aliases
|
|
2334
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2329
2335
|
// Ship aliases
|
|
2330
2336
|
export { default as ShipIcon } from '../icons/ship';
|
|
2331
2337
|
// Shirt aliases
|
|
2332
2338
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2333
|
-
//
|
|
2334
|
-
export { default as
|
|
2339
|
+
// ShoppingBasket aliases
|
|
2340
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2335
2341
|
// ShoppingBag aliases
|
|
2336
2342
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2337
2343
|
// ShoppingCart aliases
|
|
2338
2344
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2339
|
-
// ShoppingBasket aliases
|
|
2340
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2341
2345
|
// Shovel aliases
|
|
2342
2346
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2343
2347
|
// ShowerHead aliases
|
|
@@ -2346,10 +2350,10 @@ export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
|
2346
2350
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2347
2351
|
// Shrimp aliases
|
|
2348
2352
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2349
|
-
// Shrink aliases
|
|
2350
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2351
2353
|
// Shrub aliases
|
|
2352
2354
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2355
|
+
// Shrink aliases
|
|
2356
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2353
2357
|
// Shuffle aliases
|
|
2354
2358
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2355
2359
|
// Sigma aliases
|
|
@@ -2398,16 +2402,16 @@ export { default as SmileIcon } from '../icons/smile';
|
|
|
2398
2402
|
export { default as SnailIcon } from '../icons/snail';
|
|
2399
2403
|
// Snowflake aliases
|
|
2400
2404
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2401
|
-
// Sofa aliases
|
|
2402
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2403
2405
|
// SoapDispenserDroplet aliases
|
|
2404
2406
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2407
|
+
// Sofa aliases
|
|
2408
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2405
2409
|
// SolarPanel aliases
|
|
2406
2410
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2407
|
-
// Soup aliases
|
|
2408
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2409
2411
|
// Space aliases
|
|
2410
2412
|
export { default as SpaceIcon } from '../icons/space';
|
|
2413
|
+
// Soup aliases
|
|
2414
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2411
2415
|
// Spade aliases
|
|
2412
2416
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2413
2417
|
// Sparkle aliases
|
|
@@ -2416,12 +2420,12 @@ export { default as SparkleIcon } from '../icons/sparkle';
|
|
|
2416
2420
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2417
2421
|
// Speech aliases
|
|
2418
2422
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2419
|
-
// SpellCheck aliases
|
|
2420
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2421
|
-
// SplinePointer aliases
|
|
2422
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2423
2423
|
// SpellCheck2 aliases
|
|
2424
2424
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2425
|
+
// SplinePointer aliases
|
|
2426
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2427
|
+
// SpellCheck aliases
|
|
2428
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2425
2429
|
// Spline aliases
|
|
2426
2430
|
export { default as SplineIcon } from '../icons/spline';
|
|
2427
2431
|
// Split aliases
|
|
@@ -2438,12 +2442,12 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2438
2442
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2439
2443
|
// SquareArrowRightEnter aliases
|
|
2440
2444
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2445
|
+
// SquareDashedBottomCode aliases
|
|
2446
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2441
2447
|
// SquareArrowRightExit aliases
|
|
2442
2448
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2443
2449
|
// SquareDashedBottom aliases
|
|
2444
2450
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2445
|
-
// SquareDashedBottomCode aliases
|
|
2446
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2447
2451
|
// SquareDashedTopSolid aliases
|
|
2448
2452
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2449
2453
|
// SquarePause aliases
|
|
@@ -2466,10 +2470,10 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2466
2470
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2467
2471
|
// SquaresIntersect aliases
|
|
2468
2472
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2469
|
-
// SquaresSubtract aliases
|
|
2470
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2471
2473
|
// SquaresUnite aliases
|
|
2472
2474
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2475
|
+
// SquaresSubtract aliases
|
|
2476
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2473
2477
|
// SquircleDashed aliases
|
|
2474
2478
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2475
2479
|
// Squircle aliases
|
|
@@ -2480,10 +2484,10 @@ export { default as SquirrelIcon } from '../icons/squirrel';
|
|
|
2480
2484
|
export { default as StampIcon } from '../icons/stamp';
|
|
2481
2485
|
// StarHalf aliases
|
|
2482
2486
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2483
|
-
// StepBack aliases
|
|
2484
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2485
2487
|
// Star aliases
|
|
2486
2488
|
export { default as StarIcon } from '../icons/star';
|
|
2489
|
+
// StepBack aliases
|
|
2490
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2487
2491
|
// StarOff aliases
|
|
2488
2492
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2489
2493
|
// StepForward aliases
|
|
@@ -2496,42 +2500,42 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2496
2500
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2497
2501
|
// Stone aliases
|
|
2498
2502
|
export { default as StoneIcon } from '../icons/stone';
|
|
2499
|
-
// StretchHorizontal aliases
|
|
2500
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2501
2503
|
// Store aliases
|
|
2502
2504
|
export { default as StoreIcon } from '../icons/store';
|
|
2505
|
+
// StretchHorizontal aliases
|
|
2506
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2503
2507
|
// StretchVertical aliases
|
|
2504
2508
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2505
2509
|
// Strikethrough aliases
|
|
2506
2510
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2507
2511
|
// Subscript aliases
|
|
2508
2512
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2513
|
+
// SunDim aliases
|
|
2514
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2509
2515
|
// SunMedium aliases
|
|
2510
2516
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2511
2517
|
// SunMoon aliases
|
|
2512
2518
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2513
|
-
// SunDim aliases
|
|
2514
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2515
2519
|
// SunSnow aliases
|
|
2516
2520
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2517
2521
|
// Sun aliases
|
|
2518
2522
|
export { default as SunIcon } from '../icons/sun';
|
|
2519
2523
|
// Sunrise aliases
|
|
2520
2524
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2521
|
-
// Sunset aliases
|
|
2522
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2523
2525
|
// Superscript aliases
|
|
2524
2526
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2525
2527
|
// SwatchBook aliases
|
|
2526
2528
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2529
|
+
// Sunset aliases
|
|
2530
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2527
2531
|
// SwissFranc aliases
|
|
2528
2532
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2529
|
-
// Sword aliases
|
|
2530
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2531
2533
|
// SwitchCamera aliases
|
|
2532
2534
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2533
2535
|
// Swords aliases
|
|
2534
2536
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2537
|
+
// Sword aliases
|
|
2538
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2535
2539
|
// Syringe aliases
|
|
2536
2540
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2537
2541
|
// Table2 aliases
|
|
@@ -2540,16 +2544,16 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2540
2544
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2541
2545
|
// TableCellsSplit aliases
|
|
2542
2546
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2547
|
+
// TableOfContents aliases
|
|
2548
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2543
2549
|
// TableColumnsSplit aliases
|
|
2544
2550
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2545
2551
|
// TableProperties aliases
|
|
2546
2552
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2547
|
-
// TableOfContents aliases
|
|
2548
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2549
|
-
// Table aliases
|
|
2550
|
-
export { default as TableIcon } from '../icons/table';
|
|
2551
2553
|
// TableRowsSplit aliases
|
|
2552
2554
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2555
|
+
// Table aliases
|
|
2556
|
+
export { default as TableIcon } from '../icons/table';
|
|
2553
2557
|
// TabletSmartphone aliases
|
|
2554
2558
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2555
2559
|
// Tablet aliases
|
|
@@ -2558,32 +2562,32 @@ export { default as TabletIcon } from '../icons/tablet';
|
|
|
2558
2562
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2559
2563
|
// Tag aliases
|
|
2560
2564
|
export { default as TagIcon } from '../icons/tag';
|
|
2565
|
+
// Tags aliases
|
|
2566
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2561
2567
|
// Tally1 aliases
|
|
2562
2568
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2563
2569
|
// Tally2 aliases
|
|
2564
2570
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2565
|
-
// Tags aliases
|
|
2566
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2567
2571
|
// Tally3 aliases
|
|
2568
2572
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2569
2573
|
// Tally4 aliases
|
|
2570
2574
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2571
|
-
// Tangent aliases
|
|
2572
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2573
|
-
// Target aliases
|
|
2574
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2575
2575
|
// Tally5 aliases
|
|
2576
2576
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2577
|
+
// Target aliases
|
|
2578
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2579
|
+
// Tangent aliases
|
|
2580
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2577
2581
|
// Telescope aliases
|
|
2578
2582
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2579
2583
|
// TentTree aliases
|
|
2580
2584
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2581
2585
|
// Tent aliases
|
|
2582
2586
|
export { default as TentIcon } from '../icons/tent';
|
|
2583
|
-
// Terminal aliases
|
|
2584
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2585
2587
|
// TestTube aliases
|
|
2586
2588
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2589
|
+
// Terminal aliases
|
|
2590
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2587
2591
|
// TestTubes aliases
|
|
2588
2592
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2589
2593
|
// TextCursorInput aliases
|
|
@@ -2630,18 +2634,18 @@ export { default as TimelineIcon } from '../icons/timeline';
|
|
|
2630
2634
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2631
2635
|
// TimerReset aliases
|
|
2632
2636
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2637
|
+
// Timer aliases
|
|
2638
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2633
2639
|
// ToggleLeft aliases
|
|
2634
2640
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2635
2641
|
// ToggleRight aliases
|
|
2636
2642
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2637
|
-
// Timer aliases
|
|
2638
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2639
2643
|
// Toilet aliases
|
|
2640
2644
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2641
|
-
// Toolbox aliases
|
|
2642
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2643
2645
|
// ToolCase aliases
|
|
2644
2646
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2647
|
+
// Toolbox aliases
|
|
2648
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2645
2649
|
// Tornado aliases
|
|
2646
2650
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2647
2651
|
// Torus aliases
|
|
@@ -2682,16 +2686,16 @@ export { default as TreesIcon } from '../icons/trees';
|
|
|
2682
2686
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2683
2687
|
// TrendingUpDown aliases
|
|
2684
2688
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2685
|
-
// TriangleDashed aliases
|
|
2686
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2687
2689
|
// TrendingUp aliases
|
|
2688
2690
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2691
|
+
// TriangleDashed aliases
|
|
2692
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2689
2693
|
// TriangleRight aliases
|
|
2690
2694
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2691
|
-
// Trophy aliases
|
|
2692
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2693
2695
|
// Triangle aliases
|
|
2694
2696
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2697
|
+
// Trophy aliases
|
|
2698
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2695
2699
|
// TruckElectric aliases
|
|
2696
2700
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2697
2701
|
// Truck aliases
|
|
@@ -2712,28 +2716,28 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2712
2716
|
export { default as TypeIcon } from '../icons/type';
|
|
2713
2717
|
// UmbrellaOff aliases
|
|
2714
2718
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2715
|
-
// Underline aliases
|
|
2716
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2717
2719
|
// Umbrella aliases
|
|
2718
2720
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2721
|
+
// Underline aliases
|
|
2722
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2719
2723
|
// Undo2 aliases
|
|
2720
2724
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2721
2725
|
// UndoDot aliases
|
|
2722
2726
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2723
2727
|
// Undo aliases
|
|
2724
2728
|
export { default as UndoIcon } from '../icons/undo';
|
|
2725
|
-
// UnfoldHorizontal aliases
|
|
2726
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2727
2729
|
// UnfoldVertical aliases
|
|
2728
2730
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2729
2731
|
// Ungroup aliases
|
|
2730
2732
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2733
|
+
// UnfoldHorizontal aliases
|
|
2734
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2731
2735
|
// Unlink2 aliases
|
|
2732
2736
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2733
|
-
// Unlink aliases
|
|
2734
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2735
2737
|
// Unplug aliases
|
|
2736
2738
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2739
|
+
// Unlink aliases
|
|
2740
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2737
2741
|
// Upload aliases
|
|
2738
2742
|
export { default as UploadIcon } from '../icons/upload';
|
|
2739
2743
|
// Usb aliases
|
|
@@ -2798,10 +2802,10 @@ export { default as VideoIcon } from '../icons/video';
|
|
|
2798
2802
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2799
2803
|
// View aliases
|
|
2800
2804
|
export { default as ViewIcon } from '../icons/view';
|
|
2801
|
-
// Volleyball aliases
|
|
2802
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2803
2805
|
// Voicemail aliases
|
|
2804
2806
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2807
|
+
// Volleyball aliases
|
|
2808
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2805
2809
|
// Volume1 aliases
|
|
2806
2810
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2807
2811
|
// Volume2 aliases
|
|
@@ -2810,10 +2814,10 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2810
2814
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2811
2815
|
// VolumeX aliases
|
|
2812
2816
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2813
|
-
// Volume aliases
|
|
2814
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2815
2817
|
// Vote aliases
|
|
2816
2818
|
export { default as VoteIcon } from '../icons/vote';
|
|
2819
|
+
// Volume aliases
|
|
2820
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2817
2821
|
// WalletCards aliases
|
|
2818
2822
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2819
2823
|
// Wallet aliases
|
|
@@ -2840,10 +2844,10 @@ export { default as WavesIcon } from '../icons/waves';
|
|
|
2840
2844
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2841
2845
|
// Webcam aliases
|
|
2842
2846
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2843
|
-
// Webhook aliases
|
|
2844
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2845
2847
|
// WebhookOff aliases
|
|
2846
2848
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2849
|
+
// Webhook aliases
|
|
2850
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2847
2851
|
// WeightTilde aliases
|
|
2848
2852
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2849
2853
|
// Weight aliases
|
|
@@ -2852,10 +2856,10 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2852
2856
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2853
2857
|
// Wheat aliases
|
|
2854
2858
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2855
|
-
// WifiCog aliases
|
|
2856
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2857
2859
|
// WholeWord aliases
|
|
2858
2860
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2861
|
+
// WifiCog aliases
|
|
2862
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2859
2863
|
// WifiHigh aliases
|
|
2860
2864
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2861
2865
|
// WifiLow aliases
|
|
@@ -2864,10 +2868,10 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2864
2868
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2865
2869
|
// WifiPen aliases
|
|
2866
2870
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2867
|
-
// WifiZero aliases
|
|
2868
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2869
2871
|
// WifiSync aliases
|
|
2870
2872
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2873
|
+
// WifiZero aliases
|
|
2874
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2871
2875
|
// Wifi aliases
|
|
2872
2876
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2873
2877
|
// WindArrowDown aliases
|
|
@@ -2886,10 +2890,10 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2886
2890
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2887
2891
|
// XLineTop aliases
|
|
2888
2892
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2889
|
-
// ZapOff aliases
|
|
2890
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2891
2893
|
// X aliases
|
|
2892
2894
|
export { default as XIcon } from '../icons/x';
|
|
2895
|
+
// ZapOff aliases
|
|
2896
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2893
2897
|
// Zap aliases
|
|
2894
2898
|
export { default as ZapIcon } from '../icons/zap';
|
|
2895
2899
|
// ZodiacAquarius aliases
|
|
@@ -2930,12 +2934,6 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2930
2934
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2931
2935
|
// ArrowUp10 aliases
|
|
2932
2936
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2933
|
-
// AlarmClockCheck aliases
|
|
2934
|
-
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2935
|
-
export {
|
|
2936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2937
|
-
default as AlarmCheckIcon
|
|
2938
|
-
} from '../icons/alarm-clock-check';
|
|
2939
2937
|
// AlarmClockMinus aliases
|
|
2940
2938
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2941
2939
|
export {
|
|
@@ -2972,48 +2970,48 @@ export {
|
|
|
2972
2970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2973
2971
|
default as ArrowUpAzIcon
|
|
2974
2972
|
} from '../icons/arrow-up-a-z';
|
|
2975
|
-
// ArrowUpZA aliases
|
|
2976
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2977
|
-
export {
|
|
2978
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2979
|
-
default as ArrowUpZaIcon
|
|
2980
|
-
} from '../icons/arrow-up-z-a';
|
|
2981
|
-
// Axis3d aliases
|
|
2982
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2983
|
-
export {
|
|
2984
|
-
/** @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 */
|
|
2985
|
-
default as Axis3DIcon
|
|
2986
|
-
} from '../icons/axis-3d';
|
|
2987
2973
|
// ArrowUpNarrowWide aliases
|
|
2988
2974
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2989
2975
|
export {
|
|
2990
2976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2991
2977
|
default as SortAscIcon
|
|
2992
2978
|
} from '../icons/arrow-up-narrow-wide';
|
|
2979
|
+
// ArrowUpZA aliases
|
|
2980
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2981
|
+
export {
|
|
2982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2983
|
+
default as ArrowUpZaIcon
|
|
2984
|
+
} from '../icons/arrow-up-z-a';
|
|
2993
2985
|
// BadgeCheck aliases
|
|
2994
2986
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2995
2987
|
export {
|
|
2996
2988
|
/** @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 */
|
|
2997
2989
|
default as VerifiedIcon
|
|
2998
2990
|
} from '../icons/badge-check';
|
|
2999
|
-
//
|
|
3000
|
-
export { default as
|
|
2991
|
+
// Axis3d aliases
|
|
2992
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3001
2993
|
export {
|
|
3002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3003
|
-
default as
|
|
3004
|
-
} from '../icons/
|
|
2994
|
+
/** @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 */
|
|
2995
|
+
default as Axis3DIcon
|
|
2996
|
+
} from '../icons/axis-3d';
|
|
2997
|
+
// BetweenHorizontalStart aliases
|
|
2998
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2999
|
+
export {
|
|
3000
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3001
|
+
default as BetweenHorizonalStartIcon
|
|
3002
|
+
} from '../icons/between-horizontal-start';
|
|
3005
3003
|
// BetweenHorizontalEnd aliases
|
|
3006
3004
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3007
3005
|
export {
|
|
3008
3006
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3009
3007
|
default as BetweenHorizonalEndIcon
|
|
3010
3008
|
} from '../icons/between-horizontal-end';
|
|
3011
|
-
//
|
|
3012
|
-
export { default as
|
|
3009
|
+
// BadgeQuestionMark aliases
|
|
3010
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3013
3011
|
export {
|
|
3014
|
-
/** @deprecated
|
|
3015
|
-
default as
|
|
3016
|
-
} from '../icons/
|
|
3012
|
+
/** @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 */
|
|
3013
|
+
default as BadgeHelpIcon
|
|
3014
|
+
} from '../icons/badge-question-mark';
|
|
3017
3015
|
// BookDashed aliases
|
|
3018
3016
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3019
3017
|
export {
|
|
@@ -3056,24 +3054,30 @@ export {
|
|
|
3056
3054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
3057
3055
|
default as CandlestickChartIcon
|
|
3058
3056
|
} from '../icons/chart-candlestick';
|
|
3059
|
-
// ChartColumnBig aliases
|
|
3060
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3063
|
-
default as BarChartBigIcon
|
|
3064
|
-
} from '../icons/chart-column-big';
|
|
3065
3057
|
// ChartColumnIncreasing aliases
|
|
3066
3058
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3067
3059
|
export {
|
|
3068
3060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3069
3061
|
default as BarChart4Icon
|
|
3070
3062
|
} from '../icons/chart-column-increasing';
|
|
3063
|
+
// ChartColumnBig aliases
|
|
3064
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3065
|
+
export {
|
|
3066
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
3067
|
+
default as BarChartBigIcon
|
|
3068
|
+
} from '../icons/chart-column-big';
|
|
3071
3069
|
// ChartColumn aliases
|
|
3072
3070
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3073
3071
|
export {
|
|
3074
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3075
3073
|
default as BarChart3Icon
|
|
3076
3074
|
} from '../icons/chart-column';
|
|
3075
|
+
// ChartNoAxesColumn aliases
|
|
3076
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @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 */
|
|
3079
|
+
default as BarChart2Icon
|
|
3080
|
+
} from '../icons/chart-no-axes-column';
|
|
3077
3081
|
// ChartLine aliases
|
|
3078
3082
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3079
3083
|
export {
|
|
@@ -3086,36 +3090,30 @@ export {
|
|
|
3086
3090
|
/** @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 */
|
|
3087
3091
|
default as BarChartIcon
|
|
3088
3092
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3089
|
-
//
|
|
3090
|
-
export { default as
|
|
3093
|
+
// ChartPie aliases
|
|
3094
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3091
3095
|
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3093
|
-
default as
|
|
3094
|
-
} from '../icons/chart-
|
|
3096
|
+
/** @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 */
|
|
3097
|
+
default as PieChartIcon
|
|
3098
|
+
} from '../icons/chart-pie';
|
|
3095
3099
|
// ChartNoAxesGantt aliases
|
|
3096
3100
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3097
3101
|
export {
|
|
3098
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3099
3103
|
default as GanttChartIcon
|
|
3100
3104
|
} from '../icons/chart-no-axes-gantt';
|
|
3101
|
-
// CircleAlert aliases
|
|
3102
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3103
|
-
export {
|
|
3104
|
-
/** @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 */
|
|
3105
|
-
default as AlertCircleIcon
|
|
3106
|
-
} from '../icons/circle-alert';
|
|
3107
3105
|
// ChartScatter aliases
|
|
3108
3106
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3109
3107
|
export {
|
|
3110
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3111
3109
|
default as ScatterChartIcon
|
|
3112
3110
|
} from '../icons/chart-scatter';
|
|
3113
|
-
//
|
|
3114
|
-
export { default as
|
|
3111
|
+
// CircleAlert aliases
|
|
3112
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3115
3113
|
export {
|
|
3116
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3117
|
-
default as
|
|
3118
|
-
} from '../icons/
|
|
3114
|
+
/** @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 */
|
|
3115
|
+
default as AlertCircleIcon
|
|
3116
|
+
} from '../icons/circle-alert';
|
|
3119
3117
|
// CircleArrowDown aliases
|
|
3120
3118
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3121
3119
|
export {
|
|
@@ -3140,18 +3138,18 @@ export {
|
|
|
3140
3138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3141
3139
|
default as ArrowDownRightFromCircleIcon
|
|
3142
3140
|
} from '../icons/circle-arrow-out-down-right';
|
|
3143
|
-
// CircleArrowOutUpLeft aliases
|
|
3144
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3147
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3148
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3149
3141
|
// CircleArrowOutUpRight aliases
|
|
3150
3142
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3151
3143
|
export {
|
|
3152
3144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3153
3145
|
default as ArrowUpRightFromCircleIcon
|
|
3154
3146
|
} from '../icons/circle-arrow-out-up-right';
|
|
3147
|
+
// CircleArrowOutUpLeft aliases
|
|
3148
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3152
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3155
3153
|
// CircleArrowRight aliases
|
|
3156
3154
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3157
3155
|
export {
|
|
@@ -3176,24 +3174,24 @@ export {
|
|
|
3176
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3177
3175
|
default as CheckCircle2Icon
|
|
3178
3176
|
} from '../icons/circle-check';
|
|
3179
|
-
//
|
|
3180
|
-
export { default as
|
|
3177
|
+
// CircleChevronLeft aliases
|
|
3178
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3181
3179
|
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3183
|
-
default as
|
|
3184
|
-
} from '../icons/circle-chevron-
|
|
3180
|
+
/** @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 */
|
|
3181
|
+
default as ChevronLeftCircleIcon
|
|
3182
|
+
} from '../icons/circle-chevron-left';
|
|
3185
3183
|
// CircleChevronRight aliases
|
|
3186
3184
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3187
3185
|
export {
|
|
3188
3186
|
/** @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 */
|
|
3189
3187
|
default as ChevronRightCircleIcon
|
|
3190
3188
|
} from '../icons/circle-chevron-right';
|
|
3191
|
-
//
|
|
3192
|
-
export { default as
|
|
3189
|
+
// CircleChevronDown aliases
|
|
3190
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3193
3191
|
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3195
|
-
default as
|
|
3196
|
-
} from '../icons/circle-chevron-
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as ChevronDownCircleIcon
|
|
3194
|
+
} from '../icons/circle-chevron-down';
|
|
3197
3195
|
// CircleChevronUp aliases
|
|
3198
3196
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3199
3197
|
export {
|
|
@@ -3230,18 +3228,24 @@ export {
|
|
|
3230
3228
|
/** @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 */
|
|
3231
3229
|
default as ParkingCircleIcon
|
|
3232
3230
|
} from '../icons/circle-parking';
|
|
3231
|
+
// CirclePercent aliases
|
|
3232
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as PercentCircleIcon
|
|
3236
|
+
} from '../icons/circle-percent';
|
|
3233
3237
|
// CirclePause aliases
|
|
3234
3238
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3235
3239
|
export {
|
|
3236
3240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3237
3241
|
default as PauseCircleIcon
|
|
3238
3242
|
} from '../icons/circle-pause';
|
|
3239
|
-
//
|
|
3240
|
-
export { default as
|
|
3243
|
+
// AlarmClockCheck aliases
|
|
3244
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3241
3245
|
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3243
|
-
default as
|
|
3244
|
-
} from '../icons/
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as AlarmCheckIcon
|
|
3248
|
+
} from '../icons/alarm-clock-check';
|
|
3245
3249
|
// CirclePlay aliases
|
|
3246
3250
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3247
3251
|
export {
|
|
@@ -3254,6 +3258,12 @@ export {
|
|
|
3254
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3255
3259
|
default as PlusCircleIcon
|
|
3256
3260
|
} from '../icons/circle-plus';
|
|
3261
|
+
// CirclePower aliases
|
|
3262
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @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 */
|
|
3265
|
+
default as PowerCircleIcon
|
|
3266
|
+
} from '../icons/circle-power';
|
|
3257
3267
|
// CircleQuestionMark aliases
|
|
3258
3268
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3259
3269
|
export {
|
|
@@ -3264,12 +3274,6 @@ export {
|
|
|
3264
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3265
3275
|
default as CircleHelpIcon
|
|
3266
3276
|
} from '../icons/circle-question-mark';
|
|
3267
|
-
// CirclePower aliases
|
|
3268
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3269
|
-
export {
|
|
3270
|
-
/** @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 */
|
|
3271
|
-
default as PowerCircleIcon
|
|
3272
|
-
} from '../icons/circle-power';
|
|
3273
3277
|
// CircleSlash2 aliases
|
|
3274
3278
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3275
3279
|
export {
|
|
@@ -3294,18 +3298,18 @@ export {
|
|
|
3294
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3295
3299
|
default as UserCircleIcon
|
|
3296
3300
|
} from '../icons/circle-user';
|
|
3297
|
-
// CircleX aliases
|
|
3298
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3299
|
-
export {
|
|
3300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3301
|
-
default as XCircleIcon
|
|
3302
|
-
} from '../icons/circle-x';
|
|
3303
3301
|
// ClipboardPenLine aliases
|
|
3304
3302
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3305
3303
|
export {
|
|
3306
3304
|
/** @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 */
|
|
3307
3305
|
default as ClipboardSignatureIcon
|
|
3308
3306
|
} from '../icons/clipboard-pen-line';
|
|
3307
|
+
// CircleX aliases
|
|
3308
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3311
|
+
default as XCircleIcon
|
|
3312
|
+
} from '../icons/circle-x';
|
|
3309
3313
|
// ClipboardPen aliases
|
|
3310
3314
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3311
3315
|
export {
|
|
@@ -3382,18 +3386,18 @@ export {
|
|
|
3382
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3383
3387
|
default as MoreHorizontalIcon
|
|
3384
3388
|
} from '../icons/ellipsis';
|
|
3385
|
-
// FileBadge aliases
|
|
3386
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3387
|
-
export {
|
|
3388
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3389
|
-
default as FileBadge2Icon
|
|
3390
|
-
} from '../icons/file-badge';
|
|
3391
3389
|
// FileAxis3d aliases
|
|
3392
3390
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3393
3391
|
export {
|
|
3394
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3395
3393
|
default as FileAxis3DIcon
|
|
3396
3394
|
} from '../icons/file-axis-3d';
|
|
3395
|
+
// FileBadge aliases
|
|
3396
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3399
|
+
default as FileBadge2Icon
|
|
3400
|
+
} from '../icons/file-badge';
|
|
3397
3401
|
// FileBracesCorner aliases
|
|
3398
3402
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3399
3403
|
export {
|
|
@@ -3494,18 +3498,18 @@ export {
|
|
|
3494
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3495
3499
|
default as FileEditIcon
|
|
3496
3500
|
} from '../icons/file-pen';
|
|
3497
|
-
// FilePlay aliases
|
|
3498
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as FileVideoIcon
|
|
3502
|
-
} from '../icons/file-play';
|
|
3503
3501
|
// FilePlusCorner aliases
|
|
3504
3502
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3505
3503
|
export {
|
|
3506
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3507
3505
|
default as FilePlus2Icon
|
|
3508
3506
|
} from '../icons/file-plus-corner';
|
|
3507
|
+
// FilePlay aliases
|
|
3508
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FileVideoIcon
|
|
3512
|
+
} from '../icons/file-play';
|
|
3509
3513
|
// FileQuestionMark aliases
|
|
3510
3514
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3511
3515
|
export {
|
|
@@ -3542,6 +3546,12 @@ export {
|
|
|
3542
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3543
3547
|
default as FileX2Icon
|
|
3544
3548
|
} from '../icons/file-x-corner';
|
|
3549
|
+
// FingerprintPattern aliases
|
|
3550
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3551
|
+
export {
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3553
|
+
default as FingerprintIcon
|
|
3554
|
+
} from '../icons/fingerprint-pattern';
|
|
3545
3555
|
// FolderCog aliases
|
|
3546
3556
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3547
3557
|
export {
|
|
@@ -3560,6 +3570,12 @@ export {
|
|
|
3560
3570
|
/** @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 */
|
|
3561
3571
|
default as FilterXIcon
|
|
3562
3572
|
} from '../icons/funnel-x';
|
|
3573
|
+
// Funnel aliases
|
|
3574
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3575
|
+
export {
|
|
3576
|
+
/** @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 */
|
|
3577
|
+
default as FilterIcon
|
|
3578
|
+
} from '../icons/funnel';
|
|
3563
3579
|
// GitCommitHorizontal aliases
|
|
3564
3580
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3565
3581
|
export {
|
|
@@ -3572,18 +3588,12 @@ export {
|
|
|
3572
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3573
3589
|
default as Grid2X2CheckIcon
|
|
3574
3590
|
} from '../icons/grid-2x2-check';
|
|
3575
|
-
//
|
|
3576
|
-
export { default as
|
|
3577
|
-
export {
|
|
3578
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3579
|
-
default as FingerprintIcon
|
|
3580
|
-
} from '../icons/fingerprint-pattern';
|
|
3581
|
-
// Funnel aliases
|
|
3582
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3591
|
+
// Grid2x2X aliases
|
|
3592
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3583
3593
|
export {
|
|
3584
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3585
|
-
default as
|
|
3586
|
-
} from '../icons/
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3595
|
+
default as Grid2X2XIcon
|
|
3596
|
+
} from '../icons/grid-2x2-x';
|
|
3587
3597
|
// Grid2x2Plus aliases
|
|
3588
3598
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3589
3599
|
export {
|
|
@@ -3596,12 +3606,6 @@ export {
|
|
|
3596
3606
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3597
3607
|
default as Grid2X2Icon
|
|
3598
3608
|
} from '../icons/grid-2x2';
|
|
3599
|
-
// Grid2x2X aliases
|
|
3600
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3601
|
-
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3603
|
-
default as Grid2X2XIcon
|
|
3604
|
-
} from '../icons/grid-2x2-x';
|
|
3605
3609
|
// Grid3x3 aliases
|
|
3606
3610
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3607
3611
|
export {
|
|
@@ -3654,16 +3658,6 @@ export {
|
|
|
3654
3658
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3655
3659
|
default as Layers3Icon
|
|
3656
3660
|
} from '../icons/layers';
|
|
3657
|
-
// ListIndentIncrease aliases
|
|
3658
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3659
|
-
export {
|
|
3660
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3661
|
-
default as IndentIcon
|
|
3662
|
-
} from '../icons/list-indent-increase';
|
|
3663
|
-
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3665
|
-
default as IndentIncreaseIcon
|
|
3666
|
-
} from '../icons/list-indent-increase';
|
|
3667
3661
|
// ListIndentDecrease aliases
|
|
3668
3662
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3669
3663
|
export {
|
|
@@ -3674,6 +3668,16 @@ export {
|
|
|
3674
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3675
3669
|
default as IndentDecreaseIcon
|
|
3676
3670
|
} from '../icons/list-indent-decrease';
|
|
3671
|
+
// ListIndentIncrease aliases
|
|
3672
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as IndentIcon
|
|
3676
|
+
} from '../icons/list-indent-increase';
|
|
3677
|
+
export {
|
|
3678
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3679
|
+
default as IndentIncreaseIcon
|
|
3680
|
+
} from '../icons/list-indent-increase';
|
|
3677
3681
|
// LoaderCircle aliases
|
|
3678
3682
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3679
3683
|
export {
|
|
@@ -3716,18 +3720,18 @@ export {
|
|
|
3716
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3717
3721
|
default as Mic2Icon
|
|
3718
3722
|
} from '../icons/mic-vocal';
|
|
3719
|
-
// Move3d aliases
|
|
3720
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3721
|
-
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3723
|
-
default as Move3DIcon
|
|
3724
|
-
} from '../icons/move-3d';
|
|
3725
3723
|
// OctagonAlert aliases
|
|
3726
3724
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3727
3725
|
export {
|
|
3728
3726
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3729
3727
|
default as AlertOctagonIcon
|
|
3730
3728
|
} from '../icons/octagon-alert';
|
|
3729
|
+
// Move3d aliases
|
|
3730
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3731
|
+
export {
|
|
3732
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3733
|
+
default as Move3DIcon
|
|
3734
|
+
} from '../icons/move-3d';
|
|
3731
3735
|
// OctagonPause aliases
|
|
3732
3736
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3733
3737
|
export {
|
|
@@ -3740,30 +3744,30 @@ export {
|
|
|
3740
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3741
3745
|
default as XOctagonIcon
|
|
3742
3746
|
} from '../icons/octagon-x';
|
|
3743
|
-
// PanelBottomDashed aliases
|
|
3744
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3745
|
-
export {
|
|
3746
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3747
|
-
default as PanelBottomInactiveIcon
|
|
3748
|
-
} from '../icons/panel-bottom-dashed';
|
|
3749
3747
|
// PaintbrushVertical aliases
|
|
3750
3748
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3751
3749
|
export {
|
|
3752
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3753
3751
|
default as Paintbrush2Icon
|
|
3754
3752
|
} from '../icons/paintbrush-vertical';
|
|
3755
|
-
//
|
|
3756
|
-
export { default as
|
|
3753
|
+
// PanelBottomDashed aliases
|
|
3754
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3757
3755
|
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3759
|
-
default as
|
|
3760
|
-
} from '../icons/panel-
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3757
|
+
default as PanelBottomInactiveIcon
|
|
3758
|
+
} from '../icons/panel-bottom-dashed';
|
|
3761
3759
|
// PanelLeftClose aliases
|
|
3762
3760
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3763
3761
|
export {
|
|
3764
3762
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3765
3763
|
default as SidebarCloseIcon
|
|
3766
3764
|
} from '../icons/panel-left-close';
|
|
3765
|
+
// PanelLeftDashed aliases
|
|
3766
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3769
|
+
default as PanelLeftInactiveIcon
|
|
3770
|
+
} from '../icons/panel-left-dashed';
|
|
3767
3771
|
// PanelLeftOpen aliases
|
|
3768
3772
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3769
3773
|
export {
|
|
@@ -3776,18 +3780,18 @@ export {
|
|
|
3776
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3777
3781
|
default as SidebarIcon
|
|
3778
3782
|
} from '../icons/panel-left';
|
|
3779
|
-
// PanelRightDashed aliases
|
|
3780
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3783
|
-
default as PanelRightInactiveIcon
|
|
3784
|
-
} from '../icons/panel-right-dashed';
|
|
3785
3783
|
// PanelTopDashed aliases
|
|
3786
3784
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3787
3785
|
export {
|
|
3788
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3789
3787
|
default as PanelTopInactiveIcon
|
|
3790
3788
|
} from '../icons/panel-top-dashed';
|
|
3789
|
+
// PanelRightDashed aliases
|
|
3790
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3791
|
+
export {
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3793
|
+
default as PanelRightInactiveIcon
|
|
3794
|
+
} from '../icons/panel-right-dashed';
|
|
3791
3795
|
// PanelsTopLeft aliases
|
|
3792
3796
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3793
3797
|
export {
|
|
@@ -3812,18 +3816,18 @@ export {
|
|
|
3812
3816
|
/** @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 */
|
|
3813
3817
|
default as PlugZap2Icon
|
|
3814
3818
|
} from '../icons/plug-zap';
|
|
3815
|
-
// Rotate3d aliases
|
|
3816
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3817
|
-
export {
|
|
3818
|
-
/** @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 */
|
|
3819
|
-
default as Rotate3DIcon
|
|
3820
|
-
} from '../icons/rotate-3d';
|
|
3821
3819
|
// RectangleEllipsis aliases
|
|
3822
3820
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3823
3821
|
export {
|
|
3824
3822
|
/** @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 */
|
|
3825
3823
|
default as FormInputIcon
|
|
3826
3824
|
} from '../icons/rectangle-ellipsis';
|
|
3825
|
+
// Rotate3d aliases
|
|
3826
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3827
|
+
export {
|
|
3828
|
+
/** @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 */
|
|
3829
|
+
default as Rotate3DIcon
|
|
3830
|
+
} from '../icons/rotate-3d';
|
|
3827
3831
|
// Rows2 aliases
|
|
3828
3832
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3829
3833
|
export {
|
|
@@ -3836,6 +3840,12 @@ export {
|
|
|
3836
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3837
3841
|
default as PanelsTopBottomIcon
|
|
3838
3842
|
} from '../icons/rows-3';
|
|
3843
|
+
// Scale3d aliases
|
|
3844
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3847
|
+
default as Scale3DIcon
|
|
3848
|
+
} from '../icons/scale-3d';
|
|
3839
3849
|
// SendHorizontal aliases
|
|
3840
3850
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3841
3851
|
export {
|
|
@@ -3854,12 +3864,6 @@ export {
|
|
|
3854
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3855
3865
|
default as ShieldCloseIcon
|
|
3856
3866
|
} from '../icons/shield-x';
|
|
3857
|
-
// Scale3d aliases
|
|
3858
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3859
|
-
export {
|
|
3860
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3861
|
-
default as Scale3DIcon
|
|
3862
|
-
} from '../icons/scale-3d';
|
|
3863
3867
|
// SlidersVertical aliases
|
|
3864
3868
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3865
3869
|
export {
|
|
@@ -3872,30 +3876,30 @@ export {
|
|
|
3872
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3873
3877
|
default as StarsIcon
|
|
3874
3878
|
} from '../icons/sparkles';
|
|
3875
|
-
// SquareActivity aliases
|
|
3876
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3879
|
-
default as ActivitySquareIcon
|
|
3880
|
-
} from '../icons/square-activity';
|
|
3881
3879
|
// SquareArrowDownLeft aliases
|
|
3882
3880
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3883
3881
|
export {
|
|
3884
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3885
3883
|
default as ArrowDownLeftSquareIcon
|
|
3886
3884
|
} from '../icons/square-arrow-down-left';
|
|
3887
|
-
//
|
|
3888
|
-
export { default as
|
|
3885
|
+
// SquareActivity aliases
|
|
3886
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3889
3887
|
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3891
|
-
default as
|
|
3892
|
-
} from '../icons/square-
|
|
3888
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3889
|
+
default as ActivitySquareIcon
|
|
3890
|
+
} from '../icons/square-activity';
|
|
3893
3891
|
// SquareArrowDownRight aliases
|
|
3894
3892
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3895
3893
|
export {
|
|
3896
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3897
3895
|
default as ArrowDownRightSquareIcon
|
|
3898
3896
|
} from '../icons/square-arrow-down-right';
|
|
3897
|
+
// SquareArrowDown aliases
|
|
3898
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3901
|
+
default as ArrowDownSquareIcon
|
|
3902
|
+
} from '../icons/square-arrow-down';
|
|
3899
3903
|
// SquareArrowLeft aliases
|
|
3900
3904
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3901
3905
|
export {
|
|
@@ -3944,30 +3948,30 @@ export {
|
|
|
3944
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3945
3949
|
default as ArrowUpRightSquareIcon
|
|
3946
3950
|
} from '../icons/square-arrow-up-right';
|
|
3947
|
-
// SquareAsterisk aliases
|
|
3948
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @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 */
|
|
3951
|
-
default as AsteriskSquareIcon
|
|
3952
|
-
} from '../icons/square-asterisk';
|
|
3953
3951
|
// SquareArrowUp aliases
|
|
3954
3952
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3955
3953
|
export {
|
|
3956
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3957
3955
|
default as ArrowUpSquareIcon
|
|
3958
3956
|
} from '../icons/square-arrow-up';
|
|
3959
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
3960
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3961
|
-
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3963
|
-
default as FlipHorizontalIcon
|
|
3964
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
3965
3957
|
// SquareBottomDashedScissors aliases
|
|
3966
3958
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3967
3959
|
export {
|
|
3968
3960
|
/** @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 */
|
|
3969
3961
|
default as ScissorsSquareDashedBottomIcon
|
|
3970
3962
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3963
|
+
// SquareAsterisk aliases
|
|
3964
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @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 */
|
|
3967
|
+
default as AsteriskSquareIcon
|
|
3968
|
+
} from '../icons/square-asterisk';
|
|
3969
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
3970
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
3973
|
+
default as FlipHorizontalIcon
|
|
3974
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
3971
3975
|
// SquareCenterlineDashedVertical aliases
|
|
3972
3976
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3973
3977
|
export {
|
|
@@ -3990,12 +3994,6 @@ export {
|
|
|
3990
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3991
3995
|
default as CheckSquareIcon
|
|
3992
3996
|
} from '../icons/square-check-big';
|
|
3993
|
-
// SquareChevronDown aliases
|
|
3994
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3995
|
-
export {
|
|
3996
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3997
|
-
default as ChevronDownSquareIcon
|
|
3998
|
-
} from '../icons/square-chevron-down';
|
|
3999
3997
|
// SquareCheck aliases
|
|
4000
3998
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4001
3999
|
export {
|
|
@@ -4008,6 +4006,12 @@ export {
|
|
|
4008
4006
|
/** @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 */
|
|
4009
4007
|
default as ChevronLeftSquareIcon
|
|
4010
4008
|
} from '../icons/square-chevron-left';
|
|
4009
|
+
// SquareChevronDown aliases
|
|
4010
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as ChevronDownSquareIcon
|
|
4014
|
+
} from '../icons/square-chevron-down';
|
|
4011
4015
|
// SquareChevronRight aliases
|
|
4012
4016
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4013
4017
|
export {
|
|
@@ -4026,6 +4030,12 @@ export {
|
|
|
4026
4030
|
/** @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 */
|
|
4027
4031
|
default as CodeSquareIcon
|
|
4028
4032
|
} from '../icons/square-code';
|
|
4033
|
+
// SquareDashedMousePointer aliases
|
|
4034
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4035
|
+
export {
|
|
4036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4037
|
+
default as MousePointerSquareDashedIcon
|
|
4038
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
4029
4039
|
// SquareDashedKanban aliases
|
|
4030
4040
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4031
4041
|
export {
|
|
@@ -4042,42 +4052,36 @@ export {
|
|
|
4042
4052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4043
4053
|
default as TextSelectIcon
|
|
4044
4054
|
} from '../icons/square-dashed-text';
|
|
4045
|
-
// SquareDashedMousePointer aliases
|
|
4046
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
4049
|
-
default as MousePointerSquareDashedIcon
|
|
4050
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
4051
4055
|
// SquareDashed aliases
|
|
4052
4056
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4053
4057
|
export {
|
|
4054
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4055
4059
|
default as BoxSelectIcon
|
|
4056
4060
|
} from '../icons/square-dashed';
|
|
4057
|
-
// SquareDivide aliases
|
|
4058
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4059
|
-
export {
|
|
4060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4061
|
-
default as DivideSquareIcon
|
|
4062
|
-
} from '../icons/square-divide';
|
|
4063
4061
|
// SquareDot aliases
|
|
4064
4062
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4065
4063
|
export {
|
|
4066
4064
|
/** @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 */
|
|
4067
4065
|
default as DotSquareIcon
|
|
4068
4066
|
} from '../icons/square-dot';
|
|
4069
|
-
//
|
|
4070
|
-
export { default as
|
|
4067
|
+
// SquareDivide aliases
|
|
4068
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4071
4069
|
export {
|
|
4072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4073
|
-
default as
|
|
4074
|
-
} from '../icons/square-
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
4071
|
+
default as DivideSquareIcon
|
|
4072
|
+
} from '../icons/square-divide';
|
|
4075
4073
|
// SquareEqual aliases
|
|
4076
4074
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4077
4075
|
export {
|
|
4078
4076
|
/** @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 */
|
|
4079
4077
|
default as EqualSquareIcon
|
|
4080
4078
|
} from '../icons/square-equal';
|
|
4079
|
+
// SquareFunction aliases
|
|
4080
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @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 */
|
|
4083
|
+
default as FunctionSquareIcon
|
|
4084
|
+
} from '../icons/square-function';
|
|
4081
4085
|
// SquareKanban aliases
|
|
4082
4086
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4083
4087
|
export {
|
|
@@ -4096,30 +4100,36 @@ export {
|
|
|
4096
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4097
4101
|
default as MSquareIcon
|
|
4098
4102
|
} from '../icons/square-m';
|
|
4103
|
+
// SquareMenu aliases
|
|
4104
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4107
|
+
default as MenuSquareIcon
|
|
4108
|
+
} from '../icons/square-menu';
|
|
4099
4109
|
// SquareMinus aliases
|
|
4100
4110
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4101
4111
|
export {
|
|
4102
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4103
4113
|
default as MinusSquareIcon
|
|
4104
4114
|
} from '../icons/square-minus';
|
|
4105
|
-
//
|
|
4106
|
-
export { default as
|
|
4115
|
+
// SquareMousePointer aliases
|
|
4116
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4107
4117
|
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4109
|
-
default as
|
|
4110
|
-
} from '../icons/square-
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4119
|
+
default as InspectIcon
|
|
4120
|
+
} from '../icons/square-mouse-pointer';
|
|
4111
4121
|
// SquareParkingOff aliases
|
|
4112
4122
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4113
4123
|
export {
|
|
4114
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4115
4125
|
default as ParkingSquareOffIcon
|
|
4116
4126
|
} from '../icons/square-parking-off';
|
|
4117
|
-
//
|
|
4118
|
-
export { default as
|
|
4127
|
+
// SquareParking aliases
|
|
4128
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4119
4129
|
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4121
|
-
default as
|
|
4122
|
-
} from '../icons/square-
|
|
4130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4131
|
+
default as ParkingSquareIcon
|
|
4132
|
+
} from '../icons/square-parking';
|
|
4123
4133
|
// SquarePen aliases
|
|
4124
4134
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4125
4135
|
export {
|
|
@@ -4134,12 +4144,6 @@ export {
|
|
|
4134
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4135
4145
|
default as PenSquareIcon
|
|
4136
4146
|
} from '../icons/square-pen';
|
|
4137
|
-
// SquareParking aliases
|
|
4138
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4139
|
-
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4141
|
-
default as ParkingSquareIcon
|
|
4142
|
-
} from '../icons/square-parking';
|
|
4143
4147
|
// SquarePercent aliases
|
|
4144
4148
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4145
4149
|
export {
|
|
@@ -4152,18 +4156,24 @@ export {
|
|
|
4152
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4153
4157
|
default as PiSquareIcon
|
|
4154
4158
|
} from '../icons/square-pi';
|
|
4159
|
+
// SquarePilcrow aliases
|
|
4160
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4161
|
+
export {
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4163
|
+
default as PilcrowSquareIcon
|
|
4164
|
+
} from '../icons/square-pilcrow';
|
|
4155
4165
|
// SquarePlay aliases
|
|
4156
4166
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4157
4167
|
export {
|
|
4158
4168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4159
4169
|
default as PlaySquareIcon
|
|
4160
4170
|
} from '../icons/square-play';
|
|
4161
|
-
//
|
|
4162
|
-
export { default as
|
|
4171
|
+
// SquarePlus aliases
|
|
4172
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4163
4173
|
export {
|
|
4164
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4165
|
-
default as
|
|
4166
|
-
} from '../icons/square-
|
|
4174
|
+
/** @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 */
|
|
4175
|
+
default as PlusSquareIcon
|
|
4176
|
+
} from '../icons/square-plus';
|
|
4167
4177
|
// SquarePower aliases
|
|
4168
4178
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4169
4179
|
export {
|
|
@@ -4176,24 +4186,18 @@ export {
|
|
|
4176
4186
|
/** @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 */
|
|
4177
4187
|
default as ScissorsSquareIcon
|
|
4178
4188
|
} from '../icons/square-scissors';
|
|
4179
|
-
//
|
|
4180
|
-
export { default as
|
|
4189
|
+
// SquareSlash aliases
|
|
4190
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4181
4191
|
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4183
|
-
default as
|
|
4184
|
-
} from '../icons/square-
|
|
4192
|
+
/** @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 */
|
|
4193
|
+
default as SlashSquareIcon
|
|
4194
|
+
} from '../icons/square-slash';
|
|
4185
4195
|
// SquareSigma aliases
|
|
4186
4196
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4187
4197
|
export {
|
|
4188
4198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4189
4199
|
default as SigmaSquareIcon
|
|
4190
4200
|
} from '../icons/square-sigma';
|
|
4191
|
-
// SquareSlash aliases
|
|
4192
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4193
|
-
export {
|
|
4194
|
-
/** @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 */
|
|
4195
|
-
default as SlashSquareIcon
|
|
4196
|
-
} from '../icons/square-slash';
|
|
4197
4201
|
// SquareSplitHorizontal aliases
|
|
4198
4202
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4199
4203
|
export {
|
|
@@ -4218,36 +4222,54 @@ export {
|
|
|
4218
4222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4219
4223
|
default as UserSquare2Icon
|
|
4220
4224
|
} from '../icons/square-user-round';
|
|
4221
|
-
// SquareX aliases
|
|
4222
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4223
|
-
export {
|
|
4224
|
-
/** @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 */
|
|
4225
|
-
default as XSquareIcon
|
|
4226
|
-
} from '../icons/square-x';
|
|
4227
4225
|
// SquareUser aliases
|
|
4228
4226
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4229
4227
|
export {
|
|
4230
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4231
4229
|
default as UserSquareIcon
|
|
4232
4230
|
} from '../icons/square-user';
|
|
4233
|
-
//
|
|
4234
|
-
export { default as
|
|
4231
|
+
// SquareX aliases
|
|
4232
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4235
4233
|
export {
|
|
4236
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4237
|
-
default as
|
|
4238
|
-
} from '../icons/
|
|
4234
|
+
/** @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 */
|
|
4235
|
+
default as XSquareIcon
|
|
4236
|
+
} from '../icons/square-x';
|
|
4239
4237
|
// TestTubeDiagonal aliases
|
|
4240
4238
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4241
4239
|
export {
|
|
4242
4240
|
/** @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 */
|
|
4243
4241
|
default as TestTube2Icon
|
|
4244
4242
|
} from '../icons/test-tube-diagonal';
|
|
4243
|
+
// TextAlignCenter aliases
|
|
4244
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4245
|
+
export {
|
|
4246
|
+
/** @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 */
|
|
4247
|
+
default as AlignCenterIcon
|
|
4248
|
+
} from '../icons/text-align-center';
|
|
4245
4249
|
// TextAlignEnd aliases
|
|
4246
4250
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4247
4251
|
export {
|
|
4248
4252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4249
4253
|
default as AlignRightIcon
|
|
4250
4254
|
} from '../icons/text-align-end';
|
|
4255
|
+
// TextAlignJustify aliases
|
|
4256
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4257
|
+
export {
|
|
4258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4259
|
+
default as AlignJustifyIcon
|
|
4260
|
+
} from '../icons/text-align-justify';
|
|
4261
|
+
// TextInitial aliases
|
|
4262
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4263
|
+
export {
|
|
4264
|
+
/** @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 */
|
|
4265
|
+
default as LetterTextIcon
|
|
4266
|
+
} from '../icons/text-initial';
|
|
4267
|
+
// TextWrap aliases
|
|
4268
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4269
|
+
export {
|
|
4270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4271
|
+
default as WrapTextIcon
|
|
4272
|
+
} from '../icons/text-wrap';
|
|
4251
4273
|
// TextAlignStart aliases
|
|
4252
4274
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4253
4275
|
export {
|
|
@@ -4258,30 +4280,12 @@ export {
|
|
|
4258
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4259
4281
|
default as AlignLeftIcon
|
|
4260
4282
|
} from '../icons/text-align-start';
|
|
4261
|
-
// TextAlignJustify aliases
|
|
4262
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4263
|
-
export {
|
|
4264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4265
|
-
default as AlignJustifyIcon
|
|
4266
|
-
} from '../icons/text-align-justify';
|
|
4267
4283
|
// TramFront aliases
|
|
4268
4284
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4269
4285
|
export {
|
|
4270
4286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4271
4287
|
default as TrainIcon
|
|
4272
4288
|
} from '../icons/tram-front';
|
|
4273
|
-
// TextWrap aliases
|
|
4274
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4277
|
-
default as WrapTextIcon
|
|
4278
|
-
} from '../icons/text-wrap';
|
|
4279
|
-
// TextInitial aliases
|
|
4280
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4281
|
-
export {
|
|
4282
|
-
/** @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 */
|
|
4283
|
-
default as LetterTextIcon
|
|
4284
|
-
} from '../icons/text-initial';
|
|
4285
4289
|
// TreePalm aliases
|
|
4286
4290
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4287
4291
|
export {
|
|
@@ -4294,18 +4298,18 @@ export {
|
|
|
4294
4298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4295
4299
|
default as AlertTriangleIcon
|
|
4296
4300
|
} from '../icons/triangle-alert';
|
|
4297
|
-
// University aliases
|
|
4298
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4299
|
-
export {
|
|
4300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4301
|
-
default as School2Icon
|
|
4302
|
-
} from '../icons/university';
|
|
4303
4301
|
// TvMinimal aliases
|
|
4304
4302
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4305
4303
|
export {
|
|
4306
4304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4307
4305
|
default as Tv2Icon
|
|
4308
4306
|
} from '../icons/tv-minimal';
|
|
4307
|
+
// University aliases
|
|
4308
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4309
|
+
export {
|
|
4310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4311
|
+
default as School2Icon
|
|
4312
|
+
} from '../icons/university';
|
|
4309
4313
|
// UserRoundCheck aliases
|
|
4310
4314
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4311
4315
|
export {
|
|
@@ -4336,30 +4340,30 @@ export {
|
|
|
4336
4340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4337
4341
|
default as UserX2Icon
|
|
4338
4342
|
} from '../icons/user-round-x';
|
|
4339
|
-
// UserRound aliases
|
|
4340
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4341
|
-
export {
|
|
4342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4343
|
-
default as User2Icon
|
|
4344
|
-
} from '../icons/user-round';
|
|
4345
4343
|
// UsersRound aliases
|
|
4346
4344
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4347
4345
|
export {
|
|
4348
4346
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4349
4347
|
default as Users2Icon
|
|
4350
4348
|
} from '../icons/users-round';
|
|
4351
|
-
//
|
|
4352
|
-
export { default as
|
|
4349
|
+
// UserRound aliases
|
|
4350
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4353
4351
|
export {
|
|
4354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4355
|
-
default as
|
|
4356
|
-
} from '../icons/
|
|
4352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4353
|
+
default as User2Icon
|
|
4354
|
+
} from '../icons/user-round';
|
|
4357
4355
|
// Utensils aliases
|
|
4358
4356
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4359
4357
|
export {
|
|
4360
4358
|
/** @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 */
|
|
4361
4359
|
default as ForkKnifeIcon
|
|
4362
4360
|
} from '../icons/utensils';
|
|
4361
|
+
// UtensilsCrossed aliases
|
|
4362
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4363
|
+
export {
|
|
4364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4365
|
+
default as ForkKnifeCrossedIcon
|
|
4366
|
+
} from '../icons/utensils-crossed';
|
|
4363
4367
|
// WalletMinimal aliases
|
|
4364
4368
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4365
4369
|
export {
|