@lucide/astro 0.548.0 → 0.549.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/package.json +1 -1
- package/src/aliases/aliases.ts +54 -54
- package/src/aliases/prefixed.ts +530 -528
- package/src/aliases/suffixed.ts +830 -828
- package/src/icons/git-branch-minus.ts +18 -0
- package/src/icons/index.ts +119 -118
package/src/aliases/suffixed.ts
CHANGED
|
@@ -6,12 +6,12 @@ export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// AirVent aliases
|
|
10
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
11
|
// Activity aliases
|
|
10
12
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -20,52 +20,52 @@ export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
31
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
27
|
+
// AlignCenterHorizontal aliases
|
|
28
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
33
29
|
// AlignHorizontalDistributeCenter aliases
|
|
34
30
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
+
// AlignHorizontalDistributeEnd aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignEndVertical aliases
|
|
34
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
35
|
// AlignHorizontalJustifyCenter aliases
|
|
36
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
-
// AlignHorizontalJustifyStart aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
39
|
// AlignHorizontalJustifyEnd aliases
|
|
42
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
41
|
+
// AlignHorizontalJustifyStart aliases
|
|
42
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
43
|
// AlignHorizontalSpaceAround aliases
|
|
46
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeEnd aliases
|
|
52
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
+
// AlignVerticalDistributeEnd aliases
|
|
54
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
+
// AlignVerticalJustifyEnd aliases
|
|
56
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
55
57
|
// AlignVerticalDistributeStart aliases
|
|
56
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
59
|
// AlignVerticalJustifyCenter aliases
|
|
58
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
61
|
// AlignVerticalJustifyStart aliases
|
|
60
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
-
// AlignVerticalJustifyEnd aliases
|
|
62
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
+
// AlignVerticalSpaceBetween aliases
|
|
68
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
@@ -76,10 +76,10 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
+
// Annoyed aliases
|
|
82
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -98,10 +98,10 @@ export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDown aliases
|
|
102
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
101
|
// ArrowBigDownDash aliases
|
|
104
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
@@ -110,12 +110,12 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
115
|
// ArrowBigUp aliases
|
|
114
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
117
|
// ArrowDownFromLine aliases
|
|
116
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
-
// ArrowBigUpDash aliases
|
|
118
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
@@ -138,16 +138,16 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
141
|
// ArrowRightFromLine aliases
|
|
144
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
-
//
|
|
148
|
-
export { default as
|
|
145
|
+
// ArrowRightLeft aliases
|
|
146
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
147
|
// ArrowRight aliases
|
|
150
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
+
// ArrowUpDown aliases
|
|
150
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
@@ -158,10 +158,10 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUpWideNarrow aliases
|
|
162
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
+
// ArrowUpWideNarrow aliases
|
|
164
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
@@ -176,10 +176,10 @@ export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Baby aliases
|
|
180
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
181
179
|
// Axe aliases
|
|
182
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
@@ -192,10 +192,10 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
-
// BadgeInfo aliases
|
|
196
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
|
+
// BadgeInfo aliases
|
|
198
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
201
|
// BadgePercent aliases
|
|
@@ -206,10 +206,10 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeTurkishLira aliases
|
|
210
|
-
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
209
|
// BadgeSwissFranc aliases
|
|
212
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
|
+
// BadgeTurkishLira aliases
|
|
212
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -242,24 +242,24 @@ export { default as BathIcon } from '../icons/bath';
|
|
|
242
242
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
243
|
// BatteryCharging aliases
|
|
244
244
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
// BatteryLow aliases
|
|
246
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
245
|
// BatteryMedium aliases
|
|
248
246
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
+
// BatteryLow aliases
|
|
248
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
+
// BatteryWarning aliases
|
|
250
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
251
|
// BatteryPlus aliases
|
|
250
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
253
|
// Battery aliases
|
|
252
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
253
|
-
//
|
|
254
|
-
export { default as
|
|
255
|
+
// Bean aliases
|
|
256
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
255
257
|
// Beaker aliases
|
|
256
258
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
// BeanOff aliases
|
|
258
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
259
|
// BedDouble aliases
|
|
260
260
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
|
-
//
|
|
262
|
-
export { default as
|
|
261
|
+
// BeanOff aliases
|
|
262
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
265
|
// Bed aliases
|
|
@@ -270,16 +270,16 @@ export { default as BeefIcon } from '../icons/beef';
|
|
|
270
270
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
271
|
// Beer aliases
|
|
272
272
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
|
-
// BellElectric aliases
|
|
274
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
275
273
|
// BellDot aliases
|
|
276
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
|
+
// BellElectric aliases
|
|
276
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
277
|
// BellMinus aliases
|
|
278
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
-
// BellPlus aliases
|
|
280
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
|
+
// BellPlus aliases
|
|
282
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
285
|
// Bell aliases
|
|
@@ -292,44 +292,44 @@ export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-s
|
|
|
292
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
293
|
// Bike aliases
|
|
294
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
-
// Binary aliases
|
|
296
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
-
// Biohazard aliases
|
|
298
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
295
|
// Binoculars aliases
|
|
300
296
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
|
+
// Biohazard aliases
|
|
298
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
|
+
// Binary aliases
|
|
300
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
301
301
|
// Bird aliases
|
|
302
302
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
303
|
// Birdhouse aliases
|
|
304
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
305
|
// Bitcoin aliases
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
// Blocks aliases
|
|
308
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
309
307
|
// Blend aliases
|
|
310
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
309
|
// Blinds aliases
|
|
312
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
311
|
+
// Blocks aliases
|
|
312
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
313
|
// BluetoothConnected aliases
|
|
316
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
319
|
-
// BluetoothSearching aliases
|
|
320
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
315
|
+
// BluetoothOff aliases
|
|
316
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
317
|
// Bold aliases
|
|
322
318
|
export { default as BoldIcon } from '../icons/bold';
|
|
319
|
+
// BluetoothSearching aliases
|
|
320
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
321
|
// Bolt aliases
|
|
324
322
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
325
|
// Bomb aliases
|
|
328
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
327
|
+
// Bone aliases
|
|
328
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
331
329
|
// BookA aliases
|
|
332
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
|
+
// BookAlert aliases
|
|
332
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
333
|
// BookCheck aliases
|
|
334
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
335
|
// BookAudio aliases
|
|
@@ -342,12 +342,12 @@ export { default as BookDownIcon } from '../icons/book-down';
|
|
|
342
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
343
|
// BookHeart aliases
|
|
344
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookImage aliases
|
|
346
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
347
|
// BookKey aliases
|
|
346
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
347
349
|
// BookLock aliases
|
|
348
350
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
349
|
-
// BookImage aliases
|
|
350
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookMarked aliases
|
|
352
352
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
353
|
// BookMinus aliases
|
|
@@ -360,18 +360,18 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookType aliases
|
|
366
364
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
367
|
// BookUp2 aliases
|
|
368
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
369
|
// BookUp aliases
|
|
370
370
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
|
-
// BookX aliases
|
|
372
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
373
371
|
// BookUser aliases
|
|
374
372
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
|
+
// BookX aliases
|
|
374
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
375
375
|
// Book aliases
|
|
376
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
377
|
// BookmarkCheck aliases
|
|
@@ -394,40 +394,40 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
394
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
395
|
// BottleWine aliases
|
|
396
396
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Box aliases
|
|
400
398
|
export { default as BoxIcon } from '../icons/box';
|
|
399
|
+
// BowArrow aliases
|
|
400
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
401
|
// Brackets aliases
|
|
402
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
403
|
// Boxes aliases
|
|
404
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
|
+
// BrainCircuit aliases
|
|
406
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
407
|
// BrainCog aliases
|
|
406
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
409
|
// Brain aliases
|
|
408
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
411
|
// BrickWallFire aliases
|
|
410
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
|
-
// BrainCircuit aliases
|
|
412
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
413
|
// BrickWallShield aliases
|
|
414
414
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
415
415
|
// BrickWall aliases
|
|
416
416
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseConveyorBelt aliases
|
|
420
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
419
|
// BriefcaseMedical aliases
|
|
422
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
421
|
+
// BriefcaseConveyorBelt aliases
|
|
422
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
423
|
// BringToFront aliases
|
|
426
424
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
|
-
// BrushCleaning aliases
|
|
428
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
425
|
// Brush aliases
|
|
430
426
|
export { default as BrushIcon } from '../icons/brush';
|
|
427
|
+
// Briefcase aliases
|
|
428
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
+
// BrushCleaning aliases
|
|
430
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
431
|
// Bubbles aliases
|
|
432
432
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
433
433
|
// BugOff aliases
|
|
@@ -452,64 +452,64 @@ export { default as CableIcon } from '../icons/cable';
|
|
|
452
452
|
export { default as CakeIcon } from '../icons/cake';
|
|
453
453
|
// CakeSlice aliases
|
|
454
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
-
// Calendar1 aliases
|
|
456
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
455
|
// Calculator aliases
|
|
458
456
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
|
+
// Calendar1 aliases
|
|
458
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
460
460
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
461
|
// CalendarArrowUp aliases
|
|
462
462
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
// CalendarCheck2 aliases
|
|
464
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
463
|
// CalendarCheck aliases
|
|
466
464
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
|
+
// CalendarCheck2 aliases
|
|
466
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
-
// CalendarCog aliases
|
|
470
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
469
|
// CalendarDays aliases
|
|
472
470
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// CalendarCog aliases
|
|
472
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
473
|
// CalendarHeart aliases
|
|
476
474
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
|
-
//
|
|
478
|
-
export { default as
|
|
475
|
+
// CalendarFold aliases
|
|
476
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
477
|
// CalendarMinus aliases
|
|
480
478
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
|
+
// CalendarMinus2 aliases
|
|
480
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
|
-
// CalendarPlus2 aliases
|
|
484
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
483
|
// CalendarPlus aliases
|
|
486
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
|
+
// CalendarPlus2 aliases
|
|
486
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
487
|
// CalendarRange aliases
|
|
488
488
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
+
// CalendarX aliases
|
|
492
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
493
|
// CalendarSync aliases
|
|
492
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
495
|
// CalendarX2 aliases
|
|
494
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
|
-
// CalendarX aliases
|
|
496
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
498
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
499
|
// CameraOff aliases
|
|
500
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
-
// Camera aliases
|
|
502
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
503
501
|
// CandyCane aliases
|
|
504
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
|
+
// Camera aliases
|
|
504
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
505
505
|
// CandyOff aliases
|
|
506
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
|
+
// CaptionsOff aliases
|
|
508
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
507
509
|
// Candy aliases
|
|
508
510
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
511
|
// Cannabis aliases
|
|
510
512
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
-
// CaptionsOff aliases
|
|
512
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
513
|
// CarFront aliases
|
|
514
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// CarTaxiFront aliases
|
|
@@ -518,10 +518,10 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
519
|
// Caravan aliases
|
|
520
520
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
|
-
// CardSim aliases
|
|
522
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
521
|
// Carrot aliases
|
|
524
522
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
|
+
// CardSim aliases
|
|
524
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
525
|
// CaseLower aliases
|
|
526
526
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
527
|
// CaseSensitive aliases
|
|
@@ -550,10 +550,10 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
550
550
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
|
-
// ChartNetwork aliases
|
|
554
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
553
|
// ChartNoAxesColumnDecreasing aliases
|
|
556
554
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
|
+
// ChartNetwork aliases
|
|
556
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
559
|
// ChartSpline aliases
|
|
@@ -568,24 +568,24 @@ export { default as CheckIcon } from '../icons/check';
|
|
|
568
568
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
569
|
// Cherry aliases
|
|
570
570
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
|
+
// ChevronFirst aliases
|
|
572
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
573
|
// ChevronDown aliases
|
|
572
574
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
575
|
// ChevronLast aliases
|
|
574
576
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
575
|
-
// ChevronFirst aliases
|
|
576
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
577
577
|
// ChevronLeft aliases
|
|
578
578
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
579
|
// ChevronRight aliases
|
|
580
580
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
|
+
// ChevronsDown aliases
|
|
582
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
583
|
// ChevronUp aliases
|
|
582
584
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
583
|
-
// ChevronsDownUp aliases
|
|
584
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
585
585
|
// ChevronsLeftRightEllipsis aliases
|
|
586
586
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
587
|
+
// ChevronsDownUp aliases
|
|
588
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
589
|
// ChevronsLeftRight aliases
|
|
590
590
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
591
591
|
// ChevronsLeft aliases
|
|
@@ -596,22 +596,22 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
596
596
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
597
597
|
// ChevronsUpDown aliases
|
|
598
598
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
|
+
// ChevronsUp aliases
|
|
600
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
599
601
|
// Church aliases
|
|
600
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
601
603
|
// CigaretteOff aliases
|
|
602
604
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
603
|
-
// ChevronsUp aliases
|
|
604
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
605
|
// Cigarette aliases
|
|
606
606
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
607
607
|
// CircleDashed aliases
|
|
608
608
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
|
-
// CircleDotDashed aliases
|
|
612
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
613
611
|
// CircleDot aliases
|
|
614
612
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
|
+
// CircleDotDashed aliases
|
|
614
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
615
615
|
// CircleEllipsis aliases
|
|
616
616
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
617
617
|
// CircleEqual aliases
|
|
@@ -622,42 +622,42 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
622
622
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
623
623
|
// CircleOff aliases
|
|
624
624
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
625
|
-
// CircleSlash aliases
|
|
626
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
627
|
-
// CirclePoundSterling aliases
|
|
628
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
625
|
// CircleSmall aliases
|
|
630
626
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
627
|
+
// CirclePoundSterling aliases
|
|
628
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
|
+
// CircleSlash aliases
|
|
630
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
633
631
|
// Circle aliases
|
|
634
632
|
export { default as CircleIcon } from '../icons/circle';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// CircleStar aliases
|
|
634
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
637
635
|
// Citrus aliases
|
|
638
636
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
637
|
+
// CircuitBoard aliases
|
|
638
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
639
639
|
// ClipboardCheck aliases
|
|
640
640
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
641
|
// Clapperboard aliases
|
|
642
642
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
|
-
// ClipboardClock aliases
|
|
644
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
645
643
|
// ClipboardCopy aliases
|
|
646
644
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
|
+
// ClipboardClock aliases
|
|
646
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
651
|
// ClipboardPaste aliases
|
|
652
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
|
+
// ClipboardX aliases
|
|
654
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
653
655
|
// ClipboardPlus aliases
|
|
654
656
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
655
657
|
// Clipboard aliases
|
|
656
658
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
657
659
|
// ClipboardType aliases
|
|
658
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
659
|
-
// ClipboardX aliases
|
|
660
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
661
661
|
// Clock1 aliases
|
|
662
662
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
663
|
// Clock10 aliases
|
|
@@ -688,42 +688,42 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
688
688
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
689
|
// ClockArrowUp aliases
|
|
690
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
-
// ClockFading aliases
|
|
692
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
693
691
|
// ClockPlus aliases
|
|
694
692
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
|
+
// ClockFading aliases
|
|
694
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
695
|
// Clock aliases
|
|
696
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
697
|
-
// ClosedCaption aliases
|
|
698
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
699
697
|
// CloudAlert aliases
|
|
700
698
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
699
|
+
// ClosedCaption aliases
|
|
700
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
701
701
|
// CloudCheck aliases
|
|
702
702
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
703
|
// CloudCog aliases
|
|
704
704
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
|
-
// CloudDrizzle aliases
|
|
706
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
707
705
|
// CloudFog aliases
|
|
708
706
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
707
|
+
// CloudDrizzle aliases
|
|
708
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
709
709
|
// CloudHail aliases
|
|
710
710
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
711
|
-
// CloudMoonRain aliases
|
|
712
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
713
711
|
// CloudLightning aliases
|
|
714
712
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
713
|
+
// CloudMoonRain aliases
|
|
714
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
715
|
// CloudMoon aliases
|
|
716
716
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
717
717
|
// CloudOff aliases
|
|
718
718
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
719
|
+
// CloudSunRain aliases
|
|
720
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
721
|
// CloudRain aliases
|
|
722
722
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
|
+
// CloudRainWind aliases
|
|
724
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
725
|
// CloudSnow aliases
|
|
724
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
725
|
-
// CloudSunRain aliases
|
|
726
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
727
|
// CloudSun aliases
|
|
728
728
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
729
|
// Cloud aliases
|
|
@@ -734,26 +734,26 @@ export { default as CloudyIcon } from '../icons/cloudy';
|
|
|
734
734
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
735
|
// Club aliases
|
|
736
736
|
export { default as ClubIcon } from '../icons/club';
|
|
737
|
-
// Code aliases
|
|
738
|
-
export { default as CodeIcon } from '../icons/code';
|
|
739
737
|
// Codepen aliases
|
|
740
738
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
|
+
// Code aliases
|
|
740
|
+
export { default as CodeIcon } from '../icons/code';
|
|
741
741
|
// Codesandbox aliases
|
|
742
742
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
743
743
|
// Coffee aliases
|
|
744
744
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
745
|
+
// Coins aliases
|
|
746
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
745
747
|
// Cog aliases
|
|
746
748
|
export { default as CogIcon } from '../icons/cog';
|
|
747
749
|
// Columns4 aliases
|
|
748
750
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
749
|
-
// Coins aliases
|
|
750
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
751
751
|
// Combine aliases
|
|
752
752
|
export { default as CombineIcon } from '../icons/combine';
|
|
753
|
-
// Command aliases
|
|
754
|
-
export { default as CommandIcon } from '../icons/command';
|
|
755
753
|
// Compass aliases
|
|
756
754
|
export { default as CompassIcon } from '../icons/compass';
|
|
755
|
+
// Command aliases
|
|
756
|
+
export { default as CommandIcon } from '../icons/command';
|
|
757
757
|
// Component aliases
|
|
758
758
|
export { default as ComponentIcon } from '../icons/component';
|
|
759
759
|
// Computer aliases
|
|
@@ -762,24 +762,24 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
762
762
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
763
|
// Cone aliases
|
|
764
764
|
export { default as ConeIcon } from '../icons/cone';
|
|
765
|
-
// Construction aliases
|
|
766
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
765
|
// Contact aliases
|
|
768
766
|
export { default as ContactIcon } from '../icons/contact';
|
|
767
|
+
// Construction aliases
|
|
768
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
769
769
|
// Container aliases
|
|
770
770
|
export { default as ContainerIcon } from '../icons/container';
|
|
771
771
|
// Contrast aliases
|
|
772
772
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
|
-
// Cookie aliases
|
|
774
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
775
773
|
// CookingPot aliases
|
|
776
774
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
775
|
+
// Cookie aliases
|
|
776
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
777
777
|
// CopyCheck aliases
|
|
778
778
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
779
|
-
// CopyMinus aliases
|
|
780
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
781
779
|
// CopyPlus aliases
|
|
782
780
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
781
|
+
// CopyMinus aliases
|
|
782
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
783
783
|
// CopySlash aliases
|
|
784
784
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
785
785
|
// CopyX aliases
|
|
@@ -788,74 +788,74 @@ export { default as CopyXIcon } from '../icons/copy-x';
|
|
|
788
788
|
export { default as CopyIcon } from '../icons/copy';
|
|
789
789
|
// Copyleft aliases
|
|
790
790
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
791
|
-
// Copyright aliases
|
|
792
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
791
|
// CornerDownLeft aliases
|
|
794
792
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
795
793
|
// CornerDownRight aliases
|
|
796
794
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
795
|
+
// Copyright aliases
|
|
796
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
797
|
// CornerLeftDown aliases
|
|
798
798
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
799
|
// CornerLeftUp aliases
|
|
800
800
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
801
801
|
// CornerRightDown aliases
|
|
802
802
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
|
+
// CornerUpRight aliases
|
|
804
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
803
805
|
// CornerRightUp aliases
|
|
804
806
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
805
807
|
// CornerUpLeft aliases
|
|
806
808
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
|
-
// CornerUpRight aliases
|
|
808
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
809
809
|
// Cpu aliases
|
|
810
810
|
export { default as CpuIcon } from '../icons/cpu';
|
|
811
811
|
// CreativeCommons aliases
|
|
812
812
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
813
|
// CreditCard aliases
|
|
814
814
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
815
|
-
// Croissant aliases
|
|
816
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
817
815
|
// Crop aliases
|
|
818
816
|
export { default as CropIcon } from '../icons/crop';
|
|
819
|
-
//
|
|
820
|
-
export { default as
|
|
817
|
+
// Croissant aliases
|
|
818
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
821
819
|
// Crosshair aliases
|
|
822
820
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
823
|
-
//
|
|
824
|
-
export { default as
|
|
821
|
+
// Cross aliases
|
|
822
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
825
823
|
// Cuboid aliases
|
|
826
824
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
825
|
+
// Crown aliases
|
|
826
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
827
827
|
// CupSoda aliases
|
|
828
828
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
|
-
// Cylinder aliases
|
|
830
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
831
829
|
// Currency aliases
|
|
832
830
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
831
|
+
// Cylinder aliases
|
|
832
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
833
|
// Dam aliases
|
|
834
834
|
export { default as DamIcon } from '../icons/dam';
|
|
835
835
|
// DatabaseBackup aliases
|
|
836
836
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
|
-
// DatabaseZap aliases
|
|
838
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
837
|
// Database aliases
|
|
840
838
|
export { default as DatabaseIcon } from '../icons/database';
|
|
839
|
+
// DatabaseZap aliases
|
|
840
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
841
841
|
// DecimalsArrowLeft aliases
|
|
842
842
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
843
843
|
// DecimalsArrowRight aliases
|
|
844
844
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
845
|
-
// Delete aliases
|
|
846
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
847
|
-
// Diameter aliases
|
|
848
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
845
|
// Dessert aliases
|
|
850
846
|
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
+
// Diameter aliases
|
|
848
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
|
+
// Delete aliases
|
|
850
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
851
851
|
// DiamondMinus aliases
|
|
852
852
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
853
853
|
// DiamondPlus aliases
|
|
854
854
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
|
-
// Diamond aliases
|
|
856
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
855
|
// Dice1 aliases
|
|
858
856
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
857
|
+
// Diamond aliases
|
|
858
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
859
859
|
// Dice2 aliases
|
|
860
860
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
861
|
// Dice3 aliases
|
|
@@ -866,12 +866,12 @@ export { default as Dice4Icon } from '../icons/dice-4';
|
|
|
866
866
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
867
867
|
// Dice6 aliases
|
|
868
868
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
|
-
// Dices aliases
|
|
870
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
871
869
|
// Diff aliases
|
|
872
870
|
export { default as DiffIcon } from '../icons/diff';
|
|
873
871
|
// Disc2 aliases
|
|
874
872
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
873
|
+
// Dices aliases
|
|
874
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
875
875
|
// Disc3 aliases
|
|
876
876
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// DiscAlbum aliases
|
|
@@ -884,70 +884,70 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
884
884
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
885
|
// Dna aliases
|
|
886
886
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
-
// Dock aliases
|
|
888
|
-
export { default as DockIcon } from '../icons/dock';
|
|
889
887
|
// Dog aliases
|
|
890
888
|
export { default as DogIcon } from '../icons/dog';
|
|
889
|
+
// Dock aliases
|
|
890
|
+
export { default as DockIcon } from '../icons/dock';
|
|
891
891
|
// DollarSign aliases
|
|
892
892
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
893
893
|
// Donut aliases
|
|
894
894
|
export { default as DonutIcon } from '../icons/donut';
|
|
895
895
|
// DoorClosedLocked aliases
|
|
896
896
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
|
-
// DoorClosed aliases
|
|
898
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
899
897
|
// DoorOpen aliases
|
|
900
898
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
|
-
// Dot aliases
|
|
902
|
-
export { default as DotIcon } from '../icons/dot';
|
|
903
899
|
// Download aliases
|
|
904
900
|
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
+
// Dot aliases
|
|
902
|
+
export { default as DotIcon } from '../icons/dot';
|
|
903
|
+
// DoorClosed aliases
|
|
904
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
905
905
|
// DraftingCompass aliases
|
|
906
906
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
907
907
|
// Drama aliases
|
|
908
908
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
909
|
// Dribbble aliases
|
|
910
910
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
911
|
-
// Drill aliases
|
|
912
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
913
911
|
// Drone aliases
|
|
914
912
|
export { default as DroneIcon } from '../icons/drone';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
913
|
+
// Drill aliases
|
|
914
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
917
915
|
// Droplet aliases
|
|
918
916
|
export { default as DropletIcon } from '../icons/droplet';
|
|
917
|
+
// DropletOff aliases
|
|
918
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
919
919
|
// Droplets aliases
|
|
920
920
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
|
-
// Drum aliases
|
|
922
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
923
921
|
// Drumstick aliases
|
|
924
922
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
923
|
+
// Drum aliases
|
|
924
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
925
925
|
// Dumbbell aliases
|
|
926
926
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
927
|
// EarOff aliases
|
|
928
928
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
|
-
// Ear aliases
|
|
930
|
-
export { default as EarIcon } from '../icons/ear';
|
|
931
929
|
// EarthLock aliases
|
|
932
930
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
|
+
// Ear aliases
|
|
932
|
+
export { default as EarIcon } from '../icons/ear';
|
|
933
933
|
// Eclipse aliases
|
|
934
934
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
935
935
|
// EggFried aliases
|
|
936
936
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
|
-
// EggOff aliases
|
|
938
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
939
937
|
// Egg aliases
|
|
940
938
|
export { default as EggIcon } from '../icons/egg';
|
|
939
|
+
// EggOff aliases
|
|
940
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
941
|
// EqualApproximately aliases
|
|
942
942
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
943
|
// EqualNot aliases
|
|
944
944
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
|
-
// EthernetPort aliases
|
|
946
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
947
945
|
// Equal aliases
|
|
948
946
|
export { default as EqualIcon } from '../icons/equal';
|
|
949
947
|
// Eraser aliases
|
|
950
948
|
export { default as EraserIcon } from '../icons/eraser';
|
|
949
|
+
// EthernetPort aliases
|
|
950
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
951
|
// Euro aliases
|
|
952
952
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
953
|
// EvCharger aliases
|
|
@@ -958,28 +958,28 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
958
958
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
959
|
// EyeClosed aliases
|
|
960
960
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
|
-
// Eye aliases
|
|
962
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
963
961
|
// EyeOff aliases
|
|
964
962
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
|
+
// Eye aliases
|
|
964
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
965
965
|
// Facebook aliases
|
|
966
966
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
967
|
// Factory aliases
|
|
968
968
|
export { default as FactoryIcon } from '../icons/factory';
|
|
969
969
|
// Fan aliases
|
|
970
970
|
export { default as FanIcon } from '../icons/fan';
|
|
971
|
-
// FastForward aliases
|
|
972
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
971
|
// Feather aliases
|
|
974
972
|
export { default as FeatherIcon } from '../icons/feather';
|
|
973
|
+
// FastForward aliases
|
|
974
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
975
|
// Fence aliases
|
|
976
976
|
export { default as FenceIcon } from '../icons/fence';
|
|
977
977
|
// FerrisWheel aliases
|
|
978
978
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
979
|
-
// FileArchive aliases
|
|
980
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
979
|
// Figma aliases
|
|
982
980
|
export { default as FigmaIcon } from '../icons/figma';
|
|
981
|
+
// FileArchive aliases
|
|
982
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
983
983
|
// FileAudio2 aliases
|
|
984
984
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
985
985
|
// FileAudio aliases
|
|
@@ -994,10 +994,10 @@ export { default as FileBoxIcon } from '../icons/file-box';
|
|
|
994
994
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
995
|
// FileCheck aliases
|
|
996
996
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
|
-
// FileClock aliases
|
|
998
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
999
997
|
// FileCode2 aliases
|
|
1000
998
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
999
|
+
// FileClock aliases
|
|
1000
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1001
1001
|
// FileCode aliases
|
|
1002
1002
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1003
1003
|
// FileDiff aliases
|
|
@@ -1006,24 +1006,24 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1006
1006
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1007
1007
|
// FileDown aliases
|
|
1008
1008
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1009
|
-
// FileHeart aliases
|
|
1010
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1011
1009
|
// FileImage aliases
|
|
1012
1010
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
|
+
// FileHeart aliases
|
|
1012
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
1013
|
// FileInput aliases
|
|
1014
1014
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
1015
|
// FileJson2 aliases
|
|
1016
1016
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
|
-
// FileKey2 aliases
|
|
1018
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1019
1017
|
// FileJson aliases
|
|
1020
1018
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1021
1019
|
// FileKey aliases
|
|
1022
1020
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
|
-
//
|
|
1024
|
-
export { default as
|
|
1021
|
+
// FileKey2 aliases
|
|
1022
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1025
1023
|
// FileLock2 aliases
|
|
1026
1024
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
|
+
// FileLock aliases
|
|
1026
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1027
1027
|
// FileMinus2 aliases
|
|
1028
1028
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1029
1029
|
// FileMinus aliases
|
|
@@ -1040,16 +1040,16 @@ export { default as FilePlusIcon } from '../icons/file-plus';
|
|
|
1040
1040
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
1041
|
// FileSearch2 aliases
|
|
1042
1042
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
|
-
// FileSliders aliases
|
|
1044
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1043
|
// FileSearch aliases
|
|
1046
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
+
// FileSliders aliases
|
|
1046
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
1048
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
-
// FileSymlink aliases
|
|
1050
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
1049
|
// FileStack aliases
|
|
1052
1050
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
|
+
// FileSymlink aliases
|
|
1052
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1055
|
// FileText aliases
|
|
@@ -1060,38 +1060,38 @@ export { default as FileType2Icon } from '../icons/file-type-2';
|
|
|
1060
1060
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
1061
|
// FileUp aliases
|
|
1062
1062
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
|
-
// FileUser aliases
|
|
1064
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
1063
|
// FileVolume2 aliases
|
|
1066
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1065
|
+
// FileUser aliases
|
|
1066
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
1067
|
// FileVolume aliases
|
|
1068
1068
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1069
|
// FileWarning aliases
|
|
1070
1070
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1071
|
-
// FileX aliases
|
|
1072
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
1071
|
// FileX2 aliases
|
|
1074
1072
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
|
+
// FileX aliases
|
|
1074
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1075
|
// File aliases
|
|
1076
1076
|
export { default as FileIcon } from '../icons/file';
|
|
1077
|
-
// Film aliases
|
|
1078
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1079
1077
|
// Files aliases
|
|
1080
1078
|
export { default as FilesIcon } from '../icons/files';
|
|
1079
|
+
// Film aliases
|
|
1080
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1081
1081
|
// Fingerprint aliases
|
|
1082
1082
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1083
1083
|
// FireExtinguisher aliases
|
|
1084
1084
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1085
1085
|
// FishOff aliases
|
|
1086
1086
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
|
-
// Fish aliases
|
|
1088
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1089
1087
|
// FishSymbol aliases
|
|
1090
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1091
|
-
//
|
|
1092
|
-
export { default as
|
|
1089
|
+
// Fish aliases
|
|
1090
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1093
1091
|
// FlagOff aliases
|
|
1094
1092
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
|
+
// FlagTriangleLeft aliases
|
|
1094
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
1095
|
// FlagTriangleRight aliases
|
|
1096
1096
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
1097
|
// Flag aliases
|
|
@@ -1100,14 +1100,14 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1100
1100
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1101
1101
|
// Flame aliases
|
|
1102
1102
|
export { default as FlameIcon } from '../icons/flame';
|
|
1103
|
-
// FlashlightOff aliases
|
|
1104
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
1103
|
// Flashlight aliases
|
|
1106
1104
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1105
|
+
// FlashlightOff aliases
|
|
1106
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1109
1107
|
// FlaskConical aliases
|
|
1110
1108
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1109
|
+
// FlaskConicalOff aliases
|
|
1110
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
1111
|
// FlaskRound aliases
|
|
1112
1112
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1113
1113
|
// FlipHorizontal2 aliases
|
|
@@ -1116,20 +1116,20 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1116
1116
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
1117
|
// FlipVertical2 aliases
|
|
1118
1118
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1119
|
-
// Flower2 aliases
|
|
1120
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
1119
|
// FlipVertical aliases
|
|
1122
1120
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
|
+
// Flower2 aliases
|
|
1122
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1123
1123
|
// Flower aliases
|
|
1124
1124
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
1125
|
// Focus aliases
|
|
1126
1126
|
export { default as FocusIcon } from '../icons/focus';
|
|
1127
1127
|
// FoldHorizontal aliases
|
|
1128
1128
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1129
|
-
// FolderArchive aliases
|
|
1130
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1129
|
// FoldVertical aliases
|
|
1132
1130
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
|
+
// FolderArchive aliases
|
|
1132
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1133
|
// FolderCheck aliases
|
|
1134
1134
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
1135
|
// FolderClock aliases
|
|
@@ -1140,26 +1140,26 @@ export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
|
1140
1140
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
1141
|
// FolderDot aliases
|
|
1142
1142
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1143
|
-
// FolderGit2 aliases
|
|
1144
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1145
1143
|
// FolderDown aliases
|
|
1146
1144
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1147
|
-
//
|
|
1148
|
-
export { default as
|
|
1145
|
+
// FolderGit2 aliases
|
|
1146
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1149
1147
|
// FolderHeart aliases
|
|
1150
1148
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
|
-
//
|
|
1152
|
-
export { default as
|
|
1149
|
+
// FolderGit aliases
|
|
1150
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1153
1151
|
// FolderInput aliases
|
|
1154
1152
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1155
1153
|
// FolderKey aliases
|
|
1156
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1155
|
+
// FolderKanban aliases
|
|
1156
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1159
1157
|
// FolderLock aliases
|
|
1160
1158
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
1159
|
// FolderOpenDot aliases
|
|
1162
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
|
+
// FolderMinus aliases
|
|
1162
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
1163
|
// FolderOpen aliases
|
|
1164
1164
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1165
1165
|
// FolderOutput aliases
|
|
@@ -1168,20 +1168,20 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1168
1168
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
1169
|
// FolderRoot aliases
|
|
1170
1170
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1171
|
+
// FolderSearch aliases
|
|
1172
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1171
1173
|
// FolderSearch2 aliases
|
|
1172
1174
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1173
1175
|
// FolderSymlink aliases
|
|
1174
1176
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
|
-
// FolderSearch aliases
|
|
1176
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1177
1177
|
// FolderSync aliases
|
|
1178
1178
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
|
+
// FolderX aliases
|
|
1180
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1179
1181
|
// FolderTree aliases
|
|
1180
1182
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1183
|
// FolderUp aliases
|
|
1182
1184
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
|
-
// FolderX aliases
|
|
1184
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
1185
|
// Folders aliases
|
|
1186
1186
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
1187
|
// Folder aliases
|
|
@@ -1194,18 +1194,18 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1194
1194
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1195
|
// Frame aliases
|
|
1196
1196
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
+
// Frown aliases
|
|
1198
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1199
|
// Framer aliases
|
|
1198
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1199
1201
|
// Fuel aliases
|
|
1200
1202
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
|
+
// FunnelPlus aliases
|
|
1204
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1205
|
// Fullscreen aliases
|
|
1202
1206
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
|
-
// Frown aliases
|
|
1204
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1205
1207
|
// GalleryHorizontalEnd aliases
|
|
1206
1208
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1207
|
-
// FunnelPlus aliases
|
|
1208
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1209
1209
|
// GalleryHorizontal aliases
|
|
1210
1210
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
1211
|
// GalleryThumbnails aliases
|
|
@@ -1218,20 +1218,22 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1218
1218
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
1219
|
// GamepadDirectional aliases
|
|
1220
1220
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1221
|
-
// Gamepad aliases
|
|
1222
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
1221
|
// Gauge aliases
|
|
1224
1222
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1223
|
+
// Gamepad aliases
|
|
1224
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1225
1225
|
// Gavel aliases
|
|
1226
1226
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
1227
|
// Gem aliases
|
|
1228
1228
|
export { default as GemIcon } from '../icons/gem';
|
|
1229
1229
|
// GeorgianLari aliases
|
|
1230
1230
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
|
-
// Gift aliases
|
|
1232
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1233
1231
|
// Ghost aliases
|
|
1234
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
|
+
// Gift aliases
|
|
1234
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1235
|
+
// GitBranchMinus aliases
|
|
1236
|
+
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1235
1237
|
// GitBranchPlus aliases
|
|
1236
1238
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
1239
|
// GitBranch aliases
|
|
@@ -1264,20 +1266,20 @@ export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
|
1264
1266
|
export { default as GithubIcon } from '../icons/github';
|
|
1265
1267
|
// Gitlab aliases
|
|
1266
1268
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1267
|
-
// Glasses aliases
|
|
1268
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1269
|
// GlassWater aliases
|
|
1270
1270
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1271
|
+
// Glasses aliases
|
|
1272
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1271
1273
|
// GlobeLock aliases
|
|
1272
1274
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1273
1275
|
// Globe aliases
|
|
1274
1276
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1275
1279
|
// Goal aliases
|
|
1276
1280
|
export { default as GoalIcon } from '../icons/goal';
|
|
1277
1281
|
// GraduationCap aliases
|
|
1278
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
|
-
// Gpu aliases
|
|
1280
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1283
|
// Grape aliases
|
|
1282
1284
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
1285
|
// Grid3x2 aliases
|
|
@@ -1292,22 +1294,22 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1292
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
1295
|
// Guitar aliases
|
|
1294
1296
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
-
// Hamburger aliases
|
|
1296
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
1297
|
// Ham aliases
|
|
1298
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1299
|
+
// Hamburger aliases
|
|
1300
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1301
|
// HandCoins aliases
|
|
1302
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
+
// Hammer aliases
|
|
1304
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1305
|
// HandFist aliases
|
|
1304
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1305
1307
|
// HandHeart aliases
|
|
1306
1308
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1307
|
-
// HandMetal aliases
|
|
1308
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1309
1309
|
// HandPlatter aliases
|
|
1310
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
+
// HandMetal aliases
|
|
1312
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1311
1313
|
// Hand aliases
|
|
1312
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1313
1315
|
// Handbag aliases
|
|
@@ -1326,28 +1328,28 @@ export { default as HardHatIcon } from '../icons/hard-hat';
|
|
|
1326
1328
|
export { default as HashIcon } from '../icons/hash';
|
|
1327
1329
|
// HatGlasses aliases
|
|
1328
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1329
|
-
// Haze aliases
|
|
1330
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1331
|
// HdmiPort aliases
|
|
1332
1332
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1335
|
-
// Heading3 aliases
|
|
1336
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1333
|
+
// Haze aliases
|
|
1334
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1337
1335
|
// Heading1 aliases
|
|
1338
1336
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1337
|
+
// Heading2 aliases
|
|
1338
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1339
|
+
// Heading3 aliases
|
|
1340
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1341
|
// Heading4 aliases
|
|
1340
1342
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
1343
|
// Heading5 aliases
|
|
1342
1344
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
1345
|
// Heading6 aliases
|
|
1344
1346
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
|
-
// Heading aliases
|
|
1346
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
1349
|
// Headphones aliases
|
|
1350
1350
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
|
+
// Heading aliases
|
|
1352
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1351
1353
|
// Headset aliases
|
|
1352
1354
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1353
1355
|
// HeartCrack aliases
|
|
@@ -1364,54 +1366,54 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1364
1366
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1365
1367
|
// Heart aliases
|
|
1366
1368
|
export { default as HeartIcon } from '../icons/heart';
|
|
1367
|
-
// Heater aliases
|
|
1368
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1369
1369
|
// Hexagon aliases
|
|
1370
1370
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
|
+
// Heater aliases
|
|
1372
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1371
1373
|
// Highlighter aliases
|
|
1372
1374
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1373
1375
|
// History aliases
|
|
1374
1376
|
export { default as HistoryIcon } from '../icons/history';
|
|
1375
1377
|
// HopOff aliases
|
|
1376
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
|
-
// Hospital aliases
|
|
1378
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1379
1379
|
// Hop aliases
|
|
1380
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1381
|
-
// Hotel aliases
|
|
1382
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1383
1381
|
// Hourglass aliases
|
|
1384
1382
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1383
|
+
// Hotel aliases
|
|
1384
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
|
+
// Hospital aliases
|
|
1386
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
1387
|
// HouseHeart aliases
|
|
1386
1388
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1387
|
-
// HousePlus aliases
|
|
1388
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
1389
|
// HousePlug aliases
|
|
1390
1390
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
|
+
// HousePlus aliases
|
|
1392
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1391
1393
|
// HouseWifi aliases
|
|
1392
1394
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
1395
|
// IdCardLanyard aliases
|
|
1394
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1395
1397
|
// IdCard aliases
|
|
1396
1398
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
|
+
// ImageMinus aliases
|
|
1400
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1401
|
// ImageDown aliases
|
|
1398
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1399
1403
|
// ImageOff aliases
|
|
1400
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1401
|
-
// ImageMinus aliases
|
|
1402
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
|
-
// ImagePlay aliases
|
|
1404
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1405
|
// ImagePlus aliases
|
|
1406
1406
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1407
|
+
// ImagePlay aliases
|
|
1408
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1407
1409
|
// ImageUp aliases
|
|
1408
1410
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1409
1411
|
// ImageUpscale aliases
|
|
1410
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
|
-
// Images aliases
|
|
1412
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1413
1413
|
// Image aliases
|
|
1414
1414
|
export { default as ImageIcon } from '../icons/image';
|
|
1415
|
+
// Images aliases
|
|
1416
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1415
1417
|
// Import aliases
|
|
1416
1418
|
export { default as ImportIcon } from '../icons/import';
|
|
1417
1419
|
// Inbox aliases
|
|
@@ -1422,32 +1424,32 @@ export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
|
1422
1424
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
1425
|
// Info aliases
|
|
1424
1426
|
export { default as InfoIcon } from '../icons/info';
|
|
1425
|
-
// Instagram aliases
|
|
1426
|
-
export { default as InstagramIcon } from '../icons/instagram';
|
|
1427
1427
|
// InspectionPanel aliases
|
|
1428
1428
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1429
|
-
//
|
|
1430
|
-
export { default as
|
|
1429
|
+
// Instagram aliases
|
|
1430
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1431
1431
|
// Italic aliases
|
|
1432
1432
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
|
+
// IterationCcw aliases
|
|
1434
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1433
1435
|
// IterationCw aliases
|
|
1434
1436
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
1437
|
// JapaneseYen aliases
|
|
1436
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1437
|
-
// Kanban aliases
|
|
1438
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1439
1439
|
// Joystick aliases
|
|
1440
1440
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1441
|
// Kayak aliases
|
|
1442
1442
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
|
+
// Kanban aliases
|
|
1444
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1443
1445
|
// KeyRound aliases
|
|
1444
1446
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1445
|
-
// Key aliases
|
|
1446
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1447
1447
|
// KeySquare aliases
|
|
1448
1448
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
1449
|
// KeyboardMusic aliases
|
|
1450
1450
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
|
+
// Key aliases
|
|
1452
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1451
1453
|
// KeyboardOff aliases
|
|
1452
1454
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1453
1455
|
// Keyboard aliases
|
|
@@ -1456,10 +1458,10 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1456
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1457
1459
|
// LampDesk aliases
|
|
1458
1460
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1459
|
-
// LampWallDown aliases
|
|
1460
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1461
1461
|
// LampFloor aliases
|
|
1462
1462
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1463
|
+
// LampWallDown aliases
|
|
1464
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1463
1465
|
// LampWallUp aliases
|
|
1464
1466
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1465
1467
|
// Lamp aliases
|
|
@@ -1476,10 +1478,10 @@ export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check
|
|
|
1476
1478
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
1479
|
// LassoSelect aliases
|
|
1478
1480
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
-
// Laugh aliases
|
|
1480
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1481
1481
|
// Lasso aliases
|
|
1482
1482
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
|
+
// Laugh aliases
|
|
1484
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1483
1485
|
// Layers2 aliases
|
|
1484
1486
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
1487
|
// LayoutDashboard aliases
|
|
@@ -1508,18 +1510,18 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1508
1510
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
1511
|
// Ligature aliases
|
|
1510
1512
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
|
-
// LightbulbOff aliases
|
|
1512
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1513
1513
|
// Lightbulb aliases
|
|
1514
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
|
+
// LightbulbOff aliases
|
|
1516
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1515
1517
|
// LineSquiggle aliases
|
|
1516
1518
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1519
|
// Link2Off aliases
|
|
1518
1520
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1519
|
-
// Link2 aliases
|
|
1520
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1521
1521
|
// Link aliases
|
|
1522
1522
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
|
+
// Link2 aliases
|
|
1524
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1523
1525
|
// Linkedin aliases
|
|
1524
1526
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1525
1527
|
// ListCheck aliases
|
|
@@ -1532,10 +1534,10 @@ export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-u
|
|
|
1532
1534
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1533
1535
|
// ListCollapse aliases
|
|
1534
1536
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
|
-
// ListEnd aliases
|
|
1536
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1537
1537
|
// ListFilterPlus aliases
|
|
1538
1538
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
|
+
// ListEnd aliases
|
|
1540
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1539
1541
|
// ListFilter aliases
|
|
1540
1542
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
1543
|
// ListMinus aliases
|
|
@@ -1548,14 +1550,14 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1548
1550
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
1551
|
// ListRestart aliases
|
|
1550
1552
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1551
|
-
// ListStart aliases
|
|
1552
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1553
|
// ListTodo aliases
|
|
1554
1554
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1555
|
// ListTree aliases
|
|
1556
1556
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
1557
|
// ListVideo aliases
|
|
1558
1558
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1559
|
+
// ListStart aliases
|
|
1560
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1559
1561
|
// ListX aliases
|
|
1560
1562
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1561
1563
|
// List aliases
|
|
@@ -1566,26 +1568,26 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1566
1568
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
1569
|
// LocateFixed aliases
|
|
1568
1570
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
|
-
// LocateOff aliases
|
|
1570
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
1571
|
// Locate aliases
|
|
1572
1572
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1573
|
// LockKeyhole aliases
|
|
1574
1574
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
|
+
// LocateOff aliases
|
|
1576
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1575
1577
|
// Lock aliases
|
|
1576
1578
|
export { default as LockIcon } from '../icons/lock';
|
|
1577
1579
|
// LogIn aliases
|
|
1578
1580
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1579
|
-
// LogOut aliases
|
|
1580
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1581
1581
|
// Logs aliases
|
|
1582
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
1583
|
// Lollipop aliases
|
|
1584
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1585
|
+
// LogOut aliases
|
|
1586
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1587
1587
|
// Magnet aliases
|
|
1588
1588
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
|
+
// Luggage aliases
|
|
1590
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
1591
|
// MailCheck aliases
|
|
1590
1592
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1593
|
// MailMinus aliases
|
|
@@ -1594,10 +1596,10 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1594
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1595
1597
|
// MailPlus aliases
|
|
1596
1598
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
|
-
// MailX aliases
|
|
1598
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1599
|
// MailSearch aliases
|
|
1600
1600
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
|
+
// MailX aliases
|
|
1602
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1601
1603
|
// MailWarning aliases
|
|
1602
1604
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1603
1605
|
// Mail aliases
|
|
@@ -1632,36 +1634,36 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1632
1634
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1635
|
// MapPinned aliases
|
|
1634
1636
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
|
-
// MapPlus aliases
|
|
1636
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
1637
|
// Map aliases
|
|
1638
1638
|
export { default as MapIcon } from '../icons/map';
|
|
1639
|
+
// MapPlus aliases
|
|
1640
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
1641
|
// MarsStroke aliases
|
|
1640
1642
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1641
1643
|
// Mars aliases
|
|
1642
1644
|
export { default as MarsIcon } from '../icons/mars';
|
|
1643
|
-
// Maximize2 aliases
|
|
1644
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1645
1645
|
// Martini aliases
|
|
1646
1646
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1647
|
+
// Maximize2 aliases
|
|
1648
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1649
|
// Maximize aliases
|
|
1648
1650
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
1651
|
// Medal aliases
|
|
1650
1652
|
export { default as MedalIcon } from '../icons/medal';
|
|
1651
|
-
// MegaphoneOff aliases
|
|
1652
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
1653
|
// Megaphone aliases
|
|
1654
1654
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
|
+
// MegaphoneOff aliases
|
|
1656
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1655
1657
|
// Meh aliases
|
|
1656
1658
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
1659
|
// MemoryStick aliases
|
|
1658
1660
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1659
1661
|
// Menu aliases
|
|
1660
1662
|
export { default as MenuIcon } from '../icons/menu';
|
|
1661
|
-
// MessageCircleCode aliases
|
|
1662
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1663
|
// Merge aliases
|
|
1664
1664
|
export { default as MergeIcon } from '../icons/merge';
|
|
1665
|
+
// MessageCircleCode aliases
|
|
1666
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1665
1667
|
// MessageCircleDashed aliases
|
|
1666
1668
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1667
1669
|
// MessageCircleHeart aliases
|
|
@@ -1672,12 +1674,12 @@ export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
|
1672
1674
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1673
1675
|
// MessageCirclePlus aliases
|
|
1674
1676
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1677
|
+
// MessageCircleWarning aliases
|
|
1678
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1675
1679
|
// MessageCircleReply aliases
|
|
1676
1680
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1677
1681
|
// MessageCircleX aliases
|
|
1678
1682
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1679
|
-
// MessageCircleWarning aliases
|
|
1680
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1681
1683
|
// MessageCircle aliases
|
|
1682
1684
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1683
1685
|
// MessageSquareCode aliases
|
|
@@ -1716,54 +1718,54 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1716
1718
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1717
1719
|
// MicOff aliases
|
|
1718
1720
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
-
// Microchip aliases
|
|
1720
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1721
1721
|
// Mic aliases
|
|
1722
1722
|
export { default as MicIcon } from '../icons/mic';
|
|
1723
|
+
// Microchip aliases
|
|
1724
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1723
1725
|
// Microscope aliases
|
|
1724
1726
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1725
1727
|
// Microwave aliases
|
|
1726
1728
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1727
1729
|
// Milestone aliases
|
|
1728
1730
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
|
-
// MilkOff aliases
|
|
1730
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1731
1731
|
// Milk aliases
|
|
1732
1732
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
|
+
// MilkOff aliases
|
|
1734
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1733
1735
|
// Minimize2 aliases
|
|
1734
1736
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1735
1737
|
// Minimize aliases
|
|
1736
1738
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1737
|
-
// Minus aliases
|
|
1738
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1739
1739
|
// MonitorCheck aliases
|
|
1740
1740
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1741
|
+
// Minus aliases
|
|
1742
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1743
1743
|
// MonitorCog aliases
|
|
1744
1744
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1745
|
+
// MonitorCloud aliases
|
|
1746
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1745
1747
|
// MonitorDot aliases
|
|
1746
1748
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1747
|
-
// MonitorDown aliases
|
|
1748
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1749
1749
|
// MonitorOff aliases
|
|
1750
1750
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1751
|
+
// MonitorDown aliases
|
|
1752
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1751
1753
|
// MonitorPause aliases
|
|
1752
1754
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1753
1755
|
// MonitorPlay aliases
|
|
1754
1756
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1755
1757
|
// MonitorSmartphone aliases
|
|
1756
1758
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1757
|
-
// MonitorSpeaker aliases
|
|
1758
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1759
1759
|
// MonitorStop aliases
|
|
1760
1760
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1761
|
+
// MonitorSpeaker aliases
|
|
1762
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1761
1763
|
// MonitorUp aliases
|
|
1762
1764
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1763
|
-
// Monitor aliases
|
|
1764
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1765
1765
|
// MonitorX aliases
|
|
1766
1766
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1767
|
+
// Monitor aliases
|
|
1768
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1767
1769
|
// MoonStar aliases
|
|
1768
1770
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1769
1771
|
// Moon aliases
|
|
@@ -1778,46 +1780,46 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1778
1780
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1779
1781
|
// MousePointer2 aliases
|
|
1780
1782
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1781
|
-
// MousePointerBan aliases
|
|
1782
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1783
1783
|
// MousePointerClick aliases
|
|
1784
1784
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1785
|
+
// MousePointerBan aliases
|
|
1786
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1785
1787
|
// MousePointer aliases
|
|
1786
1788
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1787
1789
|
// Mouse aliases
|
|
1788
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1789
1791
|
// MoveDiagonal2 aliases
|
|
1790
1792
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1791
|
-
// MoveDiagonal aliases
|
|
1792
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
1793
|
// MoveDownLeft aliases
|
|
1794
1794
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1795
|
+
// MoveDiagonal aliases
|
|
1796
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1795
1797
|
// MoveDownRight aliases
|
|
1796
1798
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1797
1799
|
// MoveDown aliases
|
|
1798
1800
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1799
|
-
// MoveLeft aliases
|
|
1800
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1801
|
-
// MoveRight aliases
|
|
1802
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1803
1801
|
// MoveHorizontal aliases
|
|
1804
1802
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1803
|
+
// MoveRight aliases
|
|
1804
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1805
|
+
// MoveLeft aliases
|
|
1806
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1807
1807
|
// MoveUpRight aliases
|
|
1808
1808
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1809
|
+
// MoveUpLeft aliases
|
|
1810
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1809
1811
|
// MoveUp aliases
|
|
1810
1812
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1811
1813
|
// MoveVertical aliases
|
|
1812
1814
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1813
1815
|
// Move aliases
|
|
1814
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1815
|
-
// Music2 aliases
|
|
1816
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1817
1817
|
// Music3 aliases
|
|
1818
1818
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
1819
|
// Music4 aliases
|
|
1820
1820
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1821
|
+
// Music2 aliases
|
|
1822
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1821
1823
|
// Music aliases
|
|
1822
1824
|
export { default as MusicIcon } from '../icons/music';
|
|
1823
1825
|
// Navigation2Off aliases
|
|
@@ -1838,14 +1840,14 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1838
1840
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1839
1841
|
// NotebookPen aliases
|
|
1840
1842
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1841
|
-
// NotebookText aliases
|
|
1842
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1843
1843
|
// NotebookTabs aliases
|
|
1844
1844
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1845
|
-
// NotepadTextDashed aliases
|
|
1846
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1847
1845
|
// Notebook aliases
|
|
1848
1846
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1847
|
+
// NotebookText aliases
|
|
1848
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1849
|
+
// NotepadTextDashed aliases
|
|
1850
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1849
1851
|
// NotepadText aliases
|
|
1850
1852
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1851
1853
|
// NutOff aliases
|
|
@@ -1856,20 +1858,20 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1856
1858
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
1859
|
// Octagon aliases
|
|
1858
1860
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1859
|
-
// Option aliases
|
|
1860
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1861
1861
|
// Omega aliases
|
|
1862
1862
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1863
|
+
// Option aliases
|
|
1864
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1863
1865
|
// Orbit aliases
|
|
1864
1866
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1865
1867
|
// Origami aliases
|
|
1866
1868
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1867
1869
|
// Package2 aliases
|
|
1868
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1869
|
-
// PackageCheck aliases
|
|
1870
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1871
1871
|
// PackageMinus aliases
|
|
1872
1872
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1873
|
+
// PackageCheck aliases
|
|
1874
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1873
1875
|
// PackageOpen aliases
|
|
1874
1876
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1875
1877
|
// PackagePlus aliases
|
|
@@ -1880,50 +1882,50 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1880
1882
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1881
1883
|
// Package aliases
|
|
1882
1884
|
export { default as PackageIcon } from '../icons/package';
|
|
1883
|
-
// PaintBucket aliases
|
|
1884
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
1885
|
// PaintRoller aliases
|
|
1886
1886
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
|
-
//
|
|
1888
|
-
export { default as
|
|
1887
|
+
// PaintBucket aliases
|
|
1888
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1889
1889
|
// Paintbrush aliases
|
|
1890
1890
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1891
|
-
//
|
|
1892
|
-
export { default as
|
|
1891
|
+
// Palette aliases
|
|
1892
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1893
1893
|
// PanelBottomClose aliases
|
|
1894
1894
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1895
|
+
// Panda aliases
|
|
1896
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1895
1897
|
// PanelBottomOpen aliases
|
|
1896
1898
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1897
|
-
// PanelLeftRightDashed aliases
|
|
1898
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1899
|
-
// PanelRightClose aliases
|
|
1900
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1901
1899
|
// PanelBottom aliases
|
|
1902
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1901
|
+
// PanelRightClose aliases
|
|
1902
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
|
+
// PanelLeftRightDashed aliases
|
|
1904
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1903
1905
|
// PanelRightOpen aliases
|
|
1904
1906
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1905
|
-
// PanelTopBottomDashed aliases
|
|
1906
|
-
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1907
1907
|
// PanelRight aliases
|
|
1908
1908
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1909
|
+
// PanelTopBottomDashed aliases
|
|
1910
|
+
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1909
1911
|
// PanelTopClose aliases
|
|
1910
1912
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1911
1913
|
// PanelTopOpen aliases
|
|
1912
1914
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1913
1915
|
// PanelTop aliases
|
|
1914
1916
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1917
|
+
// PanelsRightBottom aliases
|
|
1918
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1915
1919
|
// PanelsLeftBottom aliases
|
|
1916
1920
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1917
1921
|
// Paperclip aliases
|
|
1918
1922
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1919
|
-
// PanelsRightBottom aliases
|
|
1920
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1921
1923
|
// Parentheses aliases
|
|
1922
1924
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1923
|
-
// PartyPopper aliases
|
|
1924
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1925
1925
|
// ParkingMeter aliases
|
|
1926
1926
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
|
+
// PartyPopper aliases
|
|
1928
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1927
1929
|
// Pause aliases
|
|
1928
1930
|
export { default as PauseIcon } from '../icons/pause';
|
|
1929
1931
|
// PawPrint aliases
|
|
@@ -1968,18 +1970,18 @@ export { default as PhoneIcon } from '../icons/phone';
|
|
|
1968
1970
|
export { default as PiIcon } from '../icons/pi';
|
|
1969
1971
|
// Piano aliases
|
|
1970
1972
|
export { default as PianoIcon } from '../icons/piano';
|
|
1971
|
-
// Pickaxe aliases
|
|
1972
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1973
1973
|
// PictureInPicture2 aliases
|
|
1974
1974
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1975
1975
|
// PictureInPicture aliases
|
|
1976
1976
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1977
|
+
// Pickaxe aliases
|
|
1978
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1979
1979
|
// PilcrowLeft aliases
|
|
1980
1980
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
1981
|
// PilcrowRight aliases
|
|
1982
1982
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1983
|
+
// PiggyBank aliases
|
|
1984
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1983
1985
|
// Pilcrow aliases
|
|
1984
1986
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1985
1987
|
// PillBottle aliases
|
|
@@ -2024,20 +2026,20 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
2024
2026
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2025
2027
|
// PoundSterling aliases
|
|
2026
2028
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2029
|
+
// Power aliases
|
|
2030
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2029
2031
|
// Presentation aliases
|
|
2030
2032
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2033
|
+
// PowerOff aliases
|
|
2034
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2031
2035
|
// PrinterCheck aliases
|
|
2032
2036
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2033
|
-
// Power aliases
|
|
2034
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2035
2037
|
// Printer aliases
|
|
2036
2038
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2037
|
-
// Projector aliases
|
|
2038
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2039
2039
|
// Proportions aliases
|
|
2040
2040
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2041
|
+
// Projector aliases
|
|
2042
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2041
2043
|
// Puzzle aliases
|
|
2042
2044
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2043
2045
|
// Pyramid aliases
|
|
@@ -2070,40 +2072,40 @@ export { default as RainbowIcon } from '../icons/rainbow';
|
|
|
2070
2072
|
export { default as RatIcon } from '../icons/rat';
|
|
2071
2073
|
// Ratio aliases
|
|
2072
2074
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2073
|
-
// ReceiptEuro aliases
|
|
2074
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2075
2075
|
// ReceiptCent aliases
|
|
2076
2076
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2077
|
+
// ReceiptEuro aliases
|
|
2078
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2077
2079
|
// ReceiptIndianRupee aliases
|
|
2078
2080
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2079
|
-
// ReceiptJapaneseYen aliases
|
|
2080
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2081
2081
|
// ReceiptPoundSterling aliases
|
|
2082
2082
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2083
2083
|
// ReceiptRussianRuble aliases
|
|
2084
2084
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2085
|
+
// ReceiptJapaneseYen aliases
|
|
2086
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2087
2087
|
// ReceiptText aliases
|
|
2088
2088
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2089
|
-
//
|
|
2090
|
-
export { default as
|
|
2089
|
+
// ReceiptSwissFranc aliases
|
|
2090
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2091
2091
|
// ReceiptTurkishLira aliases
|
|
2092
2092
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2093
|
+
// Receipt aliases
|
|
2094
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
2095
|
// RectangleCircle aliases
|
|
2094
2096
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2095
2097
|
// RectangleGoggles aliases
|
|
2096
2098
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2097
|
-
// RectangleHorizontal aliases
|
|
2098
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2099
2099
|
// RectangleVertical aliases
|
|
2100
2100
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2101
|
+
// RectangleHorizontal aliases
|
|
2102
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2101
2103
|
// Recycle aliases
|
|
2102
2104
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2103
|
-
// Redo2 aliases
|
|
2104
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2105
2105
|
// RedoDot aliases
|
|
2106
2106
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2107
|
+
// Redo2 aliases
|
|
2108
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2107
2109
|
// Redo aliases
|
|
2108
2110
|
export { default as RedoIcon } from '../icons/redo';
|
|
2109
2111
|
// RefreshCcwDot aliases
|
|
@@ -2118,30 +2120,30 @@ export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
|
2118
2120
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2119
2121
|
// Regex aliases
|
|
2120
2122
|
export { default as RegexIcon } from '../icons/regex';
|
|
2121
|
-
// RemoveFormatting aliases
|
|
2122
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2123
2123
|
// Repeat1 aliases
|
|
2124
2124
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
|
+
// RemoveFormatting aliases
|
|
2126
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2125
2127
|
// Repeat2 aliases
|
|
2126
2128
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2127
2129
|
// Repeat aliases
|
|
2128
2130
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2129
2131
|
// ReplaceAll aliases
|
|
2130
2132
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2131
|
-
// Replace aliases
|
|
2132
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2133
2133
|
// ReplyAll aliases
|
|
2134
2134
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2135
|
+
// Replace aliases
|
|
2136
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2135
2137
|
// Reply aliases
|
|
2136
2138
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2137
2139
|
// Ribbon aliases
|
|
2138
2140
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2139
2141
|
// Rewind aliases
|
|
2140
2142
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2141
|
-
// Rocket aliases
|
|
2142
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2143
2143
|
// RockingChair aliases
|
|
2144
2144
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2145
|
+
// Rocket aliases
|
|
2146
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
2147
|
// RollerCoaster aliases
|
|
2146
2148
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2147
2149
|
// Rose aliases
|
|
@@ -2152,14 +2154,14 @@ export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
|
2152
2154
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2153
2155
|
// RotateCcw aliases
|
|
2154
2156
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2155
|
-
// RotateCw aliases
|
|
2156
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2157
2157
|
// RotateCwSquare aliases
|
|
2158
2158
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2159
|
-
//
|
|
2160
|
-
export { default as
|
|
2159
|
+
// RotateCw aliases
|
|
2160
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2161
2161
|
// Route aliases
|
|
2162
2162
|
export { default as RouteIcon } from '../icons/route';
|
|
2163
|
+
// RouteOff aliases
|
|
2164
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2163
2165
|
// Router aliases
|
|
2164
2166
|
export { default as RouterIcon } from '../icons/router';
|
|
2165
2167
|
// Rows4 aliases
|
|
@@ -2170,36 +2172,36 @@ export { default as RssIcon } from '../icons/rss';
|
|
|
2170
2172
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2171
2173
|
// Ruler aliases
|
|
2172
2174
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2173
|
-
// RussianRuble aliases
|
|
2174
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2175
2175
|
// Sailboat aliases
|
|
2176
2176
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2177
|
+
// RussianRuble aliases
|
|
2178
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2177
2179
|
// Salad aliases
|
|
2178
2180
|
export { default as SaladIcon } from '../icons/salad';
|
|
2179
2181
|
// Sandwich aliases
|
|
2180
2182
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2183
|
+
// Satellite aliases
|
|
2184
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2181
2185
|
// SatelliteDish aliases
|
|
2182
2186
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2183
2187
|
// SaudiRiyal aliases
|
|
2184
2188
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2185
|
-
// Satellite aliases
|
|
2186
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2187
2189
|
// SaveOff aliases
|
|
2188
2190
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2189
|
-
// SaveAll aliases
|
|
2190
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
2191
|
// Save aliases
|
|
2192
2192
|
export { default as SaveIcon } from '../icons/save';
|
|
2193
|
+
// SaveAll aliases
|
|
2194
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2193
2195
|
// Scale aliases
|
|
2194
2196
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2195
2197
|
// Scaling aliases
|
|
2196
2198
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2197
|
-
// ScanBarcode aliases
|
|
2198
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2199
2199
|
// ScanEye aliases
|
|
2200
2200
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2201
2201
|
// ScanFace aliases
|
|
2202
2202
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
|
+
// ScanBarcode aliases
|
|
2204
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2203
2205
|
// ScanHeart aliases
|
|
2204
2206
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2205
2207
|
// ScanLine aliases
|
|
@@ -2208,16 +2210,16 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2208
2210
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2209
2211
|
// ScanSearch aliases
|
|
2210
2212
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2211
|
-
// Scan aliases
|
|
2212
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2213
2213
|
// ScanText aliases
|
|
2214
2214
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2215
|
+
// Scan aliases
|
|
2216
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2217
|
+
// Scissors aliases
|
|
2218
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2215
2219
|
// School aliases
|
|
2216
2220
|
export { default as SchoolIcon } from '../icons/school';
|
|
2217
2221
|
// ScissorsLineDashed aliases
|
|
2218
2222
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2219
|
-
// Scissors aliases
|
|
2220
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2221
2223
|
// ScreenShareOff aliases
|
|
2222
2224
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2223
2225
|
// ScreenShare aliases
|
|
@@ -2226,28 +2228,28 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2226
2228
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2227
2229
|
// Scroll aliases
|
|
2228
2230
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2231
|
+
// SearchCheck aliases
|
|
2232
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2229
2233
|
// SearchCode aliases
|
|
2230
2234
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2231
2235
|
// SearchSlash aliases
|
|
2232
2236
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2233
|
-
// SearchCheck aliases
|
|
2234
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2235
2237
|
// SearchX aliases
|
|
2236
2238
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2237
|
-
// Section aliases
|
|
2238
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2239
2239
|
// Search aliases
|
|
2240
2240
|
export { default as SearchIcon } from '../icons/search';
|
|
2241
|
+
// Section aliases
|
|
2242
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2241
2243
|
// SendToBack aliases
|
|
2242
2244
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2243
2245
|
// Send aliases
|
|
2244
2246
|
export { default as SendIcon } from '../icons/send';
|
|
2245
|
-
// SeparatorHorizontal aliases
|
|
2246
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2247
|
-
// ServerCog aliases
|
|
2248
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2249
2247
|
// SeparatorVertical aliases
|
|
2250
2248
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2249
|
+
// ServerCog aliases
|
|
2250
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2251
|
+
// SeparatorHorizontal aliases
|
|
2252
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2251
2253
|
// ServerCrash aliases
|
|
2252
2254
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2253
2255
|
// ServerOff aliases
|
|
@@ -2260,18 +2262,18 @@ export { default as Settings2Icon } from '../icons/settings-2';
|
|
|
2260
2262
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2261
2263
|
// Shapes aliases
|
|
2262
2264
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2263
|
-
// Share2 aliases
|
|
2264
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2265
2265
|
// Share aliases
|
|
2266
2266
|
export { default as ShareIcon } from '../icons/share';
|
|
2267
|
+
// Share2 aliases
|
|
2268
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2267
2269
|
// Sheet aliases
|
|
2268
2270
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2269
2271
|
// Shell aliases
|
|
2270
2272
|
export { default as ShellIcon } from '../icons/shell';
|
|
2271
|
-
// ShieldAlert aliases
|
|
2272
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2273
2273
|
// ShieldBan aliases
|
|
2274
2274
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2275
|
+
// ShieldAlert aliases
|
|
2276
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2275
2277
|
// ShieldCheck aliases
|
|
2276
2278
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2277
2279
|
// ShieldEllipsis aliases
|
|
@@ -2282,46 +2284,46 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2282
2284
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2283
2285
|
// ShieldOff aliases
|
|
2284
2286
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2285
|
-
// ShieldPlus aliases
|
|
2286
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2287
2287
|
// ShieldUser aliases
|
|
2288
2288
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2289
|
-
// Shield aliases
|
|
2290
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2291
2289
|
// ShipWheel aliases
|
|
2292
2290
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2293
|
-
//
|
|
2294
|
-
export { default as
|
|
2291
|
+
// ShieldPlus aliases
|
|
2292
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2293
|
+
// Shield aliases
|
|
2294
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
2295
|
// Shirt aliases
|
|
2296
2296
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2297
|
+
// Ship aliases
|
|
2298
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2297
2299
|
// ShoppingBag aliases
|
|
2298
2300
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2299
2301
|
// ShoppingBasket aliases
|
|
2300
2302
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2301
2303
|
// ShoppingCart aliases
|
|
2302
2304
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2303
|
-
// Shovel aliases
|
|
2304
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2305
2305
|
// Shredder aliases
|
|
2306
2306
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2307
2307
|
// ShowerHead aliases
|
|
2308
2308
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2309
2309
|
// Shrimp aliases
|
|
2310
2310
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2311
|
+
// Shovel aliases
|
|
2312
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2311
2313
|
// Shrink aliases
|
|
2312
2314
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2315
|
+
// Sigma aliases
|
|
2316
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2313
2317
|
// Shrub aliases
|
|
2314
2318
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2315
2319
|
// Shuffle aliases
|
|
2316
2320
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2317
|
-
// Sigma aliases
|
|
2318
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2319
|
-
// SignalMedium aliases
|
|
2320
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2321
2321
|
// SignalHigh aliases
|
|
2322
2322
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2323
2323
|
// SignalLow aliases
|
|
2324
2324
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2325
|
+
// SignalMedium aliases
|
|
2326
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2325
2327
|
// SignalZero aliases
|
|
2326
2328
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2327
2329
|
// Signal aliases
|
|
@@ -2330,10 +2332,10 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2330
2332
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2331
2333
|
// SignpostBig aliases
|
|
2332
2334
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2333
|
-
// Signpost aliases
|
|
2334
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2335
2335
|
// Siren aliases
|
|
2336
2336
|
export { default as SirenIcon } from '../icons/siren';
|
|
2337
|
+
// Signpost aliases
|
|
2338
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2337
2339
|
// SkipBack aliases
|
|
2338
2340
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2339
2341
|
// SkipForward aliases
|
|
@@ -2348,12 +2350,12 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2348
2350
|
export { default as SliceIcon } from '../icons/slice';
|
|
2349
2351
|
// SlidersHorizontal aliases
|
|
2350
2352
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2351
|
-
// SmartphoneNfc aliases
|
|
2352
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2353
2353
|
// SmartphoneCharging aliases
|
|
2354
2354
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2355
2355
|
// Smartphone aliases
|
|
2356
2356
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2357
|
+
// SmartphoneNfc aliases
|
|
2358
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2357
2359
|
// SmilePlus aliases
|
|
2358
2360
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2359
2361
|
// Smile aliases
|
|
@@ -2370,24 +2372,24 @@ export { default as SofaIcon } from '../icons/sofa';
|
|
|
2370
2372
|
export { default as SoupIcon } from '../icons/soup';
|
|
2371
2373
|
// Space aliases
|
|
2372
2374
|
export { default as SpaceIcon } from '../icons/space';
|
|
2373
|
-
// Spade aliases
|
|
2374
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2375
2375
|
// Sparkle aliases
|
|
2376
2376
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2377
|
+
// Spade aliases
|
|
2378
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2379
2379
|
// Speaker aliases
|
|
2380
2380
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2381
2381
|
// SpellCheck2 aliases
|
|
2382
2382
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2383
|
+
// Speech aliases
|
|
2384
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2385
2385
|
// SplinePointer aliases
|
|
2386
2386
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2387
|
-
//
|
|
2388
|
-
export { default as
|
|
2387
|
+
// SpellCheck aliases
|
|
2388
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2389
2389
|
// Split aliases
|
|
2390
2390
|
export { default as SplitIcon } from '../icons/split';
|
|
2391
|
+
// Spline aliases
|
|
2392
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2391
2393
|
// Spool aliases
|
|
2392
2394
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2393
2395
|
// Spotlight aliases
|
|
@@ -2398,74 +2400,74 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2398
2400
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2399
2401
|
// SquareDashedBottomCode aliases
|
|
2400
2402
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2401
|
-
// SquareDashedBottom aliases
|
|
2402
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2403
2403
|
// SquareDashedTopSolid aliases
|
|
2404
2404
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2405
2405
|
// SquarePause aliases
|
|
2406
2406
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2407
|
+
// SquareRoundCorner aliases
|
|
2408
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2409
|
+
// SquareDashedBottom aliases
|
|
2410
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2407
2411
|
// SquareRadical aliases
|
|
2408
2412
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2409
2413
|
// SquareSquare aliases
|
|
2410
2414
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2411
|
-
// SquareStack aliases
|
|
2412
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2413
|
-
// SquareRoundCorner aliases
|
|
2414
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2415
|
-
// SquareStar aliases
|
|
2416
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2417
2415
|
// SquareStop aliases
|
|
2418
2416
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2419
2417
|
// Square aliases
|
|
2420
2418
|
export { default as SquareIcon } from '../icons/square';
|
|
2419
|
+
// SquareStack aliases
|
|
2420
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2421
|
+
// SquareStar aliases
|
|
2422
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2421
2423
|
// SquaresExclude aliases
|
|
2422
2424
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2423
|
-
// SquaresIntersect aliases
|
|
2424
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2425
2425
|
// SquaresSubtract aliases
|
|
2426
2426
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2427
|
+
// SquaresIntersect aliases
|
|
2428
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2427
2429
|
// SquaresUnite aliases
|
|
2428
2430
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2429
2431
|
// SquircleDashed aliases
|
|
2430
2432
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2431
2433
|
// Squircle aliases
|
|
2432
2434
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2433
|
-
// Squirrel aliases
|
|
2434
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2435
2435
|
// Stamp aliases
|
|
2436
2436
|
export { default as StampIcon } from '../icons/stamp';
|
|
2437
|
+
// Squirrel aliases
|
|
2438
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2439
|
+
// StarHalf aliases
|
|
2440
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2437
2441
|
// StarOff aliases
|
|
2438
2442
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2439
2443
|
// Star aliases
|
|
2440
2444
|
export { default as StarIcon } from '../icons/star';
|
|
2441
|
-
// StepForward aliases
|
|
2442
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2443
|
-
// StarHalf aliases
|
|
2444
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2445
|
-
// Stethoscope aliases
|
|
2446
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2447
2445
|
// StepBack aliases
|
|
2448
2446
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2447
|
+
// StepForward aliases
|
|
2448
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2449
2449
|
// Sticker aliases
|
|
2450
2450
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2451
2451
|
// StickyNote aliases
|
|
2452
2452
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2453
|
+
// Stethoscope aliases
|
|
2454
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2453
2455
|
// Store aliases
|
|
2454
2456
|
export { default as StoreIcon } from '../icons/store';
|
|
2455
2457
|
// StretchHorizontal aliases
|
|
2456
2458
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2457
2459
|
// StretchVertical aliases
|
|
2458
2460
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2459
|
-
// Strikethrough aliases
|
|
2460
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2461
2461
|
// Subscript aliases
|
|
2462
2462
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2463
|
+
// SunMedium aliases
|
|
2464
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2465
|
+
// Strikethrough aliases
|
|
2466
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2463
2467
|
// SunDim aliases
|
|
2464
2468
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2465
2469
|
// SunMoon aliases
|
|
2466
2470
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2467
|
-
// SunMedium aliases
|
|
2468
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2469
2471
|
// SunSnow aliases
|
|
2470
2472
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2471
2473
|
// Sun aliases
|
|
@@ -2476,42 +2478,42 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2476
2478
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2477
2479
|
// Superscript aliases
|
|
2478
2480
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2479
|
-
// SwissFranc aliases
|
|
2480
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2481
|
-
// SwatchBook aliases
|
|
2482
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2483
2481
|
// SwitchCamera aliases
|
|
2484
2482
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2485
|
-
//
|
|
2486
|
-
export { default as
|
|
2483
|
+
// SwatchBook aliases
|
|
2484
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2485
|
+
// SwissFranc aliases
|
|
2486
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2487
2487
|
// Swords aliases
|
|
2488
2488
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2489
|
+
// Sword aliases
|
|
2490
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2489
2491
|
// Syringe aliases
|
|
2490
2492
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2491
|
-
// Table2 aliases
|
|
2492
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2493
|
-
// TableCellsSplit aliases
|
|
2494
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2495
2493
|
// TableCellsMerge aliases
|
|
2496
2494
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2495
|
+
// Table2 aliases
|
|
2496
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
2497
|
// TableColumnsSplit aliases
|
|
2498
2498
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2499
|
+
// TableCellsSplit aliases
|
|
2500
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2499
2501
|
// TableOfContents aliases
|
|
2500
2502
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2501
2503
|
// TableProperties aliases
|
|
2502
2504
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2503
|
-
// Table aliases
|
|
2504
|
-
export { default as TableIcon } from '../icons/table';
|
|
2505
2505
|
// TableRowsSplit aliases
|
|
2506
2506
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2507
|
-
//
|
|
2508
|
-
export { default as
|
|
2507
|
+
// Table aliases
|
|
2508
|
+
export { default as TableIcon } from '../icons/table';
|
|
2509
2509
|
// Tablet aliases
|
|
2510
2510
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2511
|
+
// TabletSmartphone aliases
|
|
2512
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2513
2513
|
// Tablets aliases
|
|
2514
2514
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2515
|
+
// Tag aliases
|
|
2516
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2515
2517
|
// Tags aliases
|
|
2516
2518
|
export { default as TagsIcon } from '../icons/tags';
|
|
2517
2519
|
// Tally1 aliases
|
|
@@ -2524,10 +2526,10 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2524
2526
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2525
2527
|
// Tally5 aliases
|
|
2526
2528
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2527
|
-
// Target aliases
|
|
2528
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2529
2529
|
// Tangent aliases
|
|
2530
2530
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2531
|
+
// Target aliases
|
|
2532
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2531
2533
|
// Telescope aliases
|
|
2532
2534
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2533
2535
|
// TentTree aliases
|
|
@@ -2544,32 +2546,32 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2544
2546
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2545
2547
|
// TextCursor aliases
|
|
2546
2548
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2549
|
+
// Theater aliases
|
|
2550
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2547
2551
|
// TextQuote aliases
|
|
2548
2552
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2549
2553
|
// TextSearch aliases
|
|
2550
2554
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2551
|
-
// Theater aliases
|
|
2552
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2553
2555
|
// ThermometerSnowflake aliases
|
|
2554
2556
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2555
2557
|
// ThermometerSun aliases
|
|
2556
2558
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2557
2559
|
// Thermometer aliases
|
|
2558
2560
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2559
|
-
// ThumbsUp aliases
|
|
2560
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2561
2561
|
// ThumbsDown aliases
|
|
2562
2562
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2563
2563
|
// TicketCheck aliases
|
|
2564
2564
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2565
|
+
// ThumbsUp aliases
|
|
2566
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2565
2567
|
// TicketMinus aliases
|
|
2566
2568
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2567
2569
|
// TicketPercent aliases
|
|
2568
2570
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2569
|
-
// TicketSlash aliases
|
|
2570
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2571
2571
|
// TicketPlus aliases
|
|
2572
2572
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2573
|
+
// TicketSlash aliases
|
|
2574
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2573
2575
|
// TicketX aliases
|
|
2574
2576
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2575
2577
|
// Ticket aliases
|
|
@@ -2578,98 +2580,100 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2578
2580
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2579
2581
|
// Tickets aliases
|
|
2580
2582
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2581
|
-
// TimerOff aliases
|
|
2582
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2583
2583
|
// TimerReset aliases
|
|
2584
2584
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2585
|
+
// TimerOff aliases
|
|
2586
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2585
2587
|
// Timer aliases
|
|
2586
2588
|
export { default as TimerIcon } from '../icons/timer';
|
|
2587
|
-
// ToggleLeft aliases
|
|
2588
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2589
2589
|
// ToggleRight aliases
|
|
2590
2590
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2591
|
+
// ToggleLeft aliases
|
|
2592
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2591
2593
|
// Toilet aliases
|
|
2592
2594
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2595
|
+
// Tornado aliases
|
|
2596
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2595
2597
|
// Torus aliases
|
|
2596
2598
|
export { default as TorusIcon } from '../icons/torus';
|
|
2599
|
+
// ToolCase aliases
|
|
2600
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2597
2601
|
// TouchpadOff aliases
|
|
2598
2602
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2599
|
-
// Touchpad aliases
|
|
2600
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2601
|
-
// Tornado aliases
|
|
2602
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2603
2603
|
// TowerControl aliases
|
|
2604
2604
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2605
|
+
// Touchpad aliases
|
|
2606
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2605
2607
|
// ToyBrick aliases
|
|
2606
2608
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2607
2609
|
// Tractor aliases
|
|
2608
2610
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2609
2611
|
// TrafficCone aliases
|
|
2610
2612
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2611
|
-
// TrainFrontTunnel aliases
|
|
2612
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2613
2613
|
// TrainFront aliases
|
|
2614
2614
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2615
|
-
// TrainTrack aliases
|
|
2616
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2617
2615
|
// Transgender aliases
|
|
2618
2616
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2617
|
+
// TrainFrontTunnel aliases
|
|
2618
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2619
|
+
// TrainTrack aliases
|
|
2620
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2619
2621
|
// Trash2 aliases
|
|
2620
2622
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2623
|
+
// Trash aliases
|
|
2624
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2621
2625
|
// TreeDeciduous aliases
|
|
2622
2626
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2623
2627
|
// TreePine aliases
|
|
2624
2628
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2625
|
-
// Trees aliases
|
|
2626
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2627
2629
|
// Trello aliases
|
|
2628
2630
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2631
|
+
// Trees aliases
|
|
2632
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2631
2633
|
// TrendingUpDown aliases
|
|
2632
2634
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2635
|
+
// TrendingDown aliases
|
|
2636
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2635
2637
|
// TriangleDashed aliases
|
|
2636
2638
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
+
// TrendingUp aliases
|
|
2640
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2639
2641
|
// TriangleRight aliases
|
|
2640
2642
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2643
|
+
// Triangle aliases
|
|
2644
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2641
2645
|
// Trophy aliases
|
|
2642
2646
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2643
2647
|
// TruckElectric aliases
|
|
2644
2648
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2645
|
-
// TurkishLira aliases
|
|
2646
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2647
2649
|
// Truck aliases
|
|
2648
2650
|
export { default as TruckIcon } from '../icons/truck';
|
|
2651
|
+
// TurkishLira aliases
|
|
2652
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2649
2653
|
// Turntable aliases
|
|
2650
2654
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
|
+
// Turtle aliases
|
|
2656
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2651
2657
|
// TvMinimalPlay aliases
|
|
2652
2658
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2653
|
-
// Tv aliases
|
|
2654
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2655
2659
|
// Twitch aliases
|
|
2656
2660
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2659
|
-
// Twitter aliases
|
|
2660
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2661
|
+
// Tv aliases
|
|
2662
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2661
2663
|
// TypeOutline aliases
|
|
2662
2664
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2665
|
+
// Twitter aliases
|
|
2666
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2665
2667
|
// UmbrellaOff aliases
|
|
2666
2668
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2669
|
+
// Type aliases
|
|
2670
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2667
2671
|
// Umbrella aliases
|
|
2668
2672
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2669
|
-
// Undo2 aliases
|
|
2670
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2671
2673
|
// Underline aliases
|
|
2672
2674
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2675
|
+
// Undo2 aliases
|
|
2676
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2673
2677
|
// UndoDot aliases
|
|
2674
2678
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2675
2679
|
// Undo aliases
|
|
@@ -2684,28 +2688,28 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2684
2688
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2685
2689
|
// Unlink aliases
|
|
2686
2690
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2687
|
-
// Upload aliases
|
|
2688
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2689
2691
|
// Unplug aliases
|
|
2690
2692
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2693
|
+
// Upload aliases
|
|
2694
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2693
2695
|
// Usb aliases
|
|
2694
2696
|
export { default as UsbIcon } from '../icons/usb';
|
|
2695
|
-
// UserLock aliases
|
|
2696
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2697
2697
|
// UserCog aliases
|
|
2698
2698
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2699
|
+
// UserCheck aliases
|
|
2700
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2701
|
+
// UserLock aliases
|
|
2702
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2699
2703
|
// UserMinus aliases
|
|
2700
2704
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2701
2705
|
// UserPen aliases
|
|
2702
2706
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2707
|
+
// UserPlus aliases
|
|
2708
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2703
2709
|
// UserRoundPen aliases
|
|
2704
2710
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2705
2711
|
// UserRoundSearch aliases
|
|
2706
2712
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2707
|
-
// UserPlus aliases
|
|
2708
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2709
2713
|
// UserSearch aliases
|
|
2710
2714
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2711
2715
|
// UserStar aliases
|
|
@@ -2714,10 +2718,10 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2714
2718
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2715
2719
|
// User aliases
|
|
2716
2720
|
export { default as UserIcon } from '../icons/user';
|
|
2717
|
-
// Users aliases
|
|
2718
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2719
2721
|
// UtilityPole aliases
|
|
2720
2722
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2723
|
+
// Users aliases
|
|
2724
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2721
2725
|
// Variable aliases
|
|
2722
2726
|
export { default as VariableIcon } from '../icons/variable';
|
|
2723
2727
|
// Vault aliases
|
|
@@ -2730,72 +2734,72 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2730
2734
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2731
2735
|
// VenusAndMars aliases
|
|
2732
2736
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2733
|
-
// Venus aliases
|
|
2734
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2735
2737
|
// VibrateOff aliases
|
|
2736
2738
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2739
|
-
// Video aliases
|
|
2740
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2739
|
+
// Venus aliases
|
|
2740
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2741
2741
|
// VideoOff aliases
|
|
2742
2742
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2743
|
+
// Video aliases
|
|
2744
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2745
|
+
// Vibrate aliases
|
|
2746
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2743
2747
|
// Videotape aliases
|
|
2744
2748
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2745
2749
|
// View aliases
|
|
2746
2750
|
export { default as ViewIcon } from '../icons/view';
|
|
2747
2751
|
// Voicemail aliases
|
|
2748
2752
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2753
|
+
// Volleyball aliases
|
|
2754
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2749
2755
|
// Volume1 aliases
|
|
2750
2756
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2751
2757
|
// Volume2 aliases
|
|
2752
2758
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2753
|
-
// Volleyball aliases
|
|
2754
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2755
2759
|
// VolumeOff aliases
|
|
2756
2760
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2761
|
+
// Vote aliases
|
|
2762
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2757
2763
|
// VolumeX aliases
|
|
2758
2764
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2759
2765
|
// Volume aliases
|
|
2760
2766
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2761
|
-
// Vote aliases
|
|
2762
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2763
2767
|
// WalletCards aliases
|
|
2764
2768
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2765
|
-
// Wallet aliases
|
|
2766
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2767
2769
|
// Wallpaper aliases
|
|
2768
2770
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2769
|
-
//
|
|
2770
|
-
export { default as
|
|
2771
|
+
// Wallet aliases
|
|
2772
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2771
2773
|
// Warehouse aliases
|
|
2772
2774
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2773
|
-
//
|
|
2774
|
-
export { default as
|
|
2775
|
+
// Wand aliases
|
|
2776
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2775
2777
|
// WashingMachine aliases
|
|
2776
2778
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2779
|
+
// Watch aliases
|
|
2780
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2777
2781
|
// WavesLadder aliases
|
|
2778
2782
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2779
2783
|
// Waves aliases
|
|
2780
2784
|
export { default as WavesIcon } from '../icons/waves';
|
|
2781
|
-
// Waypoints aliases
|
|
2782
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2783
2785
|
// Webcam aliases
|
|
2784
2786
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2787
|
+
// Waypoints aliases
|
|
2788
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2789
|
+
// WebhookOff aliases
|
|
2790
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2785
2791
|
// Webhook aliases
|
|
2786
2792
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2787
2793
|
// Weight aliases
|
|
2788
2794
|
export { default as WeightIcon } from '../icons/weight';
|
|
2789
|
-
// WebhookOff aliases
|
|
2790
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2791
2795
|
// WheatOff aliases
|
|
2792
2796
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2797
|
+
// Wheat aliases
|
|
2798
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2793
2799
|
// WholeWord aliases
|
|
2794
2800
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2795
2801
|
// WifiCog aliases
|
|
2796
2802
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2797
|
-
// Wheat aliases
|
|
2798
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2799
2803
|
// WifiHigh aliases
|
|
2800
2804
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2801
2805
|
// WifiLow aliases
|
|
@@ -2804,38 +2808,38 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2804
2808
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2805
2809
|
// WifiPen aliases
|
|
2806
2810
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2811
|
+
// WifiSync aliases
|
|
2812
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2807
2813
|
// WifiZero aliases
|
|
2808
2814
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2809
2815
|
// Wifi aliases
|
|
2810
2816
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2811
|
-
// WifiSync aliases
|
|
2812
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2813
2817
|
// WindArrowDown aliases
|
|
2814
2818
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2815
2819
|
// Wind aliases
|
|
2816
2820
|
export { default as WindIcon } from '../icons/wind';
|
|
2817
|
-
// Wine aliases
|
|
2818
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2819
2821
|
// WineOff aliases
|
|
2820
2822
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2821
2823
|
// Workflow aliases
|
|
2822
2824
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2825
|
+
// Wine aliases
|
|
2826
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2825
2827
|
// Worm aliases
|
|
2826
2828
|
export { default as WormIcon } from '../icons/worm';
|
|
2829
|
+
// Wrench aliases
|
|
2830
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2827
2831
|
// X aliases
|
|
2828
2832
|
export { default as XIcon } from '../icons/x';
|
|
2829
|
-
// ZapOff aliases
|
|
2830
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2831
2833
|
// Youtube aliases
|
|
2832
2834
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2835
|
+
// ZapOff aliases
|
|
2836
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2833
2837
|
// Zap aliases
|
|
2834
2838
|
export { default as ZapIcon } from '../icons/zap';
|
|
2835
|
-
// ZoomIn aliases
|
|
2836
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2837
2839
|
// ZoomOut aliases
|
|
2838
2840
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2841
|
+
// ZoomIn aliases
|
|
2842
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2839
2843
|
// ArrowDown01 aliases
|
|
2840
2844
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2841
2845
|
// ArrowDown10 aliases
|
|
@@ -2844,14 +2848,6 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2844
2848
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2845
2849
|
// ArrowUp10 aliases
|
|
2846
2850
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2847
|
-
// Trash aliases
|
|
2848
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2849
|
-
// AlarmClockPlus aliases
|
|
2850
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2851
|
-
export {
|
|
2852
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2853
|
-
default as AlarmPlusIcon
|
|
2854
|
-
} from '../icons/alarm-clock-plus';
|
|
2855
2851
|
// AlarmClockMinus aliases
|
|
2856
2852
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2857
2853
|
export {
|
|
@@ -2864,24 +2860,30 @@ export {
|
|
|
2864
2860
|
/** @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 */
|
|
2865
2861
|
default as AlarmCheckIcon
|
|
2866
2862
|
} from '../icons/alarm-clock-check';
|
|
2863
|
+
// AlarmClockPlus aliases
|
|
2864
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2867
|
+
default as AlarmPlusIcon
|
|
2868
|
+
} from '../icons/alarm-clock-plus';
|
|
2867
2869
|
// ArrowDownAZ aliases
|
|
2868
2870
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2869
2871
|
export {
|
|
2870
2872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2871
2873
|
default as ArrowDownAzIcon
|
|
2872
2874
|
} from '../icons/arrow-down-a-z';
|
|
2873
|
-
// ArrowDownZA aliases
|
|
2874
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2875
|
-
export {
|
|
2876
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2877
|
-
default as ArrowDownZaIcon
|
|
2878
|
-
} from '../icons/arrow-down-z-a';
|
|
2879
2875
|
// ArrowDownWideNarrow aliases
|
|
2880
2876
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2881
2877
|
export {
|
|
2882
2878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2883
2879
|
default as SortDescIcon
|
|
2884
2880
|
} from '../icons/arrow-down-wide-narrow';
|
|
2881
|
+
// ArrowDownZA aliases
|
|
2882
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2883
|
+
export {
|
|
2884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2885
|
+
default as ArrowDownZaIcon
|
|
2886
|
+
} from '../icons/arrow-down-z-a';
|
|
2885
2887
|
// ArrowUpAZ aliases
|
|
2886
2888
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2887
2889
|
export {
|
|
@@ -2924,30 +2926,30 @@ export {
|
|
|
2924
2926
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2925
2927
|
default as BetweenHorizonalEndIcon
|
|
2926
2928
|
} from '../icons/between-horizontal-end';
|
|
2927
|
-
// BetweenHorizontalStart aliases
|
|
2928
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2929
|
-
export {
|
|
2930
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2931
|
-
default as BetweenHorizonalStartIcon
|
|
2932
|
-
} from '../icons/between-horizontal-start';
|
|
2933
|
-
// BookDashed aliases
|
|
2934
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2935
|
-
export {
|
|
2936
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2937
|
-
default as BookTemplateIcon
|
|
2938
|
-
} from '../icons/book-dashed';
|
|
2939
2929
|
// Braces aliases
|
|
2940
2930
|
export { default as BracesIcon } from '../icons/braces';
|
|
2941
2931
|
export {
|
|
2942
2932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2943
2933
|
default as CurlyBracesIcon
|
|
2944
2934
|
} from '../icons/braces';
|
|
2935
|
+
// BetweenHorizontalStart aliases
|
|
2936
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2937
|
+
export {
|
|
2938
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2939
|
+
default as BetweenHorizonalStartIcon
|
|
2940
|
+
} from '../icons/between-horizontal-start';
|
|
2945
2941
|
// Captions aliases
|
|
2946
2942
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2947
2943
|
export {
|
|
2948
2944
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2949
2945
|
default as SubtitlesIcon
|
|
2950
2946
|
} from '../icons/captions';
|
|
2947
|
+
// BookDashed aliases
|
|
2948
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2949
|
+
export {
|
|
2950
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2951
|
+
default as BookTemplateIcon
|
|
2952
|
+
} from '../icons/book-dashed';
|
|
2951
2953
|
// ChartArea aliases
|
|
2952
2954
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2953
2955
|
export {
|
|
@@ -2960,18 +2962,24 @@ export {
|
|
|
2960
2962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2961
2963
|
default as BarChartHorizontalBigIcon
|
|
2962
2964
|
} from '../icons/chart-bar-big';
|
|
2965
|
+
// ChartBar aliases
|
|
2966
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2967
|
+
export {
|
|
2968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2969
|
+
default as BarChartHorizontalIcon
|
|
2970
|
+
} from '../icons/chart-bar';
|
|
2963
2971
|
// ChartCandlestick aliases
|
|
2964
2972
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2965
2973
|
export {
|
|
2966
2974
|
/** @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 */
|
|
2967
2975
|
default as CandlestickChartIcon
|
|
2968
2976
|
} from '../icons/chart-candlestick';
|
|
2969
|
-
//
|
|
2970
|
-
export { default as
|
|
2977
|
+
// ChartColumnBig aliases
|
|
2978
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2971
2979
|
export {
|
|
2972
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2973
|
-
default as
|
|
2974
|
-
} from '../icons/chart-
|
|
2980
|
+
/** @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 */
|
|
2981
|
+
default as BarChartBigIcon
|
|
2982
|
+
} from '../icons/chart-column-big';
|
|
2975
2983
|
// ChartColumnIncreasing aliases
|
|
2976
2984
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2977
2985
|
export {
|
|
@@ -2984,30 +2992,24 @@ export {
|
|
|
2984
2992
|
/** @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 */
|
|
2985
2993
|
default as BarChart3Icon
|
|
2986
2994
|
} from '../icons/chart-column';
|
|
2987
|
-
// ChartColumnBig aliases
|
|
2988
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2989
|
-
export {
|
|
2990
|
-
/** @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 */
|
|
2991
|
-
default as BarChartBigIcon
|
|
2992
|
-
} from '../icons/chart-column-big';
|
|
2993
2995
|
// ChartLine aliases
|
|
2994
2996
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2995
2997
|
export {
|
|
2996
2998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2997
2999
|
default as LineChartIcon
|
|
2998
3000
|
} from '../icons/chart-line';
|
|
2999
|
-
// ChartNoAxesColumn aliases
|
|
3000
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3001
|
-
export {
|
|
3002
|
-
/** @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 */
|
|
3003
|
-
default as BarChart2Icon
|
|
3004
|
-
} from '../icons/chart-no-axes-column';
|
|
3005
3001
|
// ChartNoAxesColumnIncreasing aliases
|
|
3006
3002
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3007
3003
|
export {
|
|
3008
3004
|
/** @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 */
|
|
3009
3005
|
default as BarChartIcon
|
|
3010
3006
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3007
|
+
// ChartNoAxesColumn aliases
|
|
3008
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3009
|
+
export {
|
|
3010
|
+
/** @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 */
|
|
3011
|
+
default as BarChart2Icon
|
|
3012
|
+
} from '../icons/chart-no-axes-column';
|
|
3011
3013
|
// ChartNoAxesGantt aliases
|
|
3012
3014
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3013
3015
|
export {
|
|
@@ -3026,6 +3028,12 @@ export {
|
|
|
3026
3028
|
/** @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 */
|
|
3027
3029
|
default as ScatterChartIcon
|
|
3028
3030
|
} from '../icons/chart-scatter';
|
|
3031
|
+
// CircleAlert aliases
|
|
3032
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3033
|
+
export {
|
|
3034
|
+
/** @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 */
|
|
3035
|
+
default as AlertCircleIcon
|
|
3036
|
+
} from '../icons/circle-alert';
|
|
3029
3037
|
// Chromium aliases
|
|
3030
3038
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3031
3039
|
export {
|
|
@@ -3038,12 +3046,6 @@ export {
|
|
|
3038
3046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3039
3047
|
default as ArrowDownCircleIcon
|
|
3040
3048
|
} from '../icons/circle-arrow-down';
|
|
3041
|
-
// CircleAlert aliases
|
|
3042
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3043
|
-
export {
|
|
3044
|
-
/** @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 */
|
|
3045
|
-
default as AlertCircleIcon
|
|
3046
|
-
} from '../icons/circle-alert';
|
|
3047
3049
|
// CircleArrowOutDownLeft aliases
|
|
3048
3050
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3049
3051
|
export {
|
|
@@ -3062,36 +3064,30 @@ export {
|
|
|
3062
3064
|
/** @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 */
|
|
3063
3065
|
default as ArrowDownRightFromCircleIcon
|
|
3064
3066
|
} from '../icons/circle-arrow-out-down-right';
|
|
3065
|
-
//
|
|
3066
|
-
export { default as
|
|
3067
|
+
// CircleArrowOutUpLeft aliases
|
|
3068
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3067
3069
|
export {
|
|
3068
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3069
|
-
default as
|
|
3070
|
-
} from '../icons/circle-arrow-out-up-
|
|
3070
|
+
/** @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 */
|
|
3071
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3072
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3071
3073
|
// CircleArrowRight aliases
|
|
3072
3074
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3073
3075
|
export {
|
|
3074
3076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3075
3077
|
default as ArrowRightCircleIcon
|
|
3076
3078
|
} from '../icons/circle-arrow-right';
|
|
3077
|
-
// CircleArrowOutUpLeft aliases
|
|
3078
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3079
|
-
export {
|
|
3080
|
-
/** @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 */
|
|
3081
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3082
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3083
3079
|
// CircleArrowUp aliases
|
|
3084
3080
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3085
3081
|
export {
|
|
3086
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3087
3083
|
default as ArrowUpCircleIcon
|
|
3088
3084
|
} from '../icons/circle-arrow-up';
|
|
3089
|
-
//
|
|
3090
|
-
export { default as
|
|
3085
|
+
// CircleArrowOutUpRight aliases
|
|
3086
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3091
3087
|
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/circle-
|
|
3088
|
+
/** @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 */
|
|
3089
|
+
default as ArrowUpRightFromCircleIcon
|
|
3090
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3095
3091
|
// CircleCheckBig aliases
|
|
3096
3092
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3097
3093
|
export {
|
|
@@ -3104,6 +3100,12 @@ export {
|
|
|
3104
3100
|
/** @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 */
|
|
3105
3101
|
default as ChevronDownCircleIcon
|
|
3106
3102
|
} from '../icons/circle-chevron-down';
|
|
3103
|
+
// CircleCheck aliases
|
|
3104
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @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 */
|
|
3107
|
+
default as CheckCircle2Icon
|
|
3108
|
+
} from '../icons/circle-check';
|
|
3107
3109
|
// CircleChevronLeft aliases
|
|
3108
3110
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3109
3111
|
export {
|
|
@@ -3122,6 +3124,12 @@ export {
|
|
|
3122
3124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3123
3125
|
default as ChevronUpCircleIcon
|
|
3124
3126
|
} from '../icons/circle-chevron-up';
|
|
3127
|
+
// CircleDivide aliases
|
|
3128
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3129
|
+
export {
|
|
3130
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3131
|
+
default as DivideCircleIcon
|
|
3132
|
+
} from '../icons/circle-divide';
|
|
3125
3133
|
// CircleGauge aliases
|
|
3126
3134
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3127
3135
|
export {
|
|
@@ -3134,12 +3142,6 @@ export {
|
|
|
3134
3142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3135
3143
|
default as MinusCircleIcon
|
|
3136
3144
|
} from '../icons/circle-minus';
|
|
3137
|
-
// CircleDivide aliases
|
|
3138
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3141
|
-
default as DivideCircleIcon
|
|
3142
|
-
} from '../icons/circle-divide';
|
|
3143
3145
|
// CircleParkingOff aliases
|
|
3144
3146
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3145
3147
|
export {
|
|
@@ -3176,12 +3178,6 @@ export {
|
|
|
3176
3178
|
/** @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 */
|
|
3177
3179
|
default as PlusCircleIcon
|
|
3178
3180
|
} from '../icons/circle-plus';
|
|
3179
|
-
// CirclePower aliases
|
|
3180
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3181
|
-
export {
|
|
3182
|
-
/** @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 */
|
|
3183
|
-
default as PowerCircleIcon
|
|
3184
|
-
} from '../icons/circle-power';
|
|
3185
3181
|
// CircleQuestionMark aliases
|
|
3186
3182
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3187
3183
|
export {
|
|
@@ -3192,6 +3188,12 @@ export {
|
|
|
3192
3188
|
/** @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 */
|
|
3193
3189
|
default as CircleHelpIcon
|
|
3194
3190
|
} from '../icons/circle-question-mark';
|
|
3191
|
+
// CirclePower aliases
|
|
3192
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3193
|
+
export {
|
|
3194
|
+
/** @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 */
|
|
3195
|
+
default as PowerCircleIcon
|
|
3196
|
+
} from '../icons/circle-power';
|
|
3195
3197
|
// CircleSlash2 aliases
|
|
3196
3198
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3197
3199
|
export {
|
|
@@ -3286,30 +3288,30 @@ export {
|
|
|
3286
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3287
3289
|
default as PercentDiamondIcon
|
|
3288
3290
|
} from '../icons/diamond-percent';
|
|
3289
|
-
// EllipsisVertical aliases
|
|
3290
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3291
|
-
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3293
|
-
default as MoreVerticalIcon
|
|
3294
|
-
} from '../icons/ellipsis-vertical';
|
|
3295
3291
|
// Earth aliases
|
|
3296
3292
|
export { default as EarthIcon } from '../icons/earth';
|
|
3297
3293
|
export {
|
|
3298
3294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3299
3295
|
default as Globe2Icon
|
|
3300
3296
|
} from '../icons/earth';
|
|
3301
|
-
//
|
|
3302
|
-
export { default as
|
|
3297
|
+
// EllipsisVertical aliases
|
|
3298
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3303
3299
|
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3305
|
-
default as
|
|
3306
|
-
} from '../icons/
|
|
3300
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3301
|
+
default as MoreVerticalIcon
|
|
3302
|
+
} from '../icons/ellipsis-vertical';
|
|
3307
3303
|
// Ellipsis aliases
|
|
3308
3304
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3309
3305
|
export {
|
|
3310
3306
|
/** @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 */
|
|
3311
3307
|
default as MoreHorizontalIcon
|
|
3312
3308
|
} from '../icons/ellipsis';
|
|
3309
|
+
// FileAxis3d aliases
|
|
3310
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @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 */
|
|
3313
|
+
default as FileAxis3DIcon
|
|
3314
|
+
} from '../icons/file-axis-3d';
|
|
3313
3315
|
// FileChartColumn aliases
|
|
3314
3316
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3315
3317
|
export {
|
|
@@ -3346,36 +3348,30 @@ export {
|
|
|
3346
3348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3347
3349
|
default as FileSignatureIcon
|
|
3348
3350
|
} from '../icons/file-pen-line';
|
|
3349
|
-
// FilePen aliases
|
|
3350
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3351
|
-
export {
|
|
3352
|
-
/** @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 */
|
|
3353
|
-
default as FileEditIcon
|
|
3354
|
-
} from '../icons/file-pen';
|
|
3355
3351
|
// FilePlay aliases
|
|
3356
3352
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3357
3353
|
export {
|
|
3358
3354
|
/** @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 */
|
|
3359
3355
|
default as FileVideoIcon
|
|
3360
3356
|
} from '../icons/file-play';
|
|
3361
|
-
// FileQuestionMark aliases
|
|
3362
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3365
|
-
default as FileQuestionIcon
|
|
3366
|
-
} from '../icons/file-question-mark';
|
|
3367
3357
|
// FileVideoCamera aliases
|
|
3368
3358
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3369
3359
|
export {
|
|
3370
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3371
3361
|
default as FileVideo2Icon
|
|
3372
3362
|
} from '../icons/file-video-camera';
|
|
3373
|
-
//
|
|
3374
|
-
export { default as
|
|
3363
|
+
// FilePen aliases
|
|
3364
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3375
3365
|
export {
|
|
3376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3377
|
-
default as
|
|
3378
|
-
} from '../icons/
|
|
3366
|
+
/** @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 */
|
|
3367
|
+
default as FileEditIcon
|
|
3368
|
+
} from '../icons/file-pen';
|
|
3369
|
+
// FileQuestionMark aliases
|
|
3370
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3373
|
+
default as FileQuestionIcon
|
|
3374
|
+
} from '../icons/file-question-mark';
|
|
3379
3375
|
// FolderCog aliases
|
|
3380
3376
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3381
3377
|
export {
|
|
@@ -3388,6 +3384,18 @@ export {
|
|
|
3388
3384
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3389
3385
|
default as FolderEditIcon
|
|
3390
3386
|
} from '../icons/folder-pen';
|
|
3387
|
+
// FunnelX aliases
|
|
3388
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3389
|
+
export {
|
|
3390
|
+
/** @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 */
|
|
3391
|
+
default as FilterXIcon
|
|
3392
|
+
} from '../icons/funnel-x';
|
|
3393
|
+
// Grid2x2Check aliases
|
|
3394
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3395
|
+
export {
|
|
3396
|
+
/** @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 */
|
|
3397
|
+
default as Grid2X2CheckIcon
|
|
3398
|
+
} from '../icons/grid-2x2-check';
|
|
3391
3399
|
// Funnel aliases
|
|
3392
3400
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3393
3401
|
export {
|
|
@@ -3400,30 +3408,18 @@ export {
|
|
|
3400
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3401
3409
|
default as GitCommitIcon
|
|
3402
3410
|
} from '../icons/git-commit-horizontal';
|
|
3403
|
-
// Grid2x2Plus aliases
|
|
3404
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3405
|
-
export {
|
|
3406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3407
|
-
default as Grid2X2PlusIcon
|
|
3408
|
-
} from '../icons/grid-2x2-plus';
|
|
3409
|
-
// Grid2x2Check aliases
|
|
3410
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @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 */
|
|
3413
|
-
default as Grid2X2CheckIcon
|
|
3414
|
-
} from '../icons/grid-2x2-check';
|
|
3415
3411
|
// Grid2x2X aliases
|
|
3416
3412
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3417
3413
|
export {
|
|
3418
3414
|
/** @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 */
|
|
3419
3415
|
default as Grid2X2XIcon
|
|
3420
3416
|
} from '../icons/grid-2x2-x';
|
|
3421
|
-
//
|
|
3422
|
-
export { default as
|
|
3417
|
+
// Grid2x2Plus aliases
|
|
3418
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3423
3419
|
export {
|
|
3424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3425
|
-
default as
|
|
3426
|
-
} from '../icons/grid-2x2';
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3421
|
+
default as Grid2X2PlusIcon
|
|
3422
|
+
} from '../icons/grid-2x2-plus';
|
|
3427
3423
|
// Grid3x3 aliases
|
|
3428
3424
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3429
3425
|
export {
|
|
@@ -3434,6 +3430,12 @@ export {
|
|
|
3434
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3435
3431
|
default as Grid3X3Icon
|
|
3436
3432
|
} from '../icons/grid-3x3';
|
|
3433
|
+
// Grid2x2 aliases
|
|
3434
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @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 */
|
|
3437
|
+
default as Grid2X2Icon
|
|
3438
|
+
} from '../icons/grid-2x2';
|
|
3437
3439
|
// HandGrab aliases
|
|
3438
3440
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3439
3441
|
export {
|
|
@@ -3476,22 +3478,6 @@ export {
|
|
|
3476
3478
|
/** @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 */
|
|
3477
3479
|
default as Layers3Icon
|
|
3478
3480
|
} from '../icons/layers';
|
|
3479
|
-
// ListIndentDecrease aliases
|
|
3480
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3481
|
-
export {
|
|
3482
|
-
/** @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 */
|
|
3483
|
-
default as OutdentIcon
|
|
3484
|
-
} from '../icons/list-indent-decrease';
|
|
3485
|
-
export {
|
|
3486
|
-
/** @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 */
|
|
3487
|
-
default as IndentDecreaseIcon
|
|
3488
|
-
} from '../icons/list-indent-decrease';
|
|
3489
|
-
// LoaderCircle aliases
|
|
3490
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3493
|
-
default as Loader2Icon
|
|
3494
|
-
} from '../icons/loader-circle';
|
|
3495
3481
|
// ListIndentIncrease aliases
|
|
3496
3482
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3497
3483
|
export {
|
|
@@ -3499,21 +3485,37 @@ export {
|
|
|
3499
3485
|
default as IndentIcon
|
|
3500
3486
|
} from '../icons/list-indent-increase';
|
|
3501
3487
|
export {
|
|
3502
|
-
/** @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 */
|
|
3503
|
-
default as IndentIncreaseIcon
|
|
3504
|
-
} from '../icons/list-indent-increase';
|
|
3505
|
-
//
|
|
3506
|
-
export { default as
|
|
3488
|
+
/** @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 */
|
|
3489
|
+
default as IndentIncreaseIcon
|
|
3490
|
+
} from '../icons/list-indent-increase';
|
|
3491
|
+
// LoaderCircle aliases
|
|
3492
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3493
|
+
export {
|
|
3494
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3495
|
+
default as Loader2Icon
|
|
3496
|
+
} from '../icons/loader-circle';
|
|
3497
|
+
// ListIndentDecrease aliases
|
|
3498
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @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 */
|
|
3501
|
+
default as OutdentIcon
|
|
3502
|
+
} from '../icons/list-indent-decrease';
|
|
3507
3503
|
export {
|
|
3508
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3509
|
-
default as
|
|
3510
|
-
} from '../icons/
|
|
3504
|
+
/** @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 */
|
|
3505
|
+
default as IndentDecreaseIcon
|
|
3506
|
+
} from '../icons/list-indent-decrease';
|
|
3511
3507
|
// MailQuestionMark aliases
|
|
3512
3508
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3513
3509
|
export {
|
|
3514
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3515
3511
|
default as MailQuestionIcon
|
|
3516
3512
|
} from '../icons/mail-question-mark';
|
|
3513
|
+
// LockKeyholeOpen aliases
|
|
3514
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3517
|
+
default as UnlockKeyholeIcon
|
|
3518
|
+
} from '../icons/lock-keyhole-open';
|
|
3517
3519
|
// LockOpen aliases
|
|
3518
3520
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3519
3521
|
export {
|
|
@@ -3550,24 +3552,30 @@ export {
|
|
|
3550
3552
|
/** @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 */
|
|
3551
3553
|
default as AlertOctagonIcon
|
|
3552
3554
|
} from '../icons/octagon-alert';
|
|
3553
|
-
// OctagonX aliases
|
|
3554
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @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 */
|
|
3557
|
-
default as XOctagonIcon
|
|
3558
|
-
} from '../icons/octagon-x';
|
|
3559
3555
|
// OctagonPause aliases
|
|
3560
3556
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3561
3557
|
export {
|
|
3562
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3563
3559
|
default as PauseOctagonIcon
|
|
3564
3560
|
} from '../icons/octagon-pause';
|
|
3561
|
+
// OctagonX aliases
|
|
3562
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3563
|
+
export {
|
|
3564
|
+
/** @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 */
|
|
3565
|
+
default as XOctagonIcon
|
|
3566
|
+
} from '../icons/octagon-x';
|
|
3565
3567
|
// PaintbrushVertical aliases
|
|
3566
3568
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3567
3569
|
export {
|
|
3568
3570
|
/** @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 */
|
|
3569
3571
|
default as Paintbrush2Icon
|
|
3570
3572
|
} from '../icons/paintbrush-vertical';
|
|
3573
|
+
// PanelBottomDashed aliases
|
|
3574
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3575
|
+
export {
|
|
3576
|
+
/** @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 */
|
|
3577
|
+
default as PanelBottomInactiveIcon
|
|
3578
|
+
} from '../icons/panel-bottom-dashed';
|
|
3571
3579
|
// PanelLeftClose aliases
|
|
3572
3580
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3573
3581
|
export {
|
|
@@ -3580,12 +3588,6 @@ export {
|
|
|
3580
3588
|
/** @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 */
|
|
3581
3589
|
default as PanelLeftInactiveIcon
|
|
3582
3590
|
} from '../icons/panel-left-dashed';
|
|
3583
|
-
// PanelBottomDashed aliases
|
|
3584
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3585
|
-
export {
|
|
3586
|
-
/** @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 */
|
|
3587
|
-
default as PanelBottomInactiveIcon
|
|
3588
|
-
} from '../icons/panel-bottom-dashed';
|
|
3589
3591
|
// PanelLeftOpen aliases
|
|
3590
3592
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3591
3593
|
export {
|
|
@@ -3598,12 +3600,6 @@ export {
|
|
|
3598
3600
|
/** @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 */
|
|
3599
3601
|
default as SidebarIcon
|
|
3600
3602
|
} from '../icons/panel-left';
|
|
3601
|
-
// PanelRightDashed aliases
|
|
3602
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3603
|
-
export {
|
|
3604
|
-
/** @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 */
|
|
3605
|
-
default as PanelRightInactiveIcon
|
|
3606
|
-
} from '../icons/panel-right-dashed';
|
|
3607
3603
|
// PanelTopDashed aliases
|
|
3608
3604
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3609
3605
|
export {
|
|
@@ -3616,54 +3612,60 @@ export {
|
|
|
3616
3612
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3617
3613
|
default as LayoutIcon
|
|
3618
3614
|
} from '../icons/panels-top-left';
|
|
3619
|
-
//
|
|
3620
|
-
export { default as
|
|
3615
|
+
// PanelRightDashed aliases
|
|
3616
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3621
3617
|
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3623
|
-
default as
|
|
3624
|
-
} from '../icons/
|
|
3618
|
+
/** @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 */
|
|
3619
|
+
default as PanelRightInactiveIcon
|
|
3620
|
+
} from '../icons/panel-right-dashed';
|
|
3625
3621
|
// PenLine aliases
|
|
3626
3622
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3627
3623
|
export {
|
|
3628
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3629
3625
|
default as Edit3Icon
|
|
3630
3626
|
} from '../icons/pen-line';
|
|
3631
|
-
// PlugZap aliases
|
|
3632
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @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 */
|
|
3635
|
-
default as PlugZap2Icon
|
|
3636
|
-
} from '../icons/plug-zap';
|
|
3637
3627
|
// RectangleEllipsis aliases
|
|
3638
3628
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3639
3629
|
export {
|
|
3640
3630
|
/** @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 */
|
|
3641
3631
|
default as FormInputIcon
|
|
3642
3632
|
} from '../icons/rectangle-ellipsis';
|
|
3643
|
-
//
|
|
3644
|
-
export { default as
|
|
3633
|
+
// PlugZap aliases
|
|
3634
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3645
3635
|
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3647
|
-
default as
|
|
3648
|
-
} from '../icons/
|
|
3636
|
+
/** @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 */
|
|
3637
|
+
default as PlugZap2Icon
|
|
3638
|
+
} from '../icons/plug-zap';
|
|
3639
|
+
// Pen aliases
|
|
3640
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3641
|
+
export {
|
|
3642
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3643
|
+
default as Edit2Icon
|
|
3644
|
+
} from '../icons/pen';
|
|
3649
3645
|
// Rows2 aliases
|
|
3650
3646
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3651
3647
|
export {
|
|
3652
3648
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3653
3649
|
default as RowsIcon
|
|
3654
3650
|
} from '../icons/rows-2';
|
|
3655
|
-
//
|
|
3656
|
-
export { default as
|
|
3651
|
+
// Rotate3d aliases
|
|
3652
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3657
3653
|
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3659
|
-
default as
|
|
3660
|
-
} from '../icons/
|
|
3654
|
+
/** @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 */
|
|
3655
|
+
default as Rotate3DIcon
|
|
3656
|
+
} from '../icons/rotate-3d';
|
|
3661
3657
|
// Scale3d aliases
|
|
3662
3658
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3663
3659
|
export {
|
|
3664
3660
|
/** @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 */
|
|
3665
3661
|
default as Scale3DIcon
|
|
3666
3662
|
} from '../icons/scale-3d';
|
|
3663
|
+
// Rows3 aliases
|
|
3664
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3665
|
+
export {
|
|
3666
|
+
/** @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 */
|
|
3667
|
+
default as PanelsTopBottomIcon
|
|
3668
|
+
} from '../icons/rows-3';
|
|
3667
3669
|
// SendHorizontal aliases
|
|
3668
3670
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3669
3671
|
export {
|
|
@@ -3682,12 +3684,6 @@ export {
|
|
|
3682
3684
|
/** @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 */
|
|
3683
3685
|
default as ShieldCloseIcon
|
|
3684
3686
|
} from '../icons/shield-x';
|
|
3685
|
-
// SlidersVertical aliases
|
|
3686
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3687
|
-
export {
|
|
3688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3689
|
-
default as SlidersIcon
|
|
3690
|
-
} from '../icons/sliders-vertical';
|
|
3691
3687
|
// Sparkles aliases
|
|
3692
3688
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3693
3689
|
export {
|
|
@@ -3700,6 +3696,18 @@ export {
|
|
|
3700
3696
|
/** @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 */
|
|
3701
3697
|
default as ActivitySquareIcon
|
|
3702
3698
|
} from '../icons/square-activity';
|
|
3699
|
+
// SlidersVertical aliases
|
|
3700
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3701
|
+
export {
|
|
3702
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3703
|
+
default as SlidersIcon
|
|
3704
|
+
} from '../icons/sliders-vertical';
|
|
3705
|
+
// SquareArrowDownRight aliases
|
|
3706
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3707
|
+
export {
|
|
3708
|
+
/** @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 */
|
|
3709
|
+
default as ArrowDownRightSquareIcon
|
|
3710
|
+
} from '../icons/square-arrow-down-right';
|
|
3703
3711
|
// SquareArrowDownLeft aliases
|
|
3704
3712
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3705
3713
|
export {
|
|
@@ -3712,12 +3720,6 @@ export {
|
|
|
3712
3720
|
/** @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 */
|
|
3713
3721
|
default as ArrowDownSquareIcon
|
|
3714
3722
|
} from '../icons/square-arrow-down';
|
|
3715
|
-
// SquareArrowDownRight aliases
|
|
3716
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @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 */
|
|
3719
|
-
default as ArrowDownRightSquareIcon
|
|
3720
|
-
} from '../icons/square-arrow-down-right';
|
|
3721
3723
|
// SquareArrowLeft aliases
|
|
3722
3724
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3723
3725
|
export {
|
|
@@ -3742,24 +3744,18 @@ export {
|
|
|
3742
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3743
3745
|
default as ArrowUpRightFromSquareIcon
|
|
3744
3746
|
} from '../icons/square-arrow-out-up-right';
|
|
3745
|
-
// SquareArrowOutUpLeft aliases
|
|
3746
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3747
|
-
export {
|
|
3748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3749
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3750
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3751
3747
|
// SquareArrowRight aliases
|
|
3752
3748
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3753
3749
|
export {
|
|
3754
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3755
3751
|
default as ArrowRightSquareIcon
|
|
3756
3752
|
} from '../icons/square-arrow-right';
|
|
3757
|
-
//
|
|
3758
|
-
export { default as
|
|
3753
|
+
// SquareArrowOutUpLeft aliases
|
|
3754
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3759
3755
|
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3761
|
-
default as
|
|
3762
|
-
} from '../icons/square-arrow-up-left';
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3757
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3758
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3763
3759
|
// SquareArrowUpRight aliases
|
|
3764
3760
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3765
3761
|
export {
|
|
@@ -3778,6 +3774,18 @@ export {
|
|
|
3778
3774
|
/** @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 */
|
|
3779
3775
|
default as AsteriskSquareIcon
|
|
3780
3776
|
} from '../icons/square-asterisk';
|
|
3777
|
+
// SquareArrowUpLeft aliases
|
|
3778
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3779
|
+
export {
|
|
3780
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3781
|
+
default as ArrowUpLeftSquareIcon
|
|
3782
|
+
} from '../icons/square-arrow-up-left';
|
|
3783
|
+
// SquareCheckBig aliases
|
|
3784
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @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 */
|
|
3787
|
+
default as CheckSquareIcon
|
|
3788
|
+
} from '../icons/square-check-big';
|
|
3781
3789
|
// SquareBottomDashedScissors aliases
|
|
3782
3790
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3783
3791
|
export {
|
|
@@ -3794,12 +3802,6 @@ export {
|
|
|
3794
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3795
3803
|
default as SquareGanttChartIcon
|
|
3796
3804
|
} from '../icons/square-chart-gantt';
|
|
3797
|
-
// SquareCheckBig aliases
|
|
3798
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3799
|
-
export {
|
|
3800
|
-
/** @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 */
|
|
3801
|
-
default as CheckSquareIcon
|
|
3802
|
-
} from '../icons/square-check-big';
|
|
3803
3805
|
// SquareCheck aliases
|
|
3804
3806
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3805
3807
|
export {
|
|
@@ -3836,6 +3838,12 @@ export {
|
|
|
3836
3838
|
/** @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 */
|
|
3837
3839
|
default as CodeSquareIcon
|
|
3838
3840
|
} from '../icons/square-code';
|
|
3841
|
+
// SquareDashedMousePointer aliases
|
|
3842
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3843
|
+
export {
|
|
3844
|
+
/** @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 */
|
|
3845
|
+
default as MousePointerSquareDashedIcon
|
|
3846
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3839
3847
|
// SquareDashedKanban aliases
|
|
3840
3848
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3841
3849
|
export {
|
|
@@ -3848,12 +3856,6 @@ export {
|
|
|
3848
3856
|
/** @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 */
|
|
3849
3857
|
default as BoxSelectIcon
|
|
3850
3858
|
} from '../icons/square-dashed';
|
|
3851
|
-
// SquareDashedMousePointer aliases
|
|
3852
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3853
|
-
export {
|
|
3854
|
-
/** @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 */
|
|
3855
|
-
default as MousePointerSquareDashedIcon
|
|
3856
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3857
3859
|
// SquareDivide aliases
|
|
3858
3860
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3859
3861
|
export {
|
|
@@ -3878,24 +3880,18 @@ export {
|
|
|
3878
3880
|
/** @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 */
|
|
3879
3881
|
default as FunctionSquareIcon
|
|
3880
3882
|
} from '../icons/square-function';
|
|
3881
|
-
// SquareKanban aliases
|
|
3882
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3885
|
-
default as KanbanSquareIcon
|
|
3886
|
-
} from '../icons/square-kanban';
|
|
3887
|
-
// SquareM aliases
|
|
3888
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @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 */
|
|
3891
|
-
default as MSquareIcon
|
|
3892
|
-
} from '../icons/square-m';
|
|
3893
3883
|
// SquareLibrary aliases
|
|
3894
3884
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3895
3885
|
export {
|
|
3896
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3897
3887
|
default as LibrarySquareIcon
|
|
3898
3888
|
} from '../icons/square-library';
|
|
3889
|
+
// SquareKanban aliases
|
|
3890
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3891
|
+
export {
|
|
3892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3893
|
+
default as KanbanSquareIcon
|
|
3894
|
+
} from '../icons/square-kanban';
|
|
3899
3895
|
// SquareMenu aliases
|
|
3900
3896
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3901
3897
|
export {
|
|
@@ -3908,6 +3904,12 @@ export {
|
|
|
3908
3904
|
/** @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 */
|
|
3909
3905
|
default as MinusSquareIcon
|
|
3910
3906
|
} from '../icons/square-minus';
|
|
3907
|
+
// SquareM aliases
|
|
3908
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @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 */
|
|
3911
|
+
default as MSquareIcon
|
|
3912
|
+
} from '../icons/square-m';
|
|
3911
3913
|
// SquareMousePointer aliases
|
|
3912
3914
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3913
3915
|
export {
|
|
@@ -3940,12 +3942,6 @@ export {
|
|
|
3940
3942
|
/** @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 */
|
|
3941
3943
|
default as PenSquareIcon
|
|
3942
3944
|
} from '../icons/square-pen';
|
|
3943
|
-
// SquarePercent aliases
|
|
3944
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3947
|
-
default as PercentSquareIcon
|
|
3948
|
-
} from '../icons/square-percent';
|
|
3949
3945
|
// SquarePi aliases
|
|
3950
3946
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3951
3947
|
export {
|
|
@@ -3964,6 +3960,12 @@ export {
|
|
|
3964
3960
|
/** @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 */
|
|
3965
3961
|
default as PlaySquareIcon
|
|
3966
3962
|
} from '../icons/square-play';
|
|
3963
|
+
// SquarePercent aliases
|
|
3964
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3967
|
+
default as PercentSquareIcon
|
|
3968
|
+
} from '../icons/square-percent';
|
|
3967
3969
|
// SquarePlus aliases
|
|
3968
3970
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3969
3971
|
export {
|
|
@@ -3988,18 +3990,18 @@ export {
|
|
|
3988
3990
|
/** @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 */
|
|
3989
3991
|
default as SigmaSquareIcon
|
|
3990
3992
|
} from '../icons/square-sigma';
|
|
3991
|
-
// SquareSlash aliases
|
|
3992
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3993
|
-
export {
|
|
3994
|
-
/** @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 */
|
|
3995
|
-
default as SlashSquareIcon
|
|
3996
|
-
} from '../icons/square-slash';
|
|
3997
3993
|
// SquareSplitHorizontal aliases
|
|
3998
3994
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3999
3995
|
export {
|
|
4000
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4001
3997
|
default as SplitSquareHorizontalIcon
|
|
4002
3998
|
} from '../icons/square-split-horizontal';
|
|
3999
|
+
// SquareSlash aliases
|
|
4000
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @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 */
|
|
4003
|
+
default as SlashSquareIcon
|
|
4004
|
+
} from '../icons/square-slash';
|
|
4003
4005
|
// SquareSplitVertical aliases
|
|
4004
4006
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4005
4007
|
export {
|
|
@@ -4018,12 +4020,6 @@ export {
|
|
|
4018
4020
|
/** @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 */
|
|
4019
4021
|
default as UserSquare2Icon
|
|
4020
4022
|
} from '../icons/square-user-round';
|
|
4021
|
-
// SquareUser aliases
|
|
4022
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4023
|
-
export {
|
|
4024
|
-
/** @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 */
|
|
4025
|
-
default as UserSquareIcon
|
|
4026
|
-
} from '../icons/square-user';
|
|
4027
4023
|
// SquareX aliases
|
|
4028
4024
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4029
4025
|
export {
|
|
@@ -4036,6 +4032,12 @@ export {
|
|
|
4036
4032
|
/** @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 */
|
|
4037
4033
|
default as TestTube2Icon
|
|
4038
4034
|
} from '../icons/test-tube-diagonal';
|
|
4035
|
+
// SquareUser aliases
|
|
4036
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4037
|
+
export {
|
|
4038
|
+
/** @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 */
|
|
4039
|
+
default as UserSquareIcon
|
|
4040
|
+
} from '../icons/square-user';
|
|
4039
4041
|
// TextAlignCenter aliases
|
|
4040
4042
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4041
4043
|
export {
|
|
@@ -4094,18 +4096,18 @@ export {
|
|
|
4094
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4095
4097
|
default as PalmtreeIcon
|
|
4096
4098
|
} from '../icons/tree-palm';
|
|
4097
|
-
// TriangleAlert aliases
|
|
4098
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @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 */
|
|
4101
|
-
default as AlertTriangleIcon
|
|
4102
|
-
} from '../icons/triangle-alert';
|
|
4103
4099
|
// TvMinimal aliases
|
|
4104
4100
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4105
4101
|
export {
|
|
4106
4102
|
/** @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 */
|
|
4107
4103
|
default as Tv2Icon
|
|
4108
4104
|
} from '../icons/tv-minimal';
|
|
4105
|
+
// TriangleAlert aliases
|
|
4106
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4107
|
+
export {
|
|
4108
|
+
/** @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 */
|
|
4109
|
+
default as AlertTriangleIcon
|
|
4110
|
+
} from '../icons/triangle-alert';
|
|
4109
4111
|
// University aliases
|
|
4110
4112
|
export { default as UniversityIcon } from '../icons/university';
|
|
4111
4113
|
export {
|
|
@@ -4136,12 +4138,6 @@ export {
|
|
|
4136
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4137
4139
|
default as UserPlus2Icon
|
|
4138
4140
|
} from '../icons/user-round-plus';
|
|
4139
|
-
// UserRoundX aliases
|
|
4140
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4141
|
-
export {
|
|
4142
|
-
/** @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 */
|
|
4143
|
-
default as UserX2Icon
|
|
4144
|
-
} from '../icons/user-round-x';
|
|
4145
4141
|
// UserRound aliases
|
|
4146
4142
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4147
4143
|
export {
|
|
@@ -4154,6 +4150,12 @@ export {
|
|
|
4154
4150
|
/** @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 */
|
|
4155
4151
|
default as Users2Icon
|
|
4156
4152
|
} from '../icons/users-round';
|
|
4153
|
+
// UserRoundX aliases
|
|
4154
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4155
|
+
export {
|
|
4156
|
+
/** @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 */
|
|
4157
|
+
default as UserX2Icon
|
|
4158
|
+
} from '../icons/user-round-x';
|
|
4157
4159
|
// UtensilsCrossed aliases
|
|
4158
4160
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4159
4161
|
export {
|