@lucide/astro 1.42.0 → 1.45.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 +2 -2
- package/src/aliases/aliases.ts +146 -116
- package/src/aliases/prefixed.ts +605 -547
- package/src/aliases/suffixed.ts +880 -822
- package/src/icons/book-bookmark.ts +20 -0
- package/src/icons/building-complex-plus.ts +20 -0
- package/src/icons/{building-2.ts → building-complex.ts} +5 -5
- package/src/icons/calendar-chevrons-right.ts +20 -0
- package/src/icons/carton-off.ts +20 -0
- package/src/icons/{flip-vertical-2.ts → carton.ts} +5 -5
- package/src/icons/cookie.ts +2 -2
- package/src/icons/credit-card-check.ts +2 -2
- package/src/icons/credit-card-minus.ts +2 -2
- package/src/icons/credit-card-plus.ts +2 -2
- package/src/icons/credit-card-x.ts +2 -2
- package/src/icons/credit-card.ts +2 -2
- package/src/icons/door-open.ts +2 -2
- package/src/icons/folder-bookmark.ts +2 -2
- package/src/icons/globe-code.ts +20 -0
- package/src/icons/hourglass-cog.ts +20 -0
- package/src/icons/houses.ts +20 -0
- package/src/icons/id-card-lanyard.ts +2 -2
- package/src/icons/id-card.ts +2 -2
- package/src/icons/index.ts +159 -140
- package/src/icons/iv-bag.ts +20 -0
- package/src/icons/{album.ts → layout-arrow-down.ts} +5 -5
- package/src/icons/layout-arrow-right.ts +20 -0
- package/src/icons/lectern.ts +2 -2
- package/src/icons/messages-circle.ts +20 -0
- package/src/icons/mouth-off.ts +20 -0
- package/src/icons/mouth.ts +20 -0
- package/src/icons/notebook-dot.ts +20 -0
- package/src/icons/park.ts +20 -0
- package/src/icons/plant-pot.ts +20 -0
- package/src/icons/satellite-dish.ts +2 -2
- package/src/icons/{flip-horizontal-2.ts → square-bookmark.ts} +5 -5
- package/src/icons/tic-tac-toe.ts +20 -0
- package/src/icons/toothbrush-sparkles.ts +20 -0
- package/src/icons/{book-marked.ts → toothbrush.ts} +5 -5
- package/src/icons/triangles-centerline-dashed-horizontal.ts +20 -0
- package/src/icons/triangles-centerline-dashed-vertical.ts +20 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -10,24 +10,22 @@ export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
|
-
// AirVent aliases
|
|
14
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
13
|
// Airplay aliases
|
|
16
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// AirVent aliases
|
|
16
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
+
// AlignCenterVertical aliases
|
|
24
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
25
|
// AlignCenterHorizontal aliases
|
|
24
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// Album aliases
|
|
26
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
27
27
|
// AlignEndHorizontal aliases
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignCenterVertical aliases
|
|
30
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -38,20 +36,20 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
39
|
// AlignHorizontalJustifyStart aliases
|
|
44
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
41
|
// AlignHorizontalSpaceAround aliases
|
|
46
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
|
-
// AlignStartVertical aliases
|
|
52
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
49
|
// AlignVerticalDistributeCenter aliases
|
|
54
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
53
|
// AlignVerticalDistributeEnd aliases
|
|
56
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
@@ -64,14 +62,14 @@ export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-
|
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
-
// AlignVerticalSpaceBetween aliases
|
|
68
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
65
|
// Ambulance aliases
|
|
70
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
// Ampersand aliases
|
|
72
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
67
|
// Ampersands aliases
|
|
74
68
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Anchor aliases
|
|
@@ -86,44 +84,44 @@ export { default as AnvilIcon } from '../icons/anvil';
|
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
// AppWindow aliases
|
|
90
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
87
|
// Apple aliases
|
|
92
88
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
89
|
// ArchiveRestore aliases
|
|
94
90
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
91
|
// Archive aliases
|
|
98
92
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
93
|
+
// AppWindow aliases
|
|
94
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
95
|
+
// ArchiveX aliases
|
|
96
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigDown aliases
|
|
104
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
103
|
+
// ArrowBigLeft aliases
|
|
104
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigRightDash aliases
|
|
108
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
-
// ArrowBigLeft aliases
|
|
110
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
111
|
// ArrowBigUpDash aliases
|
|
114
112
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigUp aliases
|
|
116
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
115
|
// ArrowDownFromLine aliases
|
|
120
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
117
|
// ArrowDownNarrowWide aliases
|
|
122
118
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
119
|
// ArrowDownToDot aliases
|
|
126
120
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
121
|
+
// ArrowDownLeft aliases
|
|
122
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
+
// ArrowDownRight aliases
|
|
124
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownUp aliases
|
|
@@ -140,26 +138,26 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
// ArrowRightLeft aliases
|
|
144
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
141
|
// ArrowRightToLine aliases
|
|
146
142
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowUpDown aliases
|
|
148
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
149
|
// ArrowUpFromLine aliases
|
|
150
150
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpDown aliases
|
|
154
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
|
-
// ArrowUpRight aliases
|
|
156
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
153
|
// ArrowUpLeft aliases
|
|
158
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
159
|
-
//
|
|
160
|
-
export { default as
|
|
155
|
+
// ArrowUpRight aliases
|
|
156
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
157
|
// ArrowUpWideNarrow aliases
|
|
162
158
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
@@ -172,12 +170,12 @@ export { default as AstroidIcon } from '../icons/astroid';
|
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// AudioLinesOff aliases
|
|
174
|
+
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
175
175
|
// AudioLinesX aliases
|
|
176
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
177
|
// AudioLines aliases
|
|
178
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
-
// AudioLinesOff aliases
|
|
180
|
-
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
181
179
|
// AudioWaveform aliases
|
|
182
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// Award aliases
|
|
@@ -188,12 +186,12 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
188
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
+
// BadgeAlert aliases
|
|
190
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
193
|
// BadgeDollarSign aliases
|
|
194
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
|
-
// BadgeAlert aliases
|
|
196
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
195
|
// BadgeEuro aliases
|
|
198
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeIndianRupee aliases
|
|
@@ -230,10 +228,10 @@ export { default as BanIcon } from '../icons/ban';
|
|
|
230
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
231
|
// BanknoteArrowDown aliases
|
|
236
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
+
// BanknoteArrowUp aliases
|
|
234
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// BanknoteCheck aliases
|
|
238
236
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
239
237
|
// BanknoteX aliases
|
|
@@ -246,10 +244,10 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
246
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
245
|
// Baseline aliases
|
|
248
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
|
-
// Bath aliases
|
|
250
|
-
export { default as BathIcon } from '../icons/bath';
|
|
251
247
|
// BatteryCharging aliases
|
|
252
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// Bath aliases
|
|
250
|
+
export { default as BathIcon } from '../icons/bath';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
253
|
// BatteryLow aliases
|
|
@@ -264,10 +262,10 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
264
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
|
-
// BeanOff aliases
|
|
268
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
265
|
// Bean aliases
|
|
270
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
|
+
// BeanOff aliases
|
|
268
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
271
269
|
// BedDouble aliases
|
|
272
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
271
|
// BedSingle aliases
|
|
@@ -286,16 +284,16 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
286
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
287
285
|
// BellDot aliases
|
|
288
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
|
-
// BellElectric aliases
|
|
290
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
287
|
// BellMinus aliases
|
|
292
288
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
|
-
// BellOff aliases
|
|
294
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
295
289
|
// BellPlus aliases
|
|
296
290
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
291
|
+
// BellElectric aliases
|
|
292
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
297
293
|
// BellRing aliases
|
|
298
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
|
+
// BellOff aliases
|
|
296
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
299
297
|
// Bell aliases
|
|
300
298
|
export { default as BellIcon } from '../icons/bell';
|
|
301
299
|
// BetweenVerticalEnd aliases
|
|
@@ -310,30 +308,30 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
310
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
309
|
// Binoculars aliases
|
|
312
310
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
313
|
-
// Bird aliases
|
|
314
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
315
311
|
// Biohazard aliases
|
|
316
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
317
313
|
// Birdhouse aliases
|
|
318
314
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
315
|
+
// Bird aliases
|
|
316
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
321
319
|
// Blend aliases
|
|
322
320
|
export { default as BlendIcon } from '../icons/blend';
|
|
323
|
-
// Blender aliases
|
|
324
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
325
321
|
// Blinds aliases
|
|
326
322
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
327
323
|
// Blocks aliases
|
|
328
324
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
325
|
+
// Blender aliases
|
|
326
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
329
327
|
// BluetoothConnected aliases
|
|
330
328
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
|
-
// BluetoothOff aliases
|
|
332
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
-
// BluetoothSearching aliases
|
|
334
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
329
|
// Bluetooth aliases
|
|
336
330
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
331
|
+
// BluetoothSearching aliases
|
|
332
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
333
|
+
// BluetoothOff aliases
|
|
334
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
337
335
|
// Bold aliases
|
|
338
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
337
|
// Bolt aliases
|
|
@@ -342,32 +340,30 @@ export { default as BoltIcon } from '../icons/bolt';
|
|
|
342
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
|
-
// BookA aliases
|
|
346
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
347
343
|
// Bone aliases
|
|
348
344
|
export { default as BoneIcon } from '../icons/bone';
|
|
345
|
+
// BookA aliases
|
|
346
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
349
347
|
// BookAlert aliases
|
|
350
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
349
|
// BookAudio aliases
|
|
352
350
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
351
|
// BookCheck aliases
|
|
354
352
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
|
-
// BookDown aliases
|
|
356
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
-
// BookHeadphones aliases
|
|
358
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
353
|
// BookCopy aliases
|
|
360
354
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
|
+
// BookDown aliases
|
|
356
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
361
357
|
// BookHeart aliases
|
|
362
358
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
359
|
+
// BookHeadphones aliases
|
|
360
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
363
361
|
// BookImage aliases
|
|
364
362
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
363
|
// BookKey aliases
|
|
366
364
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
365
|
// BookLock aliases
|
|
368
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
|
-
// BookMarked aliases
|
|
370
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
371
367
|
// BookMinus aliases
|
|
372
368
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
369
|
// BookOpenCheck aliases
|
|
@@ -378,10 +374,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
378
374
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
379
375
|
// BookPlus aliases
|
|
380
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
|
-
// BookText aliases
|
|
382
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
377
|
// BookSearch aliases
|
|
384
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
|
+
// BookText aliases
|
|
380
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
381
|
// BookType aliases
|
|
386
382
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
383
|
// BookUp2 aliases
|
|
@@ -406,12 +402,12 @@ export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
|
406
402
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
403
|
// Bookmark aliases
|
|
408
404
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
405
|
+
// BoomBox aliases
|
|
406
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
407
|
// BotMessageSquare aliases
|
|
410
408
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
409
|
// BotOff aliases
|
|
412
410
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
|
-
// BoomBox aliases
|
|
414
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
415
411
|
// Bot aliases
|
|
416
412
|
export { default as BotIcon } from '../icons/bot';
|
|
417
413
|
// BottleWine aliases
|
|
@@ -420,12 +416,12 @@ export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
|
420
416
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
417
|
// Box aliases
|
|
422
418
|
export { default as BoxIcon } from '../icons/box';
|
|
419
|
+
// Boxes aliases
|
|
420
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
423
421
|
// Brackets aliases
|
|
424
422
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
425
423
|
// BrainCircuit aliases
|
|
426
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
427
|
-
// Boxes aliases
|
|
428
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
429
425
|
// BrainCog aliases
|
|
430
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
427
|
// Brain aliases
|
|
@@ -438,50 +434,50 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
438
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
439
435
|
// Bridge aliases
|
|
440
436
|
export { default as BridgeIcon } from '../icons/bridge';
|
|
441
|
-
// BriefcaseBusiness aliases
|
|
442
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
443
437
|
// BriefcaseConveyorBelt aliases
|
|
444
438
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
445
441
|
// BriefcaseMedical aliases
|
|
446
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
447
|
-
// BringToFront aliases
|
|
448
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
449
443
|
// Briefcase aliases
|
|
450
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
+
// BringToFront aliases
|
|
446
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
447
|
// Broccoli aliases
|
|
452
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
449
|
// BroomSparkles aliases
|
|
454
450
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
455
|
-
// Broom aliases
|
|
456
|
-
export { default as BroomIcon } from '../icons/broom';
|
|
457
451
|
// BrushCleaning aliases
|
|
458
452
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
453
|
+
// Broom aliases
|
|
454
|
+
export { default as BroomIcon } from '../icons/broom';
|
|
459
455
|
// Brush aliases
|
|
460
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
461
|
-
// BugOff aliases
|
|
462
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
457
|
// Bubbles aliases
|
|
464
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
459
|
+
// BugOff aliases
|
|
460
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
461
|
// BugPlay aliases
|
|
466
462
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
463
|
// Bug aliases
|
|
468
464
|
export { default as BugIcon } from '../icons/bug';
|
|
469
|
-
//
|
|
470
|
-
export { default as
|
|
465
|
+
// BuildingComplexPlus aliases
|
|
466
|
+
export { default as BuildingComplexPlusIcon } from '../icons/building-complex-plus';
|
|
471
467
|
// Building aliases
|
|
472
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
473
|
-
// BusFront aliases
|
|
474
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
475
469
|
// Bus aliases
|
|
476
470
|
export { default as BusIcon } from '../icons/bus';
|
|
471
|
+
// BusFront aliases
|
|
472
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
477
473
|
// CableCar aliases
|
|
478
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
479
475
|
// Cable aliases
|
|
480
476
|
export { default as CableIcon } from '../icons/cable';
|
|
481
|
-
// Cake aliases
|
|
482
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
483
477
|
// CakeSlice aliases
|
|
484
478
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
+
// Cake aliases
|
|
480
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
485
481
|
// Calculator aliases
|
|
486
482
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
487
483
|
// Calendar1 aliases
|
|
@@ -494,6 +490,8 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
494
490
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
495
491
|
// CalendarCheck aliases
|
|
496
492
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
493
|
+
// CalendarChevronsRight aliases
|
|
494
|
+
export { default as CalendarChevronsRightIcon } from '../icons/calendar-chevrons-right';
|
|
497
495
|
// CalendarClock aliases
|
|
498
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
499
497
|
// CalendarCog aliases
|
|
@@ -518,12 +516,12 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
518
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
519
517
|
// CalendarSearch aliases
|
|
520
518
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
521
|
-
// CalendarSync aliases
|
|
522
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
523
519
|
// CalendarX2 aliases
|
|
524
520
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
525
521
|
// CalendarX aliases
|
|
526
522
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
|
+
// CalendarSync aliases
|
|
524
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
527
525
|
// Calendar aliases
|
|
528
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
529
527
|
// Calendars aliases
|
|
@@ -534,56 +532,60 @@ export { default as CameraOffIcon } from '../icons/camera-off';
|
|
|
534
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
535
533
|
// CanSoda aliases
|
|
536
534
|
export { default as CanSodaIcon } from '../icons/can-soda';
|
|
537
|
-
// CandyCane aliases
|
|
538
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
539
|
-
// Candy aliases
|
|
540
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
541
535
|
// Can aliases
|
|
542
536
|
export { default as CanIcon } from '../icons/can';
|
|
537
|
+
// CandyCane aliases
|
|
538
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
543
539
|
// CandyOff aliases
|
|
544
540
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
541
|
+
// Candy aliases
|
|
542
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
545
543
|
// CannabisOff aliases
|
|
546
544
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
547
545
|
// Cannabis aliases
|
|
548
546
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
549
547
|
// CaptionsOff aliases
|
|
550
548
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
551
|
-
// CarBattery aliases
|
|
552
|
-
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
553
549
|
// CarFront aliases
|
|
554
550
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
555
|
-
// Car aliases
|
|
556
|
-
export { default as CarIcon } from '../icons/car';
|
|
557
551
|
// CarTaxiFront aliases
|
|
558
552
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
553
|
+
// CarBattery aliases
|
|
554
|
+
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
555
|
+
// Car aliases
|
|
556
|
+
export { default as CarIcon } from '../icons/car';
|
|
559
557
|
// Caravan aliases
|
|
560
558
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
561
559
|
// CardSim aliases
|
|
562
560
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
563
561
|
// Carrot aliases
|
|
564
562
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
565
|
-
//
|
|
566
|
-
export { default as
|
|
563
|
+
// CartonOff aliases
|
|
564
|
+
export { default as CartonOffIcon } from '../icons/carton-off';
|
|
565
|
+
// Carton aliases
|
|
566
|
+
export { default as CartonIcon } from '../icons/carton';
|
|
567
567
|
// CaseSensitive aliases
|
|
568
568
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
569
|
-
//
|
|
570
|
-
export { default as
|
|
569
|
+
// CaseLower aliases
|
|
570
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
571
571
|
// CaseUpper aliases
|
|
572
572
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
573
|
+
// CassetteTape aliases
|
|
574
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
573
575
|
// Cast aliases
|
|
574
576
|
export { default as CastIcon } from '../icons/cast';
|
|
575
|
-
// Cat aliases
|
|
576
|
-
export { default as CatIcon } from '../icons/cat';
|
|
577
577
|
// Castle aliases
|
|
578
578
|
export { default as CastleIcon } from '../icons/castle';
|
|
579
|
-
// CctvOff aliases
|
|
580
|
-
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
581
579
|
// Cctv aliases
|
|
582
580
|
export { default as CctvIcon } from '../icons/cctv';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
581
|
+
// Cat aliases
|
|
582
|
+
export { default as CatIcon } from '../icons/cat';
|
|
583
|
+
// CctvOff aliases
|
|
584
|
+
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
585
585
|
// ChartBarDecreasing aliases
|
|
586
586
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
587
|
+
// ChartBarIncreasing aliases
|
|
588
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
587
589
|
// ChartBarStacked aliases
|
|
588
590
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
589
591
|
// ChartColumnDecreasing aliases
|
|
@@ -608,28 +610,28 @@ export { default as CheckLineIcon } from '../icons/check-line';
|
|
|
608
610
|
export { default as CheckIcon } from '../icons/check';
|
|
609
611
|
// ChefHat aliases
|
|
610
612
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
611
|
-
// Cherry aliases
|
|
612
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
613
613
|
// ChessBishop aliases
|
|
614
614
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
615
|
-
// ChessKnight aliases
|
|
616
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
617
615
|
// ChessKing aliases
|
|
618
616
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
619
|
-
//
|
|
620
|
-
export { default as
|
|
617
|
+
// ChessKnight aliases
|
|
618
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
619
|
+
// Cherry aliases
|
|
620
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
621
621
|
// ChessQueen aliases
|
|
622
622
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
623
|
+
// ChessPawn aliases
|
|
624
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
623
625
|
// ChessRook aliases
|
|
624
626
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
625
|
-
// ChevronDown aliases
|
|
626
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
627
627
|
// ChevronFirst aliases
|
|
628
628
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
629
|
-
// ChevronLast aliases
|
|
630
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
631
629
|
// ChevronLeft aliases
|
|
632
630
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
631
|
+
// ChevronDown aliases
|
|
632
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
633
|
+
// ChevronLast aliases
|
|
634
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
633
635
|
// ChevronRight aliases
|
|
634
636
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
635
637
|
// ChevronUp aliases
|
|
@@ -650,10 +652,10 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
650
652
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
651
653
|
// ChevronsUpDown aliases
|
|
652
654
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
653
|
-
// Church aliases
|
|
654
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
655
655
|
// ChevronsUp aliases
|
|
656
656
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
657
|
+
// Church aliases
|
|
658
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
657
659
|
// CigaretteOff aliases
|
|
658
660
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
659
661
|
// Cigarette aliases
|
|
@@ -684,10 +686,10 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
684
686
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
685
687
|
// CirclePoundSterling aliases
|
|
686
688
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
687
|
-
// CircleSlash aliases
|
|
688
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
689
689
|
// CircleSmall aliases
|
|
690
690
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
691
|
+
// CircleSlash aliases
|
|
692
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
691
693
|
// CircleStar aliases
|
|
692
694
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
693
695
|
// Circle aliases
|
|
@@ -702,20 +704,20 @@ export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
|
702
704
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
703
705
|
// ClipboardClock aliases
|
|
704
706
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
705
|
-
// ClipboardCopy aliases
|
|
706
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
707
707
|
// ClipboardList aliases
|
|
708
708
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
709
|
+
// ClipboardCopy aliases
|
|
710
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
709
711
|
// ClipboardMinus aliases
|
|
710
712
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
711
713
|
// ClipboardPaste aliases
|
|
712
714
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
713
715
|
// ClipboardPlus aliases
|
|
714
716
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
715
|
-
// ClipboardType aliases
|
|
716
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
717
717
|
// ClipboardX aliases
|
|
718
718
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
719
|
+
// ClipboardType aliases
|
|
720
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
719
721
|
// Clipboard aliases
|
|
720
722
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
721
723
|
// Clock1 aliases
|
|
@@ -724,10 +726,10 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
724
726
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
725
727
|
// Clock11 aliases
|
|
726
728
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
727
|
-
// Clock12 aliases
|
|
728
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
729
729
|
// Clock2 aliases
|
|
730
730
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
731
|
+
// Clock12 aliases
|
|
732
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
731
733
|
// Clock3 aliases
|
|
732
734
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
733
735
|
// Clock4 aliases
|
|
@@ -736,12 +738,12 @@ export { default as Clock4Icon } from '../icons/clock-4';
|
|
|
736
738
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
737
739
|
// Clock6 aliases
|
|
738
740
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
741
|
+
// Clock7 aliases
|
|
742
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
739
743
|
// Clock8 aliases
|
|
740
744
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
741
745
|
// Clock9 aliases
|
|
742
746
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
743
|
-
// Clock7 aliases
|
|
744
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
745
747
|
// ClockAlert aliases
|
|
746
748
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
747
749
|
// ClockArrowDown aliases
|
|
@@ -758,10 +760,10 @@ export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
|
758
760
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
759
761
|
// ClockPlus aliases
|
|
760
762
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
761
|
-
// ClosedCaption aliases
|
|
762
|
-
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
763
763
|
// Clock aliases
|
|
764
764
|
export { default as ClockIcon } from '../icons/clock';
|
|
765
|
+
// ClosedCaption aliases
|
|
766
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
765
767
|
// CloudAlert aliases
|
|
766
768
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
767
769
|
// CloudBackup aliases
|
|
@@ -770,10 +772,10 @@ export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
|
770
772
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
771
773
|
// CloudCog aliases
|
|
772
774
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
773
|
-
// CloudFog aliases
|
|
774
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
775
775
|
// CloudDrizzle aliases
|
|
776
776
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
777
|
+
// CloudFog aliases
|
|
778
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
777
779
|
// CloudHail aliases
|
|
778
780
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
779
781
|
// CloudLightning aliases
|
|
@@ -786,10 +788,10 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
786
788
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
787
789
|
// CloudRainWind aliases
|
|
788
790
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
789
|
-
// CloudRain aliases
|
|
790
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
791
791
|
// CloudSnow aliases
|
|
792
792
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
793
|
+
// CloudRain aliases
|
|
794
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
793
795
|
// CloudSunRain aliases
|
|
794
796
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
795
797
|
// CloudSun aliases
|
|
@@ -806,12 +808,12 @@ export { default as CloverIcon } from '../icons/clover';
|
|
|
806
808
|
export { default as ClubIcon } from '../icons/club';
|
|
807
809
|
// Code aliases
|
|
808
810
|
export { default as CodeIcon } from '../icons/code';
|
|
809
|
-
// Coffee aliases
|
|
810
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
811
811
|
// Cog aliases
|
|
812
812
|
export { default as CogIcon } from '../icons/cog';
|
|
813
813
|
// Coins aliases
|
|
814
814
|
export { default as CoinsIcon } from '../icons/coins';
|
|
815
|
+
// Coffee aliases
|
|
816
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
815
817
|
// Columns4 aliases
|
|
816
818
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
817
819
|
// Combine aliases
|
|
@@ -820,80 +822,80 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
820
822
|
export { default as CommandIcon } from '../icons/command';
|
|
821
823
|
// Compass aliases
|
|
822
824
|
export { default as CompassIcon } from '../icons/compass';
|
|
823
|
-
// Component aliases
|
|
824
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
825
825
|
// Computer aliases
|
|
826
826
|
export { default as ComputerIcon } from '../icons/computer';
|
|
827
|
+
// Component aliases
|
|
828
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
827
829
|
// ConciergeBell aliases
|
|
828
830
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
829
831
|
// Cone aliases
|
|
830
832
|
export { default as ConeIcon } from '../icons/cone';
|
|
831
|
-
// Contact aliases
|
|
832
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
833
833
|
// Construction aliases
|
|
834
834
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
835
|
+
// Contact aliases
|
|
836
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
835
837
|
// Container aliases
|
|
836
838
|
export { default as ContainerIcon } from '../icons/container';
|
|
837
|
-
// Cookie aliases
|
|
838
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
839
839
|
// Contrast aliases
|
|
840
840
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
841
|
+
// Cookie aliases
|
|
842
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
841
843
|
// CookingPot aliases
|
|
842
844
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
843
845
|
// CopyCheck aliases
|
|
844
846
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
845
847
|
// CopyMinus aliases
|
|
846
848
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
847
|
-
// CopyPlus aliases
|
|
848
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
849
849
|
// CopySlash aliases
|
|
850
850
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
851
|
+
// CopyPlus aliases
|
|
852
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
851
853
|
// CopyX aliases
|
|
852
854
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
853
855
|
// Copy aliases
|
|
854
856
|
export { default as CopyIcon } from '../icons/copy';
|
|
855
857
|
// Copyleft aliases
|
|
856
858
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
859
|
+
// Copyright aliases
|
|
860
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
857
861
|
// CornerDownLeft aliases
|
|
858
862
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
863
|
+
// CornerLeftDown aliases
|
|
864
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
859
865
|
// CornerDownRight aliases
|
|
860
866
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
861
|
-
// Copyright aliases
|
|
862
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
863
867
|
// CornerLeftUp aliases
|
|
864
868
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
865
|
-
// CornerLeftDown aliases
|
|
866
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
867
869
|
// CornerRightDown aliases
|
|
868
870
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
869
|
-
// CornerUpLeft aliases
|
|
870
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
871
871
|
// CornerRightUp aliases
|
|
872
872
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
873
|
+
// CornerUpLeft aliases
|
|
874
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
873
875
|
// CornerUpRight aliases
|
|
874
876
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
875
877
|
// Cpu aliases
|
|
876
878
|
export { default as CpuIcon } from '../icons/cpu';
|
|
877
|
-
// CreativeCommons aliases
|
|
878
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
879
879
|
// CreditCardCheck aliases
|
|
880
880
|
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
881
|
+
// CreativeCommons aliases
|
|
882
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
881
883
|
// CreditCardMinus aliases
|
|
882
884
|
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
883
885
|
// CreditCardPlus aliases
|
|
884
886
|
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
885
887
|
// CreditCardReader aliases
|
|
886
888
|
export { default as CreditCardReaderIcon } from '../icons/credit-card-reader';
|
|
887
|
-
//
|
|
888
|
-
export { default as
|
|
889
|
+
// Crop aliases
|
|
890
|
+
export { default as CropIcon } from '../icons/crop';
|
|
889
891
|
// CreditCard aliases
|
|
890
892
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
891
893
|
// Croissant aliases
|
|
892
894
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
893
|
-
// Crop aliases
|
|
894
|
-
export { default as CropIcon } from '../icons/crop';
|
|
895
895
|
// Cross aliases
|
|
896
896
|
export { default as CrossIcon } from '../icons/cross';
|
|
897
|
+
// CreditCardX aliases
|
|
898
|
+
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
897
899
|
// Crosshair aliases
|
|
898
900
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
899
901
|
// Crown aliases
|
|
@@ -902,20 +904,20 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
902
904
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
903
905
|
// CupSoda aliases
|
|
904
906
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
907
|
+
// Currency aliases
|
|
908
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
905
909
|
// Cylinder aliases
|
|
906
910
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
907
911
|
// Dam aliases
|
|
908
912
|
export { default as DamIcon } from '../icons/dam';
|
|
909
|
-
// Currency aliases
|
|
910
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
911
|
-
// DatabaseArrowUp aliases
|
|
912
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
913
913
|
// DatabaseArrowDown aliases
|
|
914
914
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
915
|
-
// DatabaseCheck aliases
|
|
916
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
917
915
|
// DatabaseBackup aliases
|
|
918
916
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
917
|
+
// DatabaseArrowUp aliases
|
|
918
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
919
|
+
// DatabaseCheck aliases
|
|
920
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
919
921
|
// DatabaseMinus aliases
|
|
920
922
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
921
923
|
// DatabasePlus aliases
|
|
@@ -924,42 +926,42 @@ export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
|
924
926
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
925
927
|
// DatabaseX aliases
|
|
926
928
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
927
|
-
// Database aliases
|
|
928
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
929
929
|
// DatabaseZap aliases
|
|
930
930
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
931
|
+
// Database aliases
|
|
932
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
931
933
|
// DecimalsArrowLeft aliases
|
|
932
934
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
933
935
|
// DecimalsArrowRight aliases
|
|
934
936
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
935
937
|
// Delete aliases
|
|
936
938
|
export { default as DeleteIcon } from '../icons/delete';
|
|
937
|
-
// Dessert aliases
|
|
938
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
939
939
|
// Diameter aliases
|
|
940
940
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
941
941
|
// DiamondMinus aliases
|
|
942
942
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
945
|
-
// Dice2 aliases
|
|
946
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
943
|
+
// Dessert aliases
|
|
944
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
947
945
|
// Diamond aliases
|
|
948
946
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
947
|
+
// DiamondPlus aliases
|
|
948
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
949
949
|
// Dice1 aliases
|
|
950
950
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
951
|
+
// Dice2 aliases
|
|
952
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
951
953
|
// Dice3 aliases
|
|
952
954
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
953
955
|
// Dice4 aliases
|
|
954
956
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
955
|
-
// Dice5 aliases
|
|
956
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
957
957
|
// Dice6 aliases
|
|
958
958
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
959
|
+
// Dice5 aliases
|
|
960
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
961
961
|
// Dices aliases
|
|
962
962
|
export { default as DicesIcon } from '../icons/dices';
|
|
963
|
+
// Diff aliases
|
|
964
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
963
965
|
// Disc2 aliases
|
|
964
966
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
965
967
|
// Disc3 aliases
|
|
@@ -968,20 +970,20 @@ export { default as Disc3Icon } from '../icons/disc-3';
|
|
|
968
970
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
969
971
|
// Disc aliases
|
|
970
972
|
export { default as DiscIcon } from '../icons/disc';
|
|
973
|
+
// DnaOff aliases
|
|
974
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
971
975
|
// Divide aliases
|
|
972
976
|
export { default as DivideIcon } from '../icons/divide';
|
|
973
977
|
// Dna aliases
|
|
974
978
|
export { default as DnaIcon } from '../icons/dna';
|
|
975
|
-
// DnaOff aliases
|
|
976
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
977
979
|
// Dog aliases
|
|
978
980
|
export { default as DogIcon } from '../icons/dog';
|
|
979
981
|
// Dock aliases
|
|
980
982
|
export { default as DockIcon } from '../icons/dock';
|
|
981
|
-
// Dome aliases
|
|
982
|
-
export { default as DomeIcon } from '../icons/dome';
|
|
983
983
|
// DollarSign aliases
|
|
984
984
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
985
|
+
// Dome aliases
|
|
986
|
+
export { default as DomeIcon } from '../icons/dome';
|
|
985
987
|
// Donut aliases
|
|
986
988
|
export { default as DonutIcon } from '../icons/donut';
|
|
987
989
|
// DoorClosedLocked aliases
|
|
@@ -1014,20 +1016,20 @@ export { default as DropletsIcon } from '../icons/droplets';
|
|
|
1014
1016
|
export { default as DrumIcon } from '../icons/drum';
|
|
1015
1017
|
// Drumstick aliases
|
|
1016
1018
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
1017
|
-
// Dumbbell aliases
|
|
1018
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1019
1019
|
// EarOff aliases
|
|
1020
1020
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1021
|
+
// Dumbbell aliases
|
|
1022
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
1021
1023
|
// Ear aliases
|
|
1022
1024
|
export { default as EarIcon } from '../icons/ear';
|
|
1023
1025
|
// EarthLock aliases
|
|
1024
1026
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1025
1027
|
// Eclipse aliases
|
|
1026
1028
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1027
|
-
// EggOff aliases
|
|
1028
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1029
1029
|
// EggFried aliases
|
|
1030
1030
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1031
|
+
// EggOff aliases
|
|
1032
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1031
1033
|
// Egg aliases
|
|
1032
1034
|
export { default as EggIcon } from '../icons/egg';
|
|
1033
1035
|
// Eject aliases
|
|
@@ -1054,10 +1056,10 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
1054
1056
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1055
1057
|
// Expand aliases
|
|
1056
1058
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1057
|
-
// EyeClosed aliases
|
|
1058
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1059
1059
|
// ExternalLink aliases
|
|
1060
1060
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1061
|
+
// EyeClosed aliases
|
|
1062
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1061
1063
|
// EyeDashed aliases
|
|
1062
1064
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1063
1065
|
// EyeOff aliases
|
|
@@ -1068,10 +1070,10 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
1068
1070
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1069
1071
|
// Fan aliases
|
|
1070
1072
|
export { default as FanIcon } from '../icons/fan';
|
|
1071
|
-
// FastForward aliases
|
|
1072
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1073
1073
|
// Feather aliases
|
|
1074
1074
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1075
|
+
// FastForward aliases
|
|
1076
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1075
1077
|
// Fence aliases
|
|
1076
1078
|
export { default as FenceIcon } from '../icons/fence';
|
|
1077
1079
|
// FerrisWheel aliases
|
|
@@ -1080,32 +1082,32 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
1080
1082
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1081
1083
|
// FileBox aliases
|
|
1082
1084
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1083
|
-
// FileCheck aliases
|
|
1084
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1085
1085
|
// FileClock aliases
|
|
1086
1086
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1087
1087
|
// FileCode aliases
|
|
1088
1088
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1089
1089
|
// FileDiff aliases
|
|
1090
1090
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1091
|
+
// FileCheck aliases
|
|
1092
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1091
1093
|
// FileDigit aliases
|
|
1092
1094
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1093
1095
|
// FileDown aliases
|
|
1094
1096
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1095
1097
|
// FileHeart aliases
|
|
1096
1098
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1097
|
-
// FileInput aliases
|
|
1098
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1099
1099
|
// FileImage aliases
|
|
1100
1100
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1101
|
+
// FileInput aliases
|
|
1102
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1101
1103
|
// FileMinus aliases
|
|
1102
1104
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1103
1105
|
// FileMusic aliases
|
|
1104
1106
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1105
|
-
// FilePlus aliases
|
|
1106
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1107
1107
|
// FileOutput aliases
|
|
1108
1108
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1109
|
+
// FilePlus aliases
|
|
1110
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1109
1111
|
// FileScan aliases
|
|
1110
1112
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1111
1113
|
// FileSearch aliases
|
|
@@ -1116,18 +1118,18 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1116
1118
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1117
1119
|
// FileStack aliases
|
|
1118
1120
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1119
|
-
// FileTerminal aliases
|
|
1120
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1121
1121
|
// FileSymlink aliases
|
|
1122
1122
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1123
|
+
// FileTerminal aliases
|
|
1124
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1123
1125
|
// FileText aliases
|
|
1124
1126
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1125
1127
|
// FileType aliases
|
|
1126
1128
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1127
|
-
// FileUser aliases
|
|
1128
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1129
1129
|
// FileUp aliases
|
|
1130
1130
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1131
|
+
// FileUser aliases
|
|
1132
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1131
1133
|
// FileVolume aliases
|
|
1132
1134
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1133
1135
|
// FileX aliases
|
|
@@ -1136,16 +1138,16 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1136
1138
|
export { default as FileIcon } from '../icons/file';
|
|
1137
1139
|
// Files aliases
|
|
1138
1140
|
export { default as FilesIcon } from '../icons/files';
|
|
1139
|
-
// Film aliases
|
|
1140
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1141
1141
|
// FireExtinguisher aliases
|
|
1142
1142
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1143
|
+
// Film aliases
|
|
1144
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1143
1145
|
// FishOff aliases
|
|
1144
1146
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1145
|
-
// FishSymbol aliases
|
|
1146
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1147
1147
|
// Fish aliases
|
|
1148
1148
|
export { default as FishIcon } from '../icons/fish';
|
|
1149
|
+
// FishSymbol aliases
|
|
1150
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1149
1151
|
// FishingHook aliases
|
|
1150
1152
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1151
1153
|
// FishingRod aliases
|
|
@@ -1160,44 +1162,40 @@ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
|
1160
1162
|
export { default as FlagIcon } from '../icons/flag';
|
|
1161
1163
|
// FlameKindling aliases
|
|
1162
1164
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1163
|
-
// Flame aliases
|
|
1164
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1165
|
-
// FlashlightOff aliases
|
|
1166
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1167
1165
|
// Flashlight aliases
|
|
1168
1166
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1167
|
+
// FlashlightOff aliases
|
|
1168
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1169
1169
|
// FlaskConicalOff aliases
|
|
1170
1170
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1171
|
+
// Flame aliases
|
|
1172
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1173
1173
|
// FlaskConical aliases
|
|
1174
1174
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1175
|
+
// FlaskRound aliases
|
|
1176
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1177
1177
|
// Flower2 aliases
|
|
1178
1178
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1179
|
-
// FlipVertical2 aliases
|
|
1180
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1181
1179
|
// Flower aliases
|
|
1182
1180
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1183
1181
|
// Focus aliases
|
|
1184
1182
|
export { default as FocusIcon } from '../icons/focus';
|
|
1185
1183
|
// FoldHorizontal aliases
|
|
1186
1184
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1187
|
-
// FoldVertical aliases
|
|
1188
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1189
1185
|
// FolderArchive aliases
|
|
1190
1186
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1191
|
-
// FolderBookmark aliases
|
|
1192
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1193
1187
|
// FolderCheck aliases
|
|
1194
1188
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1189
|
+
// FolderBookmark aliases
|
|
1190
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1191
|
+
// FoldVertical aliases
|
|
1192
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1195
1193
|
// FolderClock aliases
|
|
1196
1194
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1197
|
-
// FolderClosed aliases
|
|
1198
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1199
1195
|
// FolderCode aliases
|
|
1200
1196
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1197
|
+
// FolderClosed aliases
|
|
1198
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1201
1199
|
// FolderDot aliases
|
|
1202
1200
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1203
1201
|
// FolderDown aliases
|
|
@@ -1208,10 +1206,10 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1208
1206
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1209
1207
|
// FolderHeart aliases
|
|
1210
1208
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1211
|
-
// FolderInput aliases
|
|
1212
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1213
1209
|
// FolderKanban aliases
|
|
1214
1210
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1211
|
+
// FolderInput aliases
|
|
1212
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1215
1213
|
// FolderKey aliases
|
|
1216
1214
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1217
1215
|
// FolderLock aliases
|
|
@@ -1232,10 +1230,10 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1232
1230
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1233
1231
|
// FolderSearch aliases
|
|
1234
1232
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1235
|
-
// FolderSymlink aliases
|
|
1236
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1237
1233
|
// FolderSync aliases
|
|
1238
1234
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1235
|
+
// FolderSymlink aliases
|
|
1236
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1239
1237
|
// FolderTree aliases
|
|
1240
1238
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1241
1239
|
// FolderUp aliases
|
|
@@ -1250,10 +1248,10 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1250
1248
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1251
1249
|
// Forklift aliases
|
|
1252
1250
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1253
|
-
// Forward aliases
|
|
1254
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1255
1251
|
// Form aliases
|
|
1256
1252
|
export { default as FormIcon } from '../icons/form';
|
|
1253
|
+
// Forward aliases
|
|
1254
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1257
1255
|
// Frame aliases
|
|
1258
1256
|
export { default as FrameIcon } from '../icons/frame';
|
|
1259
1257
|
// Fuel aliases
|
|
@@ -1262,10 +1260,10 @@ export { default as FuelIcon } from '../icons/fuel';
|
|
|
1262
1260
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1263
1261
|
// FunnelPlus aliases
|
|
1264
1262
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1265
|
-
// Galaxy aliases
|
|
1266
|
-
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1267
1263
|
// GalleryHorizontalEnd aliases
|
|
1268
1264
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1265
|
+
// Galaxy aliases
|
|
1266
|
+
export { default as GalaxyIcon } from '../icons/galaxy';
|
|
1269
1267
|
// GalleryThumbnails aliases
|
|
1270
1268
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1271
1269
|
// GalleryVerticalEnd aliases
|
|
@@ -1280,22 +1278,22 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1280
1278
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1281
1279
|
// Gamepad aliases
|
|
1282
1280
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1283
|
-
// GapHorizontal aliases
|
|
1284
|
-
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1285
1281
|
// GapVertical aliases
|
|
1286
1282
|
export { default as GapVerticalIcon } from '../icons/gap-vertical';
|
|
1287
1283
|
// Gauge aliases
|
|
1288
1284
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1289
1285
|
// Gavel aliases
|
|
1290
1286
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1287
|
+
// GapHorizontal aliases
|
|
1288
|
+
export { default as GapHorizontalIcon } from '../icons/gap-horizontal';
|
|
1293
1289
|
// Gem aliases
|
|
1294
1290
|
export { default as GemIcon } from '../icons/gem';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1291
|
+
// GeorgianLari aliases
|
|
1292
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1297
1293
|
// Germ aliases
|
|
1298
1294
|
export { default as GermIcon } from '../icons/germ';
|
|
1295
|
+
// GermOff aliases
|
|
1296
|
+
export { default as GermOffIcon } from '../icons/germ-off';
|
|
1299
1297
|
// Ghost aliases
|
|
1300
1298
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1301
1299
|
// Gift aliases
|
|
@@ -1308,10 +1306,10 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1308
1306
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1309
1307
|
// GitCommitVertical aliases
|
|
1310
1308
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1311
|
-
// GitCompare aliases
|
|
1312
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1313
1309
|
// GitCompareArrows aliases
|
|
1314
1310
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1311
|
+
// GitCompare aliases
|
|
1312
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1315
1313
|
// GitFork aliases
|
|
1316
1314
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1317
1315
|
// GitGraph aliases
|
|
@@ -1324,12 +1322,12 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1324
1322
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1325
1323
|
// GitPullRequestClosed aliases
|
|
1326
1324
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1327
|
-
// GitPullRequestCreateArrow aliases
|
|
1328
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1329
1325
|
// GitPullRequestCreate aliases
|
|
1330
1326
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1331
1327
|
// GitPullRequestDraft aliases
|
|
1332
1328
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1329
|
+
// GitPullRequestCreateArrow aliases
|
|
1330
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1333
1331
|
// GitPullRequest aliases
|
|
1334
1332
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1335
1333
|
// GlassWater aliases
|
|
@@ -1340,12 +1338,12 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1340
1338
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1341
1339
|
// GlobeLock aliases
|
|
1342
1340
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1341
|
+
// GlobeCode aliases
|
|
1342
|
+
export { default as GlobeCodeIcon } from '../icons/globe-code';
|
|
1343
1343
|
// GlobeOff aliases
|
|
1344
1344
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1345
1345
|
// GlobeX aliases
|
|
1346
1346
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1347
|
-
// Gpu aliases
|
|
1348
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1349
1347
|
// Globe aliases
|
|
1350
1348
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1351
1349
|
// Goal aliases
|
|
@@ -1354,6 +1352,8 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1354
1352
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1355
1353
|
// Grape aliases
|
|
1356
1354
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1355
|
+
// Gpu aliases
|
|
1356
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1357
1357
|
// Grid3x2 aliases
|
|
1358
1358
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1359
1359
|
// GripHorizontal aliases
|
|
@@ -1372,70 +1372,70 @@ export { default as HamIcon } from '../icons/ham';
|
|
|
1372
1372
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1373
1373
|
// Hammer aliases
|
|
1374
1374
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1375
|
-
// HandFist aliases
|
|
1376
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1377
1375
|
// HandCoins aliases
|
|
1378
1376
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1377
|
+
// HandHeart aliases
|
|
1378
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1379
|
+
// HandFist aliases
|
|
1380
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1381
|
+
// Hand aliases
|
|
1382
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1379
1383
|
// HandMetal aliases
|
|
1380
1384
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1381
1385
|
// HandPlatter aliases
|
|
1382
1386
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1383
|
-
// HandHeart aliases
|
|
1384
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1385
1387
|
// Handbag aliases
|
|
1386
1388
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1387
|
-
// Hand aliases
|
|
1388
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1389
1389
|
// Handshake aliases
|
|
1390
1390
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1391
|
-
// HardDriveDownload aliases
|
|
1392
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1393
1391
|
// HardDriveUpload aliases
|
|
1394
1392
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1393
|
+
// HardDriveDownload aliases
|
|
1394
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1395
1395
|
// HardDrive aliases
|
|
1396
1396
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1397
1397
|
// HardHat aliases
|
|
1398
1398
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1399
1399
|
// Hash aliases
|
|
1400
1400
|
export { default as HashIcon } from '../icons/hash';
|
|
1401
|
-
// HatGlasses aliases
|
|
1402
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1403
1401
|
// Haze aliases
|
|
1404
1402
|
export { default as HazeIcon } from '../icons/haze';
|
|
1405
1403
|
// Hd aliases
|
|
1406
1404
|
export { default as HdIcon } from '../icons/hd';
|
|
1405
|
+
// HatGlasses aliases
|
|
1406
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1407
1407
|
// HdmiPort aliases
|
|
1408
1408
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1409
1409
|
// Heading1 aliases
|
|
1410
1410
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1411
1411
|
// Heading2 aliases
|
|
1412
1412
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1413
|
+
// Heading5 aliases
|
|
1414
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1413
1415
|
// Heading3 aliases
|
|
1414
1416
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1415
1417
|
// Heading4 aliases
|
|
1416
1418
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1417
|
-
// Heading5 aliases
|
|
1418
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1419
1419
|
// Heading6 aliases
|
|
1420
1420
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1421
1421
|
// Heading aliases
|
|
1422
1422
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1423
|
+
// Headphones aliases
|
|
1424
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1423
1425
|
// Headset aliases
|
|
1424
1426
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1425
1427
|
// HeadphoneOff aliases
|
|
1426
1428
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1427
|
-
// Headphones aliases
|
|
1428
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1429
1429
|
// HeartCrack aliases
|
|
1430
1430
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1431
1431
|
// HeartHandshake aliases
|
|
1432
1432
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1433
1433
|
// HeartMinus aliases
|
|
1434
1434
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1435
|
-
// HeartOff aliases
|
|
1436
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1437
1435
|
// HeartPlus aliases
|
|
1438
1436
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1437
|
+
// HeartOff aliases
|
|
1438
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1439
1439
|
// HeartX aliases
|
|
1440
1440
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1441
1441
|
// HeartPulse aliases
|
|
@@ -1452,30 +1452,34 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1452
1452
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1453
1453
|
// HopOff aliases
|
|
1454
1454
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1455
|
-
// Hop aliases
|
|
1456
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1457
1455
|
// Hospital aliases
|
|
1458
1456
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1457
|
+
// Hop aliases
|
|
1458
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1459
1459
|
// Hotel aliases
|
|
1460
1460
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1461
|
+
// HourglassCog aliases
|
|
1462
|
+
export { default as HourglassCogIcon } from '../icons/hourglass-cog';
|
|
1463
1463
|
// Hourglass aliases
|
|
1464
1464
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1465
|
+
// HouseHeart aliases
|
|
1466
|
+
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1465
1467
|
// HousePlug aliases
|
|
1466
1468
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1467
|
-
// HouseWifi aliases
|
|
1468
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1469
1469
|
// HousePlus aliases
|
|
1470
1470
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1471
|
+
// HouseWifi aliases
|
|
1472
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1473
|
+
// Houses aliases
|
|
1474
|
+
export { default as HousesIcon } from '../icons/houses';
|
|
1471
1475
|
// IdCardLanyard aliases
|
|
1472
1476
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1473
|
-
// IdCard aliases
|
|
1474
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1475
1477
|
// ImageDown aliases
|
|
1476
1478
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1477
1479
|
// ImageMinus aliases
|
|
1478
1480
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1481
|
+
// IdCard aliases
|
|
1482
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1479
1483
|
// ImageOff aliases
|
|
1480
1484
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1481
1485
|
// ImagePlay aliases
|
|
@@ -1490,12 +1494,12 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1490
1494
|
export { default as ImageIcon } from '../icons/image';
|
|
1491
1495
|
// Images aliases
|
|
1492
1496
|
export { default as ImagesIcon } from '../icons/images';
|
|
1497
|
+
// Import aliases
|
|
1498
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1493
1499
|
// Inbox aliases
|
|
1494
1500
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1495
1501
|
// IndianRupee aliases
|
|
1496
1502
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1497
|
-
// Import aliases
|
|
1498
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1499
1503
|
// Infinity aliases
|
|
1500
1504
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1501
1505
|
// Info aliases
|
|
@@ -1508,66 +1512,72 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1508
1512
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1509
1513
|
// IterationCw aliases
|
|
1510
1514
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1511
|
-
//
|
|
1512
|
-
export { default as
|
|
1515
|
+
// IvBag aliases
|
|
1516
|
+
export { default as IvBagIcon } from '../icons/iv-bag';
|
|
1513
1517
|
// JapaneseYen aliases
|
|
1514
1518
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1515
|
-
//
|
|
1516
|
-
export { default as
|
|
1519
|
+
// Joystick aliases
|
|
1520
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1517
1521
|
// Kanban aliases
|
|
1518
1522
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1523
|
+
// Kayak aliases
|
|
1524
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1519
1525
|
// KeyRound aliases
|
|
1520
1526
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1521
1527
|
// KeySquare aliases
|
|
1522
1528
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1523
|
-
// KeyboardMusic aliases
|
|
1524
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1525
1529
|
// Key aliases
|
|
1526
1530
|
export { default as KeyIcon } from '../icons/key';
|
|
1531
|
+
// KeyboardMusic aliases
|
|
1532
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1527
1533
|
// KeyboardOff aliases
|
|
1528
1534
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1529
1535
|
// Keyboard aliases
|
|
1530
1536
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1531
|
-
// LampCeiling aliases
|
|
1532
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1533
1537
|
// LampDesk aliases
|
|
1534
1538
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1539
|
+
// LampCeiling aliases
|
|
1540
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1535
1541
|
// LampFloor aliases
|
|
1536
1542
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1537
|
-
// LampWallDown aliases
|
|
1538
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1539
1543
|
// LampWallUp aliases
|
|
1540
1544
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1545
|
+
// LampWallDown aliases
|
|
1546
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1541
1547
|
// Lamp aliases
|
|
1542
1548
|
export { default as LampIcon } from '../icons/lamp';
|
|
1543
1549
|
// LandPlot aliases
|
|
1544
1550
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1545
1551
|
// Landmark aliases
|
|
1546
1552
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1547
|
-
// Languages aliases
|
|
1548
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1549
1553
|
// LaptopMinimalCheck aliases
|
|
1550
1554
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1555
|
+
// Languages aliases
|
|
1556
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1551
1557
|
// Laptop aliases
|
|
1552
1558
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1553
1559
|
// Lasso aliases
|
|
1554
1560
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1555
|
-
// LayerArrowDown aliases
|
|
1556
|
-
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1557
1561
|
// LassoSelect aliases
|
|
1558
1562
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1563
|
+
// LayerArrowDown aliases
|
|
1564
|
+
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1565
|
+
// LayerArrowUp aliases
|
|
1566
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1559
1567
|
// Layers2 aliases
|
|
1560
1568
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1561
1569
|
// LayersArrowDown aliases
|
|
1562
1570
|
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1563
|
-
// LayerArrowUp aliases
|
|
1564
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1565
1571
|
// LayersArrowUp aliases
|
|
1566
1572
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1567
1573
|
// LayersMinus aliases
|
|
1568
1574
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1569
1575
|
// LayersPlus aliases
|
|
1570
1576
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1577
|
+
// LayoutArrowDown aliases
|
|
1578
|
+
export { default as LayoutArrowDownIcon } from '../icons/layout-arrow-down';
|
|
1579
|
+
// LayoutArrowRight aliases
|
|
1580
|
+
export { default as LayoutArrowRightIcon } from '../icons/layout-arrow-right';
|
|
1571
1581
|
// LayoutDashboard aliases
|
|
1572
1582
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1573
1583
|
// LayoutFreeform aliases
|
|
@@ -1600,10 +1610,10 @@ export { default as LibraryIcon } from '../icons/library';
|
|
|
1600
1610
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1601
1611
|
// Ligature aliases
|
|
1602
1612
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1603
|
-
// LightbulbOff aliases
|
|
1604
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1605
1613
|
// Lightbulb aliases
|
|
1606
1614
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1615
|
+
// LightbulbOff aliases
|
|
1616
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1607
1617
|
// Lighthouse aliases
|
|
1608
1618
|
export { default as LighthouseIcon } from '../icons/lighthouse';
|
|
1609
1619
|
// LineDotRightHorizontal aliases
|
|
@@ -1616,14 +1626,14 @@ export { default as LineStyleIcon } from '../icons/line-style';
|
|
|
1616
1626
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1617
1627
|
// Link2 aliases
|
|
1618
1628
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1619
|
-
// Link aliases
|
|
1620
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1621
1629
|
// ListCheck aliases
|
|
1622
1630
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1623
|
-
//
|
|
1624
|
-
export { default as
|
|
1631
|
+
// Link aliases
|
|
1632
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1625
1633
|
// ListChecks aliases
|
|
1626
1634
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1635
|
+
// ListChevronsDownUp aliases
|
|
1636
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1627
1637
|
// ListChevronsUpDown aliases
|
|
1628
1638
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1629
1639
|
// ListClock aliases
|
|
@@ -1638,24 +1648,24 @@ export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
|
1638
1648
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1639
1649
|
// ListMinus aliases
|
|
1640
1650
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1641
|
-
// ListMusic aliases
|
|
1642
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1643
1651
|
// ListOrdered aliases
|
|
1644
1652
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1653
|
+
// ListMusic aliases
|
|
1654
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1647
1655
|
// ListPlus aliases
|
|
1648
1656
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1657
|
+
// ListRestart aliases
|
|
1658
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1649
1659
|
// ListSortAscending aliases
|
|
1650
1660
|
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1651
1661
|
// ListSortDescending aliases
|
|
1652
1662
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1653
1663
|
// ListStart aliases
|
|
1654
1664
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1655
|
-
// ListTodo aliases
|
|
1656
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1657
1665
|
// ListTree aliases
|
|
1658
1666
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1667
|
+
// ListTodo aliases
|
|
1668
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1659
1669
|
// ListVideo aliases
|
|
1660
1670
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1661
1671
|
// ListX aliases
|
|
@@ -1666,32 +1676,32 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1666
1676
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1667
1677
|
// Loader aliases
|
|
1668
1678
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1669
|
-
// LocateFixed aliases
|
|
1670
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1671
1679
|
// LocateOff aliases
|
|
1672
1680
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1681
|
+
// LocateFixed aliases
|
|
1682
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1673
1683
|
// Locate aliases
|
|
1674
1684
|
export { default as LocateIcon } from '../icons/locate';
|
|
1675
1685
|
// LockKeyhole aliases
|
|
1676
1686
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1677
1687
|
// Lock aliases
|
|
1678
1688
|
export { default as LockIcon } from '../icons/lock';
|
|
1679
|
-
// LogIn aliases
|
|
1680
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1681
1689
|
// LogOut aliases
|
|
1682
1690
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1691
|
+
// LogIn aliases
|
|
1692
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1683
1693
|
// Logs aliases
|
|
1684
1694
|
export { default as LogsIcon } from '../icons/logs';
|
|
1685
1695
|
// Lollipop aliases
|
|
1686
1696
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1687
1697
|
// Luggage aliases
|
|
1688
1698
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1689
|
-
// MailCheck aliases
|
|
1690
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1691
1699
|
// Magnet aliases
|
|
1692
1700
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1693
1701
|
// MailBadge aliases
|
|
1694
1702
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1703
|
+
// MailCheck aliases
|
|
1704
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1695
1705
|
// MailClock aliases
|
|
1696
1706
|
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1697
1707
|
// MailMinus aliases
|
|
@@ -1700,36 +1710,36 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1700
1710
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1701
1711
|
// MailPen aliases
|
|
1702
1712
|
export { default as MailPenIcon } from '../icons/mail-pen';
|
|
1703
|
-
// MailSearch aliases
|
|
1704
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1705
|
-
// MailWarning aliases
|
|
1706
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1707
1713
|
// MailPlus aliases
|
|
1708
1714
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1715
|
+
// MailSearch aliases
|
|
1716
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1709
1717
|
// MailX aliases
|
|
1710
1718
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1719
|
+
// MailWarning aliases
|
|
1720
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1711
1721
|
// Mail aliases
|
|
1712
1722
|
export { default as MailIcon } from '../icons/mail';
|
|
1713
1723
|
// Mailbox aliases
|
|
1714
1724
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1715
1725
|
// Mails aliases
|
|
1716
1726
|
export { default as MailsIcon } from '../icons/mails';
|
|
1717
|
-
// MapMinus aliases
|
|
1718
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1719
1727
|
// MapPinCheckInside aliases
|
|
1720
1728
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1729
|
+
// MapMinus aliases
|
|
1730
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1721
1731
|
// MapPinCheck aliases
|
|
1722
1732
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1723
|
-
// MapPinMinusInside aliases
|
|
1724
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1725
1733
|
// MapPinHouse aliases
|
|
1726
1734
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1735
|
+
// MapPinMinusInside aliases
|
|
1736
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1737
|
+
// MapPinOff aliases
|
|
1738
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1727
1739
|
// MapPinMinus aliases
|
|
1728
1740
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1729
1741
|
// MapPinPlusInside aliases
|
|
1730
1742
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1731
|
-
// MapPinOff aliases
|
|
1732
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1733
1743
|
// MapPinPlus aliases
|
|
1734
1744
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1735
1745
|
// MapPinSearch aliases
|
|
@@ -1752,10 +1762,10 @@ export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
|
1752
1762
|
export { default as MarsIcon } from '../icons/mars';
|
|
1753
1763
|
// Martini aliases
|
|
1754
1764
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1755
|
-
// Maximize aliases
|
|
1756
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1757
1765
|
// Maximize2 aliases
|
|
1758
1766
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1767
|
+
// Maximize aliases
|
|
1768
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1759
1769
|
// Medal aliases
|
|
1760
1770
|
export { default as MedalIcon } from '../icons/medal';
|
|
1761
1771
|
// MegaphoneOff aliases
|
|
@@ -1768,10 +1778,10 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1768
1778
|
export { default as MenuIcon } from '../icons/menu';
|
|
1769
1779
|
// Merge aliases
|
|
1770
1780
|
export { default as MergeIcon } from '../icons/merge';
|
|
1771
|
-
// MessageCircleCheck aliases
|
|
1772
|
-
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1773
1781
|
// MessageCircleCode aliases
|
|
1774
1782
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1783
|
+
// MessageCircleCheck aliases
|
|
1784
|
+
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1775
1785
|
// MessageCircleDashedCheck aliases
|
|
1776
1786
|
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1777
1787
|
// MessageCircleDashed aliases
|
|
@@ -1780,12 +1790,12 @@ export { default as MessageCircleDashedIcon } from '../icons/message-circle-dash
|
|
|
1780
1790
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1781
1791
|
// MessageCircleMore aliases
|
|
1782
1792
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1783
|
-
// MessageCircleOff aliases
|
|
1784
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1785
|
-
// MessageCirclePlus aliases
|
|
1786
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1787
1793
|
// MessageCircleReply aliases
|
|
1788
1794
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1795
|
+
// MessageCirclePlus aliases
|
|
1796
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1797
|
+
// MessageCircleOff aliases
|
|
1798
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1789
1799
|
// MessageCircleWarning aliases
|
|
1790
1800
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1791
1801
|
// MessageCircleX aliases
|
|
@@ -1818,14 +1828,16 @@ export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote
|
|
|
1818
1828
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1819
1829
|
// MessageSquareShare aliases
|
|
1820
1830
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1821
|
-
// MessageSquareWarning aliases
|
|
1822
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1823
1831
|
// MessageSquareText aliases
|
|
1824
1832
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1833
|
+
// MessageSquareWarning aliases
|
|
1834
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1825
1835
|
// MessageSquareX aliases
|
|
1826
1836
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1827
1837
|
// MessageSquare aliases
|
|
1828
1838
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1839
|
+
// MessagesCircle aliases
|
|
1840
|
+
export { default as MessagesCircleIcon } from '../icons/messages-circle';
|
|
1829
1841
|
// MessagesSquare aliases
|
|
1830
1842
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1831
1843
|
// Metronome aliases
|
|
@@ -1848,20 +1860,20 @@ export { default as MidiPortIcon } from '../icons/midi-port';
|
|
|
1848
1860
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1849
1861
|
// MilkOff aliases
|
|
1850
1862
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1851
|
-
// Milk aliases
|
|
1852
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1853
1863
|
// Minimize2 aliases
|
|
1854
1864
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1865
|
+
// Milk aliases
|
|
1866
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1857
1867
|
// Minus aliases
|
|
1858
1868
|
export { default as MinusIcon } from '../icons/minus';
|
|
1869
|
+
// Minimize aliases
|
|
1870
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1859
1871
|
// MirrorRectangular aliases
|
|
1860
1872
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1861
|
-
// MirrorRound aliases
|
|
1862
|
-
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1863
1873
|
// MonitorCheck aliases
|
|
1864
1874
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1875
|
+
// MirrorRound aliases
|
|
1876
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1865
1877
|
// MonitorCloud aliases
|
|
1866
1878
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1867
1879
|
// MonitorCog aliases
|
|
@@ -1872,38 +1884,38 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1872
1884
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1873
1885
|
// MonitorOff aliases
|
|
1874
1886
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1887
|
+
// MonitorPlay aliases
|
|
1888
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1875
1889
|
// MonitorPause aliases
|
|
1876
1890
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1877
1891
|
// MonitorSmartphone aliases
|
|
1878
1892
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1879
|
-
// MonitorPlay aliases
|
|
1880
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1881
1893
|
// MonitorSpeaker aliases
|
|
1882
1894
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1883
|
-
// MonitorStop aliases
|
|
1884
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1885
1895
|
// MonitorUp aliases
|
|
1886
1896
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1887
1897
|
// MonitorX aliases
|
|
1888
1898
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1899
|
+
// MonitorStop aliases
|
|
1900
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1891
1901
|
// Monitor aliases
|
|
1892
1902
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1903
|
+
// MoonStar aliases
|
|
1904
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1895
1905
|
// MopSparkles aliases
|
|
1896
1906
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1907
|
+
// Moon aliases
|
|
1908
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1897
1909
|
// Mop aliases
|
|
1898
1910
|
export { default as MopIcon } from '../icons/mop';
|
|
1899
|
-
// Motorbike aliases
|
|
1900
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1901
1911
|
// Mosque aliases
|
|
1902
1912
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1903
1913
|
// MountainSnow aliases
|
|
1904
1914
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1905
1915
|
// Mountain aliases
|
|
1906
1916
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1917
|
+
// Motorbike aliases
|
|
1918
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1907
1919
|
// MouseLeft aliases
|
|
1908
1920
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1909
1921
|
// MouseOff aliases
|
|
@@ -1916,74 +1928,78 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1916
1928
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1917
1929
|
// MousePointerClick aliases
|
|
1918
1930
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1919
|
-
// MousePointer aliases
|
|
1920
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1921
1931
|
// MouseRight aliases
|
|
1922
1932
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1933
|
+
// MousePointer aliases
|
|
1934
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1923
1935
|
// Mouse aliases
|
|
1924
1936
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1937
|
+
// MouthOff aliases
|
|
1938
|
+
export { default as MouthOffIcon } from '../icons/mouth-off';
|
|
1939
|
+
// Mouth aliases
|
|
1940
|
+
export { default as MouthIcon } from '../icons/mouth';
|
|
1925
1941
|
// MoveDiagonal2 aliases
|
|
1926
1942
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1943
|
+
// MoveDiagonal aliases
|
|
1944
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1927
1945
|
// MoveDownLeft aliases
|
|
1928
1946
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1929
1947
|
// MoveDownRight aliases
|
|
1930
1948
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1931
|
-
// MoveDiagonal aliases
|
|
1932
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1933
1949
|
// MoveDown aliases
|
|
1934
1950
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1935
1951
|
// MoveHorizontal aliases
|
|
1936
1952
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1937
1953
|
// MoveLeft aliases
|
|
1938
1954
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1939
|
-
// MoveUpLeft aliases
|
|
1940
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1941
1955
|
// MoveRight aliases
|
|
1942
1956
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1957
|
+
// MoveUpLeft aliases
|
|
1958
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1959
|
+
// MoveUpRight aliases
|
|
1960
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1943
1961
|
// MoveUp aliases
|
|
1944
1962
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1945
1963
|
// MoveVertical aliases
|
|
1946
1964
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1947
|
-
// Music2 aliases
|
|
1948
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1949
|
-
// MoveUpRight aliases
|
|
1950
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1951
1965
|
// Move aliases
|
|
1952
1966
|
export { default as MoveIcon } from '../icons/move';
|
|
1967
|
+
// Music2 aliases
|
|
1968
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1953
1969
|
// Music3 aliases
|
|
1954
1970
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1971
|
+
// Music4 aliases
|
|
1972
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1955
1973
|
// Music aliases
|
|
1956
1974
|
export { default as MusicIcon } from '../icons/music';
|
|
1957
1975
|
// Navigation2Off aliases
|
|
1958
1976
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1959
1977
|
// Navigation2 aliases
|
|
1960
1978
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1961
|
-
// Music4 aliases
|
|
1962
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1963
1979
|
// NavigationOff aliases
|
|
1964
1980
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1965
1981
|
// Navigation aliases
|
|
1966
1982
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1967
1983
|
// Network aliases
|
|
1968
1984
|
export { default as NetworkIcon } from '../icons/network';
|
|
1969
|
-
// Nfc aliases
|
|
1970
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1971
1985
|
// Newspaper aliases
|
|
1972
1986
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1987
|
+
// Nfc aliases
|
|
1988
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1973
1989
|
// NonBinary aliases
|
|
1974
1990
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1991
|
+
// NotebookDot aliases
|
|
1992
|
+
export { default as NotebookDotIcon } from '../icons/notebook-dot';
|
|
1977
1993
|
// NotebookTabs aliases
|
|
1978
1994
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1979
1995
|
// NotebookText aliases
|
|
1980
1996
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1981
|
-
//
|
|
1982
|
-
export { default as
|
|
1997
|
+
// NotebookPen aliases
|
|
1998
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1983
1999
|
// Notebook aliases
|
|
1984
2000
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1985
|
-
//
|
|
1986
|
-
export { default as
|
|
2001
|
+
// NotepadTextDashed aliases
|
|
2002
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1987
2003
|
// NutOff aliases
|
|
1988
2004
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1989
2005
|
// Nut aliases
|
|
@@ -1992,26 +2008,28 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1992
2008
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1993
2009
|
// Octagon aliases
|
|
1994
2010
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
2011
|
+
// NotepadText aliases
|
|
2012
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1995
2013
|
// Omega aliases
|
|
1996
2014
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1997
2015
|
// Option aliases
|
|
1998
2016
|
export { default as OptionIcon } from '../icons/option';
|
|
1999
2017
|
// Orbit aliases
|
|
2000
2018
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
2001
|
-
// Origami aliases
|
|
2002
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
2003
2019
|
// Package2 aliases
|
|
2004
2020
|
export { default as Package2Icon } from '../icons/package-2';
|
|
2005
|
-
//
|
|
2006
|
-
export { default as
|
|
2021
|
+
// Origami aliases
|
|
2022
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
2007
2023
|
// PackageMinus aliases
|
|
2008
2024
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
2009
|
-
//
|
|
2010
|
-
export { default as
|
|
2025
|
+
// PackageCheck aliases
|
|
2026
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
2011
2027
|
// PackagePlus aliases
|
|
2012
2028
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
2013
2029
|
// PackageSearch aliases
|
|
2014
2030
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
2031
|
+
// PackageOpen aliases
|
|
2032
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
2015
2033
|
// PackageX aliases
|
|
2016
2034
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
2017
2035
|
// Package aliases
|
|
@@ -2020,10 +2038,10 @@ export { default as PackageIcon } from '../icons/package';
|
|
|
2020
2038
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
2021
2039
|
// PaintRoller aliases
|
|
2022
2040
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
2023
|
-
// Palette aliases
|
|
2024
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
2025
2041
|
// Paintbrush aliases
|
|
2026
2042
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
2043
|
+
// Palette aliases
|
|
2044
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
2027
2045
|
// Panda aliases
|
|
2028
2046
|
export { default as PandaIcon } from '../icons/panda';
|
|
2029
2047
|
// PanelBottomClose aliases
|
|
@@ -2036,10 +2054,10 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
2036
2054
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
2037
2055
|
// PanelRightClose aliases
|
|
2038
2056
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
2039
|
-
// PanelRight aliases
|
|
2040
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2041
2057
|
// PanelRightOpen aliases
|
|
2042
2058
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2059
|
+
// PanelRight aliases
|
|
2060
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2043
2061
|
// PanelTopBottomDashed aliases
|
|
2044
2062
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2045
2063
|
// PanelTopClose aliases
|
|
@@ -2058,24 +2076,26 @@ export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
|
2058
2076
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2059
2077
|
// Parasol aliases
|
|
2060
2078
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2061
|
-
// Parentheses aliases
|
|
2062
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2063
2079
|
// ParkingMeter aliases
|
|
2064
2080
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2081
|
+
// Parentheses aliases
|
|
2082
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2083
|
+
// Park aliases
|
|
2084
|
+
export { default as ParkIcon } from '../icons/park';
|
|
2067
2085
|
// Pause aliases
|
|
2068
2086
|
export { default as PauseIcon } from '../icons/pause';
|
|
2069
2087
|
// PawPrint aliases
|
|
2070
2088
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2071
2089
|
// PcCase aliases
|
|
2072
2090
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2091
|
+
// PartyPopper aliases
|
|
2092
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2093
|
+
// PenTool aliases
|
|
2094
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2073
2095
|
// PenOff aliases
|
|
2074
2096
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2075
2097
|
// PencilLine aliases
|
|
2076
2098
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2077
|
-
// PenTool aliases
|
|
2078
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2079
2099
|
// PencilOff aliases
|
|
2080
2100
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2081
2101
|
// PencilRuler aliases
|
|
@@ -2090,58 +2110,60 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2090
2110
|
export { default as PercentIcon } from '../icons/percent';
|
|
2091
2111
|
// PersonStanding aliases
|
|
2092
2112
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2093
|
-
// Phi aliases
|
|
2094
|
-
export { default as PhiIcon } from '../icons/phi';
|
|
2095
2113
|
// PhilippinePeso aliases
|
|
2096
2114
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2115
|
+
// Phi aliases
|
|
2116
|
+
export { default as PhiIcon } from '../icons/phi';
|
|
2097
2117
|
// PhoneCall aliases
|
|
2098
2118
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2099
|
-
// PhoneForwarded aliases
|
|
2100
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2101
2119
|
// PhoneIncoming aliases
|
|
2102
2120
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2121
|
+
// PhoneForwarded aliases
|
|
2122
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2105
2123
|
// PhoneMissed aliases
|
|
2106
2124
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2125
|
+
// PhoneOff aliases
|
|
2126
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2107
2127
|
// PhoneOutgoing aliases
|
|
2108
2128
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2109
2129
|
// Phone aliases
|
|
2110
2130
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2111
|
-
// Pi aliases
|
|
2112
|
-
export { default as PiIcon } from '../icons/pi';
|
|
2113
2131
|
// Piano aliases
|
|
2114
2132
|
export { default as PianoIcon } from '../icons/piano';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2133
|
+
// Pi aliases
|
|
2134
|
+
export { default as PiIcon } from '../icons/pi';
|
|
2117
2135
|
// PictureInPicture2 aliases
|
|
2118
2136
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2119
|
-
//
|
|
2120
|
-
export { default as
|
|
2121
|
-
// PiggyBank aliases
|
|
2122
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2137
|
+
// Pickaxe aliases
|
|
2138
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2123
2139
|
// PilcrowLeft aliases
|
|
2124
2140
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2141
|
+
// PictureInPicture aliases
|
|
2142
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2125
2143
|
// PilcrowRight aliases
|
|
2126
2144
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2145
|
+
// PiggyBank aliases
|
|
2146
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2127
2147
|
// Pilcrow aliases
|
|
2128
2148
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2129
|
-
// Pill aliases
|
|
2130
|
-
export { default as PillIcon } from '../icons/pill';
|
|
2131
2149
|
// PillBottle aliases
|
|
2132
2150
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2151
|
+
// Pill aliases
|
|
2152
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2133
2153
|
// PinOff aliases
|
|
2134
2154
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2135
2155
|
// Pin aliases
|
|
2136
2156
|
export { default as PinIcon } from '../icons/pin';
|
|
2137
|
-
// Pipette aliases
|
|
2138
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2139
2157
|
// PlaneLanding aliases
|
|
2140
2158
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2159
|
+
// Pipette aliases
|
|
2160
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2141
2161
|
// Pizza aliases
|
|
2142
2162
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2143
2163
|
// PlaneTakeoff aliases
|
|
2144
2164
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2165
|
+
// PlantPot aliases
|
|
2166
|
+
export { default as PlantPotIcon } from '../icons/plant-pot';
|
|
2145
2167
|
// Plane aliases
|
|
2146
2168
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2147
2169
|
// PlayOff aliases
|
|
@@ -2150,26 +2172,26 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2150
2172
|
export { default as PlayIcon } from '../icons/play';
|
|
2151
2173
|
// PlayingCard aliases
|
|
2152
2174
|
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2153
|
-
// PlayingCardsFan aliases
|
|
2154
|
-
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2155
2175
|
// PlayingCards aliases
|
|
2156
2176
|
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2157
2177
|
// Plug2 aliases
|
|
2158
2178
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2159
2179
|
// Plug aliases
|
|
2160
2180
|
export { default as PlugIcon } from '../icons/plug';
|
|
2181
|
+
// PlayingCardsFan aliases
|
|
2182
|
+
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2161
2183
|
// Plus aliases
|
|
2162
2184
|
export { default as PlusIcon } from '../icons/plus';
|
|
2163
|
-
// PocketKnife aliases
|
|
2164
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2165
2185
|
// Podium aliases
|
|
2166
2186
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2187
|
+
// PocketKnife aliases
|
|
2188
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2167
2189
|
// PointerOff aliases
|
|
2168
2190
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2169
|
-
// Pointer aliases
|
|
2170
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2171
2191
|
// Popcorn aliases
|
|
2172
2192
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2193
|
+
// Pointer aliases
|
|
2194
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2173
2195
|
// Popsicle aliases
|
|
2174
2196
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2175
2197
|
// PoundSterling aliases
|
|
@@ -2186,10 +2208,10 @@ export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
|
2186
2208
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2187
2209
|
// Printer aliases
|
|
2188
2210
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2189
|
-
// Projector aliases
|
|
2190
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2191
2211
|
// Proportions aliases
|
|
2192
2212
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2213
|
+
// Projector aliases
|
|
2214
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2193
2215
|
// Puzzle aliases
|
|
2194
2216
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2195
2217
|
// Pyramid aliases
|
|
@@ -2204,10 +2226,10 @@ export { default as RabbitIcon } from '../icons/rabbit';
|
|
|
2204
2226
|
export { default as RadarIcon } from '../icons/radar';
|
|
2205
2227
|
// Radiation aliases
|
|
2206
2228
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2207
|
-
// Radical aliases
|
|
2208
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2209
2229
|
// RadioOff aliases
|
|
2210
2230
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2231
|
+
// Radical aliases
|
|
2232
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2211
2233
|
// RadioReceiver aliases
|
|
2212
2234
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2213
2235
|
// RadioTower aliases
|
|
@@ -2236,18 +2258,18 @@ export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-ster
|
|
|
2236
2258
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2237
2259
|
// ReceiptSwissFranc aliases
|
|
2238
2260
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2239
|
-
// ReceiptTurkishLira aliases
|
|
2240
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2241
2261
|
// ReceiptText aliases
|
|
2242
2262
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2263
|
+
// ReceiptTurkishLira aliases
|
|
2264
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2243
2265
|
// Receipt aliases
|
|
2244
2266
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2245
2267
|
// RectangleCircle aliases
|
|
2246
2268
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2247
|
-
// RectangleGoggles aliases
|
|
2248
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2249
2269
|
// RectangleHorizontal aliases
|
|
2250
2270
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2271
|
+
// RectangleGoggles aliases
|
|
2272
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2251
2273
|
// RectangleVertical aliases
|
|
2252
2274
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2253
2275
|
// Recycle aliases
|
|
@@ -2262,14 +2284,14 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2262
2284
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2263
2285
|
// RefreshCcw aliases
|
|
2264
2286
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2265
|
-
// RefreshCwOff aliases
|
|
2266
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2267
2287
|
// RefreshCw aliases
|
|
2268
2288
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2289
|
+
// RefreshCwOff aliases
|
|
2290
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2271
2291
|
// Regex aliases
|
|
2272
2292
|
export { default as RegexIcon } from '../icons/regex';
|
|
2293
|
+
// Refrigerator aliases
|
|
2294
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2273
2295
|
// RemoveFormatting aliases
|
|
2274
2296
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2275
2297
|
// Repeat1 aliases
|
|
@@ -2278,20 +2300,20 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2278
2300
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2279
2301
|
// RepeatOff aliases
|
|
2280
2302
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2303
|
+
// Replace aliases
|
|
2304
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2281
2305
|
// Repeat aliases
|
|
2282
2306
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2283
2307
|
// ReplaceAll aliases
|
|
2284
2308
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2285
|
-
// Replace aliases
|
|
2286
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2287
2309
|
// ReplyAll aliases
|
|
2288
2310
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2289
2311
|
// Reply aliases
|
|
2290
2312
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2291
|
-
// Ribbon aliases
|
|
2292
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2293
2313
|
// Rewind aliases
|
|
2294
2314
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2315
|
+
// Ribbon aliases
|
|
2316
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2295
2317
|
// Road aliases
|
|
2296
2318
|
export { default as RoadIcon } from '../icons/road';
|
|
2297
2319
|
// RobotArm aliases
|
|
@@ -2304,24 +2326,24 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2304
2326
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2305
2327
|
// RollerCoaster aliases
|
|
2306
2328
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2307
|
-
// Rose aliases
|
|
2308
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2309
2329
|
// RotateCcwKey aliases
|
|
2310
2330
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2331
|
+
// Rose aliases
|
|
2332
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2311
2333
|
// RotateCcwSquare aliases
|
|
2312
2334
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2313
|
-
// RotateCcw aliases
|
|
2314
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2315
|
-
// RotateCwFadingClock aliases
|
|
2316
|
-
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2317
2335
|
// RotateCwSquare aliases
|
|
2318
2336
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2337
|
+
// RotateCcw aliases
|
|
2338
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2319
2339
|
// RotateCw aliases
|
|
2320
2340
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2341
|
+
// RotateCwFadingClock aliases
|
|
2342
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2323
2343
|
// Route aliases
|
|
2324
2344
|
export { default as RouteIcon } from '../icons/route';
|
|
2345
|
+
// RouteOff aliases
|
|
2346
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2325
2347
|
// Router aliases
|
|
2326
2348
|
export { default as RouterIcon } from '../icons/router';
|
|
2327
2349
|
// Rows4 aliases
|
|
@@ -2342,10 +2364,10 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2342
2364
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2343
2365
|
// SatelliteDish aliases
|
|
2344
2366
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2345
|
-
// Satellite aliases
|
|
2346
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2347
2367
|
// SaudiRiyal aliases
|
|
2348
2368
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2369
|
+
// Satellite aliases
|
|
2370
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2349
2371
|
// SaveAll aliases
|
|
2350
2372
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2351
2373
|
// SaveCheck aliases
|
|
@@ -2356,76 +2378,76 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2356
2378
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2357
2379
|
// Save aliases
|
|
2358
2380
|
export { default as SaveIcon } from '../icons/save';
|
|
2381
|
+
// Scale aliases
|
|
2382
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2359
2383
|
// SavePlus aliases
|
|
2360
2384
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2361
2385
|
// Scaling aliases
|
|
2362
2386
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2363
|
-
// Scale aliases
|
|
2364
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2365
2387
|
// ScanBarcode aliases
|
|
2366
2388
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2367
2389
|
// ScanBox aliases
|
|
2368
2390
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2369
|
-
// ScanEye aliases
|
|
2370
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2371
2391
|
// ScanFace aliases
|
|
2372
2392
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2393
|
+
// ScanEye aliases
|
|
2394
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2373
2395
|
// ScanHeart aliases
|
|
2374
2396
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2375
|
-
// ScanQrCode aliases
|
|
2376
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2377
2397
|
// ScanLine aliases
|
|
2378
2398
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2399
|
+
// ScanQrCode aliases
|
|
2400
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2379
2401
|
// ScanSearch aliases
|
|
2380
2402
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2381
|
-
// ScanSquare aliases
|
|
2382
|
-
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2383
2403
|
// ScanText aliases
|
|
2384
2404
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2385
2405
|
// Scan aliases
|
|
2386
2406
|
export { default as ScanIcon } from '../icons/scan';
|
|
2407
|
+
// ScanSquare aliases
|
|
2408
|
+
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2387
2409
|
// School aliases
|
|
2388
2410
|
export { default as SchoolIcon } from '../icons/school';
|
|
2389
2411
|
// ScissorsLineDashed aliases
|
|
2390
2412
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2391
2413
|
// Scissors aliases
|
|
2392
2414
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2393
|
-
// Scooter aliases
|
|
2394
|
-
export { default as ScooterIcon } from '../icons/scooter';
|
|
2395
2415
|
// ScreenShareOff aliases
|
|
2396
2416
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2417
|
+
// Scooter aliases
|
|
2418
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2397
2419
|
// ScreenShare aliases
|
|
2398
2420
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2399
2421
|
// ScrollText aliases
|
|
2400
2422
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2401
|
-
// Scroll aliases
|
|
2402
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2403
2423
|
// SearchAlert aliases
|
|
2404
2424
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2425
|
+
// Scroll aliases
|
|
2426
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2405
2427
|
// SearchCheck aliases
|
|
2406
2428
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2407
|
-
// SearchX aliases
|
|
2408
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2409
2429
|
// SearchCode aliases
|
|
2410
2430
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2411
2431
|
// SearchSlash aliases
|
|
2412
2432
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2433
|
+
// SearchX aliases
|
|
2434
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2413
2435
|
// Search aliases
|
|
2414
2436
|
export { default as SearchIcon } from '../icons/search';
|
|
2437
|
+
// Section aliases
|
|
2438
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2415
2439
|
// SendToBack aliases
|
|
2416
2440
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2417
2441
|
// Send aliases
|
|
2418
2442
|
export { default as SendIcon } from '../icons/send';
|
|
2419
2443
|
// SeparatorHorizontal aliases
|
|
2420
2444
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2421
|
-
// Section aliases
|
|
2422
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2423
2445
|
// SeparatorVertical aliases
|
|
2424
2446
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2425
|
-
// ServerCrash aliases
|
|
2426
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2427
2447
|
// ServerCog aliases
|
|
2428
2448
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2449
|
+
// ServerCrash aliases
|
|
2450
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2429
2451
|
// ServerOff aliases
|
|
2430
2452
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2431
2453
|
// ServerPlus aliases
|
|
@@ -2448,38 +2470,38 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2448
2470
|
export { default as ShellIcon } from '../icons/shell';
|
|
2449
2471
|
// ShelvingUnit aliases
|
|
2450
2472
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2451
|
-
// ShieldBan aliases
|
|
2452
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2453
2473
|
// ShieldAlert aliases
|
|
2454
2474
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2475
|
+
// ShieldBan aliases
|
|
2476
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2455
2477
|
// ShieldCheck aliases
|
|
2456
2478
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2457
2479
|
// ShieldCogCorner aliases
|
|
2458
2480
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2459
2481
|
// ShieldCog aliases
|
|
2460
2482
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2461
|
-
// ShieldEllipsis aliases
|
|
2462
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2463
2483
|
// ShieldHalf aliases
|
|
2464
2484
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2465
2485
|
// ShieldKeyhole aliases
|
|
2466
2486
|
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2487
|
+
// ShieldEllipsis aliases
|
|
2488
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2467
2489
|
// ShieldLock aliases
|
|
2468
2490
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2469
2491
|
// ShieldMinus aliases
|
|
2470
2492
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2471
|
-
// ShieldOff aliases
|
|
2472
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2473
2493
|
// ShieldPlus aliases
|
|
2474
2494
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2475
|
-
//
|
|
2476
|
-
export { default as
|
|
2495
|
+
// ShieldOff aliases
|
|
2496
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2477
2497
|
// ShieldUser aliases
|
|
2478
2498
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2479
2499
|
// ShipCargo aliases
|
|
2480
2500
|
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2481
2501
|
// ShipWheel aliases
|
|
2482
2502
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2503
|
+
// Shield aliases
|
|
2504
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2483
2505
|
// Ship aliases
|
|
2484
2506
|
export { default as ShipIcon } from '../icons/ship';
|
|
2485
2507
|
// Shirt aliases
|
|
@@ -2498,10 +2520,10 @@ export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
|
2498
2520
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2499
2521
|
// ShowerHead aliases
|
|
2500
2522
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2501
|
-
// Shredder aliases
|
|
2502
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2503
2523
|
// ShrimpOff aliases
|
|
2504
2524
|
export { default as ShrimpOffIcon } from '../icons/shrimp-off';
|
|
2525
|
+
// Shredder aliases
|
|
2526
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2505
2527
|
// Shrimp aliases
|
|
2506
2528
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2507
2529
|
// Shrink aliases
|
|
@@ -2526,12 +2548,12 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2526
2548
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2527
2549
|
// SignpostBig aliases
|
|
2528
2550
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2551
|
+
// Siren aliases
|
|
2552
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2529
2553
|
// Signpost aliases
|
|
2530
2554
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2531
2555
|
// SkipBack aliases
|
|
2532
2556
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2533
|
-
// Siren aliases
|
|
2534
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2535
2557
|
// SkipForward aliases
|
|
2536
2558
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2537
2559
|
// Skull aliases
|
|
@@ -2550,10 +2572,10 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2550
2572
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2551
2573
|
// Snail aliases
|
|
2552
2574
|
export { default as SnailIcon } from '../icons/snail';
|
|
2553
|
-
// SoapDispenserDroplet aliases
|
|
2554
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2555
2575
|
// Snowflake aliases
|
|
2556
2576
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2577
|
+
// SoapDispenserDroplet aliases
|
|
2578
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2557
2579
|
// Sofa aliases
|
|
2558
2580
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2559
2581
|
// SolarPanel aliases
|
|
@@ -2562,24 +2584,24 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2562
2584
|
export { default as SoupIcon } from '../icons/soup';
|
|
2563
2585
|
// Space aliases
|
|
2564
2586
|
export { default as SpaceIcon } from '../icons/space';
|
|
2565
|
-
// Spade aliases
|
|
2566
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2567
2587
|
// Sparkle aliases
|
|
2568
2588
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2589
|
+
// Spade aliases
|
|
2590
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2571
2591
|
// Speech aliases
|
|
2572
2592
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2593
|
+
// Speaker aliases
|
|
2594
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2573
2595
|
// SpellCheck2 aliases
|
|
2574
2596
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2575
2597
|
// SpellCheck aliases
|
|
2576
2598
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2577
2599
|
// SplinePointer aliases
|
|
2578
2600
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2579
|
-
// Spline aliases
|
|
2580
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2581
2601
|
// Split aliases
|
|
2582
2602
|
export { default as SplitIcon } from '../icons/split';
|
|
2603
|
+
// Spline aliases
|
|
2604
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2583
2605
|
// Spool aliases
|
|
2584
2606
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2585
2607
|
// SportShoe aliases
|
|
@@ -2594,40 +2616,40 @@ export { default as SproutIcon } from '../icons/sprout';
|
|
|
2594
2616
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2595
2617
|
// SquareArrowRightExit aliases
|
|
2596
2618
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2597
|
-
// SquareDashedBottom aliases
|
|
2598
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2599
2619
|
// SquareDashedBottomCode aliases
|
|
2600
2620
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2621
|
+
// SquareDashedBottom aliases
|
|
2622
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2601
2623
|
// SquareDashedTopSolid aliases
|
|
2602
2624
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2603
|
-
// SquareExclamationPoint aliases
|
|
2604
|
-
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2605
2625
|
// SquareDimensions aliases
|
|
2606
2626
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2607
2627
|
// SquareOff aliases
|
|
2608
2628
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2609
2629
|
// SquarePause aliases
|
|
2610
2630
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2631
|
+
// SquareExclamationPoint aliases
|
|
2632
|
+
export { default as SquareExclamationPointIcon } from '../icons/square-exclamation-point';
|
|
2613
2633
|
// SquareRoundCorner aliases
|
|
2614
2634
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2635
|
+
// SquareRadical aliases
|
|
2636
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2637
|
+
// SquareStar aliases
|
|
2638
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2615
2639
|
// SquareSquare aliases
|
|
2616
2640
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2617
2641
|
// SquareStack aliases
|
|
2618
2642
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2619
2643
|
// SquareStop aliases
|
|
2620
2644
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2621
|
-
// SquareStar aliases
|
|
2622
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2623
2645
|
// SquareText aliases
|
|
2624
2646
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2647
|
+
// Square aliases
|
|
2648
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2625
2649
|
// SquaresExclude aliases
|
|
2626
2650
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2627
2651
|
// SquaresIntersect aliases
|
|
2628
2652
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2629
|
-
// Square aliases
|
|
2630
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2631
2653
|
// SquaresSubtract aliases
|
|
2632
2654
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2633
2655
|
// SquaresUnite aliases
|
|
@@ -2690,10 +2712,10 @@ export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
|
2690
2712
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2691
2713
|
// Summary aliases
|
|
2692
2714
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2693
|
-
// SunDim aliases
|
|
2694
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2695
2715
|
// SunMedium aliases
|
|
2696
2716
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2717
|
+
// SunDim aliases
|
|
2718
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2697
2719
|
// SunMoon aliases
|
|
2698
2720
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2699
2721
|
// SunSnow aliases
|
|
@@ -2702,10 +2724,10 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2702
2724
|
export { default as SunIcon } from '../icons/sun';
|
|
2703
2725
|
// Sunrise aliases
|
|
2704
2726
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2705
|
-
// Sunset aliases
|
|
2706
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2707
2727
|
// Superscript aliases
|
|
2708
2728
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2729
|
+
// Sunset aliases
|
|
2730
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2709
2731
|
// SwatchBook aliases
|
|
2710
2732
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2711
2733
|
// SwissFranc aliases
|
|
@@ -2724,10 +2746,10 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2724
2746
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2725
2747
|
// TableCellsSplit aliases
|
|
2726
2748
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2727
|
-
// TableOfContents aliases
|
|
2728
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2729
2749
|
// TableColumnsSplit aliases
|
|
2730
2750
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2751
|
+
// TableOfContents aliases
|
|
2752
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2731
2753
|
// TableProperties aliases
|
|
2732
2754
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2733
2755
|
// TableRowsSplit aliases
|
|
@@ -2738,10 +2760,10 @@ export { default as TableIcon } from '../icons/table';
|
|
|
2738
2760
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2739
2761
|
// Tablet aliases
|
|
2740
2762
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2741
|
-
// Tablets aliases
|
|
2742
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2743
2763
|
// TagPlus aliases
|
|
2744
2764
|
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2765
|
+
// Tablets aliases
|
|
2766
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2745
2767
|
// TagX aliases
|
|
2746
2768
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2747
2769
|
// Tag aliases
|
|
@@ -2752,16 +2774,16 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2752
2774
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2753
2775
|
// Tally2 aliases
|
|
2754
2776
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2755
|
-
// Tally4 aliases
|
|
2756
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2757
2777
|
// Tally3 aliases
|
|
2758
2778
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2779
|
+
// Tally4 aliases
|
|
2780
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2759
2781
|
// Tally5 aliases
|
|
2760
2782
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2761
|
-
// Tangent aliases
|
|
2762
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2763
2783
|
// Target aliases
|
|
2764
2784
|
export { default as TargetIcon } from '../icons/target';
|
|
2785
|
+
// Tangent aliases
|
|
2786
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2765
2787
|
// Telescope aliases
|
|
2766
2788
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2767
2789
|
// TentTree aliases
|
|
@@ -2772,22 +2794,22 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2772
2794
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2773
2795
|
// TestTube aliases
|
|
2774
2796
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2775
|
-
// TestTubes aliases
|
|
2776
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2777
2797
|
// TextCursorInput aliases
|
|
2778
2798
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2799
|
+
// TestTubes aliases
|
|
2800
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2779
2801
|
// TextCursor aliases
|
|
2780
2802
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2781
2803
|
// TextQuote aliases
|
|
2782
2804
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2783
2805
|
// TextSearch aliases
|
|
2784
2806
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2785
|
-
// Theater aliases
|
|
2786
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2787
|
-
// ThermometerSun aliases
|
|
2788
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2789
2807
|
// ThermometerSnowflake aliases
|
|
2790
2808
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2809
|
+
// ThermometerSun aliases
|
|
2810
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2811
|
+
// Theater aliases
|
|
2812
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2791
2813
|
// Thermometer aliases
|
|
2792
2814
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2793
2815
|
// ThumbsDown aliases
|
|
@@ -2796,10 +2818,12 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2796
2818
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2797
2819
|
// TicketCheck aliases
|
|
2798
2820
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2799
|
-
//
|
|
2800
|
-
export { default as
|
|
2821
|
+
// TicTacToe aliases
|
|
2822
|
+
export { default as TicTacToeIcon } from '../icons/tic-tac-toe';
|
|
2801
2823
|
// TicketPercent aliases
|
|
2802
2824
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2825
|
+
// TicketMinus aliases
|
|
2826
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2803
2827
|
// TicketPlus aliases
|
|
2804
2828
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2805
2829
|
// TicketSlash aliases
|
|
@@ -2808,10 +2832,10 @@ export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
|
2808
2832
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2809
2833
|
// Ticket aliases
|
|
2810
2834
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2811
|
-
// Tickets aliases
|
|
2812
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2813
2835
|
// TicketsPlane aliases
|
|
2814
2836
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2837
|
+
// Tickets aliases
|
|
2838
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2815
2839
|
// Timeline aliases
|
|
2816
2840
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2817
2841
|
// TimerOff aliases
|
|
@@ -2820,16 +2844,20 @@ export { default as TimerOffIcon } from '../icons/timer-off';
|
|
|
2820
2844
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2821
2845
|
// Timer aliases
|
|
2822
2846
|
export { default as TimerIcon } from '../icons/timer';
|
|
2823
|
-
// ToggleRight aliases
|
|
2824
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2825
2847
|
// ToggleLeft aliases
|
|
2826
2848
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2849
|
+
// ToggleRight aliases
|
|
2850
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2851
|
+
// ToolCase aliases
|
|
2852
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2827
2853
|
// Toilet aliases
|
|
2828
2854
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2829
2855
|
// Toolbox aliases
|
|
2830
2856
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2831
|
-
//
|
|
2832
|
-
export { default as
|
|
2857
|
+
// ToothbrushSparkles aliases
|
|
2858
|
+
export { default as ToothbrushSparklesIcon } from '../icons/toothbrush-sparkles';
|
|
2859
|
+
// Toothbrush aliases
|
|
2860
|
+
export { default as ToothbrushIcon } from '../icons/toothbrush';
|
|
2833
2861
|
// Tornado aliases
|
|
2834
2862
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2835
2863
|
// Torus aliases
|
|
@@ -2884,22 +2912,22 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2884
2912
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2885
2913
|
// Truck aliases
|
|
2886
2914
|
export { default as TruckIcon } from '../icons/truck';
|
|
2887
|
-
// TurkishLira aliases
|
|
2888
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2889
|
-
// Turtle aliases
|
|
2890
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2891
2915
|
// Turntable aliases
|
|
2892
2916
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2893
2917
|
// TvMinimalPlay aliases
|
|
2894
2918
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2919
|
+
// TurkishLira aliases
|
|
2920
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2921
|
+
// Turtle aliases
|
|
2922
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2895
2923
|
// Tv aliases
|
|
2896
2924
|
export { default as TvIcon } from '../icons/tv';
|
|
2925
|
+
// Type aliases
|
|
2926
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2897
2927
|
// TypeOutline aliases
|
|
2898
2928
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2899
2929
|
// UmbrellaOff aliases
|
|
2900
2930
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2901
|
-
// Type aliases
|
|
2902
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2903
2931
|
// Umbrella aliases
|
|
2904
2932
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2905
2933
|
// Underline aliases
|
|
@@ -2908,16 +2936,16 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2908
2936
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2909
2937
|
// UndoDot aliases
|
|
2910
2938
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2911
|
-
// Undo aliases
|
|
2912
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2913
2939
|
// UnfoldHorizontal aliases
|
|
2914
2940
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2941
|
+
// Undo aliases
|
|
2942
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2943
|
+
// UnfoldVertical aliases
|
|
2944
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2915
2945
|
// Ungroup aliases
|
|
2916
2946
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2917
2947
|
// Unlink2 aliases
|
|
2918
2948
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2919
|
-
// UnfoldVertical aliases
|
|
2920
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2921
2949
|
// Unlink aliases
|
|
2922
2950
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2923
2951
|
// Unplug aliases
|
|
@@ -2936,42 +2964,42 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2936
2964
|
export { default as UserGroupIcon } from '../icons/user-group';
|
|
2937
2965
|
// UserKey aliases
|
|
2938
2966
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2939
|
-
// UserLock aliases
|
|
2940
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2941
2967
|
// UserMinus aliases
|
|
2942
2968
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2969
|
+
// UserLock aliases
|
|
2970
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2943
2971
|
// UserPen aliases
|
|
2944
2972
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2945
2973
|
// UserPlus aliases
|
|
2946
2974
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2947
|
-
// UserRoundArrowLeft aliases
|
|
2948
|
-
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2949
2975
|
// UserRoundGroup aliases
|
|
2950
2976
|
export { default as UserRoundGroupIcon } from '../icons/user-round-group';
|
|
2977
|
+
// UserRoundArrowLeft aliases
|
|
2978
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2951
2979
|
// UserRoundKey aliases
|
|
2952
2980
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2953
2981
|
// UserRoundPen aliases
|
|
2954
2982
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2955
|
-
// UserRoundSearch aliases
|
|
2956
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2957
2983
|
// UserSearch aliases
|
|
2958
2984
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2959
2985
|
// UserShield aliases
|
|
2960
2986
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2987
|
+
// UserRoundSearch aliases
|
|
2988
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2961
2989
|
// UserStar aliases
|
|
2962
2990
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2963
|
-
// UserX aliases
|
|
2964
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2965
2991
|
// User aliases
|
|
2966
2992
|
export { default as UserIcon } from '../icons/user';
|
|
2967
|
-
//
|
|
2968
|
-
export { default as
|
|
2993
|
+
// UserX aliases
|
|
2994
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2969
2995
|
// UtilityPole aliases
|
|
2970
2996
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2971
|
-
//
|
|
2972
|
-
export { default as
|
|
2997
|
+
// Users aliases
|
|
2998
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2973
2999
|
// Variable aliases
|
|
2974
3000
|
export { default as VariableIcon } from '../icons/variable';
|
|
3001
|
+
// Van aliases
|
|
3002
|
+
export { default as VanIcon } from '../icons/van';
|
|
2975
3003
|
// Vault aliases
|
|
2976
3004
|
export { default as VaultIcon } from '../icons/vault';
|
|
2977
3005
|
// VectorPolygon aliases
|
|
@@ -2988,10 +3016,10 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2988
3016
|
export { default as VenusIcon } from '../icons/venus';
|
|
2989
3017
|
// VibrateOff aliases
|
|
2990
3018
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2991
|
-
// VideoOff aliases
|
|
2992
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2993
3019
|
// Vibrate aliases
|
|
2994
3020
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
3021
|
+
// VideoOff aliases
|
|
3022
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2995
3023
|
// Video aliases
|
|
2996
3024
|
export { default as VideoIcon } from '../icons/video';
|
|
2997
3025
|
// Videotape aliases
|
|
@@ -3000,10 +3028,10 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
3000
3028
|
export { default as ViewIcon } from '../icons/view';
|
|
3001
3029
|
// VirusOff aliases
|
|
3002
3030
|
export { default as VirusOffIcon } from '../icons/virus-off';
|
|
3003
|
-
// Virus aliases
|
|
3004
|
-
export { default as VirusIcon } from '../icons/virus';
|
|
3005
3031
|
// Voicemail aliases
|
|
3006
3032
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
3033
|
+
// Virus aliases
|
|
3034
|
+
export { default as VirusIcon } from '../icons/virus';
|
|
3007
3035
|
// Volleyball aliases
|
|
3008
3036
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
3009
3037
|
// Volume1 aliases
|
|
@@ -3016,18 +3044,16 @@ export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
|
3016
3044
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
3017
3045
|
// Volume aliases
|
|
3018
3046
|
export { default as VolumeIcon } from '../icons/volume';
|
|
3019
|
-
// Vote aliases
|
|
3020
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
3021
3047
|
// WalletCards aliases
|
|
3022
3048
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
3049
|
+
// Vote aliases
|
|
3050
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
3023
3051
|
// Wallet aliases
|
|
3024
3052
|
export { default as WalletIcon } from '../icons/wallet';
|
|
3025
3053
|
// Wallpaper aliases
|
|
3026
3054
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
3027
3055
|
// Wand aliases
|
|
3028
3056
|
export { default as WandIcon } from '../icons/wand';
|
|
3029
|
-
// Warehouse aliases
|
|
3030
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3031
3057
|
// WashingMachine aliases
|
|
3032
3058
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
3033
3059
|
// Watch aliases
|
|
@@ -3036,36 +3062,38 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
3036
3062
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
3037
3063
|
// WavesArrowUp aliases
|
|
3038
3064
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
3065
|
+
// Warehouse aliases
|
|
3066
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
3039
3067
|
// WavesLadder aliases
|
|
3040
3068
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
3041
3069
|
// WavesVertical aliases
|
|
3042
3070
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
3043
3071
|
// Waypoints aliases
|
|
3044
3072
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
3045
|
-
// Webcam aliases
|
|
3046
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
3047
3073
|
// WebcamOff aliases
|
|
3048
3074
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
3075
|
+
// Webcam aliases
|
|
3076
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
3049
3077
|
// WebhookOff aliases
|
|
3050
3078
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
3079
|
+
// Webhook aliases
|
|
3080
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
3051
3081
|
// WeightTilde aliases
|
|
3052
3082
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
3053
|
-
// Weight aliases
|
|
3054
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
3055
3083
|
// WheatOff aliases
|
|
3056
3084
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3085
|
+
// Weight aliases
|
|
3086
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
3057
3087
|
// Wheat aliases
|
|
3058
3088
|
export { default as WheatIcon } from '../icons/wheat';
|
|
3059
|
-
// Webhook aliases
|
|
3060
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
3061
3089
|
// Whistle aliases
|
|
3062
3090
|
export { default as WhistleIcon } from '../icons/whistle';
|
|
3063
3091
|
// WholeWord aliases
|
|
3064
3092
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
3065
|
-
// WifiHigh aliases
|
|
3066
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3067
3093
|
// WifiCog aliases
|
|
3068
3094
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
3095
|
+
// WifiHigh aliases
|
|
3096
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3069
3097
|
// WifiLow aliases
|
|
3070
3098
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
3071
3099
|
// WifiOff aliases
|
|
@@ -3076,40 +3104,40 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
3076
3104
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3077
3105
|
// WifiZero aliases
|
|
3078
3106
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3107
|
+
// WindArrowDown aliases
|
|
3108
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3079
3109
|
// Wifi aliases
|
|
3080
3110
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3081
3111
|
// Wind aliases
|
|
3082
3112
|
export { default as WindIcon } from '../icons/wind';
|
|
3083
|
-
// WindArrowDown aliases
|
|
3084
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3085
3113
|
// WineOff aliases
|
|
3086
3114
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3087
3115
|
// Wine aliases
|
|
3088
3116
|
export { default as WineIcon } from '../icons/wine';
|
|
3089
3117
|
// Workflow aliases
|
|
3090
3118
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3091
|
-
// Wrench aliases
|
|
3092
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
3093
3119
|
// Worm aliases
|
|
3094
3120
|
export { default as WormIcon } from '../icons/worm';
|
|
3095
|
-
//
|
|
3096
|
-
export { default as
|
|
3121
|
+
// Wrench aliases
|
|
3122
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
3097
3123
|
// XLineTop aliases
|
|
3098
3124
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
3099
|
-
// X aliases
|
|
3100
|
-
export { default as XIcon } from '../icons/x';
|
|
3101
3125
|
// ZapOff aliases
|
|
3102
3126
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
3103
|
-
//
|
|
3104
|
-
export { default as
|
|
3127
|
+
// X aliases
|
|
3128
|
+
export { default as XIcon } from '../icons/x';
|
|
3129
|
+
// WrenchOff aliases
|
|
3130
|
+
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3105
3131
|
// ZodiacAries aliases
|
|
3106
3132
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3133
|
+
// ZodiacAquarius aliases
|
|
3134
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3135
|
+
// Zap aliases
|
|
3136
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
3107
3137
|
// ZodiacCancer aliases
|
|
3108
3138
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3109
3139
|
// ZodiacCapricorn aliases
|
|
3110
3140
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3111
|
-
// ZodiacAquarius aliases
|
|
3112
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3113
3141
|
// ZodiacGemini aliases
|
|
3114
3142
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3115
3143
|
// ZodiacLeo aliases
|
|
@@ -3118,16 +3146,16 @@ export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
|
3118
3146
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3119
3147
|
// ZodiacOphiuchus aliases
|
|
3120
3148
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3121
|
-
// ZodiacPisces aliases
|
|
3122
|
-
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3123
3149
|
// ZodiacSagittarius aliases
|
|
3124
3150
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3125
3151
|
// ZodiacScorpio aliases
|
|
3126
3152
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3127
|
-
// ZodiacVirgo aliases
|
|
3128
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3129
3153
|
// ZodiacTaurus aliases
|
|
3130
3154
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3155
|
+
// ZodiacVirgo aliases
|
|
3156
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3157
|
+
// ZodiacPisces aliases
|
|
3158
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3131
3159
|
// ZoomIn aliases
|
|
3132
3160
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3133
3161
|
// ZoomOut aliases
|
|
@@ -3146,36 +3174,36 @@ export {
|
|
|
3146
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3147
3175
|
default as AlarmCheckIcon
|
|
3148
3176
|
} from '../icons/alarm-clock-check';
|
|
3149
|
-
// AlarmClockMinus aliases
|
|
3150
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3151
|
-
export {
|
|
3152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3153
|
-
default as AlarmMinusIcon
|
|
3154
|
-
} from '../icons/alarm-clock-minus';
|
|
3155
3177
|
// AlarmClockPlus aliases
|
|
3156
3178
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3157
3179
|
export {
|
|
3158
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3159
3181
|
default as AlarmPlusIcon
|
|
3160
3182
|
} from '../icons/alarm-clock-plus';
|
|
3183
|
+
// AlarmClockMinus aliases
|
|
3184
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3187
|
+
default as AlarmMinusIcon
|
|
3188
|
+
} from '../icons/alarm-clock-minus';
|
|
3161
3189
|
// ArrowDownAZ aliases
|
|
3162
3190
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3163
3191
|
export {
|
|
3164
3192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. */
|
|
3165
3193
|
default as ArrowDownAzIcon
|
|
3166
3194
|
} from '../icons/arrow-down-a-z';
|
|
3167
|
-
// ArrowDownWideNarrow aliases
|
|
3168
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3169
|
-
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3171
|
-
default as SortDescIcon
|
|
3172
|
-
} from '../icons/arrow-down-wide-narrow';
|
|
3173
3195
|
// ArrowDownZA aliases
|
|
3174
3196
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3175
3197
|
export {
|
|
3176
3198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3177
3199
|
default as ArrowDownZaIcon
|
|
3178
3200
|
} from '../icons/arrow-down-z-a';
|
|
3201
|
+
// ArrowDownWideNarrow aliases
|
|
3202
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
3203
|
+
export {
|
|
3204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3205
|
+
default as SortDescIcon
|
|
3206
|
+
} from '../icons/arrow-down-wide-narrow';
|
|
3179
3207
|
// ArrowUpAZ aliases
|
|
3180
3208
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3181
3209
|
export {
|
|
@@ -3206,24 +3234,30 @@ export {
|
|
|
3206
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3207
3235
|
default as VerifiedIcon
|
|
3208
3236
|
} from '../icons/badge-check';
|
|
3209
|
-
// BadgeQuestionMark aliases
|
|
3210
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3211
|
-
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3213
|
-
default as BadgeHelpIcon
|
|
3214
|
-
} from '../icons/badge-question-mark';
|
|
3215
3237
|
// BetweenHorizontalEnd aliases
|
|
3216
3238
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3217
3239
|
export {
|
|
3218
3240
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3219
3241
|
default as BetweenHorizonalEndIcon
|
|
3220
3242
|
} from '../icons/between-horizontal-end';
|
|
3243
|
+
// BadgeQuestionMark aliases
|
|
3244
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3245
|
+
export {
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3247
|
+
default as BadgeHelpIcon
|
|
3248
|
+
} from '../icons/badge-question-mark';
|
|
3221
3249
|
// BetweenHorizontalStart aliases
|
|
3222
3250
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3223
3251
|
export {
|
|
3224
3252
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3225
3253
|
default as BetweenHorizonalStartIcon
|
|
3226
3254
|
} from '../icons/between-horizontal-start';
|
|
3255
|
+
// BookBookmark aliases
|
|
3256
|
+
export { default as BookBookmarkIcon } from '../icons/book-bookmark';
|
|
3257
|
+
export {
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookBookmark} instead. */
|
|
3259
|
+
default as BookMarkedIcon
|
|
3260
|
+
} from '../icons/book-bookmark';
|
|
3227
3261
|
// BookDashed aliases
|
|
3228
3262
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3229
3263
|
export {
|
|
@@ -3236,6 +3270,12 @@ export {
|
|
|
3236
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3237
3271
|
default as CurlyBracesIcon
|
|
3238
3272
|
} from '../icons/braces';
|
|
3273
|
+
// BuildingComplex aliases
|
|
3274
|
+
export { default as BuildingComplexIcon } from '../icons/building-complex';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BuildingComplex} instead. */
|
|
3277
|
+
default as Building2Icon
|
|
3278
|
+
} from '../icons/building-complex';
|
|
3239
3279
|
// Captions aliases
|
|
3240
3280
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3241
3281
|
export {
|
|
@@ -3260,18 +3300,18 @@ export {
|
|
|
3260
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3261
3301
|
default as BarChartHorizontalIcon
|
|
3262
3302
|
} from '../icons/chart-bar';
|
|
3263
|
-
// ChartCandlestick aliases
|
|
3264
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3267
|
-
default as CandlestickChartIcon
|
|
3268
|
-
} from '../icons/chart-candlestick';
|
|
3269
3303
|
// ChartColumnBig aliases
|
|
3270
3304
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3271
3305
|
export {
|
|
3272
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3273
3307
|
default as BarChartBigIcon
|
|
3274
3308
|
} from '../icons/chart-column-big';
|
|
3309
|
+
// ChartCandlestick aliases
|
|
3310
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3313
|
+
default as CandlestickChartIcon
|
|
3314
|
+
} from '../icons/chart-candlestick';
|
|
3275
3315
|
// ChartColumnIncreasing aliases
|
|
3276
3316
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3277
3317
|
export {
|
|
@@ -3284,18 +3324,18 @@ export {
|
|
|
3284
3324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3285
3325
|
default as BarChart3Icon
|
|
3286
3326
|
} from '../icons/chart-column';
|
|
3287
|
-
// ChartLine aliases
|
|
3288
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3289
|
-
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3291
|
-
default as LineChartIcon
|
|
3292
|
-
} from '../icons/chart-line';
|
|
3293
3327
|
// ChartNoAxesColumnIncreasing aliases
|
|
3294
3328
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3295
3329
|
export {
|
|
3296
3330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3297
3331
|
default as BarChartIcon
|
|
3298
3332
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3333
|
+
// ChartLine aliases
|
|
3334
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3335
|
+
export {
|
|
3336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3337
|
+
default as LineChartIcon
|
|
3338
|
+
} from '../icons/chart-line';
|
|
3299
3339
|
// ChartNoAxesColumn aliases
|
|
3300
3340
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3301
3341
|
export {
|
|
@@ -3332,24 +3372,18 @@ export {
|
|
|
3332
3372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3333
3373
|
default as ArrowDownCircleIcon
|
|
3334
3374
|
} from '../icons/circle-arrow-down';
|
|
3335
|
-
// CircleArrowOutDownLeft aliases
|
|
3336
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3339
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3340
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3341
3375
|
// CircleArrowLeft aliases
|
|
3342
3376
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3343
3377
|
export {
|
|
3344
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3345
3379
|
default as ArrowLeftCircleIcon
|
|
3346
3380
|
} from '../icons/circle-arrow-left';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3381
|
+
// CircleArrowOutDownLeft aliases
|
|
3382
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3349
3383
|
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3351
|
-
default as
|
|
3352
|
-
} from '../icons/circle-arrow-out-down-
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3385
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3386
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3353
3387
|
// CircleArrowOutUpLeft aliases
|
|
3354
3388
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3355
3389
|
export {
|
|
@@ -3362,18 +3396,24 @@ export {
|
|
|
3362
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3363
3397
|
default as ArrowUpRightFromCircleIcon
|
|
3364
3398
|
} from '../icons/circle-arrow-out-up-right';
|
|
3365
|
-
//
|
|
3366
|
-
export { default as
|
|
3399
|
+
// CircleArrowOutDownRight aliases
|
|
3400
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3367
3401
|
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3369
|
-
default as
|
|
3370
|
-
} from '../icons/circle-arrow-right';
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3403
|
+
default as ArrowDownRightFromCircleIcon
|
|
3404
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3371
3405
|
// CircleArrowUp aliases
|
|
3372
3406
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3373
3407
|
export {
|
|
3374
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3375
3409
|
default as ArrowUpCircleIcon
|
|
3376
3410
|
} from '../icons/circle-arrow-up';
|
|
3411
|
+
// CircleArrowRight aliases
|
|
3412
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3413
|
+
export {
|
|
3414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3415
|
+
default as ArrowRightCircleIcon
|
|
3416
|
+
} from '../icons/circle-arrow-right';
|
|
3377
3417
|
// CircleCheckBig aliases
|
|
3378
3418
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3379
3419
|
export {
|
|
@@ -3404,12 +3444,6 @@ export {
|
|
|
3404
3444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
3405
3445
|
default as ChevronRightCircleIcon
|
|
3406
3446
|
} from '../icons/circle-chevron-right';
|
|
3407
|
-
// CircleDivide aliases
|
|
3408
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3411
|
-
default as DivideCircleIcon
|
|
3412
|
-
} from '../icons/circle-divide';
|
|
3413
3447
|
// CircleChevronUp aliases
|
|
3414
3448
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3415
3449
|
export {
|
|
@@ -3422,12 +3456,30 @@ export {
|
|
|
3422
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3423
3457
|
default as GaugeCircleIcon
|
|
3424
3458
|
} from '../icons/circle-gauge';
|
|
3459
|
+
// CircleDivide aliases
|
|
3460
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3463
|
+
default as DivideCircleIcon
|
|
3464
|
+
} from '../icons/circle-divide';
|
|
3425
3465
|
// CircleMinus aliases
|
|
3426
3466
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3427
3467
|
export {
|
|
3428
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3429
3469
|
default as MinusCircleIcon
|
|
3430
3470
|
} from '../icons/circle-minus';
|
|
3471
|
+
// CirclePause aliases
|
|
3472
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3473
|
+
export {
|
|
3474
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3475
|
+
default as PauseCircleIcon
|
|
3476
|
+
} from '../icons/circle-pause';
|
|
3477
|
+
// CirclePercent aliases
|
|
3478
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3481
|
+
default as PercentCircleIcon
|
|
3482
|
+
} from '../icons/circle-percent';
|
|
3431
3483
|
// CircleParkingOff aliases
|
|
3432
3484
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3433
3485
|
export {
|
|
@@ -3440,24 +3492,12 @@ export {
|
|
|
3440
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3441
3493
|
default as ParkingCircleIcon
|
|
3442
3494
|
} from '../icons/circle-parking';
|
|
3443
|
-
// CirclePercent aliases
|
|
3444
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3447
|
-
default as PercentCircleIcon
|
|
3448
|
-
} from '../icons/circle-percent';
|
|
3449
3495
|
// CirclePlay aliases
|
|
3450
3496
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3451
3497
|
export {
|
|
3452
3498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3453
3499
|
default as PlayCircleIcon
|
|
3454
3500
|
} from '../icons/circle-play';
|
|
3455
|
-
// CirclePause aliases
|
|
3456
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3457
|
-
export {
|
|
3458
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3459
|
-
default as PauseCircleIcon
|
|
3460
|
-
} from '../icons/circle-pause';
|
|
3461
3501
|
// CirclePlus aliases
|
|
3462
3502
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3463
3503
|
export {
|
|
@@ -3498,18 +3538,18 @@ export {
|
|
|
3498
3538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3499
3539
|
default as UserCircleIcon
|
|
3500
3540
|
} from '../icons/circle-user';
|
|
3501
|
-
// CircleUserRound aliases
|
|
3502
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3505
|
-
default as UserCircle2Icon
|
|
3506
|
-
} from '../icons/circle-user-round';
|
|
3507
3541
|
// CircleX aliases
|
|
3508
3542
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3509
3543
|
export {
|
|
3510
3544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3511
3545
|
default as XCircleIcon
|
|
3512
3546
|
} from '../icons/circle-x';
|
|
3547
|
+
// CircleUserRound aliases
|
|
3548
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3549
|
+
export {
|
|
3550
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3551
|
+
default as UserCircle2Icon
|
|
3552
|
+
} from '../icons/circle-user-round';
|
|
3513
3553
|
// ClipboardPenLine aliases
|
|
3514
3554
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3515
3555
|
export {
|
|
@@ -3546,12 +3586,6 @@ export {
|
|
|
3546
3586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3547
3587
|
default as ColumnsIcon
|
|
3548
3588
|
} from '../icons/columns-2';
|
|
3549
|
-
// Columns3 aliases
|
|
3550
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3551
|
-
export {
|
|
3552
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3553
|
-
default as PanelsLeftRightIcon
|
|
3554
|
-
} from '../icons/columns-3';
|
|
3555
3589
|
// Columns3Cog aliases
|
|
3556
3590
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3557
3591
|
export {
|
|
@@ -3574,6 +3608,12 @@ export {
|
|
|
3574
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
3575
3609
|
default as PercentDiamondIcon
|
|
3576
3610
|
} from '../icons/diamond-percent';
|
|
3611
|
+
// Columns3 aliases
|
|
3612
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3613
|
+
export {
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3615
|
+
default as PanelsLeftRightIcon
|
|
3616
|
+
} from '../icons/columns-3';
|
|
3577
3617
|
// Earth aliases
|
|
3578
3618
|
export { default as EarthIcon } from '../icons/earth';
|
|
3579
3619
|
export {
|
|
@@ -3598,48 +3638,48 @@ export {
|
|
|
3598
3638
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3599
3639
|
default as AngryIcon
|
|
3600
3640
|
} from '../icons/face-angry';
|
|
3601
|
-
// FaceExpressionless aliases
|
|
3602
|
-
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3603
|
-
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3605
|
-
default as AnnoyedIcon
|
|
3606
|
-
} from '../icons/face-expressionless';
|
|
3607
3641
|
// FaceGrinning aliases
|
|
3608
3642
|
export { default as FaceGrinningIcon } from '../icons/face-grinning';
|
|
3609
3643
|
export {
|
|
3610
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3611
3645
|
default as LaughIcon
|
|
3612
3646
|
} from '../icons/face-grinning';
|
|
3647
|
+
// FaceExpressionless aliases
|
|
3648
|
+
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3649
|
+
export {
|
|
3650
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
3651
|
+
default as AnnoyedIcon
|
|
3652
|
+
} from '../icons/face-expressionless';
|
|
3613
3653
|
// FaceNeutral aliases
|
|
3614
3654
|
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3615
3655
|
export {
|
|
3616
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3617
3657
|
default as MehIcon
|
|
3618
3658
|
} from '../icons/face-neutral';
|
|
3619
|
-
// FaceSlightlySmilingPlus aliases
|
|
3620
|
-
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3621
|
-
export {
|
|
3622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3623
|
-
default as SmilePlusIcon
|
|
3624
|
-
} from '../icons/face-slightly-smiling-plus';
|
|
3625
3659
|
// FaceSlightlySmiling aliases
|
|
3626
3660
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3627
3661
|
export {
|
|
3628
3662
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3629
3663
|
default as SmileIcon
|
|
3630
3664
|
} from '../icons/face-slightly-smiling';
|
|
3665
|
+
// FaceSlightlyFrowning aliases
|
|
3666
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3669
|
+
default as FrownIcon
|
|
3670
|
+
} from '../icons/face-slightly-frowning';
|
|
3631
3671
|
// FileAxis3d aliases
|
|
3632
3672
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3633
3673
|
export {
|
|
3634
3674
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3635
3675
|
default as FileAxis3DIcon
|
|
3636
3676
|
} from '../icons/file-axis-3d';
|
|
3637
|
-
//
|
|
3638
|
-
export { default as
|
|
3677
|
+
// FaceSlightlySmilingPlus aliases
|
|
3678
|
+
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3639
3679
|
export {
|
|
3640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3641
|
-
default as
|
|
3642
|
-
} from '../icons/face-slightly-
|
|
3680
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3681
|
+
default as SmilePlusIcon
|
|
3682
|
+
} from '../icons/face-slightly-smiling-plus';
|
|
3643
3683
|
// FileBadge aliases
|
|
3644
3684
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3645
3685
|
export {
|
|
@@ -3722,18 +3762,18 @@ export {
|
|
|
3722
3762
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3723
3763
|
default as FileKey2Icon
|
|
3724
3764
|
} from '../icons/file-key';
|
|
3725
|
-
// FileLock aliases
|
|
3726
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3727
|
-
export {
|
|
3728
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3729
|
-
default as FileLock2Icon
|
|
3730
|
-
} from '../icons/file-lock';
|
|
3731
3765
|
// FileMinusCorner aliases
|
|
3732
3766
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3733
3767
|
export {
|
|
3734
3768
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3735
3769
|
default as FileMinus2Icon
|
|
3736
3770
|
} from '../icons/file-minus-corner';
|
|
3771
|
+
// FileLock aliases
|
|
3772
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3773
|
+
export {
|
|
3774
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3775
|
+
default as FileLock2Icon
|
|
3776
|
+
} from '../icons/file-lock';
|
|
3737
3777
|
// FilePenLine aliases
|
|
3738
3778
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3739
3779
|
export {
|
|
@@ -3746,12 +3786,6 @@ export {
|
|
|
3746
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3747
3787
|
default as FileEditIcon
|
|
3748
3788
|
} from '../icons/file-pen';
|
|
3749
|
-
// FilePlusCorner aliases
|
|
3750
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3751
|
-
export {
|
|
3752
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3753
|
-
default as FilePlus2Icon
|
|
3754
|
-
} from '../icons/file-plus-corner';
|
|
3755
3789
|
// FilePlay aliases
|
|
3756
3790
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3757
3791
|
export {
|
|
@@ -3764,6 +3798,12 @@ export {
|
|
|
3764
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3765
3799
|
default as FileQuestionIcon
|
|
3766
3800
|
} from '../icons/file-question-mark';
|
|
3801
|
+
// FilePlusCorner aliases
|
|
3802
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3803
|
+
export {
|
|
3804
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3805
|
+
default as FilePlus2Icon
|
|
3806
|
+
} from '../icons/file-plus-corner';
|
|
3767
3807
|
// FileSearchCorner aliases
|
|
3768
3808
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3769
3809
|
export {
|
|
@@ -3776,12 +3816,6 @@ export {
|
|
|
3776
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3777
3817
|
default as FileVolume2Icon
|
|
3778
3818
|
} from '../icons/file-signal';
|
|
3779
|
-
// FileVideoCamera aliases
|
|
3780
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3781
|
-
export {
|
|
3782
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3783
|
-
default as FileVideo2Icon
|
|
3784
|
-
} from '../icons/file-video-camera';
|
|
3785
3819
|
// FileTypeCorner aliases
|
|
3786
3820
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3787
3821
|
export {
|
|
@@ -3794,30 +3828,36 @@ export {
|
|
|
3794
3828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3795
3829
|
default as FileX2Icon
|
|
3796
3830
|
} from '../icons/file-x-corner';
|
|
3797
|
-
//
|
|
3798
|
-
export { default as
|
|
3831
|
+
// FileVideoCamera aliases
|
|
3832
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3799
3833
|
export {
|
|
3800
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3801
|
-
default as
|
|
3802
|
-
} from '../icons/
|
|
3834
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3835
|
+
default as FileVideo2Icon
|
|
3836
|
+
} from '../icons/file-video-camera';
|
|
3803
3837
|
// FolderCog aliases
|
|
3804
3838
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3805
3839
|
export {
|
|
3806
3840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3807
3841
|
default as FolderCog2Icon
|
|
3808
3842
|
} from '../icons/folder-cog';
|
|
3809
|
-
//
|
|
3810
|
-
export { default as
|
|
3843
|
+
// FingerprintPattern aliases
|
|
3844
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3811
3845
|
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3813
|
-
default as
|
|
3814
|
-
} from '../icons/
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3847
|
+
default as FingerprintIcon
|
|
3848
|
+
} from '../icons/fingerprint-pattern';
|
|
3815
3849
|
// FunnelX aliases
|
|
3816
3850
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3817
3851
|
export {
|
|
3818
3852
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3819
3853
|
default as FilterXIcon
|
|
3820
3854
|
} from '../icons/funnel-x';
|
|
3855
|
+
// FolderPen aliases
|
|
3856
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3857
|
+
export {
|
|
3858
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3859
|
+
default as FolderEditIcon
|
|
3860
|
+
} from '../icons/folder-pen';
|
|
3821
3861
|
// Funnel aliases
|
|
3822
3862
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3823
3863
|
export {
|
|
@@ -3842,12 +3882,6 @@ export {
|
|
|
3842
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3843
3883
|
default as Grid2X2PlusIcon
|
|
3844
3884
|
} from '../icons/grid-2x2-plus';
|
|
3845
|
-
// Grid2x2 aliases
|
|
3846
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3847
|
-
export {
|
|
3848
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3849
|
-
default as Grid2X2Icon
|
|
3850
|
-
} from '../icons/grid-2x2';
|
|
3851
3885
|
// Grid2x2X aliases
|
|
3852
3886
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3853
3887
|
export {
|
|
@@ -3870,6 +3904,12 @@ export {
|
|
|
3870
3904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3871
3905
|
default as GrabIcon
|
|
3872
3906
|
} from '../icons/hand-grab';
|
|
3907
|
+
// Grid2x2 aliases
|
|
3908
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3911
|
+
default as Grid2X2Icon
|
|
3912
|
+
} from '../icons/grid-2x2';
|
|
3873
3913
|
// HandHelping aliases
|
|
3874
3914
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3875
3915
|
export {
|
|
@@ -3926,18 +3966,18 @@ export {
|
|
|
3926
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3927
3967
|
default as IndentIncreaseIcon
|
|
3928
3968
|
} from '../icons/list-indent-increase';
|
|
3929
|
-
// LockKeyholeOpen aliases
|
|
3930
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3931
|
-
export {
|
|
3932
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3933
|
-
default as UnlockKeyholeIcon
|
|
3934
|
-
} from '../icons/lock-keyhole-open';
|
|
3935
3969
|
// LoaderCircle aliases
|
|
3936
3970
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3937
3971
|
export {
|
|
3938
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3939
3973
|
default as Loader2Icon
|
|
3940
3974
|
} from '../icons/loader-circle';
|
|
3975
|
+
// LockKeyholeOpen aliases
|
|
3976
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3979
|
+
default as UnlockKeyholeIcon
|
|
3980
|
+
} from '../icons/lock-keyhole-open';
|
|
3941
3981
|
// LockOpen aliases
|
|
3942
3982
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3943
3983
|
export {
|
|
@@ -3980,18 +4020,18 @@ export {
|
|
|
3980
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3981
4021
|
default as Move3DIcon
|
|
3982
4022
|
} from '../icons/move-3d';
|
|
3983
|
-
// OctagonAlert aliases
|
|
3984
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3987
|
-
default as AlertOctagonIcon
|
|
3988
|
-
} from '../icons/octagon-alert';
|
|
3989
4023
|
// OctagonPause aliases
|
|
3990
4024
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3991
4025
|
export {
|
|
3992
4026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3993
4027
|
default as PauseOctagonIcon
|
|
3994
4028
|
} from '../icons/octagon-pause';
|
|
4029
|
+
// OctagonAlert aliases
|
|
4030
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
4031
|
+
export {
|
|
4032
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
4033
|
+
default as AlertOctagonIcon
|
|
4034
|
+
} from '../icons/octagon-alert';
|
|
3995
4035
|
// OctagonX aliases
|
|
3996
4036
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3997
4037
|
export {
|
|
@@ -4022,18 +4062,18 @@ export {
|
|
|
4022
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
4023
4063
|
default as PanelLeftInactiveIcon
|
|
4024
4064
|
} from '../icons/panel-left-dashed';
|
|
4025
|
-
// PanelLeftOpen aliases
|
|
4026
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4027
|
-
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4029
|
-
default as SidebarOpenIcon
|
|
4030
|
-
} from '../icons/panel-left-open';
|
|
4031
4065
|
// PanelLeft aliases
|
|
4032
4066
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
4033
4067
|
export {
|
|
4034
4068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
4035
4069
|
default as SidebarIcon
|
|
4036
4070
|
} from '../icons/panel-left';
|
|
4071
|
+
// PanelLeftOpen aliases
|
|
4072
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
4073
|
+
export {
|
|
4074
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
4075
|
+
default as SidebarOpenIcon
|
|
4076
|
+
} from '../icons/panel-left-open';
|
|
4037
4077
|
// PanelRightDashed aliases
|
|
4038
4078
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
4039
4079
|
export {
|
|
@@ -4058,18 +4098,18 @@ export {
|
|
|
4058
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
4059
4099
|
default as Edit3Icon
|
|
4060
4100
|
} from '../icons/pen-line';
|
|
4061
|
-
// Pen aliases
|
|
4062
|
-
export { default as PenIcon } from '../icons/pen';
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4065
|
-
default as Edit2Icon
|
|
4066
|
-
} from '../icons/pen';
|
|
4067
4101
|
// PlugZap aliases
|
|
4068
4102
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
4069
4103
|
export {
|
|
4070
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
4071
4105
|
default as PlugZap2Icon
|
|
4072
4106
|
} from '../icons/plug-zap';
|
|
4107
|
+
// Pen aliases
|
|
4108
|
+
export { default as PenIcon } from '../icons/pen';
|
|
4109
|
+
export {
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
4111
|
+
default as Edit2Icon
|
|
4112
|
+
} from '../icons/pen';
|
|
4073
4113
|
// RectangleEllipsis aliases
|
|
4074
4114
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
4075
4115
|
export {
|
|
@@ -4082,18 +4122,18 @@ export {
|
|
|
4082
4122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4083
4123
|
default as Rotate3DIcon
|
|
4084
4124
|
} from '../icons/rotate-3d';
|
|
4085
|
-
// Rows2 aliases
|
|
4086
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4089
|
-
default as RowsIcon
|
|
4090
|
-
} from '../icons/rows-2';
|
|
4091
4125
|
// RotateCcwClock aliases
|
|
4092
4126
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4093
4127
|
export {
|
|
4094
4128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4095
4129
|
default as HistoryIcon
|
|
4096
4130
|
} from '../icons/rotate-ccw-clock';
|
|
4131
|
+
// Rows2 aliases
|
|
4132
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4133
|
+
export {
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4135
|
+
default as RowsIcon
|
|
4136
|
+
} from '../icons/rows-2';
|
|
4097
4137
|
// Rows3 aliases
|
|
4098
4138
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4099
4139
|
export {
|
|
@@ -4106,18 +4146,24 @@ export {
|
|
|
4106
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
4107
4147
|
default as Scale3DIcon
|
|
4108
4148
|
} from '../icons/scale-3d';
|
|
4149
|
+
// SendHorizontal aliases
|
|
4150
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4153
|
+
default as SendHorizonalIcon
|
|
4154
|
+
} from '../icons/send-horizontal';
|
|
4109
4155
|
// ShieldQuestionMark aliases
|
|
4110
4156
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4111
4157
|
export {
|
|
4112
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4113
4159
|
default as ShieldQuestionIcon
|
|
4114
4160
|
} from '../icons/shield-question-mark';
|
|
4115
|
-
//
|
|
4116
|
-
export { default as
|
|
4161
|
+
// ShieldX aliases
|
|
4162
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4117
4163
|
export {
|
|
4118
|
-
/** @deprecated
|
|
4119
|
-
default as
|
|
4120
|
-
} from '../icons/
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4165
|
+
default as ShieldCloseIcon
|
|
4166
|
+
} from '../icons/shield-x';
|
|
4121
4167
|
// SlidersVertical aliases
|
|
4122
4168
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4123
4169
|
export {
|
|
@@ -4130,12 +4176,6 @@ export {
|
|
|
4130
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4131
4177
|
default as StarsIcon
|
|
4132
4178
|
} from '../icons/sparkles';
|
|
4133
|
-
// ShieldX aliases
|
|
4134
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4137
|
-
default as ShieldCloseIcon
|
|
4138
|
-
} from '../icons/shield-x';
|
|
4139
4179
|
// SquareActivity aliases
|
|
4140
4180
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4141
4181
|
export {
|
|
@@ -4160,36 +4200,36 @@ export {
|
|
|
4160
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4161
4201
|
default as ArrowDownSquareIcon
|
|
4162
4202
|
} from '../icons/square-arrow-down';
|
|
4163
|
-
// SquareArrowOutDownLeft aliases
|
|
4164
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4165
|
-
export {
|
|
4166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4167
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4168
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4169
4203
|
// SquareArrowLeft aliases
|
|
4170
4204
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4171
4205
|
export {
|
|
4172
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4173
4207
|
default as ArrowLeftSquareIcon
|
|
4174
4208
|
} from '../icons/square-arrow-left';
|
|
4209
|
+
// SquareArrowOutDownLeft aliases
|
|
4210
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4211
|
+
export {
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4213
|
+
default as ArrowDownLeftFromSquareIcon
|
|
4214
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4175
4215
|
// SquareArrowOutDownRight aliases
|
|
4176
4216
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4177
4217
|
export {
|
|
4178
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4179
4219
|
default as ArrowDownRightFromSquareIcon
|
|
4180
4220
|
} from '../icons/square-arrow-out-down-right';
|
|
4181
|
-
// SquareArrowOutUpLeft aliases
|
|
4182
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4185
|
-
default as ArrowUpLeftFromSquareIcon
|
|
4186
|
-
} from '../icons/square-arrow-out-up-left';
|
|
4187
4221
|
// SquareArrowOutUpRight aliases
|
|
4188
4222
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4189
4223
|
export {
|
|
4190
4224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4191
4225
|
default as ArrowUpRightFromSquareIcon
|
|
4192
4226
|
} from '../icons/square-arrow-out-up-right';
|
|
4227
|
+
// SquareArrowOutUpLeft aliases
|
|
4228
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4229
|
+
export {
|
|
4230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4231
|
+
default as ArrowUpLeftFromSquareIcon
|
|
4232
|
+
} from '../icons/square-arrow-out-up-left';
|
|
4193
4233
|
// SquareArrowRight aliases
|
|
4194
4234
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4195
4235
|
export {
|
|
@@ -4208,36 +4248,36 @@ export {
|
|
|
4208
4248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4209
4249
|
default as ArrowUpRightSquareIcon
|
|
4210
4250
|
} from '../icons/square-arrow-up-right';
|
|
4211
|
-
// SquareArrowUp aliases
|
|
4212
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4213
|
-
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4215
|
-
default as ArrowUpSquareIcon
|
|
4216
|
-
} from '../icons/square-arrow-up';
|
|
4217
4251
|
// SquareAsterisk aliases
|
|
4218
4252
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4219
4253
|
export {
|
|
4220
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4221
4255
|
default as AsteriskSquareIcon
|
|
4222
4256
|
} from '../icons/square-asterisk';
|
|
4257
|
+
// SquareBookmark aliases
|
|
4258
|
+
export { default as SquareBookmarkIcon } from '../icons/square-bookmark';
|
|
4259
|
+
export {
|
|
4260
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
4261
|
+
default as AlbumIcon
|
|
4262
|
+
} from '../icons/square-bookmark';
|
|
4223
4263
|
// SquareBottomDashedScissors aliases
|
|
4224
4264
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4225
4265
|
export {
|
|
4226
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4227
4267
|
default as ScissorsSquareDashedBottomIcon
|
|
4228
4268
|
} from '../icons/square-bottom-dashed-scissors';
|
|
4269
|
+
// SquareArrowUp aliases
|
|
4270
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4273
|
+
default as ArrowUpSquareIcon
|
|
4274
|
+
} from '../icons/square-arrow-up';
|
|
4229
4275
|
// SquareCenterlineDashedHorizontal aliases
|
|
4230
4276
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4231
4277
|
export {
|
|
4232
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4233
4279
|
default as FlipHorizontalIcon
|
|
4234
4280
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4235
|
-
// SquareCenterlineDashedVertical aliases
|
|
4236
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4237
|
-
export {
|
|
4238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4239
|
-
default as FlipVerticalIcon
|
|
4240
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
4241
4281
|
// SquareChartGantt aliases
|
|
4242
4282
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4243
4283
|
export {
|
|
@@ -4248,12 +4288,12 @@ export {
|
|
|
4248
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4249
4289
|
default as SquareGanttChartIcon
|
|
4250
4290
|
} from '../icons/square-chart-gantt';
|
|
4251
|
-
//
|
|
4252
|
-
export { default as
|
|
4291
|
+
// SquareCenterlineDashedVertical aliases
|
|
4292
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4253
4293
|
export {
|
|
4254
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4255
|
-
default as
|
|
4256
|
-
} from '../icons/square-
|
|
4294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4295
|
+
default as FlipVerticalIcon
|
|
4296
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
4257
4297
|
// SquareCheck aliases
|
|
4258
4298
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4259
4299
|
export {
|
|
@@ -4266,6 +4306,12 @@ export {
|
|
|
4266
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4267
4307
|
default as ChevronDownSquareIcon
|
|
4268
4308
|
} from '../icons/square-chevron-down';
|
|
4309
|
+
// SquareCheckBig aliases
|
|
4310
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4311
|
+
export {
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4313
|
+
default as CheckSquareIcon
|
|
4314
|
+
} from '../icons/square-check-big';
|
|
4269
4315
|
// SquareChevronLeft aliases
|
|
4270
4316
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4271
4317
|
export {
|
|
@@ -4284,6 +4330,12 @@ export {
|
|
|
4284
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4285
4331
|
default as ChevronUpSquareIcon
|
|
4286
4332
|
} from '../icons/square-chevron-up';
|
|
4333
|
+
// SquareDashedKanban aliases
|
|
4334
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4335
|
+
export {
|
|
4336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4337
|
+
default as KanbanSquareDashedIcon
|
|
4338
|
+
} from '../icons/square-dashed-kanban';
|
|
4287
4339
|
// SquareCode aliases
|
|
4288
4340
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4289
4341
|
export {
|
|
@@ -4312,12 +4364,6 @@ export {
|
|
|
4312
4364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4313
4365
|
default as BoxSelectIcon
|
|
4314
4366
|
} from '../icons/square-dashed';
|
|
4315
|
-
// SquareDashedKanban aliases
|
|
4316
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4317
|
-
export {
|
|
4318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4319
|
-
default as KanbanSquareDashedIcon
|
|
4320
|
-
} from '../icons/square-dashed-kanban';
|
|
4321
4367
|
// SquareDivide aliases
|
|
4322
4368
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4323
4369
|
export {
|
|
@@ -4354,18 +4400,18 @@ export {
|
|
|
4354
4400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4355
4401
|
default as LibrarySquareIcon
|
|
4356
4402
|
} from '../icons/square-library';
|
|
4357
|
-
// SquareM aliases
|
|
4358
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4359
|
-
export {
|
|
4360
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4361
|
-
default as MSquareIcon
|
|
4362
|
-
} from '../icons/square-m';
|
|
4363
4403
|
// SquareMenu aliases
|
|
4364
4404
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4365
4405
|
export {
|
|
4366
4406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4367
4407
|
default as MenuSquareIcon
|
|
4368
4408
|
} from '../icons/square-menu';
|
|
4409
|
+
// SquareM aliases
|
|
4410
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4411
|
+
export {
|
|
4412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4413
|
+
default as MSquareIcon
|
|
4414
|
+
} from '../icons/square-m';
|
|
4369
4415
|
// SquareMinus aliases
|
|
4370
4416
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4371
4417
|
export {
|
|
@@ -4378,6 +4424,12 @@ export {
|
|
|
4378
4424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4379
4425
|
default as InspectIcon
|
|
4380
4426
|
} from '../icons/square-mouse-pointer';
|
|
4427
|
+
// SquareParkingOff aliases
|
|
4428
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4429
|
+
export {
|
|
4430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4431
|
+
default as ParkingSquareOffIcon
|
|
4432
|
+
} from '../icons/square-parking-off';
|
|
4381
4433
|
// SquareParking aliases
|
|
4382
4434
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4383
4435
|
export {
|
|
@@ -4398,24 +4450,18 @@ export {
|
|
|
4398
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4399
4451
|
default as PenSquareIcon
|
|
4400
4452
|
} from '../icons/square-pen';
|
|
4401
|
-
//
|
|
4402
|
-
export { default as
|
|
4453
|
+
// SquarePi aliases
|
|
4454
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4403
4455
|
export {
|
|
4404
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4405
|
-
default as
|
|
4406
|
-
} from '../icons/square-
|
|
4456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4457
|
+
default as PiSquareIcon
|
|
4458
|
+
} from '../icons/square-pi';
|
|
4407
4459
|
// SquarePercent aliases
|
|
4408
4460
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4409
4461
|
export {
|
|
4410
4462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
4411
4463
|
default as PercentSquareIcon
|
|
4412
4464
|
} from '../icons/square-percent';
|
|
4413
|
-
// SquarePi aliases
|
|
4414
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4415
|
-
export {
|
|
4416
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4417
|
-
default as PiSquareIcon
|
|
4418
|
-
} from '../icons/square-pi';
|
|
4419
4465
|
// SquarePilcrow aliases
|
|
4420
4466
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4421
4467
|
export {
|
|
@@ -4434,42 +4480,42 @@ export {
|
|
|
4434
4480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4435
4481
|
default as PlusSquareIcon
|
|
4436
4482
|
} from '../icons/square-plus';
|
|
4437
|
-
// SquareScissors aliases
|
|
4438
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4439
|
-
export {
|
|
4440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4441
|
-
default as ScissorsSquareIcon
|
|
4442
|
-
} from '../icons/square-scissors';
|
|
4443
|
-
// SquareSlash aliases
|
|
4444
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4445
|
-
export {
|
|
4446
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4447
|
-
default as SlashSquareIcon
|
|
4448
|
-
} from '../icons/square-slash';
|
|
4449
4483
|
// SquarePower aliases
|
|
4450
4484
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4451
4485
|
export {
|
|
4452
4486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4453
4487
|
default as PowerSquareIcon
|
|
4454
4488
|
} from '../icons/square-power';
|
|
4489
|
+
// SquareScissors aliases
|
|
4490
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4491
|
+
export {
|
|
4492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4493
|
+
default as ScissorsSquareIcon
|
|
4494
|
+
} from '../icons/square-scissors';
|
|
4455
4495
|
// SquareSigma aliases
|
|
4456
4496
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4457
4497
|
export {
|
|
4458
4498
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4459
4499
|
default as SigmaSquareIcon
|
|
4460
4500
|
} from '../icons/square-sigma';
|
|
4461
|
-
//
|
|
4462
|
-
export { default as
|
|
4501
|
+
// SquareSlash aliases
|
|
4502
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4463
4503
|
export {
|
|
4464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4465
|
-
default as
|
|
4466
|
-
} from '../icons/square-
|
|
4504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4505
|
+
default as SlashSquareIcon
|
|
4506
|
+
} from '../icons/square-slash';
|
|
4467
4507
|
// SquareSplitVertical aliases
|
|
4468
4508
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4469
4509
|
export {
|
|
4470
4510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4471
4511
|
default as SplitSquareVerticalIcon
|
|
4472
4512
|
} from '../icons/square-split-vertical';
|
|
4513
|
+
// SquareSplitHorizontal aliases
|
|
4514
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4515
|
+
export {
|
|
4516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4517
|
+
default as SplitSquareHorizontalIcon
|
|
4518
|
+
} from '../icons/square-split-horizontal';
|
|
4473
4519
|
// SquareTerminal aliases
|
|
4474
4520
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4475
4521
|
export {
|
|
@@ -4482,6 +4528,12 @@ export {
|
|
|
4482
4528
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4483
4529
|
default as UserSquare2Icon
|
|
4484
4530
|
} from '../icons/square-user-round';
|
|
4531
|
+
// SquareUser aliases
|
|
4532
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4533
|
+
export {
|
|
4534
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4535
|
+
default as UserSquareIcon
|
|
4536
|
+
} from '../icons/square-user';
|
|
4485
4537
|
// SquareX aliases
|
|
4486
4538
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4487
4539
|
export {
|
|
@@ -4494,24 +4546,24 @@ export {
|
|
|
4494
4546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4495
4547
|
default as TestTube2Icon
|
|
4496
4548
|
} from '../icons/test-tube-diagonal';
|
|
4549
|
+
// TextAlignEnd aliases
|
|
4550
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4551
|
+
export {
|
|
4552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4553
|
+
default as AlignRightIcon
|
|
4554
|
+
} from '../icons/text-align-end';
|
|
4497
4555
|
// TextAlignCenter aliases
|
|
4498
4556
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4499
4557
|
export {
|
|
4500
4558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4501
4559
|
default as AlignCenterIcon
|
|
4502
4560
|
} from '../icons/text-align-center';
|
|
4503
|
-
//
|
|
4504
|
-
export { default as
|
|
4505
|
-
export {
|
|
4506
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4507
|
-
default as UserSquareIcon
|
|
4508
|
-
} from '../icons/square-user';
|
|
4509
|
-
// TextAlignEnd aliases
|
|
4510
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4561
|
+
// TextAlignJustify aliases
|
|
4562
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4511
4563
|
export {
|
|
4512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4513
|
-
default as
|
|
4514
|
-
} from '../icons/text-align-
|
|
4564
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4565
|
+
default as AlignJustifyIcon
|
|
4566
|
+
} from '../icons/text-align-justify';
|
|
4515
4567
|
// TextAlignStart aliases
|
|
4516
4568
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4517
4569
|
export {
|
|
@@ -4522,12 +4574,6 @@ export {
|
|
|
4522
4574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4523
4575
|
default as AlignLeftIcon
|
|
4524
4576
|
} from '../icons/text-align-start';
|
|
4525
|
-
// TextAlignJustify aliases
|
|
4526
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4527
|
-
export {
|
|
4528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4529
|
-
default as AlignJustifyIcon
|
|
4530
|
-
} from '../icons/text-align-justify';
|
|
4531
4577
|
// TextInitial aliases
|
|
4532
4578
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4533
4579
|
export {
|
|
@@ -4552,36 +4598,48 @@ export {
|
|
|
4552
4598
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
4553
4599
|
default as Trash2Icon
|
|
4554
4600
|
} from '../icons/trash';
|
|
4555
|
-
// TreePalm aliases
|
|
4556
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4557
|
-
export {
|
|
4558
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4559
|
-
default as PalmtreeIcon
|
|
4560
|
-
} from '../icons/tree-palm';
|
|
4561
4601
|
// TriangleAlert aliases
|
|
4562
4602
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4563
4603
|
export {
|
|
4564
4604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4565
4605
|
default as AlertTriangleIcon
|
|
4566
4606
|
} from '../icons/triangle-alert';
|
|
4607
|
+
// TreePalm aliases
|
|
4608
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4609
|
+
export {
|
|
4610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4611
|
+
default as PalmtreeIcon
|
|
4612
|
+
} from '../icons/tree-palm';
|
|
4613
|
+
// TrianglesCenterlineDashedHorizontal aliases
|
|
4614
|
+
export { default as TrianglesCenterlineDashedHorizontalIcon } from '../icons/triangles-centerline-dashed-horizontal';
|
|
4615
|
+
export {
|
|
4616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedHorizontal} instead. */
|
|
4617
|
+
default as FlipHorizontal2Icon
|
|
4618
|
+
} from '../icons/triangles-centerline-dashed-horizontal';
|
|
4619
|
+
// TrianglesCenterlineDashedVertical aliases
|
|
4620
|
+
export { default as TrianglesCenterlineDashedVerticalIcon } from '../icons/triangles-centerline-dashed-vertical';
|
|
4621
|
+
export {
|
|
4622
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TrianglesCenterlineDashedVertical} instead. */
|
|
4623
|
+
default as FlipVertical2Icon
|
|
4624
|
+
} from '../icons/triangles-centerline-dashed-vertical';
|
|
4567
4625
|
// TvMinimal aliases
|
|
4568
4626
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4569
4627
|
export {
|
|
4570
4628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4571
4629
|
default as Tv2Icon
|
|
4572
4630
|
} from '../icons/tv-minimal';
|
|
4573
|
-
// UserRoundCheck aliases
|
|
4574
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4575
|
-
export {
|
|
4576
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4577
|
-
default as UserCheck2Icon
|
|
4578
|
-
} from '../icons/user-round-check';
|
|
4579
4631
|
// University aliases
|
|
4580
4632
|
export { default as UniversityIcon } from '../icons/university';
|
|
4581
4633
|
export {
|
|
4582
4634
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4583
4635
|
default as School2Icon
|
|
4584
4636
|
} from '../icons/university';
|
|
4637
|
+
// UserRoundCheck aliases
|
|
4638
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4639
|
+
export {
|
|
4640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
4641
|
+
default as UserCheck2Icon
|
|
4642
|
+
} from '../icons/user-round-check';
|
|
4585
4643
|
// UserRoundCog aliases
|
|
4586
4644
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4587
4645
|
export {
|
|
@@ -4600,18 +4658,18 @@ export {
|
|
|
4600
4658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4601
4659
|
default as UserPlus2Icon
|
|
4602
4660
|
} from '../icons/user-round-plus';
|
|
4603
|
-
// UserRoundX aliases
|
|
4604
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4605
|
-
export {
|
|
4606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4607
|
-
default as UserX2Icon
|
|
4608
|
-
} from '../icons/user-round-x';
|
|
4609
4661
|
// UserRound aliases
|
|
4610
4662
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4611
4663
|
export {
|
|
4612
4664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4613
4665
|
default as User2Icon
|
|
4614
4666
|
} from '../icons/user-round';
|
|
4667
|
+
// UserRoundX aliases
|
|
4668
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4669
|
+
export {
|
|
4670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4671
|
+
default as UserX2Icon
|
|
4672
|
+
} from '../icons/user-round-x';
|
|
4615
4673
|
// UsersRound aliases
|
|
4616
4674
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4617
4675
|
export {
|
|
@@ -4630,18 +4688,18 @@ export {
|
|
|
4630
4688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4631
4689
|
default as ForkKnifeIcon
|
|
4632
4690
|
} from '../icons/utensils';
|
|
4633
|
-
// WandSparkles aliases
|
|
4634
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4635
|
-
export {
|
|
4636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4637
|
-
default as Wand2Icon
|
|
4638
|
-
} from '../icons/wand-sparkles';
|
|
4639
4691
|
// WalletMinimal aliases
|
|
4640
4692
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4641
4693
|
export {
|
|
4642
4694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4643
4695
|
default as Wallet2Icon
|
|
4644
4696
|
} from '../icons/wallet-minimal';
|
|
4697
|
+
// WandSparkles aliases
|
|
4698
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4699
|
+
export {
|
|
4700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4701
|
+
default as Wand2Icon
|
|
4702
|
+
} from '../icons/wand-sparkles';
|
|
4645
4703
|
// WavesHorizontal aliases
|
|
4646
4704
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4647
4705
|
export {
|