@lucide/astro 0.520.0 → 0.522.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +51 -51
- package/src/aliases/prefixed.ts +466 -462
- package/src/aliases/suffixed.ts +811 -807
- package/src/icons/circle-arrow-left.ts +2 -2
- package/src/icons/circle-arrow-right.ts +2 -2
- package/src/icons/index.ts +91 -89
- package/src/icons/line-squiggle.ts +18 -0
- package/src/icons/shopping-bag.ts +2 -2
- package/src/icons/squircle-dashed.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,33 +1,27 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// AArrowUp aliases
|
|
4
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
3
|
// Activity aliases
|
|
10
4
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
5
|
// AirVent aliases
|
|
12
6
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
7
|
// Airplay aliases
|
|
14
8
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
-
// AlarmClockOff aliases
|
|
16
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
9
|
// AlarmClock aliases
|
|
18
10
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
//
|
|
20
|
-
export { default as
|
|
21
|
-
// AlignCenterVertical aliases
|
|
22
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
11
|
+
// AlarmClockOff aliases
|
|
12
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
23
13
|
// AlarmSmoke aliases
|
|
24
14
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
15
|
// Album aliases
|
|
26
16
|
export { default as AlbumIcon } from '../icons/album';
|
|
17
|
+
// AlignCenterHorizontal aliases
|
|
18
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
|
+
// AlignCenterVertical aliases
|
|
20
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
21
|
+
// Accessibility aliases
|
|
22
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
27
23
|
// AlignCenter aliases
|
|
28
24
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignEndHorizontal aliases
|
|
30
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
25
|
// AlignEndVertical aliases
|
|
32
26
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
27
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -40,10 +34,10 @@ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-ho
|
|
|
40
34
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
35
|
// AlignHorizontalJustifyEnd aliases
|
|
42
36
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalJustifyStart aliases
|
|
44
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
37
|
// AlignHorizontalSpaceAround aliases
|
|
46
38
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
39
|
+
// AlignHorizontalJustifyStart aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
41
|
// AlignJustify aliases
|
|
48
42
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
49
43
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -52,18 +46,18 @@ export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horiz
|
|
|
52
46
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
47
|
// AlignRight aliases
|
|
54
48
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
51
|
// AlignStartVertical aliases
|
|
56
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
|
-
// AlignVerticalDistributeCenter aliases
|
|
58
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
53
|
// AlignVerticalDistributeEnd aliases
|
|
60
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
|
-
// AlignStartHorizontal aliases
|
|
62
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
55
|
// AlignVerticalJustifyCenter aliases
|
|
66
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalDistributeCenter aliases
|
|
58
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
61
|
// AlignVerticalJustifyEnd aliases
|
|
68
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
63
|
// AlignVerticalSpaceAround aliases
|
|
@@ -74,20 +68,20 @@ export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertica
|
|
|
74
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
69
|
// Ambulance aliases
|
|
76
70
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
-
// Ampersands aliases
|
|
78
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
71
|
// Ampersand aliases
|
|
80
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
75
|
// Amphora aliases
|
|
82
76
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
+
// AlignEndHorizontal aliases
|
|
78
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
83
79
|
// Anchor aliases
|
|
84
80
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
81
|
// Angry aliases
|
|
86
82
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
83
|
// Antenna aliases
|
|
88
84
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
|
-
// Annoyed aliases
|
|
90
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
91
85
|
// Anvil aliases
|
|
92
86
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
87
|
// Aperture aliases
|
|
@@ -100,16 +94,16 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
100
94
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
95
|
// ArchiveRestore aliases
|
|
102
96
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
|
-
// ArchiveX aliases
|
|
104
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
97
|
// Archive aliases
|
|
106
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// ArchiveX aliases
|
|
100
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
|
+
// ArrowBigDown aliases
|
|
102
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
103
|
// Armchair aliases
|
|
108
104
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
105
|
// ArrowBigDownDash aliases
|
|
110
106
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
107
|
// ArrowBigLeftDash aliases
|
|
114
108
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
109
|
// ArrowBigLeft aliases
|
|
@@ -124,30 +118,30 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
124
118
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
119
|
// ArrowDownFromLine aliases
|
|
126
120
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
-
// ArrowDownLeft aliases
|
|
128
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
121
|
// ArrowDownNarrowWide aliases
|
|
130
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
123
|
// ArrowDownRight aliases
|
|
132
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
-
// ArrowDownToDot aliases
|
|
134
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
125
|
// ArrowDownToLine aliases
|
|
136
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownLeft aliases
|
|
128
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
137
131
|
// ArrowDownUp aliases
|
|
138
132
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
|
-
// ArrowLeftFromLine aliases
|
|
140
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
133
|
// ArrowDown aliases
|
|
142
134
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
+
// ArrowLeftFromLine aliases
|
|
136
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
137
|
// ArrowLeftRight aliases
|
|
144
138
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
139
|
// ArrowLeftToLine aliases
|
|
146
140
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
-
// ArrowRightFromLine aliases
|
|
148
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
141
|
// ArrowLeft aliases
|
|
150
142
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
143
|
+
// ArrowRightFromLine aliases
|
|
144
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
145
|
// ArrowRightLeft aliases
|
|
152
146
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
147
|
// ArrowRightToLine aliases
|
|
@@ -164,38 +158,38 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
164
158
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
159
|
// ArrowUpRight aliases
|
|
166
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
-
// ArrowsUpFromLine aliases
|
|
168
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
161
|
// ArrowUpToLine aliases
|
|
170
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
171
|
-
// ArrowUpWideNarrow aliases
|
|
172
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
173
163
|
// ArrowUp aliases
|
|
174
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
165
|
+
// ArrowUpWideNarrow aliases
|
|
166
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
169
|
// Asterisk aliases
|
|
178
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
171
|
// Atom aliases
|
|
180
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// AtSign aliases
|
|
174
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
181
175
|
// AudioLines aliases
|
|
182
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
177
|
// AudioWaveform aliases
|
|
184
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
179
|
// Award aliases
|
|
186
180
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Baby aliases
|
|
188
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
189
181
|
// Axe aliases
|
|
190
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
|
+
// Baby aliases
|
|
184
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
191
185
|
// Backpack aliases
|
|
192
186
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeAlert aliases
|
|
194
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
187
|
// BadgeCent aliases
|
|
196
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
189
|
// BadgeEuro aliases
|
|
198
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
+
// BadgeAlert aliases
|
|
192
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
199
193
|
// BadgeDollarSign aliases
|
|
200
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
201
195
|
// BadgeIndianRupee aliases
|
|
@@ -214,20 +208,20 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
214
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
209
|
// BadgeSwissFranc aliases
|
|
216
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
|
-
// BadgeX aliases
|
|
218
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
211
|
// BadgeRussianRuble aliases
|
|
220
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
215
|
// Badge aliases
|
|
222
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
217
|
// BaggageClaim aliases
|
|
224
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
219
|
// Ban aliases
|
|
226
220
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// Bandage aliases
|
|
228
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
229
221
|
// Banana aliases
|
|
230
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Bandage aliases
|
|
224
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
231
225
|
// BanknoteArrowDown aliases
|
|
232
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
227
|
// BanknoteArrowUp aliases
|
|
@@ -248,38 +242,40 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
248
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
243
|
// BatteryFull aliases
|
|
250
244
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
|
-
// BatteryMedium aliases
|
|
252
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
245
|
// BatteryLow aliases
|
|
254
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// Annoyed aliases
|
|
248
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
251
|
// BatteryPlus aliases
|
|
256
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
253
|
// BatteryWarning aliases
|
|
258
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
-
// Beaker aliases
|
|
260
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
255
|
// Battery aliases
|
|
262
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// Beaker aliases
|
|
258
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
259
|
// BeanOff aliases
|
|
264
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
261
|
// Bean aliases
|
|
266
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
267
263
|
// BedDouble aliases
|
|
268
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
-
// BedSingle aliases
|
|
270
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
265
|
// Bed aliases
|
|
272
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
+
// BedSingle aliases
|
|
268
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
269
|
// Beef aliases
|
|
274
270
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
271
|
// BeerOff aliases
|
|
276
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
273
|
// BellDot aliases
|
|
278
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
-
// Beer aliases
|
|
280
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
281
275
|
// BellElectric aliases
|
|
282
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
283
279
|
// BellMinus aliases
|
|
284
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
281
|
// BellOff aliases
|
|
@@ -290,18 +286,18 @@ export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
|
290
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
287
|
// Bell aliases
|
|
292
288
|
export { default as BellIcon } from '../icons/bell';
|
|
293
|
-
// BetweenVerticalStart aliases
|
|
294
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
289
|
// BetweenVerticalEnd aliases
|
|
296
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
-
//
|
|
298
|
-
export { default as
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
295
|
// Binary aliases
|
|
300
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
301
299
|
// Binoculars aliases
|
|
302
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
// BicepsFlexed aliases
|
|
304
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
301
|
// Biohazard aliases
|
|
306
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
303
|
// Bird aliases
|
|
@@ -318,10 +314,10 @@ export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected'
|
|
|
318
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
315
|
// BluetoothOff aliases
|
|
320
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
// Bluetooth aliases
|
|
322
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
317
|
// BluetoothSearching aliases
|
|
324
318
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
|
+
// Bluetooth aliases
|
|
320
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
321
|
// Bold aliases
|
|
326
322
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
323
|
// Bolt aliases
|
|
@@ -334,16 +330,16 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
334
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
331
|
// BookAlert aliases
|
|
336
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
-
// BookAudio aliases
|
|
338
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
333
|
// BookCheck aliases
|
|
340
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
|
+
// BookAudio aliases
|
|
336
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
337
|
// BookCopy aliases
|
|
342
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
-
// BookHeadphones aliases
|
|
344
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
339
|
// BookDown aliases
|
|
346
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
+
// BookHeadphones aliases
|
|
342
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
343
|
// BookHeart aliases
|
|
348
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
345
|
// BookImage aliases
|
|
@@ -354,20 +350,20 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
354
350
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
351
|
// BookMarked aliases
|
|
356
352
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
|
-
// BookMinus aliases
|
|
358
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
353
|
// BookOpenCheck aliases
|
|
360
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
|
+
// BookMinus aliases
|
|
356
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
357
|
// BookOpenText aliases
|
|
362
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
359
|
// BookOpen aliases
|
|
364
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
+
// BookText aliases
|
|
362
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
365
|
// BookType aliases
|
|
368
366
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
-
// BookText aliases
|
|
370
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
367
|
// BookUp2 aliases
|
|
372
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
369
|
// BookUp aliases
|
|
@@ -378,14 +374,14 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
378
374
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
375
|
// Book aliases
|
|
380
376
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
-
// BookmarkCheck aliases
|
|
382
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
377
|
// BookmarkMinus aliases
|
|
384
378
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
381
|
// BookmarkX aliases
|
|
388
382
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
385
|
// Bookmark aliases
|
|
390
386
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
387
|
// BoomBox aliases
|
|
@@ -396,28 +392,28 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
396
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
393
|
// Bot aliases
|
|
398
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
|
+
// BowArrow aliases
|
|
396
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Box aliases
|
|
400
398
|
export { default as BoxIcon } from '../icons/box';
|
|
401
399
|
// Boxes aliases
|
|
402
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
-
// BowArrow aliases
|
|
404
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
|
-
// Brackets aliases
|
|
406
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
401
|
// BrainCircuit aliases
|
|
408
402
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
403
|
+
// Brackets aliases
|
|
404
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
405
|
// Brain aliases
|
|
410
406
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
407
|
// BrainCog aliases
|
|
412
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// BrickWall aliases
|
|
414
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
409
|
// BrickWallFire aliases
|
|
416
410
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
//
|
|
418
|
-
export { default as
|
|
411
|
+
// BrickWall aliases
|
|
412
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
413
|
// BriefcaseBusiness aliases
|
|
420
414
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
|
+
// BriefcaseConveyorBelt aliases
|
|
416
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
417
|
// BriefcaseMedical aliases
|
|
422
418
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
419
|
// Briefcase aliases
|
|
@@ -428,18 +424,18 @@ export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
|
428
424
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
425
|
// Brush aliases
|
|
430
426
|
export { default as BrushIcon } from '../icons/brush';
|
|
431
|
-
// BugOff aliases
|
|
432
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
427
|
// Bubbles aliases
|
|
434
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
|
+
// BugOff aliases
|
|
430
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
431
|
// BugPlay aliases
|
|
436
432
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
433
|
// Bug aliases
|
|
438
434
|
export { default as BugIcon } from '../icons/bug';
|
|
439
|
-
// Building2 aliases
|
|
440
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
441
435
|
// Building aliases
|
|
442
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
|
+
// Building2 aliases
|
|
438
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
443
439
|
// BusFront aliases
|
|
444
440
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
441
|
// CableCar aliases
|
|
@@ -448,78 +444,78 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
448
444
|
export { default as BusIcon } from '../icons/bus';
|
|
449
445
|
// Cable aliases
|
|
450
446
|
export { default as CableIcon } from '../icons/cable';
|
|
451
|
-
// CakeSlice aliases
|
|
452
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
447
|
// Cake aliases
|
|
454
448
|
export { default as CakeIcon } from '../icons/cake';
|
|
449
|
+
// CakeSlice aliases
|
|
450
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
451
|
// Calculator aliases
|
|
456
452
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
453
|
// Calendar1 aliases
|
|
458
454
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
|
-
// CalendarArrowDown aliases
|
|
460
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
455
|
// CalendarArrowUp aliases
|
|
462
456
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
457
|
+
// CalendarArrowDown aliases
|
|
458
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
459
|
// CalendarCheck2 aliases
|
|
464
460
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
461
|
// CalendarCheck aliases
|
|
466
462
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
463
|
// CalendarClock aliases
|
|
468
464
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
-
// CalendarDays aliases
|
|
470
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
465
|
// CalendarCog aliases
|
|
472
466
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
|
+
// CalendarDays aliases
|
|
468
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
469
|
// CalendarFold aliases
|
|
474
470
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
471
|
// CalendarHeart aliases
|
|
476
472
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
473
|
// CalendarMinus2 aliases
|
|
478
474
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
-
// CalendarMinus aliases
|
|
480
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
475
|
// CalendarOff aliases
|
|
482
476
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
477
|
+
// CalendarMinus aliases
|
|
478
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
479
|
// CalendarPlus2 aliases
|
|
484
480
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
481
|
// CalendarPlus aliases
|
|
486
482
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
|
-
// CalendarRange aliases
|
|
488
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
483
|
// CalendarSearch aliases
|
|
490
484
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
485
|
// CalendarSync aliases
|
|
492
486
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
|
-
//
|
|
494
|
-
export { default as
|
|
487
|
+
// CalendarRange aliases
|
|
488
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
489
|
// CalendarX aliases
|
|
496
490
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
|
+
// CalendarX2 aliases
|
|
492
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
493
|
// Calendar aliases
|
|
498
494
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
495
|
// CameraOff aliases
|
|
500
496
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
-
// Camera aliases
|
|
502
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
503
497
|
// CandyCane aliases
|
|
504
498
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
|
+
// Camera aliases
|
|
500
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
505
501
|
// CandyOff aliases
|
|
506
502
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
503
|
// Candy aliases
|
|
508
504
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
|
-
// CaptionsOff aliases
|
|
510
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
505
|
// Cannabis aliases
|
|
512
506
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
513
507
|
// CarFront aliases
|
|
514
508
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
509
|
+
// CaptionsOff aliases
|
|
510
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
515
511
|
// CarTaxiFront aliases
|
|
516
512
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
513
|
// Car aliases
|
|
518
514
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
// CardSim aliases
|
|
520
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
515
|
// Caravan aliases
|
|
522
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
|
+
// CardSim aliases
|
|
518
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
519
|
// Carrot aliases
|
|
524
520
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
521
|
// CaseLower aliases
|
|
@@ -530,30 +526,30 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
530
526
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
531
527
|
// CassetteTape aliases
|
|
532
528
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
|
-
// Castle aliases
|
|
534
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
535
529
|
// Cast aliases
|
|
536
530
|
export { default as CastIcon } from '../icons/cast';
|
|
531
|
+
// Castle aliases
|
|
532
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
533
|
+
// Cctv aliases
|
|
534
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
537
535
|
// Cat aliases
|
|
538
536
|
export { default as CatIcon } from '../icons/cat';
|
|
537
|
+
// ChartBarIncreasing aliases
|
|
538
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
539
|
// ChartBarDecreasing aliases
|
|
540
540
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
541
|
-
// Cctv aliases
|
|
542
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
543
541
|
// ChartBarStacked aliases
|
|
544
542
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
|
-
// ChartBarIncreasing aliases
|
|
546
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
543
|
// ChartColumnDecreasing aliases
|
|
548
544
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
|
-
// ChartColumnStacked aliases
|
|
550
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
545
|
// ChartGantt aliases
|
|
552
546
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
554
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
547
|
// ChartNetwork aliases
|
|
556
548
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
549
|
+
// ChartColumnStacked aliases
|
|
550
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
552
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
557
553
|
// ChartNoAxesCombined aliases
|
|
558
554
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
555
|
// ChartSpline aliases
|
|
@@ -562,10 +558,10 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
562
558
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
563
559
|
// CheckLine aliases
|
|
564
560
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
565
|
-
// ChefHat aliases
|
|
566
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
567
561
|
// Check aliases
|
|
568
562
|
export { default as CheckIcon } from '../icons/check';
|
|
563
|
+
// ChefHat aliases
|
|
564
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
565
|
// Cherry aliases
|
|
570
566
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
567
|
// ChevronDown aliases
|
|
@@ -578,90 +574,94 @@ export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
|
578
574
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
575
|
// ChevronRight aliases
|
|
580
576
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
|
-
// ChevronUp aliases
|
|
582
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
583
577
|
// ChevronsDownUp aliases
|
|
584
578
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
585
579
|
// ChevronsDown aliases
|
|
586
580
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
|
+
// ChevronUp aliases
|
|
582
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
583
|
// ChevronsLeftRightEllipsis aliases
|
|
588
584
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
589
585
|
// ChevronsLeftRight aliases
|
|
590
586
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
591
|
-
// ChevronsLeft aliases
|
|
592
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
593
|
-
// ChevronsRight aliases
|
|
594
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
595
587
|
// ChevronsRightLeft aliases
|
|
596
588
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
|
+
// ChevronsLeft aliases
|
|
590
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
597
591
|
// ChevronsUpDown aliases
|
|
598
592
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
593
|
+
// ChevronsRight aliases
|
|
594
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
595
|
// ChevronsUp aliases
|
|
600
596
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
+
// ALargeSmall aliases
|
|
598
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
601
599
|
// Chrome aliases
|
|
602
600
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
601
|
+
// AArrowUp aliases
|
|
602
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
605
603
|
// Church aliases
|
|
606
604
|
export { default as ChurchIcon } from '../icons/church';
|
|
607
605
|
// CigaretteOff aliases
|
|
608
606
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
607
|
+
// Cigarette aliases
|
|
608
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
609
|
// CircleDashed aliases
|
|
610
610
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
|
-
// CircleDotDashed aliases
|
|
612
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
613
611
|
// CircleDollarSign aliases
|
|
614
612
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
|
-
// CircleDot aliases
|
|
616
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
613
|
// CircleEllipsis aliases
|
|
618
614
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
615
|
+
// CircleDotDashed aliases
|
|
616
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
617
|
// CircleEqual aliases
|
|
620
618
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
623
|
-
// CirclePoundSterling aliases
|
|
624
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
619
|
+
// CircleDot aliases
|
|
620
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
625
621
|
// CircleFadingArrowUp aliases
|
|
626
622
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
623
|
+
// CircleFadingPlus aliases
|
|
624
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
627
625
|
// CircleOff aliases
|
|
628
626
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
627
|
+
// CirclePoundSterling aliases
|
|
628
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
629
|
// CircleSmall aliases
|
|
632
630
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
633
|
-
//
|
|
634
|
-
export { default as
|
|
631
|
+
// CircleSlash aliases
|
|
632
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
633
|
// CircuitBoard aliases
|
|
636
634
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
635
|
+
// Circle aliases
|
|
636
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
637
637
|
// Citrus aliases
|
|
638
638
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
|
-
// Clapperboard aliases
|
|
640
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
641
639
|
// ClipboardCheck aliases
|
|
642
640
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
|
+
// Clapperboard aliases
|
|
642
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
643
|
// ClipboardCopy aliases
|
|
644
644
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
|
-
// ClipboardList aliases
|
|
646
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
647
645
|
// ClipboardMinus aliases
|
|
648
646
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
649
|
-
//
|
|
650
|
-
export { default as
|
|
647
|
+
// ClipboardList aliases
|
|
648
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
651
649
|
// ClipboardPaste aliases
|
|
652
650
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
|
+
// ClipboardPlus aliases
|
|
652
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
653
|
// ClipboardType aliases
|
|
654
654
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
-
// Clipboard aliases
|
|
656
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
657
655
|
// ClipboardX aliases
|
|
658
656
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
657
|
+
// Clipboard aliases
|
|
658
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
659
|
// Clock1 aliases
|
|
660
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
|
-
// Clock10 aliases
|
|
662
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
663
661
|
// Clock11 aliases
|
|
664
662
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
663
|
+
// Clock10 aliases
|
|
664
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
665
|
// Clock12 aliases
|
|
666
666
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
667
|
// Clock2 aliases
|
|
@@ -680,66 +680,66 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
680
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
681
|
// Clock9 aliases
|
|
682
682
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
683
|
+
// ClockAlert aliases
|
|
684
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
683
685
|
// ClockArrowDown aliases
|
|
684
686
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
685
687
|
// ClockArrowUp aliases
|
|
686
688
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
687
|
-
// ClockAlert aliases
|
|
688
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
689
689
|
// ClockFading aliases
|
|
690
690
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
691
|
-
// Clock aliases
|
|
692
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
693
691
|
// ClockPlus aliases
|
|
694
692
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
|
+
// Clock aliases
|
|
694
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
695
695
|
// CloudAlert aliases
|
|
696
696
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
697
|
-
// CloudCog aliases
|
|
698
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
699
|
-
// CloudCheck aliases
|
|
700
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
697
|
// CloudDrizzle aliases
|
|
702
698
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
699
|
+
// CloudCheck aliases
|
|
700
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
|
+
// CloudCog aliases
|
|
702
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
703
|
// CloudFog aliases
|
|
706
704
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
705
|
+
// CloudHail aliases
|
|
706
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
707
707
|
// CloudLightning aliases
|
|
708
708
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
709
|
-
// CloudMoonRain aliases
|
|
710
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
711
709
|
// CloudMoon aliases
|
|
712
710
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
713
711
|
// CloudOff aliases
|
|
714
712
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
713
|
+
// CloudMoonRain aliases
|
|
714
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
|
+
// CloudRain aliases
|
|
716
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
715
717
|
// CloudRainWind aliases
|
|
716
718
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
717
719
|
// CloudSnow aliases
|
|
718
720
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
719
|
-
//
|
|
720
|
-
export { default as
|
|
721
|
+
// CloudSunRain aliases
|
|
722
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
723
|
// CloudSun aliases
|
|
722
724
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
723
725
|
// Cloud aliases
|
|
724
726
|
export { default as CloudIcon } from '../icons/cloud';
|
|
725
|
-
// CloudSunRain aliases
|
|
726
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
727
|
// Cloudy aliases
|
|
728
728
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
729
729
|
// Clover aliases
|
|
730
730
|
export { default as CloverIcon } from '../icons/clover';
|
|
731
|
-
// Code aliases
|
|
732
|
-
export { default as CodeIcon } from '../icons/code';
|
|
733
731
|
// Club aliases
|
|
734
732
|
export { default as ClubIcon } from '../icons/club';
|
|
735
|
-
//
|
|
736
|
-
export { default as
|
|
733
|
+
// Code aliases
|
|
734
|
+
export { default as CodeIcon } from '../icons/code';
|
|
737
735
|
// Codesandbox aliases
|
|
738
736
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
739
|
-
//
|
|
740
|
-
export { default as
|
|
737
|
+
// Codepen aliases
|
|
738
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
739
|
// Cog aliases
|
|
742
740
|
export { default as CogIcon } from '../icons/cog';
|
|
741
|
+
// Coffee aliases
|
|
742
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
743
743
|
// Coins aliases
|
|
744
744
|
export { default as CoinsIcon } from '../icons/coins';
|
|
745
745
|
// Columns4 aliases
|
|
@@ -748,22 +748,22 @@ export { default as Columns4Icon } from '../icons/columns-4';
|
|
|
748
748
|
export { default as CombineIcon } from '../icons/combine';
|
|
749
749
|
// Command aliases
|
|
750
750
|
export { default as CommandIcon } from '../icons/command';
|
|
751
|
+
// Compass aliases
|
|
752
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
751
753
|
// Component aliases
|
|
752
754
|
export { default as ComponentIcon } from '../icons/component';
|
|
753
755
|
// Computer aliases
|
|
754
756
|
export { default as ComputerIcon } from '../icons/computer';
|
|
755
|
-
// Compass aliases
|
|
756
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
757
757
|
// ConciergeBell aliases
|
|
758
758
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
759
759
|
// Cone aliases
|
|
760
760
|
export { default as ConeIcon } from '../icons/cone';
|
|
761
761
|
// Construction aliases
|
|
762
762
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
763
|
-
// Contact aliases
|
|
764
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
765
763
|
// Container aliases
|
|
766
764
|
export { default as ContainerIcon } from '../icons/container';
|
|
765
|
+
// Contact aliases
|
|
766
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
767
767
|
// Contrast aliases
|
|
768
768
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
769
769
|
// CookingPot aliases
|
|
@@ -772,24 +772,24 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
772
772
|
export { default as CookieIcon } from '../icons/cookie';
|
|
773
773
|
// CopyCheck aliases
|
|
774
774
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
775
|
-
// CopyPlus aliases
|
|
776
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
777
775
|
// CopyMinus aliases
|
|
778
776
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
777
|
+
// CopyPlus aliases
|
|
778
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
779
779
|
// CopySlash aliases
|
|
780
780
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
781
781
|
// CopyX aliases
|
|
782
782
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
783
|
-
// Copyleft aliases
|
|
784
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
785
783
|
// Copy aliases
|
|
786
784
|
export { default as CopyIcon } from '../icons/copy';
|
|
785
|
+
// Copyleft aliases
|
|
786
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
787
|
+
// Copyright aliases
|
|
788
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
787
789
|
// CornerDownLeft aliases
|
|
788
790
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
789
791
|
// CornerDownRight aliases
|
|
790
792
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
791
|
-
// Copyright aliases
|
|
792
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
793
|
// CornerLeftDown aliases
|
|
794
794
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
795
795
|
// CornerLeftUp aliases
|
|
@@ -808,24 +808,24 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
808
808
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
809
809
|
// CreditCard aliases
|
|
810
810
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
811
|
-
// Croissant aliases
|
|
812
|
-
export { default as CroissantIcon } from '../icons/croissant';
|
|
813
811
|
// Crop aliases
|
|
814
812
|
export { default as CropIcon } from '../icons/crop';
|
|
815
|
-
//
|
|
816
|
-
export { default as
|
|
813
|
+
// Croissant aliases
|
|
814
|
+
export { default as CroissantIcon } from '../icons/croissant';
|
|
817
815
|
// Cross aliases
|
|
818
816
|
export { default as CrossIcon } from '../icons/cross';
|
|
819
|
-
// Cuboid aliases
|
|
820
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
821
817
|
// Crown aliases
|
|
822
818
|
export { default as CrownIcon } from '../icons/crown';
|
|
819
|
+
// Cuboid aliases
|
|
820
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
821
|
+
// Crosshair aliases
|
|
822
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
823
|
+
// CupSoda aliases
|
|
824
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
823
825
|
// Currency aliases
|
|
824
826
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
825
827
|
// Cylinder aliases
|
|
826
828
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
827
|
-
// CupSoda aliases
|
|
828
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
829
|
// Dam aliases
|
|
830
830
|
export { default as DamIcon } from '../icons/dam';
|
|
831
831
|
// DatabaseBackup aliases
|
|
@@ -834,60 +834,60 @@ export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
|
834
834
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
835
835
|
// Database aliases
|
|
836
836
|
export { default as DatabaseIcon } from '../icons/database';
|
|
837
|
-
// Delete aliases
|
|
838
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
839
837
|
// DecimalsArrowLeft aliases
|
|
840
838
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
841
839
|
// DecimalsArrowRight aliases
|
|
842
840
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
843
|
-
//
|
|
844
|
-
export { default as
|
|
841
|
+
// Delete aliases
|
|
842
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
845
843
|
// Diameter aliases
|
|
846
844
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
847
845
|
// DiamondMinus aliases
|
|
848
846
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
847
|
+
// Dessert aliases
|
|
848
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
849
849
|
// DiamondPlus aliases
|
|
850
850
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
851
|
+
// Diamond aliases
|
|
852
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
851
853
|
// Dice1 aliases
|
|
852
854
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
853
855
|
// Dice2 aliases
|
|
854
856
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
855
|
-
// Diamond aliases
|
|
856
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
857
|
// Dice3 aliases
|
|
858
858
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
859
859
|
// Dice5 aliases
|
|
860
860
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
861
|
-
// Dice4 aliases
|
|
862
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
861
|
// Dice6 aliases
|
|
864
862
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
863
|
+
// Dice4 aliases
|
|
864
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
|
+
// Diff aliases
|
|
866
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
865
867
|
// Dices aliases
|
|
866
868
|
export { default as DicesIcon } from '../icons/dices';
|
|
867
869
|
// Disc2 aliases
|
|
868
870
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
871
|
+
// Disc3 aliases
|
|
872
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
871
873
|
// DiscAlbum aliases
|
|
872
874
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
873
875
|
// Disc aliases
|
|
874
876
|
export { default as DiscIcon } from '../icons/disc';
|
|
875
|
-
// Disc3 aliases
|
|
876
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
|
-
// Divide aliases
|
|
878
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
879
877
|
// DnaOff aliases
|
|
880
878
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
879
|
+
// Divide aliases
|
|
880
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
883
881
|
// Dna aliases
|
|
884
882
|
export { default as DnaIcon } from '../icons/dna';
|
|
885
|
-
//
|
|
886
|
-
export { default as
|
|
883
|
+
// Dock aliases
|
|
884
|
+
export { default as DockIcon } from '../icons/dock';
|
|
887
885
|
// Dog aliases
|
|
888
886
|
export { default as DogIcon } from '../icons/dog';
|
|
889
887
|
// Donut aliases
|
|
890
888
|
export { default as DonutIcon } from '../icons/donut';
|
|
889
|
+
// DollarSign aliases
|
|
890
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
891
|
// DoorClosedLocked aliases
|
|
892
892
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
893
893
|
// DoorClosed aliases
|
|
@@ -896,36 +896,36 @@ export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
|
896
896
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
897
897
|
// Dot aliases
|
|
898
898
|
export { default as DotIcon } from '../icons/dot';
|
|
899
|
-
// DraftingCompass aliases
|
|
900
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
901
899
|
// Download aliases
|
|
902
900
|
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
+
// DraftingCompass aliases
|
|
902
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
903
903
|
// Drama aliases
|
|
904
904
|
export { default as DramaIcon } from '../icons/drama';
|
|
905
905
|
// Dribbble aliases
|
|
906
906
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
907
907
|
// Drill aliases
|
|
908
908
|
export { default as DrillIcon } from '../icons/drill';
|
|
909
|
-
// DropletOff aliases
|
|
910
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
911
909
|
// Drone aliases
|
|
912
910
|
export { default as DroneIcon } from '../icons/drone';
|
|
913
911
|
// Droplet aliases
|
|
914
912
|
export { default as DropletIcon } from '../icons/droplet';
|
|
915
913
|
// Droplets aliases
|
|
916
914
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
917
|
-
//
|
|
918
|
-
export { default as
|
|
915
|
+
// DropletOff aliases
|
|
916
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
919
917
|
// Drumstick aliases
|
|
920
918
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
919
|
+
// Drum aliases
|
|
920
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
921
921
|
// Dumbbell aliases
|
|
922
922
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
923
923
|
// EarOff aliases
|
|
924
924
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
925
|
-
// Ear aliases
|
|
926
|
-
export { default as EarIcon } from '../icons/ear';
|
|
927
925
|
// EarthLock aliases
|
|
928
926
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
927
|
+
// Ear aliases
|
|
928
|
+
export { default as EarIcon } from '../icons/ear';
|
|
929
929
|
// Eclipse aliases
|
|
930
930
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
931
931
|
// EggFried aliases
|
|
@@ -944,30 +944,30 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
944
944
|
export { default as EraserIcon } from '../icons/eraser';
|
|
945
945
|
// EthernetPort aliases
|
|
946
946
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
947
|
-
// Euro aliases
|
|
948
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
949
947
|
// Expand aliases
|
|
950
948
|
export { default as ExpandIcon } from '../icons/expand';
|
|
949
|
+
// Euro aliases
|
|
950
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
951
951
|
// ExternalLink aliases
|
|
952
952
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
953
953
|
// EyeClosed aliases
|
|
954
954
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
955
|
-
// Eye aliases
|
|
956
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
957
955
|
// EyeOff aliases
|
|
958
956
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
959
957
|
// Facebook aliases
|
|
960
958
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
959
|
+
// Eye aliases
|
|
960
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
961
961
|
// Factory aliases
|
|
962
962
|
export { default as FactoryIcon } from '../icons/factory';
|
|
963
|
-
// FastForward aliases
|
|
964
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
965
963
|
// Fan aliases
|
|
966
964
|
export { default as FanIcon } from '../icons/fan';
|
|
967
|
-
//
|
|
968
|
-
export { default as
|
|
965
|
+
// FastForward aliases
|
|
966
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
969
967
|
// Fence aliases
|
|
970
968
|
export { default as FenceIcon } from '../icons/fence';
|
|
969
|
+
// Feather aliases
|
|
970
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
971
971
|
// FerrisWheel aliases
|
|
972
972
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
973
973
|
// Figma aliases
|
|
@@ -976,10 +976,10 @@ export { default as FigmaIcon } from '../icons/figma';
|
|
|
976
976
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
977
977
|
// FileAudio2 aliases
|
|
978
978
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
979
|
-
// FileBadge2 aliases
|
|
980
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
981
979
|
// FileAudio aliases
|
|
982
980
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
981
|
+
// FileBadge2 aliases
|
|
982
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
983
983
|
// FileBadge aliases
|
|
984
984
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
985
985
|
// FileBox aliases
|
|
@@ -996,60 +996,60 @@ export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
|
996
996
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
997
997
|
// FileDiff aliases
|
|
998
998
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
999
|
-
// FileDigit aliases
|
|
1000
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1001
|
-
// FileHeart aliases
|
|
1002
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1003
999
|
// FileDown aliases
|
|
1004
1000
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1001
|
+
// FileDigit aliases
|
|
1002
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1005
1003
|
// FileImage aliases
|
|
1006
1004
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1007
|
-
//
|
|
1008
|
-
export { default as
|
|
1005
|
+
// FileHeart aliases
|
|
1006
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1009
1007
|
// FileInput aliases
|
|
1010
1008
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1009
|
+
// FileJson2 aliases
|
|
1010
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1011
1011
|
// FileJson aliases
|
|
1012
1012
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1013
|
-
// FileKey aliases
|
|
1014
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1015
1013
|
// FileKey2 aliases
|
|
1016
1014
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1017
1015
|
// FileLock2 aliases
|
|
1018
1016
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1017
|
+
// FileKey aliases
|
|
1018
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1019
1019
|
// FileLock aliases
|
|
1020
1020
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1021
|
+
// FileMinus aliases
|
|
1022
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1021
1023
|
// FileMinus2 aliases
|
|
1022
1024
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1023
1025
|
// FileMusic aliases
|
|
1024
1026
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1025
|
-
// FileMinus aliases
|
|
1026
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1027
|
-
// FilePlus2 aliases
|
|
1028
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1029
1027
|
// FileOutput aliases
|
|
1030
1028
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1029
|
+
// FilePlus2 aliases
|
|
1030
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1031
1031
|
// FilePlus aliases
|
|
1032
1032
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1033
1033
|
// FileScan aliases
|
|
1034
1034
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1035
|
-
// FileSearch2 aliases
|
|
1036
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1037
1035
|
// FileSliders aliases
|
|
1038
1036
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1037
|
+
// FileSearch2 aliases
|
|
1038
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1039
1039
|
// FileSearch aliases
|
|
1040
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
-
// FileSpreadsheet aliases
|
|
1042
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1043
1041
|
// FileStack aliases
|
|
1044
1042
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
|
-
//
|
|
1046
|
-
export { default as
|
|
1043
|
+
// FileSpreadsheet aliases
|
|
1044
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
1045
|
// FileSymlink aliases
|
|
1048
1046
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
-
//
|
|
1050
|
-
export { default as
|
|
1047
|
+
// FileTerminal aliases
|
|
1048
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
1049
|
// FileType2 aliases
|
|
1052
1050
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1051
|
+
// FileText aliases
|
|
1052
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1053
|
// FileType aliases
|
|
1054
1054
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
1055
|
// FileUp aliases
|
|
@@ -1060,36 +1060,36 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1060
1060
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1061
1061
|
// FileVideo aliases
|
|
1062
1062
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1063
|
-
// FileVolume aliases
|
|
1064
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
1063
|
// FileVolume2 aliases
|
|
1066
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1065
|
+
// FileVolume aliases
|
|
1066
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1067
1067
|
// FileWarning aliases
|
|
1068
1068
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1069
|
-
// FileX aliases
|
|
1070
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1071
1069
|
// FileX2 aliases
|
|
1072
1070
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
|
+
// FileX aliases
|
|
1072
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
1073
|
// File aliases
|
|
1074
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1075
1075
|
// Files aliases
|
|
1076
1076
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
1077
|
// Film aliases
|
|
1078
1078
|
export { default as FilmIcon } from '../icons/film';
|
|
1079
|
-
// FireExtinguisher aliases
|
|
1080
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1081
1079
|
// Fingerprint aliases
|
|
1082
1080
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1081
|
+
// FireExtinguisher aliases
|
|
1082
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1083
|
// FishOff aliases
|
|
1084
1084
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
|
-
// FishSymbol aliases
|
|
1086
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
1085
|
// Fish aliases
|
|
1088
1086
|
export { default as FishIcon } from '../icons/fish';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FishSymbol aliases
|
|
1088
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1091
1089
|
// FlagTriangleLeft aliases
|
|
1092
1090
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1091
|
+
// FlagOff aliases
|
|
1092
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
1093
|
// FlagTriangleRight aliases
|
|
1094
1094
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1095
1095
|
// Flag aliases
|
|
@@ -1098,56 +1098,56 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1098
1098
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
1099
|
// Flame aliases
|
|
1100
1100
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
-
// FlashlightOff aliases
|
|
1102
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1103
1101
|
// Flashlight aliases
|
|
1104
1102
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1103
|
+
// FlashlightOff aliases
|
|
1104
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
+
// FlaskRound aliases
|
|
1106
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1105
1107
|
// FlaskConical aliases
|
|
1106
1108
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
1109
|
// FlaskConicalOff aliases
|
|
1108
1110
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
|
-
// FlaskRound aliases
|
|
1110
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
1111
|
// FlipHorizontal2 aliases
|
|
1112
1112
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1113
1113
|
// FlipHorizontal aliases
|
|
1114
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
1115
|
// FlipVertical2 aliases
|
|
1116
1116
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
|
-
// FlipVertical aliases
|
|
1118
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1119
1117
|
// Flower2 aliases
|
|
1120
1118
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1119
|
+
// FlipVertical aliases
|
|
1120
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
1121
|
// Flower aliases
|
|
1122
1122
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
1123
|
// Focus aliases
|
|
1124
1124
|
export { default as FocusIcon } from '../icons/focus';
|
|
1125
1125
|
// FoldHorizontal aliases
|
|
1126
1126
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1127
|
-
// FolderCheck aliases
|
|
1128
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1129
1127
|
// FoldVertical aliases
|
|
1130
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
1129
|
// FolderArchive aliases
|
|
1132
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
|
-
//
|
|
1134
|
-
export { default as
|
|
1131
|
+
// FolderCheck aliases
|
|
1132
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
1133
|
// FolderClosed aliases
|
|
1136
1134
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
1135
|
// FolderCode aliases
|
|
1138
1136
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
1137
|
// FolderDot aliases
|
|
1140
1138
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1141
|
-
//
|
|
1142
|
-
export { default as
|
|
1139
|
+
// FolderClock aliases
|
|
1140
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1143
1141
|
// FolderGit2 aliases
|
|
1144
1142
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1145
|
-
//
|
|
1146
|
-
export { default as
|
|
1143
|
+
// FolderDown aliases
|
|
1144
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1147
1145
|
// FolderHeart aliases
|
|
1148
1146
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1149
1147
|
// FolderInput aliases
|
|
1150
1148
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
|
+
// FolderGit aliases
|
|
1150
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1151
|
// FolderKanban aliases
|
|
1152
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1153
|
// FolderKey aliases
|
|
@@ -1160,28 +1160,28 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1160
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1161
|
// FolderOpen aliases
|
|
1162
1162
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
|
+
// FolderOutput aliases
|
|
1164
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1163
1165
|
// FolderPlus aliases
|
|
1164
1166
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1165
1167
|
// FolderRoot aliases
|
|
1166
1168
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1167
|
-
// FolderOutput aliases
|
|
1168
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
|
-
// FolderSearch aliases
|
|
1170
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1171
1169
|
// FolderSearch2 aliases
|
|
1172
1170
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
|
+
// FolderSearch aliases
|
|
1172
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
1173
|
// FolderSymlink aliases
|
|
1174
1174
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
|
-
// FolderTree aliases
|
|
1176
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1177
1175
|
// FolderSync aliases
|
|
1178
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
1177
|
// FolderUp aliases
|
|
1180
1178
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1179
|
+
// FolderTree aliases
|
|
1180
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1183
1181
|
// FolderX aliases
|
|
1184
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1183
|
+
// Folder aliases
|
|
1184
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1185
1185
|
// Folders aliases
|
|
1186
1186
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
1187
|
// Footprints aliases
|
|
@@ -1192,28 +1192,28 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1192
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1193
|
// Frame aliases
|
|
1194
1194
|
export { default as FrameIcon } from '../icons/frame';
|
|
1195
|
-
// Frown aliases
|
|
1196
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1195
|
// Framer aliases
|
|
1198
1196
|
export { default as FramerIcon } from '../icons/framer';
|
|
1197
|
+
// Frown aliases
|
|
1198
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1199
|
// Fuel aliases
|
|
1200
1200
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
1201
|
// Fullscreen aliases
|
|
1202
1202
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
1203
|
// FunnelPlus aliases
|
|
1204
1204
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
|
-
// GalleryThumbnails aliases
|
|
1206
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
1205
|
// GalleryHorizontalEnd aliases
|
|
1208
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1209
1207
|
// GalleryHorizontal aliases
|
|
1210
1208
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1209
|
+
// GalleryThumbnails aliases
|
|
1210
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
1211
|
// GalleryVertical aliases
|
|
1214
1212
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1213
|
// Gamepad2 aliases
|
|
1216
1214
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1215
|
+
// GalleryVerticalEnd aliases
|
|
1216
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
1217
|
// Gamepad aliases
|
|
1218
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1219
1219
|
// Gauge aliases
|
|
@@ -1222,10 +1222,10 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1222
1222
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1223
|
// Gem aliases
|
|
1224
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
-
// GeorgianLari aliases
|
|
1226
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
1225
|
// Ghost aliases
|
|
1228
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
+
// GeorgianLari aliases
|
|
1228
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
1229
|
// Gift aliases
|
|
1230
1230
|
export { default as GiftIcon } from '../icons/gift';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
@@ -1234,108 +1234,108 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1234
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
1235
|
// GitCommitVertical aliases
|
|
1236
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
+
// GitCompare aliases
|
|
1238
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1237
1239
|
// GitCompareArrows aliases
|
|
1238
1240
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1241
|
// GitFork aliases
|
|
1240
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
-
// GitCompare aliases
|
|
1242
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
|
-
// GitGraph aliases
|
|
1244
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
1243
|
// GitMerge aliases
|
|
1246
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
+
// GitGraph aliases
|
|
1246
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1247
|
// GitPullRequestArrow aliases
|
|
1248
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
-
// GitPullRequestClosed aliases
|
|
1250
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
1249
|
// GitPullRequestCreateArrow aliases
|
|
1252
1250
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
|
+
// GitPullRequestClosed aliases
|
|
1252
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
1253
|
// GitPullRequestCreate aliases
|
|
1254
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1255
|
// GitPullRequestDraft aliases
|
|
1256
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1257
1257
|
// GitPullRequest aliases
|
|
1258
1258
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
|
-
// Gitlab aliases
|
|
1260
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1261
1259
|
// Github aliases
|
|
1262
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
-
//
|
|
1264
|
-
export { default as
|
|
1261
|
+
// Gitlab aliases
|
|
1262
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1263
|
// Glasses aliases
|
|
1266
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
|
-
//
|
|
1268
|
-
export { default as
|
|
1265
|
+
// GlassWater aliases
|
|
1266
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
1267
|
// GlobeLock aliases
|
|
1270
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
|
+
// Globe aliases
|
|
1270
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1271
1271
|
// Goal aliases
|
|
1272
1272
|
export { default as GoalIcon } from '../icons/goal';
|
|
1273
|
-
// Gpu aliases
|
|
1274
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1275
1273
|
// Grab aliases
|
|
1276
1274
|
export { default as GrabIcon } from '../icons/grab';
|
|
1275
|
+
// Gpu aliases
|
|
1276
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
1277
|
// GraduationCap aliases
|
|
1278
1278
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1279
|
-
// Grid3x2 aliases
|
|
1280
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
|
-
// GripHorizontal aliases
|
|
1282
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
|
-
// Grip aliases
|
|
1284
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1285
1279
|
// Grape aliases
|
|
1286
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
+
// GripHorizontal aliases
|
|
1282
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
|
+
// Grid3x2 aliases
|
|
1284
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1285
|
// GripVertical aliases
|
|
1288
1286
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
|
+
// Grip aliases
|
|
1288
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1289
1289
|
// Group aliases
|
|
1290
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
|
-
// Ham aliases
|
|
1292
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1293
1291
|
// Guitar aliases
|
|
1294
1292
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
-
//
|
|
1296
|
-
export { default as
|
|
1293
|
+
// Ham aliases
|
|
1294
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1297
1295
|
// Hammer aliases
|
|
1298
1296
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1297
|
+
// Hamburger aliases
|
|
1298
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
1299
|
// HandCoins aliases
|
|
1302
1300
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
-
//
|
|
1304
|
-
export { default as
|
|
1301
|
+
// HandHeart aliases
|
|
1302
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1303
|
// HandMetal aliases
|
|
1306
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
-
//
|
|
1308
|
-
export { default as
|
|
1305
|
+
// HandPlatter aliases
|
|
1306
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1309
1307
|
// Hand aliases
|
|
1310
1308
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
1309
|
// HardDriveDownload aliases
|
|
1312
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
|
+
// Handshake aliases
|
|
1312
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
1313
|
// HardDriveUpload aliases
|
|
1314
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
|
+
// HardHat aliases
|
|
1316
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1317
|
// HardDrive aliases
|
|
1316
1318
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
1319
|
// Hash aliases
|
|
1318
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1319
|
-
// HardHat aliases
|
|
1320
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1321
1321
|
// Haze aliases
|
|
1322
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
-
// Heading1 aliases
|
|
1324
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1325
1323
|
// HdmiPort aliases
|
|
1326
1324
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1325
|
+
// Heading1 aliases
|
|
1326
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
1327
|
// Heading3 aliases
|
|
1330
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
|
+
// Heading2 aliases
|
|
1330
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1331
1331
|
// Heading4 aliases
|
|
1332
1332
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1333
|
+
// Heading5 aliases
|
|
1334
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1335
|
// Heading6 aliases
|
|
1334
1336
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1337
|
// Heading aliases
|
|
1336
1338
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
-
// Heading5 aliases
|
|
1338
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1339
1339
|
// HeadphoneOff aliases
|
|
1340
1340
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
1341
|
// Headphones aliases
|
|
@@ -1344,10 +1344,10 @@ export { default as HeadphonesIcon } from '../icons/headphones';
|
|
|
1344
1344
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1345
1345
|
// HeartHandshake aliases
|
|
1346
1346
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
|
-
// HeartCrack aliases
|
|
1348
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
1347
|
// HeartMinus aliases
|
|
1350
1348
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
|
+
// HeartCrack aliases
|
|
1350
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
1351
|
// HeartOff aliases
|
|
1352
1352
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
1353
|
// HeartPlus aliases
|
|
@@ -1362,12 +1362,12 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1362
1362
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1363
|
// Highlighter aliases
|
|
1364
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
+
// HopOff aliases
|
|
1366
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1365
1367
|
// History aliases
|
|
1366
1368
|
export { default as HistoryIcon } from '../icons/history';
|
|
1367
1369
|
// Hop aliases
|
|
1368
1370
|
export { default as HopIcon } from '../icons/hop';
|
|
1369
|
-
// HopOff aliases
|
|
1370
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
1373
|
// Hotel aliases
|
|
@@ -1376,12 +1376,12 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1376
1376
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
1377
|
// HousePlug aliases
|
|
1378
1378
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1379
|
+
// HouseWifi aliases
|
|
1380
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1379
1381
|
// HousePlus aliases
|
|
1380
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1381
1383
|
// IdCardLanyard aliases
|
|
1382
1384
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1383
|
-
// HouseWifi aliases
|
|
1384
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1385
|
// IdCard aliases
|
|
1386
1386
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1387
1387
|
// ImageDown aliases
|
|
@@ -1392,126 +1392,128 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1392
1392
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1393
1393
|
// ImagePlay aliases
|
|
1394
1394
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1395
|
-
// ImageUp aliases
|
|
1396
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1397
1395
|
// ImagePlus aliases
|
|
1398
1396
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
|
+
// ImageUp aliases
|
|
1398
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1399
1399
|
// ImageUpscale aliases
|
|
1400
1400
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1401
|
+
// Inbox aliases
|
|
1402
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1401
1403
|
// Image aliases
|
|
1402
1404
|
export { default as ImageIcon } from '../icons/image';
|
|
1403
1405
|
// Images aliases
|
|
1404
1406
|
export { default as ImagesIcon } from '../icons/images';
|
|
1405
|
-
// Inbox aliases
|
|
1406
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1407
1407
|
// Import aliases
|
|
1408
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
|
-
// Infinity aliases
|
|
1410
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1411
1409
|
// IndianRupee aliases
|
|
1412
1410
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1413
1411
|
// Info aliases
|
|
1414
1412
|
export { default as InfoIcon } from '../icons/info';
|
|
1415
|
-
//
|
|
1416
|
-
export { default as
|
|
1413
|
+
// Infinity aliases
|
|
1414
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
1415
|
// Instagram aliases
|
|
1418
1416
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1419
1417
|
// Italic aliases
|
|
1420
1418
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1419
|
+
// InspectionPanel aliases
|
|
1420
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1421
|
// IterationCcw aliases
|
|
1422
1422
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
|
+
// Joystick aliases
|
|
1424
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1423
1425
|
// IterationCw aliases
|
|
1424
1426
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
1427
|
// JapaneseYen aliases
|
|
1426
1428
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
-
// Joystick aliases
|
|
1428
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1429
|
-
// Kanban aliases
|
|
1430
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1429
|
// KeyRound aliases
|
|
1432
1430
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1431
|
+
// Kanban aliases
|
|
1432
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1433
|
// KeySquare aliases
|
|
1434
1434
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1435
1435
|
// KeyboardMusic aliases
|
|
1436
1436
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1437
1437
|
// Key aliases
|
|
1438
1438
|
export { default as KeyIcon } from '../icons/key';
|
|
1439
|
-
// KeyboardOff aliases
|
|
1440
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1441
1439
|
// Keyboard aliases
|
|
1442
1440
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1443
1441
|
// LampCeiling aliases
|
|
1444
1442
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1443
|
+
// KeyboardOff aliases
|
|
1444
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1445
|
// LampDesk aliases
|
|
1446
1446
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1447
1447
|
// LampFloor aliases
|
|
1448
1448
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1449
1449
|
// LampWallDown aliases
|
|
1450
1450
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1451
|
-
// Lamp aliases
|
|
1452
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1453
1451
|
// LampWallUp aliases
|
|
1454
1452
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1453
|
+
// Lamp aliases
|
|
1454
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1457
1455
|
// LandPlot aliases
|
|
1458
1456
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1459
|
-
//
|
|
1460
|
-
export { default as
|
|
1457
|
+
// Landmark aliases
|
|
1458
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1461
1459
|
// LaptopMinimalCheck aliases
|
|
1462
1460
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1461
|
+
// Languages aliases
|
|
1462
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
1463
|
// Laptop aliases
|
|
1464
1464
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1465
1465
|
// LassoSelect aliases
|
|
1466
1466
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1467
|
-
// Lasso aliases
|
|
1468
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
1467
|
// Laugh aliases
|
|
1470
1468
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1469
|
+
// Lasso aliases
|
|
1470
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
1471
|
// LayoutDashboard aliases
|
|
1474
1472
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1475
|
-
//
|
|
1476
|
-
export { default as
|
|
1473
|
+
// Layers2 aliases
|
|
1474
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
1475
|
// LayoutList aliases
|
|
1478
1476
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1479
|
-
// LayoutPanelTop aliases
|
|
1480
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1481
|
-
// LayoutTemplate aliases
|
|
1482
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1483
1477
|
// LayoutPanelLeft aliases
|
|
1484
1478
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1479
|
+
// LayoutGrid aliases
|
|
1480
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
|
+
// LayoutPanelTop aliases
|
|
1482
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1485
1483
|
// Leaf aliases
|
|
1486
1484
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1487
1485
|
// LeafyGreen aliases
|
|
1488
1486
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1489
1487
|
// Lectern aliases
|
|
1490
1488
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1489
|
+
// LayoutTemplate aliases
|
|
1490
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1491
|
// LetterText aliases
|
|
1492
1492
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1493
|
+
// LibraryBig aliases
|
|
1494
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1493
1495
|
// Library aliases
|
|
1494
1496
|
export { default as LibraryIcon } from '../icons/library';
|
|
1495
1497
|
// LifeBuoy aliases
|
|
1496
1498
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1497
|
-
// LibraryBig aliases
|
|
1498
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
1499
|
// Ligature aliases
|
|
1500
1500
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1501
1501
|
// LightbulbOff aliases
|
|
1502
1502
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1503
1503
|
// Lightbulb aliases
|
|
1504
1504
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1505
|
-
// Link2 aliases
|
|
1506
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1507
1505
|
// Link2Off aliases
|
|
1508
1506
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1507
|
+
// LineSquiggle aliases
|
|
1508
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
+
// Link2 aliases
|
|
1510
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1509
1511
|
// Link aliases
|
|
1510
1512
|
export { default as LinkIcon } from '../icons/link';
|
|
1511
|
-
// Linkedin aliases
|
|
1512
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1513
1513
|
// ListCheck aliases
|
|
1514
1514
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1515
|
+
// Linkedin aliases
|
|
1516
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1515
1517
|
// ListChecks aliases
|
|
1516
1518
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1517
1519
|
// ListCollapse aliases
|
|
@@ -1526,26 +1528,26 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1526
1528
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1527
1529
|
// ListFilter aliases
|
|
1528
1530
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1531
|
+
// ListPlus aliases
|
|
1532
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1529
1533
|
// ListOrdered aliases
|
|
1530
1534
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1531
1535
|
// ListRestart aliases
|
|
1532
1536
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1533
|
-
// ListPlus aliases
|
|
1534
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1537
|
// ListStart aliases
|
|
1536
1538
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1537
|
-
// ListTree aliases
|
|
1538
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1539
1539
|
// ListTodo aliases
|
|
1540
1540
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1541
|
+
// ListTree aliases
|
|
1542
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1541
1543
|
// ListVideo aliases
|
|
1542
1544
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1543
|
-
// List aliases
|
|
1544
|
-
export { default as ListIcon } from '../icons/list';
|
|
1545
1545
|
// ListX aliases
|
|
1546
1546
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1547
1547
|
// LoaderPinwheel aliases
|
|
1548
1548
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1549
|
+
// List aliases
|
|
1550
|
+
export { default as ListIcon } from '../icons/list';
|
|
1549
1551
|
// Loader aliases
|
|
1550
1552
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1551
1553
|
// LocateFixed aliases
|
|
@@ -1560,46 +1562,46 @@ export { default as LocationEditIcon } from '../icons/location-edit';
|
|
|
1560
1562
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1561
1563
|
// Lock aliases
|
|
1562
1564
|
export { default as LockIcon } from '../icons/lock';
|
|
1563
|
-
// LogIn aliases
|
|
1564
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1565
1565
|
// LogOut aliases
|
|
1566
1566
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1567
|
-
// Luggage aliases
|
|
1568
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1569
1567
|
// Logs aliases
|
|
1570
1568
|
export { default as LogsIcon } from '../icons/logs';
|
|
1571
|
-
//
|
|
1572
|
-
export { default as
|
|
1569
|
+
// LogIn aliases
|
|
1570
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
1571
|
// Lollipop aliases
|
|
1574
1572
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1573
|
+
// Luggage aliases
|
|
1574
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1575
1575
|
// MailCheck aliases
|
|
1576
1576
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1577
1577
|
// MailMinus aliases
|
|
1578
1578
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1579
|
+
// Magnet aliases
|
|
1580
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1579
1581
|
// MailOpen aliases
|
|
1580
1582
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1581
|
-
// MailSearch aliases
|
|
1582
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1583
1583
|
// MailPlus aliases
|
|
1584
1584
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
|
+
// MailSearch aliases
|
|
1586
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1585
1587
|
// MailWarning aliases
|
|
1586
1588
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1587
1589
|
// MailX aliases
|
|
1588
1590
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1589
1591
|
// Mail aliases
|
|
1590
1592
|
export { default as MailIcon } from '../icons/mail';
|
|
1591
|
-
// Mailbox aliases
|
|
1592
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1593
1593
|
// Mails aliases
|
|
1594
1594
|
export { default as MailsIcon } from '../icons/mails';
|
|
1595
|
+
// Mailbox aliases
|
|
1596
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1595
1597
|
// MapPinCheckInside aliases
|
|
1596
1598
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1597
1599
|
// MapPinCheck aliases
|
|
1598
1600
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1599
|
-
// MapPinMinusInside aliases
|
|
1600
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1601
1601
|
// MapPinHouse aliases
|
|
1602
1602
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1603
|
+
// MapPinMinusInside aliases
|
|
1604
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1603
1605
|
// MapPinMinus aliases
|
|
1604
1606
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1605
1607
|
// MapPinOff aliases
|
|
@@ -1620,22 +1622,22 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1620
1622
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1621
1623
|
// MarsStroke aliases
|
|
1622
1624
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1623
|
-
// Mars aliases
|
|
1624
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1625
1625
|
// Map aliases
|
|
1626
1626
|
export { default as MapIcon } from '../icons/map';
|
|
1627
|
-
//
|
|
1628
|
-
export { default as
|
|
1627
|
+
// Mars aliases
|
|
1628
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1629
1629
|
// Maximize2 aliases
|
|
1630
1630
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1631
|
+
// Martini aliases
|
|
1632
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1631
1633
|
// Maximize aliases
|
|
1632
1634
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1633
1635
|
// Medal aliases
|
|
1634
1636
|
export { default as MedalIcon } from '../icons/medal';
|
|
1635
|
-
// Megaphone aliases
|
|
1636
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1637
1637
|
// MegaphoneOff aliases
|
|
1638
1638
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1639
|
+
// Megaphone aliases
|
|
1640
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1639
1641
|
// Meh aliases
|
|
1640
1642
|
export { default as MehIcon } from '../icons/meh';
|
|
1641
1643
|
// MemoryStick aliases
|
|
@@ -1644,34 +1646,34 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1644
1646
|
export { default as MenuIcon } from '../icons/menu';
|
|
1645
1647
|
// Merge aliases
|
|
1646
1648
|
export { default as MergeIcon } from '../icons/merge';
|
|
1647
|
-
// MessageCircleCode aliases
|
|
1648
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1649
1649
|
// MessageCircleDashed aliases
|
|
1650
1650
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1651
|
+
// MessageCircleCode aliases
|
|
1652
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1651
1653
|
// MessageCircleHeart aliases
|
|
1652
1654
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1653
|
-
// MessageCircleOff aliases
|
|
1654
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1655
1655
|
// MessageCircleMore aliases
|
|
1656
1656
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1657
1657
|
// MessageCirclePlus aliases
|
|
1658
1658
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1659
|
+
// MessageCircleOff aliases
|
|
1660
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1659
1661
|
// MessageCircleReply aliases
|
|
1660
1662
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1661
1663
|
// MessageCircleWarning aliases
|
|
1662
1664
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1663
1665
|
// MessageCircleX aliases
|
|
1664
1666
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1665
|
-
// MessageCircle aliases
|
|
1666
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1667
1667
|
// MessageSquareCode aliases
|
|
1668
1668
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1669
|
+
// MessageCircle aliases
|
|
1670
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1669
1671
|
// MessageSquareDashed aliases
|
|
1670
1672
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1671
|
-
// MessageSquareDiff aliases
|
|
1672
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1673
1673
|
// MessageSquareDot aliases
|
|
1674
1674
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1675
|
+
// MessageSquareDiff aliases
|
|
1676
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1675
1677
|
// MessageSquareHeart aliases
|
|
1676
1678
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1677
1679
|
// MessageSquareLock aliases
|
|
@@ -1682,20 +1684,20 @@ export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
|
1682
1684
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1683
1685
|
// MessageSquarePlus aliases
|
|
1684
1686
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1685
|
-
// MessageSquareQuote aliases
|
|
1686
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1687
1687
|
// MessageSquareReply aliases
|
|
1688
1688
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1689
1689
|
// MessageSquareShare aliases
|
|
1690
1690
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1691
|
+
// MessageSquareQuote aliases
|
|
1692
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1691
1693
|
// MessageSquareText aliases
|
|
1692
1694
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1693
|
-
// MessageSquareWarning aliases
|
|
1694
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1695
1695
|
// MessageSquareX aliases
|
|
1696
1696
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1697
1697
|
// MessageSquare aliases
|
|
1698
1698
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1699
|
+
// MessageSquareWarning aliases
|
|
1700
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1699
1701
|
// MessagesSquare aliases
|
|
1700
1702
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1701
1703
|
// MicOff aliases
|
|
@@ -1710,112 +1712,112 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1710
1712
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1711
1713
|
// Milestone aliases
|
|
1712
1714
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1713
|
-
// MilkOff aliases
|
|
1714
|
-
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1715
1715
|
// Milk aliases
|
|
1716
1716
|
export { default as MilkIcon } from '../icons/milk';
|
|
1717
|
-
//
|
|
1718
|
-
export { default as
|
|
1719
|
-
// Minus aliases
|
|
1720
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1717
|
+
// MilkOff aliases
|
|
1718
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1721
1719
|
// Minimize aliases
|
|
1722
1720
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1721
|
+
// Minus aliases
|
|
1722
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1723
|
+
// Minimize2 aliases
|
|
1724
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1723
1725
|
// MonitorCheck aliases
|
|
1724
1726
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1725
1727
|
// MonitorCog aliases
|
|
1726
1728
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1727
|
-
// MonitorDot aliases
|
|
1728
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1729
1729
|
// MonitorDown aliases
|
|
1730
1730
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1731
|
-
// MonitorPause aliases
|
|
1732
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1733
1731
|
// MonitorOff aliases
|
|
1734
1732
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
|
+
// MonitorDot aliases
|
|
1734
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1735
|
+
// MonitorPause aliases
|
|
1736
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1735
1737
|
// MonitorPlay aliases
|
|
1736
1738
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1737
1739
|
// MonitorSmartphone aliases
|
|
1738
1740
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1739
1741
|
// MonitorSpeaker aliases
|
|
1740
1742
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1741
|
-
// MonitorUp aliases
|
|
1742
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1743
1743
|
// MonitorX aliases
|
|
1744
1744
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1745
1745
|
// MonitorStop aliases
|
|
1746
1746
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1747
1747
|
// Monitor aliases
|
|
1748
1748
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1749
|
+
// MonitorUp aliases
|
|
1750
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1749
1751
|
// MoonStar aliases
|
|
1750
1752
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1751
1753
|
// Moon aliases
|
|
1752
1754
|
export { default as MoonIcon } from '../icons/moon';
|
|
1753
1755
|
// MountainSnow aliases
|
|
1754
1756
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1755
|
-
// Mountain aliases
|
|
1756
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1757
1757
|
// MouseOff aliases
|
|
1758
1758
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1759
|
+
// Mountain aliases
|
|
1760
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1759
1761
|
// MousePointer2 aliases
|
|
1760
1762
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1761
1763
|
// MousePointerBan aliases
|
|
1762
1764
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1763
|
-
// MousePointerClick aliases
|
|
1764
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1765
1765
|
// MousePointer aliases
|
|
1766
1766
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1767
|
+
// MousePointerClick aliases
|
|
1768
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1767
1769
|
// Mouse aliases
|
|
1768
1770
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1769
1771
|
// MoveDiagonal2 aliases
|
|
1770
1772
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1771
|
-
// MoveDownLeft aliases
|
|
1772
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1773
|
-
// MoveDiagonal aliases
|
|
1774
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1775
1773
|
// MoveDownRight aliases
|
|
1776
1774
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1775
|
+
// MoveDiagonal aliases
|
|
1776
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1777
|
+
// MoveDownLeft aliases
|
|
1778
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
1779
|
// MoveDown aliases
|
|
1778
1780
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1779
|
-
// MoveHorizontal aliases
|
|
1780
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1781
1781
|
// MoveLeft aliases
|
|
1782
1782
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1783
|
+
// MoveRight aliases
|
|
1784
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1785
|
+
// MoveHorizontal aliases
|
|
1786
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1783
1787
|
// MoveUpLeft aliases
|
|
1784
1788
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1785
1789
|
// MoveUpRight aliases
|
|
1786
1790
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1787
1791
|
// MoveUp aliases
|
|
1788
1792
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1789
|
-
// MoveRight aliases
|
|
1790
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1791
1793
|
// MoveVertical aliases
|
|
1792
1794
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1793
|
-
// Move aliases
|
|
1794
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1795
1795
|
// Music2 aliases
|
|
1796
1796
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1797
|
+
// Move aliases
|
|
1798
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1797
1799
|
// Music3 aliases
|
|
1798
1800
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1799
|
-
// Music4 aliases
|
|
1800
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1801
1801
|
// Music aliases
|
|
1802
1802
|
export { default as MusicIcon } from '../icons/music';
|
|
1803
|
-
//
|
|
1804
|
-
export { default as
|
|
1803
|
+
// Music4 aliases
|
|
1804
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1805
1805
|
// Navigation2Off aliases
|
|
1806
1806
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1807
|
+
// Navigation2 aliases
|
|
1808
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1809
1809
|
// Navigation aliases
|
|
1810
1810
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
|
+
// NavigationOff aliases
|
|
1812
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1811
1813
|
// Network aliases
|
|
1812
1814
|
export { default as NetworkIcon } from '../icons/network';
|
|
1813
1815
|
// Nfc aliases
|
|
1814
1816
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1815
|
-
// Newspaper aliases
|
|
1816
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1817
1817
|
// NonBinary aliases
|
|
1818
1818
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1819
|
+
// Newspaper aliases
|
|
1820
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1819
1821
|
// NotebookPen aliases
|
|
1820
1822
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1821
1823
|
// NotebookTabs aliases
|
|
@@ -1824,32 +1826,32 @@ export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
|
1824
1826
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1825
1827
|
// Notebook aliases
|
|
1826
1828
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1827
|
-
// NotepadText aliases
|
|
1828
|
-
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1829
1829
|
// NotepadTextDashed aliases
|
|
1830
1830
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1831
1831
|
// NutOff aliases
|
|
1832
1832
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1833
|
-
//
|
|
1834
|
-
export { default as
|
|
1833
|
+
// NotepadText aliases
|
|
1834
|
+
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1835
1835
|
// Nut aliases
|
|
1836
1836
|
export { default as NutIcon } from '../icons/nut';
|
|
1837
|
+
// OctagonMinus aliases
|
|
1838
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1837
1839
|
// Octagon aliases
|
|
1838
1840
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1839
1841
|
// Option aliases
|
|
1840
1842
|
export { default as OptionIcon } from '../icons/option';
|
|
1841
1843
|
// Omega aliases
|
|
1842
1844
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1843
|
-
// Orbit aliases
|
|
1844
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1845
1845
|
// Origami aliases
|
|
1846
1846
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1847
|
+
// Orbit aliases
|
|
1848
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1847
1849
|
// Package2 aliases
|
|
1848
1850
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1849
|
-
// PackageCheck aliases
|
|
1850
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1851
1851
|
// PackageMinus aliases
|
|
1852
1852
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1853
|
+
// PackageCheck aliases
|
|
1854
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1853
1855
|
// PackageOpen aliases
|
|
1854
1856
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1855
1857
|
// PackagePlus aliases
|
|
@@ -1870,40 +1872,40 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1870
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1871
1873
|
// Panda aliases
|
|
1872
1874
|
export { default as PandaIcon } from '../icons/panda';
|
|
1873
|
-
// PanelBottomClose aliases
|
|
1874
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1875
1875
|
// PanelBottomOpen aliases
|
|
1876
1876
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1877
|
-
//
|
|
1878
|
-
export { default as
|
|
1877
|
+
// PanelBottomClose aliases
|
|
1878
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1879
1879
|
// PanelRightClose aliases
|
|
1880
1880
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1881
|
+
// PanelBottom aliases
|
|
1882
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1881
1883
|
// PanelRightOpen aliases
|
|
1882
1884
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1883
1885
|
// PanelRight aliases
|
|
1884
1886
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1885
1887
|
// PanelTopOpen aliases
|
|
1886
1888
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1887
|
-
// PanelTop aliases
|
|
1888
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1889
1889
|
// PanelTopClose aliases
|
|
1890
1890
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1891
|
-
//
|
|
1892
|
-
export { default as
|
|
1891
|
+
// PanelTop aliases
|
|
1892
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1893
1893
|
// PanelsLeftBottom aliases
|
|
1894
1894
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1895
|
+
// PanelsRightBottom aliases
|
|
1896
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1895
1897
|
// Paperclip aliases
|
|
1896
1898
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1897
|
-
// Parentheses aliases
|
|
1898
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1899
1899
|
// ParkingMeter aliases
|
|
1900
1900
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1901
|
+
// Parentheses aliases
|
|
1902
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1903
|
+
// PawPrint aliases
|
|
1904
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1901
1905
|
// PartyPopper aliases
|
|
1902
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1903
1907
|
// Pause aliases
|
|
1904
1908
|
export { default as PauseIcon } from '../icons/pause';
|
|
1905
|
-
// PawPrint aliases
|
|
1906
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1907
1909
|
// PcCase aliases
|
|
1908
1910
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1909
1911
|
// PenOff aliases
|
|
@@ -1912,16 +1914,16 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1912
1914
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1913
1915
|
// PencilLine aliases
|
|
1914
1916
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1915
|
-
// PencilRuler aliases
|
|
1916
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1917
1917
|
// PencilOff aliases
|
|
1918
1918
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1919
|
+
// PencilRuler aliases
|
|
1920
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1919
1921
|
// Pencil aliases
|
|
1920
1922
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1921
|
-
// Pentagon aliases
|
|
1922
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1923
1923
|
// PersonStanding aliases
|
|
1924
1924
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1925
|
+
// Pentagon aliases
|
|
1926
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1925
1927
|
// Percent aliases
|
|
1926
1928
|
export { default as PercentIcon } from '../icons/percent';
|
|
1927
1929
|
// PhilippinePeso aliases
|
|
@@ -1936,18 +1938,18 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1936
1938
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1937
1939
|
// PhoneOff aliases
|
|
1938
1940
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1939
|
-
// Pi aliases
|
|
1940
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1941
1941
|
// PhoneOutgoing aliases
|
|
1942
1942
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1943
1943
|
// Phone aliases
|
|
1944
1944
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1945
|
+
// Pi aliases
|
|
1946
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1945
1947
|
// Piano aliases
|
|
1946
1948
|
export { default as PianoIcon } from '../icons/piano';
|
|
1947
|
-
// Pickaxe aliases
|
|
1948
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1949
1949
|
// PictureInPicture2 aliases
|
|
1950
1950
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1951
|
+
// Pickaxe aliases
|
|
1952
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1951
1953
|
// PictureInPicture aliases
|
|
1952
1954
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1953
1955
|
// PiggyBank aliases
|
|
@@ -1968,56 +1970,56 @@ export { default as PinOffIcon } from '../icons/pin-off';
|
|
|
1968
1970
|
export { default as PinIcon } from '../icons/pin';
|
|
1969
1971
|
// Pipette aliases
|
|
1970
1972
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1971
|
-
// PlaneLanding aliases
|
|
1972
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1973
1973
|
// Pizza aliases
|
|
1974
1974
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1975
|
-
//
|
|
1976
|
-
export { default as
|
|
1975
|
+
// PlaneLanding aliases
|
|
1976
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1977
1977
|
// Plane aliases
|
|
1978
1978
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1979
|
+
// PlaneTakeoff aliases
|
|
1980
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1981
|
+
// Play aliases
|
|
1982
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1979
1983
|
// Plug2 aliases
|
|
1980
1984
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1981
1985
|
// Plug aliases
|
|
1982
1986
|
export { default as PlugIcon } from '../icons/plug';
|
|
1983
|
-
// Play aliases
|
|
1984
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1985
1987
|
// Plus aliases
|
|
1986
1988
|
export { default as PlusIcon } from '../icons/plus';
|
|
1987
|
-
// Pocket aliases
|
|
1988
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
1989
1989
|
// PocketKnife aliases
|
|
1990
1990
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1991
|
+
// Pocket aliases
|
|
1992
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1993
|
+
// PointerOff aliases
|
|
1994
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1991
1995
|
// Podcast aliases
|
|
1992
1996
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1993
1997
|
// Pointer aliases
|
|
1994
1998
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1995
|
-
// PointerOff aliases
|
|
1996
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1997
1999
|
// Popsicle aliases
|
|
1998
2000
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1999
|
-
// PoundSterling aliases
|
|
2000
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2001
|
-
// PowerOff aliases
|
|
2002
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2003
2001
|
// Popcorn aliases
|
|
2004
2002
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
|
+
// PoundSterling aliases
|
|
2004
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2005
2005
|
// Power aliases
|
|
2006
2006
|
export { default as PowerIcon } from '../icons/power';
|
|
2007
|
-
//
|
|
2008
|
-
export { default as
|
|
2007
|
+
// PowerOff aliases
|
|
2008
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2009
2009
|
// Presentation aliases
|
|
2010
2010
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2011
|
+
// PrinterCheck aliases
|
|
2012
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2011
2013
|
// Printer aliases
|
|
2012
2014
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2013
2015
|
// Projector aliases
|
|
2014
2016
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2015
2017
|
// Proportions aliases
|
|
2016
2018
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2017
|
-
// Pyramid aliases
|
|
2018
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2019
2019
|
// Puzzle aliases
|
|
2020
2020
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2021
|
+
// Pyramid aliases
|
|
2022
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2021
2023
|
// QrCode aliases
|
|
2022
2024
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2023
2025
|
// Quote aliases
|
|
@@ -2034,124 +2036,124 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
2034
2036
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2035
2037
|
// RadioTower aliases
|
|
2036
2038
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2037
|
-
// Radio aliases
|
|
2038
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2039
2039
|
// Radius aliases
|
|
2040
2040
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2041
|
+
// Radio aliases
|
|
2042
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2041
2043
|
// RailSymbol aliases
|
|
2042
2044
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2043
|
-
// Rat aliases
|
|
2044
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2045
|
-
// Rainbow aliases
|
|
2046
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2047
2045
|
// Ratio aliases
|
|
2048
2046
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2047
|
+
// Rainbow aliases
|
|
2048
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2049
|
+
// Rat aliases
|
|
2050
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2049
2051
|
// ReceiptEuro aliases
|
|
2050
2052
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2051
2053
|
// ReceiptCent aliases
|
|
2052
2054
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2053
2055
|
// ReceiptIndianRupee aliases
|
|
2054
2056
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2057
|
+
// ReceiptPoundSterling aliases
|
|
2058
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2055
2059
|
// ReceiptRussianRuble aliases
|
|
2056
2060
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2057
2061
|
// ReceiptJapaneseYen aliases
|
|
2058
2062
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2059
|
-
// ReceiptPoundSterling aliases
|
|
2060
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2061
2063
|
// ReceiptSwissFranc aliases
|
|
2062
2064
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2063
2065
|
// ReceiptText aliases
|
|
2064
2066
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2065
2067
|
// RectangleCircle aliases
|
|
2066
2068
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2069
|
+
// Receipt aliases
|
|
2070
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2067
2071
|
// RectangleGoggles aliases
|
|
2068
2072
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2069
2073
|
// RectangleHorizontal aliases
|
|
2070
2074
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2075
|
+
// Redo2 aliases
|
|
2076
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2073
2077
|
// RectangleVertical aliases
|
|
2074
2078
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2075
2079
|
// Recycle aliases
|
|
2076
2080
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2077
|
-
// Redo aliases
|
|
2078
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2079
|
-
// Redo2 aliases
|
|
2080
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2081
|
-
// RefreshCcwDot aliases
|
|
2082
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2083
2081
|
// RedoDot aliases
|
|
2084
2082
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2083
|
+
// Redo aliases
|
|
2084
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2085
2085
|
// RefreshCcw aliases
|
|
2086
2086
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2087
|
+
// RefreshCcwDot aliases
|
|
2088
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2087
2089
|
// RefreshCwOff aliases
|
|
2088
2090
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2089
|
-
// RefreshCw aliases
|
|
2090
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2091
2091
|
// Refrigerator aliases
|
|
2092
2092
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2093
2093
|
// Regex aliases
|
|
2094
2094
|
export { default as RegexIcon } from '../icons/regex';
|
|
2095
|
+
// RefreshCw aliases
|
|
2096
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2095
2097
|
// RemoveFormatting aliases
|
|
2096
2098
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2097
2099
|
// Repeat1 aliases
|
|
2098
2100
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2099
|
-
// Repeat2 aliases
|
|
2100
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2101
2101
|
// Repeat aliases
|
|
2102
2102
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2103
|
+
// Repeat2 aliases
|
|
2104
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2105
2105
|
// ReplyAll aliases
|
|
2106
2106
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2107
2107
|
// ReplaceAll aliases
|
|
2108
2108
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2109
|
+
// Replace aliases
|
|
2110
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2109
2111
|
// Reply aliases
|
|
2110
2112
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2111
2113
|
// Rewind aliases
|
|
2112
2114
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2113
2115
|
// Rocket aliases
|
|
2114
2116
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2115
|
-
// Ribbon aliases
|
|
2116
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2117
2117
|
// RockingChair aliases
|
|
2118
2118
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2119
2119
|
// RollerCoaster aliases
|
|
2120
2120
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2121
|
+
// Ribbon aliases
|
|
2122
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2121
2123
|
// RotateCcwKey aliases
|
|
2122
2124
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2123
|
-
// RotateCcw aliases
|
|
2124
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2125
2125
|
// RotateCcwSquare aliases
|
|
2126
2126
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2127
|
+
// RotateCcw aliases
|
|
2128
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2127
2129
|
// RotateCwSquare aliases
|
|
2128
2130
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2129
2131
|
// RotateCw aliases
|
|
2130
2132
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2131
2133
|
// RouteOff aliases
|
|
2132
2134
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2135
|
+
// Route aliases
|
|
2136
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2133
2137
|
// Router aliases
|
|
2134
2138
|
export { default as RouterIcon } from '../icons/router';
|
|
2135
2139
|
// Rows4 aliases
|
|
2136
2140
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2137
2141
|
// Rss aliases
|
|
2138
2142
|
export { default as RssIcon } from '../icons/rss';
|
|
2139
|
-
// Route aliases
|
|
2140
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2141
2143
|
// RulerDimensionLine aliases
|
|
2142
2144
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2143
2145
|
// Ruler aliases
|
|
2144
2146
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2145
2147
|
// RussianRuble aliases
|
|
2146
2148
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2147
|
-
// Sailboat aliases
|
|
2148
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2149
2149
|
// Salad aliases
|
|
2150
2150
|
export { default as SaladIcon } from '../icons/salad';
|
|
2151
|
-
//
|
|
2152
|
-
export { default as
|
|
2151
|
+
// Sailboat aliases
|
|
2152
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2153
2153
|
// Sandwich aliases
|
|
2154
2154
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2155
|
+
// SatelliteDish aliases
|
|
2156
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2155
2157
|
// Satellite aliases
|
|
2156
2158
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2157
2159
|
// SaudiRiyal aliases
|
|
@@ -2164,22 +2166,22 @@ export { default as SaveOffIcon } from '../icons/save-off';
|
|
|
2164
2166
|
export { default as SaveIcon } from '../icons/save';
|
|
2165
2167
|
// Scale aliases
|
|
2166
2168
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2167
|
-
// Scaling aliases
|
|
2168
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2169
2169
|
// ScanBarcode aliases
|
|
2170
2170
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2171
|
+
// Scaling aliases
|
|
2172
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2171
2173
|
// ScanEye aliases
|
|
2172
2174
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2173
2175
|
// ScanFace aliases
|
|
2174
2176
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2175
2177
|
// ScanHeart aliases
|
|
2176
2178
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2177
|
-
// ScanLine aliases
|
|
2178
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2179
2179
|
// ScanQrCode aliases
|
|
2180
2180
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2181
2181
|
// ScanSearch aliases
|
|
2182
2182
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2183
|
+
// ScanLine aliases
|
|
2184
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2183
2185
|
// ScanText aliases
|
|
2184
2186
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2185
2187
|
// Scan aliases
|
|
@@ -2188,10 +2190,10 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2188
2190
|
export { default as SchoolIcon } from '../icons/school';
|
|
2189
2191
|
// ScissorsLineDashed aliases
|
|
2190
2192
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2191
|
-
// Scissors aliases
|
|
2192
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2193
2193
|
// ScreenShareOff aliases
|
|
2194
2194
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2195
|
+
// Scissors aliases
|
|
2196
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2195
2197
|
// ScreenShare aliases
|
|
2196
2198
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2197
2199
|
// ScrollText aliases
|
|
@@ -2206,62 +2208,62 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2206
2208
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2207
2209
|
// SearchX aliases
|
|
2208
2210
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2209
|
-
// Search aliases
|
|
2210
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2211
2211
|
// Section aliases
|
|
2212
2212
|
export { default as SectionIcon } from '../icons/section';
|
|
2213
|
+
// Search aliases
|
|
2214
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2213
2215
|
// SendToBack aliases
|
|
2214
2216
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2215
2217
|
// Send aliases
|
|
2216
2218
|
export { default as SendIcon } from '../icons/send';
|
|
2217
|
-
// SeparatorVertical aliases
|
|
2218
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2219
2219
|
// SeparatorHorizontal aliases
|
|
2220
2220
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2221
|
+
// SeparatorVertical aliases
|
|
2222
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2221
2223
|
// ServerCog aliases
|
|
2222
2224
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2223
2225
|
// ServerCrash aliases
|
|
2224
2226
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2225
|
-
// ServerOff aliases
|
|
2226
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2227
2227
|
// Server aliases
|
|
2228
2228
|
export { default as ServerIcon } from '../icons/server';
|
|
2229
|
+
// ServerOff aliases
|
|
2230
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2229
2231
|
// Settings2 aliases
|
|
2230
2232
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2231
|
-
// Settings aliases
|
|
2232
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2233
|
-
// Shapes aliases
|
|
2234
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2235
2233
|
// Share2 aliases
|
|
2236
2234
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2235
|
+
// Settings aliases
|
|
2236
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2237
2237
|
// Share aliases
|
|
2238
2238
|
export { default as ShareIcon } from '../icons/share';
|
|
2239
|
+
// Shapes aliases
|
|
2240
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2239
2241
|
// Sheet aliases
|
|
2240
2242
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2241
|
-
// ShieldAlert aliases
|
|
2242
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2243
|
-
// ShieldBan aliases
|
|
2244
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2245
2243
|
// Shell aliases
|
|
2246
2244
|
export { default as ShellIcon } from '../icons/shell';
|
|
2245
|
+
// ShieldBan aliases
|
|
2246
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2247
|
+
// ShieldAlert aliases
|
|
2248
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2247
2249
|
// ShieldCheck aliases
|
|
2248
2250
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2251
|
+
// ShieldHalf aliases
|
|
2252
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2249
2253
|
// ShieldEllipsis aliases
|
|
2250
2254
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2251
2255
|
// ShieldMinus aliases
|
|
2252
2256
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2253
|
-
// ShieldHalf aliases
|
|
2254
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2255
2257
|
// ShieldOff aliases
|
|
2256
2258
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2257
2259
|
// ShieldPlus aliases
|
|
2258
2260
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2261
|
+
// Shield aliases
|
|
2262
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2259
2263
|
// ShieldUser aliases
|
|
2260
2264
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2261
2265
|
// ShipWheel aliases
|
|
2262
2266
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2263
|
-
// Shield aliases
|
|
2264
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2265
2267
|
// Ship aliases
|
|
2266
2268
|
export { default as ShipIcon } from '../icons/ship';
|
|
2267
2269
|
// Shirt aliases
|
|
@@ -2274,10 +2276,10 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2274
2276
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2275
2277
|
// Shovel aliases
|
|
2276
2278
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2277
|
-
// Shredder aliases
|
|
2278
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2279
2279
|
// ShowerHead aliases
|
|
2280
2280
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2281
|
+
// Shredder aliases
|
|
2282
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2281
2283
|
// Shrimp aliases
|
|
2282
2284
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2283
2285
|
// Shrink aliases
|
|
@@ -2288,12 +2290,12 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2288
2290
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2289
2291
|
// SignalHigh aliases
|
|
2290
2292
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2291
|
-
// SignalLow aliases
|
|
2292
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2293
2293
|
// Sigma aliases
|
|
2294
2294
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2295
2295
|
// SignalMedium aliases
|
|
2296
2296
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2297
|
+
// SignalLow aliases
|
|
2298
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2297
2299
|
// SignalZero aliases
|
|
2298
2300
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2299
2301
|
// Signal aliases
|
|
@@ -2316,22 +2318,22 @@ export { default as SlackIcon } from '../icons/slack';
|
|
|
2316
2318
|
export { default as SkullIcon } from '../icons/skull';
|
|
2317
2319
|
// Slash aliases
|
|
2318
2320
|
export { default as SlashIcon } from '../icons/slash';
|
|
2321
|
+
// Slice aliases
|
|
2322
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2319
2323
|
// SlidersHorizontal aliases
|
|
2320
2324
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2321
2325
|
// SmartphoneCharging aliases
|
|
2322
2326
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2323
2327
|
// SmartphoneNfc aliases
|
|
2324
2328
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2325
|
-
// Slice aliases
|
|
2326
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2327
|
-
// Smartphone aliases
|
|
2328
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2329
2329
|
// SmilePlus aliases
|
|
2330
2330
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2331
|
-
//
|
|
2332
|
-
export { default as
|
|
2331
|
+
// Smartphone aliases
|
|
2332
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2333
2333
|
// Snail aliases
|
|
2334
2334
|
export { default as SnailIcon } from '../icons/snail';
|
|
2335
|
+
// Smile aliases
|
|
2336
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2335
2337
|
// Snowflake aliases
|
|
2336
2338
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2337
2339
|
// SoapDispenserDroplet aliases
|
|
@@ -2348,32 +2350,32 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2348
2350
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2349
2351
|
// Speaker aliases
|
|
2350
2352
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2351
|
-
// Speech aliases
|
|
2352
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2353
2353
|
// SpellCheck2 aliases
|
|
2354
2354
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2355
2355
|
// SpellCheck aliases
|
|
2356
2356
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2357
|
-
//
|
|
2358
|
-
export { default as
|
|
2357
|
+
// Speech aliases
|
|
2358
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2359
2359
|
// SplinePointer aliases
|
|
2360
2360
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2361
|
+
// Spline aliases
|
|
2362
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2361
2363
|
// Split aliases
|
|
2362
2364
|
export { default as SplitIcon } from '../icons/split';
|
|
2363
|
-
// SprayCan aliases
|
|
2364
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2365
2365
|
// Spool aliases
|
|
2366
2366
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2367
|
+
// SprayCan aliases
|
|
2368
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2367
2369
|
// Sprout aliases
|
|
2368
2370
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2369
2371
|
// SquareDashedBottom aliases
|
|
2370
2372
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2371
2373
|
// SquareDashedBottomCode aliases
|
|
2372
2374
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2373
|
-
// SquareRadical aliases
|
|
2374
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2375
2375
|
// SquareDashedTopSolid aliases
|
|
2376
2376
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2377
|
+
// SquareRadical aliases
|
|
2378
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2377
2379
|
// SquareRoundCorner aliases
|
|
2378
2380
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2379
2381
|
// SquareSquare aliases
|
|
@@ -2382,22 +2384,24 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2382
2384
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2383
2385
|
// Square aliases
|
|
2384
2386
|
export { default as SquareIcon } from '../icons/square';
|
|
2385
|
-
// SquaresExclude aliases
|
|
2386
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2387
2387
|
// SquaresIntersect aliases
|
|
2388
2388
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2389
|
-
//
|
|
2390
|
-
export { default as
|
|
2389
|
+
// SquaresExclude aliases
|
|
2390
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2391
2391
|
// SquaresSubtract aliases
|
|
2392
2392
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2393
|
+
// SquaresUnite aliases
|
|
2394
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2395
|
+
// SquircleDashed aliases
|
|
2396
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2393
2397
|
// Squircle aliases
|
|
2394
2398
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2395
2399
|
// Stamp aliases
|
|
2396
2400
|
export { default as StampIcon } from '../icons/stamp';
|
|
2397
|
-
// Squirrel aliases
|
|
2398
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2399
2401
|
// StarHalf aliases
|
|
2400
2402
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2403
|
+
// Squirrel aliases
|
|
2404
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2401
2405
|
// StarOff aliases
|
|
2402
2406
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2403
2407
|
// Star aliases
|
|
@@ -2414,28 +2418,28 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2414
2418
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2415
2419
|
// Store aliases
|
|
2416
2420
|
export { default as StoreIcon } from '../icons/store';
|
|
2417
|
-
// StretchHorizontal aliases
|
|
2418
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2419
2421
|
// StretchVertical aliases
|
|
2420
2422
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2421
2423
|
// Strikethrough aliases
|
|
2422
2424
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2425
|
+
// StretchHorizontal aliases
|
|
2426
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2423
2427
|
// Subscript aliases
|
|
2424
2428
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2429
|
+
// SunDim aliases
|
|
2430
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2425
2431
|
// SunMedium aliases
|
|
2426
2432
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2427
2433
|
// SunMoon aliases
|
|
2428
2434
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2429
|
-
// SunDim aliases
|
|
2430
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2431
2435
|
// SunSnow aliases
|
|
2432
2436
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2437
|
+
// Sun aliases
|
|
2438
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2433
2439
|
// Sunrise aliases
|
|
2434
2440
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2435
2441
|
// Sunset aliases
|
|
2436
2442
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2437
|
-
// Sun aliases
|
|
2438
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2439
2443
|
// Superscript aliases
|
|
2440
2444
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2441
2445
|
// SwatchBook aliases
|
|
@@ -2448,14 +2452,14 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2448
2452
|
export { default as SwordIcon } from '../icons/sword';
|
|
2449
2453
|
// Swords aliases
|
|
2450
2454
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2451
|
-
// Table2 aliases
|
|
2452
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2453
2455
|
// Syringe aliases
|
|
2454
2456
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2455
2457
|
// TableCellsMerge aliases
|
|
2456
2458
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2457
2459
|
// TableCellsSplit aliases
|
|
2458
2460
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2461
|
+
// Table2 aliases
|
|
2462
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2459
2463
|
// TableColumnsSplit aliases
|
|
2460
2464
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2461
2465
|
// TableOfContents aliases
|
|
@@ -2464,14 +2468,14 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2464
2468
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2465
2469
|
// TableRowsSplit aliases
|
|
2466
2470
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2467
|
-
// TabletSmartphone aliases
|
|
2468
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2469
2471
|
// Table aliases
|
|
2470
2472
|
export { default as TableIcon } from '../icons/table';
|
|
2471
|
-
//
|
|
2472
|
-
export { default as
|
|
2473
|
+
// TabletSmartphone aliases
|
|
2474
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2473
2475
|
// Tablets aliases
|
|
2474
2476
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2477
|
+
// Tablet aliases
|
|
2478
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2475
2479
|
// Tag aliases
|
|
2476
2480
|
export { default as TagIcon } from '../icons/tag';
|
|
2477
2481
|
// Tags aliases
|
|
@@ -2488,10 +2492,10 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2488
2492
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2489
2493
|
// Tangent aliases
|
|
2490
2494
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2491
|
-
// Telescope aliases
|
|
2492
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2493
2495
|
// Target aliases
|
|
2494
2496
|
export { default as TargetIcon } from '../icons/target';
|
|
2497
|
+
// Telescope aliases
|
|
2498
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2495
2499
|
// TentTree aliases
|
|
2496
2500
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2497
2501
|
// Tent aliases
|
|
@@ -2500,10 +2504,10 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2500
2504
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2501
2505
|
// TestTubes aliases
|
|
2502
2506
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2503
|
-
// TextCursorInput aliases
|
|
2504
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2505
2507
|
// TestTube aliases
|
|
2506
2508
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
|
+
// TextCursorInput aliases
|
|
2510
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2507
2511
|
// TextCursor aliases
|
|
2508
2512
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2509
2513
|
// TextQuote aliases
|
|
@@ -2512,38 +2516,38 @@ export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
|
2512
2516
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2513
2517
|
// Text aliases
|
|
2514
2518
|
export { default as TextIcon } from '../icons/text';
|
|
2515
|
-
// ThermometerSun aliases
|
|
2516
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2517
2519
|
// Theater aliases
|
|
2518
2520
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2519
|
-
// Thermometer aliases
|
|
2520
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2521
2521
|
// ThermometerSnowflake aliases
|
|
2522
2522
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2523
|
+
// Thermometer aliases
|
|
2524
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2525
|
+
// ThermometerSun aliases
|
|
2526
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2523
2527
|
// ThumbsDown aliases
|
|
2524
2528
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2525
|
-
// ThumbsUp aliases
|
|
2526
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2527
2529
|
// TicketCheck aliases
|
|
2528
2530
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2531
|
+
// ThumbsUp aliases
|
|
2532
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2529
2533
|
// TicketMinus aliases
|
|
2530
2534
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2531
|
-
// TicketPlus aliases
|
|
2532
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2533
2535
|
// TicketPercent aliases
|
|
2534
2536
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2535
|
-
//
|
|
2536
|
-
export { default as
|
|
2537
|
-
// Ticket aliases
|
|
2538
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2537
|
+
// TicketPlus aliases
|
|
2538
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2539
2539
|
// TicketSlash aliases
|
|
2540
2540
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2541
|
+
// Ticket aliases
|
|
2542
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2543
|
+
// TicketX aliases
|
|
2544
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2541
2545
|
// TicketsPlane aliases
|
|
2542
2546
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2543
|
-
// TimerOff aliases
|
|
2544
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2545
2547
|
// Tickets aliases
|
|
2546
2548
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2549
|
+
// TimerOff aliases
|
|
2550
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2547
2551
|
// TimerReset aliases
|
|
2548
2552
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2549
2553
|
// Timer aliases
|
|
@@ -2556,10 +2560,10 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2556
2560
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2557
2561
|
// Tornado aliases
|
|
2558
2562
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2559
|
-
// Torus aliases
|
|
2560
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2561
2563
|
// TouchpadOff aliases
|
|
2562
2564
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2565
|
+
// Torus aliases
|
|
2566
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2563
2567
|
// Touchpad aliases
|
|
2564
2568
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2565
2569
|
// TowerControl aliases
|
|
@@ -2570,22 +2574,22 @@ export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
|
2570
2574
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2571
2575
|
// TrafficCone aliases
|
|
2572
2576
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2573
|
-
// TrainFrontTunnel aliases
|
|
2574
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2575
2577
|
// TrainFront aliases
|
|
2576
2578
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2579
|
+
// TrainFrontTunnel aliases
|
|
2580
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2577
2581
|
// TrainTrack aliases
|
|
2578
2582
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2579
2583
|
// Transgender aliases
|
|
2580
2584
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2581
|
-
// Trash aliases
|
|
2582
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2583
2585
|
// Trash2 aliases
|
|
2584
2586
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2585
|
-
// TreeDeciduous aliases
|
|
2586
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2587
2587
|
// TreePine aliases
|
|
2588
2588
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2589
|
+
// TreeDeciduous aliases
|
|
2590
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2591
|
+
// Trash aliases
|
|
2592
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2589
2593
|
// Trees aliases
|
|
2590
2594
|
export { default as TreesIcon } from '../icons/trees';
|
|
2591
2595
|
// Trello aliases
|
|
@@ -2594,30 +2598,30 @@ export { default as TrelloIcon } from '../icons/trello';
|
|
|
2594
2598
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2595
2599
|
// TrendingUpDown aliases
|
|
2596
2600
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2597
|
-
// TriangleDashed aliases
|
|
2598
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2599
2601
|
// TrendingUp aliases
|
|
2600
2602
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2601
2603
|
// TriangleRight aliases
|
|
2602
2604
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2603
2605
|
// Triangle aliases
|
|
2604
2606
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2607
|
+
// TriangleDashed aliases
|
|
2608
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2605
2609
|
// Trophy aliases
|
|
2606
2610
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2607
2611
|
// TruckElectric aliases
|
|
2608
2612
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2609
2613
|
// Truck aliases
|
|
2610
2614
|
export { default as TruckIcon } from '../icons/truck';
|
|
2611
|
-
// TvMinimalPlay aliases
|
|
2612
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2613
2615
|
// Turtle aliases
|
|
2614
2616
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2615
2617
|
// Tv aliases
|
|
2616
2618
|
export { default as TvIcon } from '../icons/tv';
|
|
2617
|
-
//
|
|
2618
|
-
export { default as
|
|
2619
|
+
// TvMinimalPlay aliases
|
|
2620
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2619
2621
|
// Twitch aliases
|
|
2620
2622
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2623
|
+
// Twitter aliases
|
|
2624
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2621
2625
|
// TypeOutline aliases
|
|
2622
2626
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2623
2627
|
// UmbrellaOff aliases
|
|
@@ -2634,12 +2638,12 @@ export { default as Undo2Icon } from '../icons/undo-2';
|
|
|
2634
2638
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2635
2639
|
// Undo aliases
|
|
2636
2640
|
export { default as UndoIcon } from '../icons/undo';
|
|
2641
|
+
// UnfoldVertical aliases
|
|
2642
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2637
2643
|
// UnfoldHorizontal aliases
|
|
2638
2644
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2639
2645
|
// Ungroup aliases
|
|
2640
2646
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2641
|
-
// UnfoldVertical aliases
|
|
2642
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2643
2647
|
// Unlink2 aliases
|
|
2644
2648
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2645
2649
|
// Unlink aliases
|
|
@@ -2652,52 +2656,52 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2652
2656
|
export { default as UsbIcon } from '../icons/usb';
|
|
2653
2657
|
// UserCheck aliases
|
|
2654
2658
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2655
|
-
// UserCog aliases
|
|
2656
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2657
|
-
// UserMinus aliases
|
|
2658
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2659
2659
|
// UserLock aliases
|
|
2660
2660
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2661
|
+
// UserCog aliases
|
|
2662
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2661
2663
|
// UserPen aliases
|
|
2662
2664
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2665
|
+
// UserMinus aliases
|
|
2666
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2663
2667
|
// UserPlus aliases
|
|
2664
2668
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2665
2669
|
// UserRoundPen aliases
|
|
2666
2670
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2667
|
-
// UserRoundSearch aliases
|
|
2668
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2669
2671
|
// UserSearch aliases
|
|
2670
2672
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2673
|
+
// UserRoundSearch aliases
|
|
2674
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2671
2675
|
// UserX aliases
|
|
2672
2676
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2673
|
-
// User aliases
|
|
2674
|
-
export { default as UserIcon } from '../icons/user';
|
|
2675
2677
|
// Users aliases
|
|
2676
2678
|
export { default as UsersIcon } from '../icons/users';
|
|
2679
|
+
// User aliases
|
|
2680
|
+
export { default as UserIcon } from '../icons/user';
|
|
2677
2681
|
// UtilityPole aliases
|
|
2678
2682
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2679
2683
|
// Variable aliases
|
|
2680
2684
|
export { default as VariableIcon } from '../icons/variable';
|
|
2681
|
-
// Vault aliases
|
|
2682
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2683
2685
|
// Vegan aliases
|
|
2684
2686
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2687
|
+
// Vault aliases
|
|
2688
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2685
2689
|
// VenetianMask aliases
|
|
2686
2690
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2687
|
-
// VenusAndMars aliases
|
|
2688
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2689
2691
|
// Venus aliases
|
|
2690
2692
|
export { default as VenusIcon } from '../icons/venus';
|
|
2691
|
-
//
|
|
2692
|
-
export { default as
|
|
2693
|
+
// VenusAndMars aliases
|
|
2694
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2693
2695
|
// VibrateOff aliases
|
|
2694
2696
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2697
|
+
// Vibrate aliases
|
|
2698
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2695
2699
|
// VideoOff aliases
|
|
2696
2700
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2697
|
-
// Videotape aliases
|
|
2698
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2699
2701
|
// Video aliases
|
|
2700
2702
|
export { default as VideoIcon } from '../icons/video';
|
|
2703
|
+
// Videotape aliases
|
|
2704
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2701
2705
|
// View aliases
|
|
2702
2706
|
export { default as ViewIcon } from '../icons/view';
|
|
2703
2707
|
// Voicemail aliases
|
|
@@ -2710,34 +2714,34 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2710
2714
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2711
2715
|
// VolumeOff aliases
|
|
2712
2716
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2713
|
-
// Vote aliases
|
|
2714
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2715
2717
|
// VolumeX aliases
|
|
2716
2718
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2717
2719
|
// Volume aliases
|
|
2718
2720
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2721
|
+
// Vote aliases
|
|
2722
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2719
2723
|
// WalletCards aliases
|
|
2720
2724
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2721
2725
|
// Wallet aliases
|
|
2722
2726
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2727
|
+
// Wand aliases
|
|
2728
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2723
2729
|
// Wallpaper aliases
|
|
2724
2730
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2725
2731
|
// Warehouse aliases
|
|
2726
2732
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2727
|
-
// Wand aliases
|
|
2728
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2729
2733
|
// WashingMachine aliases
|
|
2730
2734
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2731
2735
|
// Watch aliases
|
|
2732
2736
|
export { default as WatchIcon } from '../icons/watch';
|
|
2737
|
+
// Waypoints aliases
|
|
2738
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2733
2739
|
// WavesLadder aliases
|
|
2734
2740
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2735
2741
|
// Waves aliases
|
|
2736
2742
|
export { default as WavesIcon } from '../icons/waves';
|
|
2737
2743
|
// Webcam aliases
|
|
2738
2744
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2739
|
-
// Waypoints aliases
|
|
2740
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2741
2745
|
// WebhookOff aliases
|
|
2742
2746
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2743
2747
|
// Webhook aliases
|
|
@@ -2748,48 +2752,48 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2748
2752
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2749
2753
|
// Wheat aliases
|
|
2750
2754
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2751
|
-
// WifiCog aliases
|
|
2752
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2753
2755
|
// WholeWord aliases
|
|
2754
2756
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2757
|
+
// WifiCog aliases
|
|
2758
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2755
2759
|
// WifiHigh aliases
|
|
2756
2760
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2757
2761
|
// WifiOff aliases
|
|
2758
2762
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2759
|
-
// WifiLow aliases
|
|
2760
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2761
2763
|
// WifiPen aliases
|
|
2762
2764
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2765
|
+
// WifiLow aliases
|
|
2766
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2763
2767
|
// WifiZero aliases
|
|
2764
2768
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2765
2769
|
// Wifi aliases
|
|
2766
2770
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2767
2771
|
// WindArrowDown aliases
|
|
2768
2772
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2769
|
-
// Wine aliases
|
|
2770
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2771
2773
|
// Wind aliases
|
|
2772
2774
|
export { default as WindIcon } from '../icons/wind';
|
|
2773
2775
|
// WineOff aliases
|
|
2774
2776
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2777
|
+
// Wine aliases
|
|
2778
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2775
2779
|
// Workflow aliases
|
|
2776
2780
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2777
|
-
// Worm aliases
|
|
2778
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2779
2781
|
// WrapText aliases
|
|
2780
2782
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2783
|
+
// Worm aliases
|
|
2784
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2785
|
+
// Wrench aliases
|
|
2786
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2781
2787
|
// X aliases
|
|
2782
2788
|
export { default as XIcon } from '../icons/x';
|
|
2783
2789
|
// Youtube aliases
|
|
2784
2790
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2785
|
-
// Wrench aliases
|
|
2786
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2787
2791
|
// ZapOff aliases
|
|
2788
2792
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2789
|
-
// Zap aliases
|
|
2790
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2791
2793
|
// ZoomIn aliases
|
|
2792
2794
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2795
|
+
// Zap aliases
|
|
2796
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2793
2797
|
// ZoomOut aliases
|
|
2794
2798
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2795
2799
|
// ArrowDown01 aliases
|
|
@@ -2827,12 +2831,12 @@ export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
|
2827
2831
|
// ArrowUpZA aliases
|
|
2828
2832
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2829
2833
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2830
|
-
// Axis3d aliases
|
|
2831
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2832
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2833
2834
|
// BadgeCheck aliases
|
|
2834
2835
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2835
2836
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2837
|
+
// Axis3d aliases
|
|
2838
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2839
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2836
2840
|
// BadgeQuestionMark aliases
|
|
2837
2841
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2838
2842
|
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
@@ -2848,21 +2852,21 @@ export {
|
|
|
2848
2852
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2849
2853
|
default as BetweenHorizonalStartIcon
|
|
2850
2854
|
} from '../icons/between-horizontal-start';
|
|
2851
|
-
// Braces aliases
|
|
2852
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2853
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2854
2855
|
// BookDashed aliases
|
|
2855
2856
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2856
2857
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2858
|
+
// Braces aliases
|
|
2859
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2860
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2861
|
+
// Captions aliases
|
|
2862
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2863
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2857
2864
|
// ChartArea aliases
|
|
2858
2865
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2859
2866
|
export {
|
|
2860
2867
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2861
2868
|
default as AreaChartIcon
|
|
2862
2869
|
} from '../icons/chart-area';
|
|
2863
|
-
// Captions aliases
|
|
2864
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2865
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2866
2870
|
// ChartBarBig aliases
|
|
2867
2871
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2868
2872
|
export {
|
|
@@ -2875,36 +2879,36 @@ export {
|
|
|
2875
2879
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2876
2880
|
default as BarChartHorizontalIcon
|
|
2877
2881
|
} from '../icons/chart-bar';
|
|
2878
|
-
// ChartColumnBig aliases
|
|
2879
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2880
|
-
export {
|
|
2881
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2882
|
-
default as BarChartBigIcon
|
|
2883
|
-
} from '../icons/chart-column-big';
|
|
2884
2882
|
// ChartCandlestick aliases
|
|
2885
2883
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2886
2884
|
export {
|
|
2887
2885
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2888
2886
|
default as CandlestickChartIcon
|
|
2889
2887
|
} from '../icons/chart-candlestick';
|
|
2888
|
+
// ChartColumnBig aliases
|
|
2889
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2890
|
+
export {
|
|
2891
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2892
|
+
default as BarChartBigIcon
|
|
2893
|
+
} from '../icons/chart-column-big';
|
|
2890
2894
|
// ChartColumnIncreasing aliases
|
|
2891
2895
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2892
2896
|
export {
|
|
2893
2897
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2894
2898
|
default as BarChart4Icon
|
|
2895
2899
|
} from '../icons/chart-column-increasing';
|
|
2896
|
-
// ChartLine aliases
|
|
2897
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2898
|
-
export {
|
|
2899
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2900
|
-
default as LineChartIcon
|
|
2901
|
-
} from '../icons/chart-line';
|
|
2902
2900
|
// ChartColumn aliases
|
|
2903
2901
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2904
2902
|
export {
|
|
2905
2903
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2906
2904
|
default as BarChart3Icon
|
|
2907
2905
|
} from '../icons/chart-column';
|
|
2906
|
+
// ChartLine aliases
|
|
2907
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2908
|
+
export {
|
|
2909
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2910
|
+
default as LineChartIcon
|
|
2911
|
+
} from '../icons/chart-line';
|
|
2908
2912
|
// ChartNoAxesColumnIncreasing aliases
|
|
2909
2913
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2910
2914
|
export {
|
|
@@ -2917,36 +2921,36 @@ export {
|
|
|
2917
2921
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
2918
2922
|
default as BarChart2Icon
|
|
2919
2923
|
} from '../icons/chart-no-axes-column';
|
|
2920
|
-
// ChartPie aliases
|
|
2921
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2922
|
-
export {
|
|
2923
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2924
|
-
default as PieChartIcon
|
|
2925
|
-
} from '../icons/chart-pie';
|
|
2926
2924
|
// ChartNoAxesGantt aliases
|
|
2927
2925
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2928
2926
|
export {
|
|
2929
2927
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2930
2928
|
default as GanttChartIcon
|
|
2931
2929
|
} from '../icons/chart-no-axes-gantt';
|
|
2930
|
+
// ChartPie aliases
|
|
2931
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2932
|
+
export {
|
|
2933
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
2934
|
+
default as PieChartIcon
|
|
2935
|
+
} from '../icons/chart-pie';
|
|
2932
2936
|
// ChartScatter aliases
|
|
2933
2937
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2934
2938
|
export {
|
|
2935
2939
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2936
2940
|
default as ScatterChartIcon
|
|
2937
2941
|
} from '../icons/chart-scatter';
|
|
2938
|
-
// CircleArrowDown aliases
|
|
2939
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2940
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2941
2942
|
// CircleAlert aliases
|
|
2942
2943
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2943
2944
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2944
|
-
//
|
|
2945
|
-
export { default as
|
|
2946
|
-
export { default as
|
|
2945
|
+
// CircleArrowDown aliases
|
|
2946
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2947
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2947
2948
|
// CircleArrowOutDownLeft aliases
|
|
2948
2949
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2949
2950
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2951
|
+
// CircleArrowLeft aliases
|
|
2952
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2953
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2950
2954
|
// CircleArrowOutDownRight aliases
|
|
2951
2955
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2952
2956
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2955,31 +2959,31 @@ export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-u
|
|
|
2955
2959
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2956
2960
|
// CircleArrowOutUpRight aliases
|
|
2957
2961
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2958
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2959
|
-
// CircleArrowUp aliases
|
|
2960
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2961
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2962
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2962
2963
|
// CircleArrowRight aliases
|
|
2963
2964
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2964
2965
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2966
|
+
// CircleArrowUp aliases
|
|
2967
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2968
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2965
2969
|
// CircleCheckBig aliases
|
|
2966
2970
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2967
2971
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2968
|
-
// CircleCheck aliases
|
|
2969
|
-
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2970
|
-
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2971
2972
|
// CircleChevronDown aliases
|
|
2972
2973
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2973
2974
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2975
|
+
// CircleCheck aliases
|
|
2976
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2977
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2974
2978
|
// CircleChevronRight aliases
|
|
2975
2979
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2976
2980
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2977
|
-
// CircleChevronUp aliases
|
|
2978
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2979
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2980
2981
|
// CircleChevronLeft aliases
|
|
2981
2982
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2982
2983
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2984
|
+
// CircleChevronUp aliases
|
|
2985
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2986
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2983
2987
|
// CircleDivide aliases
|
|
2984
2988
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2985
2989
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
@@ -2989,21 +2993,21 @@ export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
|
2989
2993
|
// CircleMinus aliases
|
|
2990
2994
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2991
2995
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2992
|
-
// CircleParking aliases
|
|
2993
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2994
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2995
2996
|
// CircleParkingOff aliases
|
|
2996
2997
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2997
2998
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2999
|
+
// CircleParking aliases
|
|
3000
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3001
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
3002
|
+
// CirclePause aliases
|
|
3003
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3004
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2998
3005
|
// CirclePercent aliases
|
|
2999
3006
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3000
3007
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3001
3008
|
// CirclePlay aliases
|
|
3002
3009
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3003
3010
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3004
|
-
// CirclePause aliases
|
|
3005
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3006
|
-
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3007
3011
|
// CirclePlus aliases
|
|
3008
3012
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3009
3013
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
@@ -3014,12 +3018,12 @@ export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
|
3014
3018
|
// CircleSlash2 aliases
|
|
3015
3019
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3016
3020
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3017
|
-
// CirclePower aliases
|
|
3018
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3019
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3020
3021
|
// CircleStop aliases
|
|
3021
3022
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3022
3023
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3024
|
+
// CirclePower aliases
|
|
3025
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3026
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3023
3027
|
// CircleUserRound aliases
|
|
3024
3028
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3025
3029
|
export {
|
|
@@ -3102,36 +3106,36 @@ export {
|
|
|
3102
3106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3103
3107
|
default as FileLineChartIcon
|
|
3104
3108
|
} from '../icons/file-chart-line';
|
|
3105
|
-
// FileCog aliases
|
|
3106
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3107
|
-
export {
|
|
3108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3109
|
-
default as FileCog2Icon
|
|
3110
|
-
} from '../icons/file-cog';
|
|
3111
3109
|
// FileChartPie aliases
|
|
3112
3110
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3113
3111
|
export {
|
|
3114
3112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3115
3113
|
default as FilePieChartIcon
|
|
3116
3114
|
} from '../icons/file-chart-pie';
|
|
3115
|
+
// FileCog aliases
|
|
3116
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3119
|
+
default as FileCog2Icon
|
|
3120
|
+
} from '../icons/file-cog';
|
|
3117
3121
|
// FilePenLine aliases
|
|
3118
3122
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3119
3123
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3120
|
-
// FilePen aliases
|
|
3121
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3122
|
-
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3123
3124
|
// FileQuestionMark aliases
|
|
3124
3125
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3125
3126
|
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3126
|
-
//
|
|
3127
|
-
export { default as
|
|
3128
|
-
export { default as
|
|
3127
|
+
// FilePen aliases
|
|
3128
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3129
|
+
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3129
3130
|
// FolderCog aliases
|
|
3130
3131
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3131
3132
|
export {
|
|
3132
3133
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3133
3134
|
default as FolderCog2Icon
|
|
3134
3135
|
} from '../icons/folder-cog';
|
|
3136
|
+
// FolderPen aliases
|
|
3137
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3138
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3135
3139
|
// FunnelX aliases
|
|
3136
3140
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3137
3141
|
export {
|
|
@@ -3144,46 +3148,46 @@ export {
|
|
|
3144
3148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3145
3149
|
default as FilterIcon
|
|
3146
3150
|
} from '../icons/funnel';
|
|
3147
|
-
// Grid2x2Check aliases
|
|
3148
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3149
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3150
3151
|
// GitCommitHorizontal aliases
|
|
3151
3152
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3152
3153
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3153
|
-
//
|
|
3154
|
-
export { default as
|
|
3155
|
-
export { default as
|
|
3154
|
+
// Grid2x2Check aliases
|
|
3155
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3156
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3156
3157
|
// Grid2x2Plus aliases
|
|
3157
3158
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3158
3159
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3159
|
-
//
|
|
3160
|
-
export { default as
|
|
3161
|
-
export { default as
|
|
3160
|
+
// Grid2x2X aliases
|
|
3161
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3162
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3163
|
+
// Grid2x2 aliases
|
|
3164
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3165
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3162
3166
|
// Grid3x3 aliases
|
|
3163
3167
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3164
3168
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3165
3169
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3166
|
-
//
|
|
3167
|
-
export { default as
|
|
3168
|
-
export { default as
|
|
3170
|
+
// HandHelping aliases
|
|
3171
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3172
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3169
3173
|
// House aliases
|
|
3170
3174
|
export { default as HouseIcon } from '../icons/house';
|
|
3171
3175
|
export { default as HomeIcon } from '../icons/house';
|
|
3172
|
-
// IceCreamCone aliases
|
|
3173
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3174
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3175
3176
|
// IceCreamBowl aliases
|
|
3176
3177
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3177
3178
|
export {
|
|
3178
3179
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3179
3180
|
default as IceCream2Icon
|
|
3180
3181
|
} from '../icons/ice-cream-bowl';
|
|
3181
|
-
//
|
|
3182
|
-
export { default as
|
|
3183
|
-
export { default as
|
|
3182
|
+
// IceCreamCone aliases
|
|
3183
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3184
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3184
3185
|
// IndentDecrease aliases
|
|
3185
3186
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3186
3187
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3188
|
+
// IndentIncrease aliases
|
|
3189
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3190
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3187
3191
|
// LaptopMinimal aliases
|
|
3188
3192
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3189
3193
|
export {
|
|
@@ -3196,21 +3200,18 @@ export { default as Layers3Icon } from '../icons/layers';
|
|
|
3196
3200
|
// LoaderCircle aliases
|
|
3197
3201
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3198
3202
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3199
|
-
// LockOpen aliases
|
|
3200
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3201
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3202
3203
|
// LockKeyholeOpen aliases
|
|
3203
3204
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3204
3205
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3206
|
+
// LockOpen aliases
|
|
3207
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3208
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3205
3209
|
// MessageCircleQuestionMark aliases
|
|
3206
3210
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3207
3211
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3208
3212
|
// MailQuestionMark aliases
|
|
3209
3213
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3210
3214
|
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3211
|
-
// Move3d aliases
|
|
3212
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3213
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3214
3215
|
// MicVocal aliases
|
|
3215
3216
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3216
3217
|
export {
|
|
@@ -3223,18 +3224,21 @@ export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
|
3223
3224
|
// OctagonPause aliases
|
|
3224
3225
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3225
3226
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3227
|
+
// Move3d aliases
|
|
3228
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3229
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3226
3230
|
// OctagonX aliases
|
|
3227
3231
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3228
3232
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3233
|
+
// PaintbrushVertical aliases
|
|
3234
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3235
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3229
3236
|
// PanelBottomDashed aliases
|
|
3230
3237
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3231
3238
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3232
3239
|
// PanelLeftClose aliases
|
|
3233
3240
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3234
3241
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3235
|
-
// PaintbrushVertical aliases
|
|
3236
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3237
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3238
3242
|
// PanelLeftOpen aliases
|
|
3239
3243
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3240
3244
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
@@ -3247,30 +3251,27 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3247
3251
|
// PanelRightDashed aliases
|
|
3248
3252
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3249
3253
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3250
|
-
// PanelsTopLeft aliases
|
|
3251
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3252
|
-
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3253
3254
|
// PanelTopDashed aliases
|
|
3254
3255
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3255
3256
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3257
|
+
// PanelsTopLeft aliases
|
|
3258
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3259
|
+
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3256
3260
|
// Pen aliases
|
|
3257
3261
|
export { default as PenIcon } from '../icons/pen';
|
|
3258
3262
|
export {
|
|
3259
3263
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3260
3264
|
default as Edit2Icon
|
|
3261
3265
|
} from '../icons/pen';
|
|
3262
|
-
// PlugZap aliases
|
|
3263
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3264
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3265
3266
|
// PenLine aliases
|
|
3266
3267
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3267
3268
|
export {
|
|
3268
3269
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3269
3270
|
default as Edit3Icon
|
|
3270
3271
|
} from '../icons/pen-line';
|
|
3271
|
-
//
|
|
3272
|
-
export { default as
|
|
3273
|
-
export { default as
|
|
3272
|
+
// PlugZap aliases
|
|
3273
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3274
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3274
3275
|
// RectangleEllipsis aliases
|
|
3275
3276
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3276
3277
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
@@ -3280,15 +3281,18 @@ export { default as RowsIcon } from '../icons/rows-2';
|
|
|
3280
3281
|
// Rows3 aliases
|
|
3281
3282
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3282
3283
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3283
|
-
//
|
|
3284
|
-
export { default as
|
|
3285
|
-
export { default as
|
|
3284
|
+
// Rotate3d aliases
|
|
3285
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3286
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3286
3287
|
// SendHorizontal aliases
|
|
3287
3288
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3288
3289
|
export {
|
|
3289
3290
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3290
3291
|
default as SendHorizonalIcon
|
|
3291
3292
|
} from '../icons/send-horizontal';
|
|
3293
|
+
// Scale3d aliases
|
|
3294
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3295
|
+
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3292
3296
|
// ShieldQuestionMark aliases
|
|
3293
3297
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3294
3298
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
@@ -3301,6 +3305,9 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3301
3305
|
// Sparkles aliases
|
|
3302
3306
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3303
3307
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3308
|
+
// SquareArrowDownLeft aliases
|
|
3309
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3310
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3304
3311
|
// SquareActivity aliases
|
|
3305
3312
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3306
3313
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
@@ -3310,33 +3317,30 @@ export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-
|
|
|
3310
3317
|
// SquareArrowDown aliases
|
|
3311
3318
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3312
3319
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3313
|
-
// SquareArrowDownLeft aliases
|
|
3314
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3315
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3316
3320
|
// SquareArrowLeft aliases
|
|
3317
3321
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3318
3322
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3319
|
-
// SquareArrowOutDownRight aliases
|
|
3320
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3321
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3322
3323
|
// SquareArrowOutDownLeft aliases
|
|
3323
3324
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3324
3325
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3325
|
-
//
|
|
3326
|
-
export { default as
|
|
3327
|
-
export { default as
|
|
3326
|
+
// SquareArrowOutDownRight aliases
|
|
3327
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3328
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3328
3329
|
// SquareArrowOutUpLeft aliases
|
|
3329
3330
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3330
3331
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3332
|
+
// SquareArrowOutUpRight aliases
|
|
3333
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3334
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3331
3335
|
// SquareArrowRight aliases
|
|
3332
3336
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3333
3337
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3334
|
-
// SquareArrowUpRight aliases
|
|
3335
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3336
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3337
3338
|
// SquareArrowUpLeft aliases
|
|
3338
3339
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3339
3340
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3341
|
+
// SquareArrowUpRight aliases
|
|
3342
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3343
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3340
3344
|
// SquareArrowUp aliases
|
|
3341
3345
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3342
3346
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
@@ -3359,24 +3363,24 @@ export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
|
3359
3363
|
// SquareCheck aliases
|
|
3360
3364
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3361
3365
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3366
|
+
// SquareChevronUp aliases
|
|
3367
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3368
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3362
3369
|
// SquareChevronLeft aliases
|
|
3363
3370
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3364
3371
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3365
3372
|
// SquareChevronRight aliases
|
|
3366
3373
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3367
3374
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3368
|
-
// SquareChevronUp aliases
|
|
3369
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3370
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3371
|
-
// SquareDashedKanban aliases
|
|
3372
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3373
|
-
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3374
|
-
// SquareDashedMousePointer aliases
|
|
3375
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3376
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3377
3375
|
// SquareCode aliases
|
|
3378
3376
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3379
3377
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3378
|
+
// SquareDashedMousePointer aliases
|
|
3379
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3380
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3381
|
+
// SquareDashedKanban aliases
|
|
3382
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3383
|
+
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3380
3384
|
// SquareDashed aliases
|
|
3381
3385
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3382
3386
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
@@ -3389,21 +3393,21 @@ export { default as DotSquareIcon } from '../icons/square-dot';
|
|
|
3389
3393
|
// SquareEqual aliases
|
|
3390
3394
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3391
3395
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3392
|
-
// SquareKanban aliases
|
|
3393
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3394
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3395
|
-
// SquareM aliases
|
|
3396
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3397
|
-
export { default as MSquareIcon } from '../icons/square-m';
|
|
3398
3396
|
// SquareFunction aliases
|
|
3399
3397
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3400
3398
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3401
|
-
//
|
|
3402
|
-
export { default as
|
|
3403
|
-
export { default as
|
|
3399
|
+
// SquareKanban aliases
|
|
3400
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3401
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3404
3402
|
// SquareLibrary aliases
|
|
3405
3403
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3406
3404
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3405
|
+
// SquareMenu aliases
|
|
3406
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3407
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3408
|
+
// SquareM aliases
|
|
3409
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3410
|
+
export { default as MSquareIcon } from '../icons/square-m';
|
|
3407
3411
|
// SquareMinus aliases
|
|
3408
3412
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3409
3413
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
@@ -3430,12 +3434,12 @@ export { default as PiSquareIcon } from '../icons/square-pi';
|
|
|
3430
3434
|
// SquarePilcrow aliases
|
|
3431
3435
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3432
3436
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3433
|
-
// SquarePlay aliases
|
|
3434
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3435
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3436
3437
|
// SquarePlus aliases
|
|
3437
3438
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3438
3439
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3440
|
+
// SquarePlay aliases
|
|
3441
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3442
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3439
3443
|
// SquarePower aliases
|
|
3440
3444
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3441
3445
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
@@ -3445,18 +3449,15 @@ export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
|
3445
3449
|
// SquareSigma aliases
|
|
3446
3450
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3447
3451
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3452
|
+
// SquareSlash aliases
|
|
3453
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3454
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3448
3455
|
// SquareSplitHorizontal aliases
|
|
3449
3456
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3450
3457
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3451
3458
|
// SquareSplitVertical aliases
|
|
3452
3459
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3453
3460
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3454
|
-
// SquareSlash aliases
|
|
3455
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3456
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3457
|
-
// SquareTerminal aliases
|
|
3458
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3459
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3460
3461
|
// SquareUserRound aliases
|
|
3461
3462
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3462
3463
|
export {
|
|
@@ -3466,24 +3467,24 @@ export {
|
|
|
3466
3467
|
// SquareUser aliases
|
|
3467
3468
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3468
3469
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3469
|
-
//
|
|
3470
|
-
export { default as
|
|
3471
|
-
export { default as
|
|
3470
|
+
// SquareTerminal aliases
|
|
3471
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3472
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3472
3473
|
// SquareX aliases
|
|
3473
3474
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3474
3475
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3476
|
+
// TestTubeDiagonal aliases
|
|
3477
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3478
|
+
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3475
3479
|
// TextSelect aliases
|
|
3476
3480
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3477
3481
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3478
|
-
// TramFront aliases
|
|
3479
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3480
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3481
3482
|
// TreePalm aliases
|
|
3482
3483
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3483
3484
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3484
|
-
//
|
|
3485
|
-
export { default as
|
|
3486
|
-
export { default as
|
|
3485
|
+
// TramFront aliases
|
|
3486
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3487
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3487
3488
|
// TvMinimal aliases
|
|
3488
3489
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3489
3490
|
export {
|
|
@@ -3496,6 +3497,9 @@ export {
|
|
|
3496
3497
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
3497
3498
|
default as School2Icon
|
|
3498
3499
|
} from '../icons/university';
|
|
3500
|
+
// TriangleAlert aliases
|
|
3501
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3502
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3499
3503
|
// UserRoundCheck aliases
|
|
3500
3504
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3501
3505
|
export {
|
|
@@ -3514,12 +3518,6 @@ export {
|
|
|
3514
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3515
3519
|
default as UserCog2Icon
|
|
3516
3520
|
} from '../icons/user-round-cog';
|
|
3517
|
-
// UserRound aliases
|
|
3518
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3519
|
-
export {
|
|
3520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3521
|
-
default as User2Icon
|
|
3522
|
-
} from '../icons/user-round';
|
|
3523
3521
|
// UserRoundPlus aliases
|
|
3524
3522
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3525
3523
|
export {
|
|
@@ -3532,6 +3530,12 @@ export {
|
|
|
3532
3530
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
3533
3531
|
default as UserX2Icon
|
|
3534
3532
|
} from '../icons/user-round-x';
|
|
3533
|
+
// UserRound aliases
|
|
3534
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3537
|
+
default as User2Icon
|
|
3538
|
+
} from '../icons/user-round';
|
|
3535
3539
|
// UsersRound aliases
|
|
3536
3540
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3537
3541
|
export {
|
|
@@ -3544,16 +3548,16 @@ export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
|
3544
3548
|
// Utensils aliases
|
|
3545
3549
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3546
3550
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3547
|
-
// WalletMinimal aliases
|
|
3548
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3551
|
-
default as Wallet2Icon
|
|
3552
|
-
} from '../icons/wallet-minimal';
|
|
3553
3551
|
// WandSparkles aliases
|
|
3554
3552
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3555
3553
|
export {
|
|
3556
3554
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3557
3555
|
default as Wand2Icon
|
|
3558
3556
|
} from '../icons/wand-sparkles';
|
|
3557
|
+
// WalletMinimal aliases
|
|
3558
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3561
|
+
default as Wallet2Icon
|
|
3562
|
+
} from '../icons/wallet-minimal';
|
|
3559
3563
|
|