@lucide/astro 1.31.0 → 1.32.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 +90 -90
- package/src/aliases/prefixed.ts +594 -590
- package/src/aliases/suffixed.ts +958 -954
- package/src/createLucideIcon.ts +1 -1
- package/src/icons/car-battery.ts +18 -0
- package/src/icons/index.ts +181 -179
- package/src/icons/square-text.ts +18 -0
- package/src/types.ts +1 -1
- package/src/utils/hasA11yProp.ts +1 -1
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
5
|
// Accessibility aliases
|
|
8
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
-
// Ad aliases
|
|
10
|
-
export { default as AdIcon } from '../icons/ad';
|
|
11
7
|
// Activity aliases
|
|
12
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
13
|
-
//
|
|
14
|
-
export { default as
|
|
9
|
+
// ALargeSmall aliases
|
|
10
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
|
+
// Ad aliases
|
|
12
|
+
export { default as AdIcon } from '../icons/ad';
|
|
15
13
|
// AirVent aliases
|
|
16
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmClock aliases
|
|
20
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// AlarmSmoke aliases
|
|
22
22
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
23
|
// Album aliases
|
|
@@ -28,36 +28,36 @@ export { default as AlignCenterHorizontalIcon } from '../icons/align-center-hori
|
|
|
28
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignEndVertical aliases
|
|
34
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
37
|
// AlignHorizontalDistributeStart aliases
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalJustifyEnd aliases
|
|
44
42
|
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
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
|
-
// AlignHorizontalSpaceBetween aliases
|
|
48
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignStartHorizontal aliases
|
|
50
48
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
51
|
// AlignStartVertical aliases
|
|
52
52
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
53
|
// AlignVerticalDistributeCenter aliases
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
57
|
// AlignVerticalDistributeStart aliases
|
|
60
58
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
+
// AlignVerticalJustifyCenter aliases
|
|
60
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalJustifyStart aliases
|
|
@@ -80,20 +80,20 @@ export { default as AnchorIcon } from '../icons/anchor';
|
|
|
80
80
|
export { default as AngleIcon } from '../icons/angle';
|
|
81
81
|
// Antenna aliases
|
|
82
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
-
// Aperture aliases
|
|
84
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
83
|
// Anvil aliases
|
|
86
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
87
|
// AppWindowMac aliases
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
91
93
|
// ArchiveRestore aliases
|
|
92
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
95
|
// ArchiveX aliases
|
|
94
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
-
// Apple aliases
|
|
96
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
99
|
// Armchair aliases
|
|
@@ -110,46 +110,46 @@ export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
115
|
// ArrowBigUp aliases
|
|
114
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
117
|
// ArrowDownFromLine aliases
|
|
116
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
-
// ArrowBigUpDash aliases
|
|
118
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
+
// ArrowDownNarrowWide aliases
|
|
122
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownRight aliases
|
|
122
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
125
|
// ArrowDownToDot aliases
|
|
124
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
-
// ArrowDownNarrowWide aliases
|
|
126
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftFromLine aliases
|
|
134
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
133
|
// ArrowLeftRight aliases
|
|
136
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftFromLine aliases
|
|
140
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
143
|
// ArrowRightLeft aliases
|
|
144
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRightToLine aliases
|
|
146
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
|
-
// ArrowUpFromDot aliases
|
|
148
|
-
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
149
|
-
// ArrowRight aliases
|
|
150
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
147
|
// ArrowUpDown aliases
|
|
152
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
+
// ArrowRight aliases
|
|
150
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
@@ -172,26 +172,26 @@ export { default as AstroidIcon } from '../icons/astroid';
|
|
|
172
172
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
-
// AudioLinesX aliases
|
|
176
|
-
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
175
|
// AudioLines aliases
|
|
178
176
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
177
|
// AudioWaveform aliases
|
|
180
178
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
-
//
|
|
182
|
-
export { default as
|
|
179
|
+
// AudioLinesX aliases
|
|
180
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
183
181
|
// Award aliases
|
|
184
182
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
+
// Axe aliases
|
|
184
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// Backpack aliases
|
|
188
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
187
|
// BadgeAlert aliases
|
|
190
188
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
189
|
+
// Backpack aliases
|
|
190
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
191
|
// BadgeCent aliases
|
|
194
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
+
// BadgeDollarSign aliases
|
|
194
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
195
|
// BadgeEuro aliases
|
|
196
196
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
@@ -200,14 +200,14 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
200
200
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
201
|
// BadgeJapaneseYen aliases
|
|
202
202
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
// BadgePercent aliases
|
|
204
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
-
// BadgePlus aliases
|
|
206
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
203
|
// BadgeMinus aliases
|
|
208
204
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
+
// BadgePercent aliases
|
|
206
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
209
207
|
// BadgePoundSterling aliases
|
|
210
208
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
+
// BadgePlus aliases
|
|
210
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
213
|
// BadgeSwissFranc aliases
|
|
@@ -222,12 +222,12 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
223
|
// Balloon aliases
|
|
224
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
|
+
// Ban aliases
|
|
226
|
+
export { default as BanIcon } from '../icons/ban';
|
|
225
227
|
// Banana aliases
|
|
226
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
227
229
|
// Bandage aliases
|
|
228
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
-
// Ban aliases
|
|
230
|
-
export { default as BanIcon } from '../icons/ban';
|
|
231
231
|
// BanknoteArrowDown aliases
|
|
232
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
233
|
// BanknoteArrowUp aliases
|
|
@@ -244,10 +244,10 @@ export { default as BarcodeIcon } from '../icons/barcode';
|
|
|
244
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
245
|
// Baseline aliases
|
|
246
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
247
|
// BatteryCharging aliases
|
|
250
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
|
+
// Bath aliases
|
|
250
|
+
export { default as BathIcon } from '../icons/bath';
|
|
251
251
|
// BatteryFull aliases
|
|
252
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
253
|
// BatteryLow aliases
|
|
@@ -262,36 +262,36 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
-
// Bean aliases
|
|
266
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
271
269
|
// BedDouble aliases
|
|
272
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
|
+
// BedSingle aliases
|
|
272
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
273
275
|
// BeefOff aliases
|
|
274
276
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
275
277
|
// Beef aliases
|
|
276
278
|
export { default as BeefIcon } from '../icons/beef';
|
|
277
|
-
// Bed aliases
|
|
278
|
-
export { default as BedIcon } from '../icons/bed';
|
|
279
|
-
// BeerOff aliases
|
|
280
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
281
279
|
// Beer aliases
|
|
282
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
+
// BeerOff aliases
|
|
282
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// BellCheck aliases
|
|
284
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
285
|
// BellDot aliases
|
|
286
286
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
|
-
// BellElectric aliases
|
|
288
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
287
|
// BellMinus aliases
|
|
290
288
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
|
-
//
|
|
292
|
-
export { default as
|
|
289
|
+
// BellElectric aliases
|
|
290
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
293
291
|
// BellOff aliases
|
|
294
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
+
// BellPlus aliases
|
|
294
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
295
|
// BellRing aliases
|
|
296
296
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
297
|
// Bell aliases
|
|
@@ -300,10 +300,10 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
300
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
301
|
// BetweenVerticalStart aliases
|
|
302
302
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
|
-
// Bike aliases
|
|
304
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
305
303
|
// BicepsFlexed aliases
|
|
306
304
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
|
+
// Bike aliases
|
|
306
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
307
307
|
// Binary aliases
|
|
308
308
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
309
|
// Binoculars aliases
|
|
@@ -326,24 +326,24 @@ export { default as BlindsIcon } from '../icons/blinds';
|
|
|
326
326
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
327
|
// Blocks aliases
|
|
328
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
|
-
// BluetoothOff aliases
|
|
330
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
331
329
|
// BluetoothSearching aliases
|
|
332
330
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
331
|
+
// BluetoothOff aliases
|
|
332
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
333
|
// Bluetooth aliases
|
|
334
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
335
|
// Bold aliases
|
|
336
336
|
export { default as BoldIcon } from '../icons/bold';
|
|
337
|
-
// Bolt aliases
|
|
338
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
339
337
|
// Bomb aliases
|
|
340
338
|
export { default as BombIcon } from '../icons/bomb';
|
|
339
|
+
// Bolt aliases
|
|
340
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
// Bone aliases
|
|
344
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
345
343
|
// BookA aliases
|
|
346
344
|
export { default as BookAIcon } from '../icons/book-a';
|
|
345
|
+
// Bone aliases
|
|
346
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
347
347
|
// BookAlert aliases
|
|
348
348
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
349
|
// BookCheck aliases
|
|
@@ -356,10 +356,10 @@ export { default as BookCopyIcon } from '../icons/book-copy';
|
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
357
|
// BookHeadphones aliases
|
|
358
358
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
-
// BookHeart aliases
|
|
360
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
359
|
// BookImage aliases
|
|
362
360
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
361
|
+
// BookHeart aliases
|
|
362
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
363
|
// BookLock aliases
|
|
364
364
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
365
|
// BookKey aliases
|
|
@@ -370,34 +370,34 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
370
370
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
371
|
// BookMinus aliases
|
|
372
372
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
|
-
// BookOpen aliases
|
|
374
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
375
373
|
// BookOpenText aliases
|
|
376
374
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
375
|
// BookPlus aliases
|
|
378
376
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
379
377
|
// BookSearch aliases
|
|
380
378
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
|
+
// BookOpen aliases
|
|
380
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
381
381
|
// BookText aliases
|
|
382
382
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookType aliases
|
|
384
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
385
383
|
// BookUp2 aliases
|
|
386
384
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
|
+
// BookType aliases
|
|
386
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
387
|
// BookUp aliases
|
|
388
388
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
389
|
// BookUser aliases
|
|
390
390
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
391
|
// BookX aliases
|
|
392
392
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
|
-
// Book aliases
|
|
394
|
-
export { default as BookIcon } from '../icons/book';
|
|
395
|
-
// BookmarkCheck aliases
|
|
396
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
397
393
|
// BookmarkMinus aliases
|
|
398
394
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
|
+
// Book aliases
|
|
396
|
+
export { default as BookIcon } from '../icons/book';
|
|
399
397
|
// BookmarkOff aliases
|
|
400
398
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
|
+
// BookmarkCheck aliases
|
|
400
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
403
|
// BookmarkX aliases
|
|
@@ -414,90 +414,90 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
414
414
|
export { default as BotIcon } from '../icons/bot';
|
|
415
415
|
// BottleWine aliases
|
|
416
416
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
|
+
// BowArrow aliases
|
|
418
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
417
419
|
// Box aliases
|
|
418
420
|
export { default as BoxIcon } from '../icons/box';
|
|
419
421
|
// Boxes aliases
|
|
420
422
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
421
|
-
// Brackets aliases
|
|
422
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
423
|
// BrainCircuit aliases
|
|
424
424
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
|
-
// BowArrow aliases
|
|
426
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
427
425
|
// BrainCog aliases
|
|
428
426
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
|
+
// Brackets aliases
|
|
428
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
429
|
// Brain aliases
|
|
430
430
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
431
|
// BrickWallFire aliases
|
|
432
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
-
// BrickWallShield aliases
|
|
434
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
435
433
|
// BrickWall aliases
|
|
436
434
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
437
435
|
// BriefcaseBusiness aliases
|
|
438
436
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
|
-
//
|
|
440
|
-
export { default as
|
|
437
|
+
// BrickWallShield aliases
|
|
438
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
441
439
|
// BriefcaseMedical aliases
|
|
442
440
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
-
//
|
|
444
|
-
export { default as
|
|
441
|
+
// BriefcaseConveyorBelt aliases
|
|
442
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
+
// BroomSparkles aliases
|
|
444
|
+
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
445
445
|
// BringToFront aliases
|
|
446
446
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
447
|
// Broccoli aliases
|
|
448
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
449
|
+
// Briefcase aliases
|
|
450
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
451
451
|
// Broom aliases
|
|
452
452
|
export { default as BroomIcon } from '../icons/broom';
|
|
453
453
|
// BrushCleaning aliases
|
|
454
454
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
455
|
// Brush aliases
|
|
456
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
457
|
+
// BugOff aliases
|
|
458
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
457
459
|
// Bubbles aliases
|
|
458
460
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
459
461
|
// BugPlay aliases
|
|
460
462
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
461
|
-
// BugOff aliases
|
|
462
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
|
-
// Building2 aliases
|
|
464
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
465
463
|
// Bug aliases
|
|
466
464
|
export { default as BugIcon } from '../icons/bug';
|
|
465
|
+
// Building2 aliases
|
|
466
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
467
467
|
// Building aliases
|
|
468
468
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
469
|
// BusFront aliases
|
|
470
470
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
471
|
-
// Bus aliases
|
|
472
|
-
export { default as BusIcon } from '../icons/bus';
|
|
473
471
|
// CableCar aliases
|
|
474
472
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
|
-
//
|
|
476
|
-
export { default as
|
|
473
|
+
// Bus aliases
|
|
474
|
+
export { default as BusIcon } from '../icons/bus';
|
|
477
475
|
// Cable aliases
|
|
478
476
|
export { default as CableIcon } from '../icons/cable';
|
|
477
|
+
// CakeSlice aliases
|
|
478
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
479
|
// Cake aliases
|
|
480
480
|
export { default as CakeIcon } from '../icons/cake';
|
|
481
481
|
// Calculator aliases
|
|
482
482
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
|
-
// Calendar1 aliases
|
|
484
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
485
483
|
// CalendarArrowDown aliases
|
|
486
484
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
|
+
// Calendar1 aliases
|
|
486
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
487
|
// CalendarArrowUp aliases
|
|
488
488
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
|
-
// CalendarCheck aliases
|
|
490
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
491
489
|
// CalendarCheck2 aliases
|
|
492
490
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
491
|
+
// CalendarCheck aliases
|
|
492
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
493
493
|
// CalendarClock aliases
|
|
494
494
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
495
495
|
// CalendarCog aliases
|
|
496
496
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
497
|
-
// CalendarDays aliases
|
|
498
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
499
497
|
// CalendarFold aliases
|
|
500
498
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
499
|
+
// CalendarDays aliases
|
|
500
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
501
501
|
// CalendarHeart aliases
|
|
502
502
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
503
|
// CalendarMinus2 aliases
|
|
@@ -514,46 +514,48 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
514
514
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
515
|
// CalendarSearch aliases
|
|
516
516
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
+
// CalendarX aliases
|
|
518
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
517
519
|
// CalendarSync aliases
|
|
518
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
519
521
|
// CalendarX2 aliases
|
|
520
522
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
521
|
-
// CalendarX aliases
|
|
522
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
523
523
|
// Calendar aliases
|
|
524
524
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
525
525
|
// Calendars aliases
|
|
526
526
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
527
527
|
// CameraOff aliases
|
|
528
528
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
|
-
// CandyCane aliases
|
|
530
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
531
529
|
// Camera aliases
|
|
532
530
|
export { default as CameraIcon } from '../icons/camera';
|
|
531
|
+
// CandyCane aliases
|
|
532
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
533
533
|
// CandyOff aliases
|
|
534
534
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
535
|
-
// CannabisOff aliases
|
|
536
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
537
535
|
// Candy aliases
|
|
538
536
|
export { default as CandyIcon } from '../icons/candy';
|
|
539
537
|
// Cannabis aliases
|
|
540
538
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
541
539
|
// CaptionsOff aliases
|
|
542
540
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
541
|
+
// CannabisOff aliases
|
|
542
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
543
|
+
// CarBattery aliases
|
|
544
|
+
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
545
545
|
// CarFront aliases
|
|
546
546
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
547
|
+
// CarTaxiFront aliases
|
|
548
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
549
549
|
// Car aliases
|
|
550
550
|
export { default as CarIcon } from '../icons/car';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
551
|
+
// Caravan aliases
|
|
552
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
553
553
|
// Carrot aliases
|
|
554
554
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
555
|
// CaseLower aliases
|
|
556
556
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
557
|
+
// CardSim aliases
|
|
558
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
557
559
|
// CaseSensitive aliases
|
|
558
560
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
559
561
|
// CaseUpper aliases
|
|
@@ -562,26 +564,26 @@ export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
|
562
564
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
563
565
|
// Castle aliases
|
|
564
566
|
export { default as CastleIcon } from '../icons/castle';
|
|
565
|
-
// Cast aliases
|
|
566
|
-
export { default as CastIcon } from '../icons/cast';
|
|
567
567
|
// Cat aliases
|
|
568
568
|
export { default as CatIcon } from '../icons/cat';
|
|
569
569
|
// CctvOff aliases
|
|
570
570
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
571
|
+
// Cast aliases
|
|
572
|
+
export { default as CastIcon } from '../icons/cast';
|
|
573
573
|
// ChartBarDecreasing aliases
|
|
574
574
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
575
|
+
// Cctv aliases
|
|
576
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
575
577
|
// ChartBarIncreasing aliases
|
|
576
578
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
577
|
-
// ChartColumnDecreasing aliases
|
|
578
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
579
579
|
// ChartBarStacked aliases
|
|
580
580
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
581
|
+
// ChartColumnDecreasing aliases
|
|
582
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
583
583
|
// ChartGantt aliases
|
|
584
584
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
585
|
+
// ChartColumnStacked aliases
|
|
586
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
585
587
|
// ChartNetwork aliases
|
|
586
588
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
587
589
|
// ChartNoAxesColumnDecreasing aliases
|
|
@@ -594,56 +596,56 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
594
596
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
595
597
|
// CheckLine aliases
|
|
596
598
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
597
|
-
// ChefHat aliases
|
|
598
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
599
599
|
// Check aliases
|
|
600
600
|
export { default as CheckIcon } from '../icons/check';
|
|
601
601
|
// Cherry aliases
|
|
602
602
|
export { default as CherryIcon } from '../icons/cherry';
|
|
603
|
-
//
|
|
604
|
-
export { default as
|
|
603
|
+
// ChefHat aliases
|
|
604
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
605
|
// ChessBishop aliases
|
|
606
606
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
607
|
+
// ChessKing aliases
|
|
608
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
607
609
|
// ChessKnight aliases
|
|
608
610
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
609
|
-
// ChessPawn aliases
|
|
610
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
611
611
|
// ChessQueen aliases
|
|
612
612
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
613
|
+
// ChessPawn aliases
|
|
614
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
613
615
|
// ChessRook aliases
|
|
614
616
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
615
|
-
// ChevronDown aliases
|
|
616
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
617
|
-
// ChevronLast aliases
|
|
618
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
619
617
|
// ChevronFirst aliases
|
|
620
618
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
619
|
+
// ChevronDown aliases
|
|
620
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
621
621
|
// ChevronLeft aliases
|
|
622
622
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
623
|
+
// ChevronLast aliases
|
|
624
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
623
625
|
// ChevronRight aliases
|
|
624
626
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
625
627
|
// ChevronUp aliases
|
|
626
628
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
627
629
|
// ChevronsDownUp aliases
|
|
628
630
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
629
|
-
// ChevronsDown aliases
|
|
630
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
631
631
|
// ChevronsLeftRightEllipsis aliases
|
|
632
632
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
633
|
+
// ChevronsDown aliases
|
|
634
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
633
635
|
// ChevronsLeftRight aliases
|
|
634
636
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
635
637
|
// ChevronsLeft aliases
|
|
636
638
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
637
639
|
// ChevronsRightLeft aliases
|
|
638
640
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
641
|
+
// ChevronsUpDown aliases
|
|
642
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
639
643
|
// ChevronsRight aliases
|
|
640
644
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
641
645
|
// ChevronsUp aliases
|
|
642
646
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
643
647
|
// Church aliases
|
|
644
648
|
export { default as ChurchIcon } from '../icons/church';
|
|
645
|
-
// ChevronsUpDown aliases
|
|
646
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
647
649
|
// CigaretteOff aliases
|
|
648
650
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
649
651
|
// Cigarette aliases
|
|
@@ -652,50 +654,50 @@ export { default as CigaretteIcon } from '../icons/cigarette';
|
|
|
652
654
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
653
655
|
// CircleDollarSign aliases
|
|
654
656
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
655
|
-
// CircleDotDashed aliases
|
|
656
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
657
657
|
// CircleDot aliases
|
|
658
658
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
659
|
-
//
|
|
660
|
-
export { default as
|
|
659
|
+
// CircleDotDashed aliases
|
|
660
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
661
661
|
// CircleEllipsis aliases
|
|
662
662
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
663
|
-
// CircleEuro aliases
|
|
664
|
-
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
665
663
|
// CircleFadingArrowUp aliases
|
|
666
664
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
665
|
+
// CircleEqual aliases
|
|
666
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
|
+
// CircleEuro aliases
|
|
668
|
+
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
667
669
|
// CircleFadingPlus aliases
|
|
668
670
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
669
671
|
// CircleOff aliases
|
|
670
672
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
671
673
|
// CirclePile aliases
|
|
672
674
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
673
|
-
// CirclePoundSterling aliases
|
|
674
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
675
|
-
// CircleSmall aliases
|
|
676
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
677
675
|
// CircleSlash aliases
|
|
678
676
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
677
|
+
// CircleSmall aliases
|
|
678
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
679
|
+
// CirclePoundSterling aliases
|
|
680
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
681
681
|
// CircleStar aliases
|
|
682
682
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
683
683
|
// CircuitBoard aliases
|
|
684
684
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
685
685
|
// Citrus aliases
|
|
686
686
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
687
|
+
// Circle aliases
|
|
688
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
687
689
|
// Clapperboard aliases
|
|
688
690
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
689
|
-
// ClipboardClock aliases
|
|
690
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
691
691
|
// ClipboardCheck aliases
|
|
692
692
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
|
+
// ClipboardClock aliases
|
|
694
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
693
695
|
// ClipboardCopy aliases
|
|
694
696
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
695
|
-
// ClipboardMinus aliases
|
|
696
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
697
697
|
// ClipboardList aliases
|
|
698
698
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
699
|
+
// ClipboardMinus aliases
|
|
700
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
699
701
|
// ClipboardPaste aliases
|
|
700
702
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
701
703
|
// ClipboardPlus aliases
|
|
@@ -710,98 +712,98 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
710
712
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
711
713
|
// Clock10 aliases
|
|
712
714
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
713
|
-
// Clock12 aliases
|
|
714
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
715
715
|
// Clock11 aliases
|
|
716
716
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
717
|
+
// Clock12 aliases
|
|
718
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
719
719
|
// Clock2 aliases
|
|
720
720
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
721
|
+
// Clock4 aliases
|
|
722
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
721
723
|
// Clock3 aliases
|
|
722
724
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
723
725
|
// Clock5 aliases
|
|
724
726
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
725
727
|
// Clock6 aliases
|
|
726
728
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
727
|
-
// Clock7 aliases
|
|
728
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
729
729
|
// Clock8 aliases
|
|
730
730
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
731
731
|
// Clock9 aliases
|
|
732
732
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
733
|
+
// Clock7 aliases
|
|
734
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
733
735
|
// ClockAlert aliases
|
|
734
736
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
735
737
|
// ClockArrowDown aliases
|
|
736
738
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
737
|
-
// ClockArrowLeft aliases
|
|
738
|
-
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
739
739
|
// ClockArrowRight aliases
|
|
740
740
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
741
|
+
// ClockArrowLeft aliases
|
|
742
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
741
743
|
// ClockArrowUp aliases
|
|
742
744
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
743
745
|
// ClockCheck aliases
|
|
744
746
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
745
747
|
// ClockFading aliases
|
|
746
748
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
747
|
-
// Clock aliases
|
|
748
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
749
749
|
// ClockPlus aliases
|
|
750
750
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
751
|
+
// Clock aliases
|
|
752
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
751
753
|
// ClosedCaption aliases
|
|
752
754
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
753
|
-
// CloudAlert aliases
|
|
754
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
755
755
|
// CloudBackup aliases
|
|
756
756
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
757
|
+
// CloudAlert aliases
|
|
758
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
759
|
+
// CloudCog aliases
|
|
760
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
757
761
|
// CloudCheck aliases
|
|
758
762
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
759
763
|
// CloudDrizzle aliases
|
|
760
764
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
761
|
-
// CloudCog aliases
|
|
762
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
763
765
|
// CloudFog aliases
|
|
764
766
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
765
|
-
// CloudHail aliases
|
|
766
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
767
767
|
// CloudLightning aliases
|
|
768
768
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
769
|
-
//
|
|
770
|
-
export { default as
|
|
769
|
+
// CloudHail aliases
|
|
770
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
771
|
// CloudMoonRain aliases
|
|
772
772
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
773
|
+
// CloudMoon aliases
|
|
774
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
773
775
|
// CloudOff aliases
|
|
774
776
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
777
|
+
// CloudRainWind aliases
|
|
778
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
775
779
|
// CloudRain aliases
|
|
776
780
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
777
781
|
// CloudSnow aliases
|
|
778
782
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
779
|
-
// CloudRainWind aliases
|
|
780
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
781
|
-
// CloudSunRain aliases
|
|
782
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
783
783
|
// CloudSun aliases
|
|
784
784
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
785
|
+
// CloudSunRain aliases
|
|
786
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
785
787
|
// CloudSync aliases
|
|
786
788
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
787
789
|
// Cloud aliases
|
|
788
790
|
export { default as CloudIcon } from '../icons/cloud';
|
|
789
791
|
// Cloudy aliases
|
|
790
792
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
791
|
-
// Coffee aliases
|
|
792
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
793
|
-
// Clover aliases
|
|
794
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
795
793
|
// Club aliases
|
|
796
794
|
export { default as ClubIcon } from '../icons/club';
|
|
795
|
+
// Clover aliases
|
|
796
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
797
797
|
// Code aliases
|
|
798
798
|
export { default as CodeIcon } from '../icons/code';
|
|
799
|
+
// Coffee aliases
|
|
800
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
799
801
|
// Cog aliases
|
|
800
802
|
export { default as CogIcon } from '../icons/cog';
|
|
801
|
-
// Columns4 aliases
|
|
802
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
803
803
|
// Coins aliases
|
|
804
804
|
export { default as CoinsIcon } from '../icons/coins';
|
|
805
|
+
// Columns4 aliases
|
|
806
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
805
807
|
// Combine aliases
|
|
806
808
|
export { default as CombineIcon } from '../icons/combine';
|
|
807
809
|
// Command aliases
|
|
@@ -814,20 +816,20 @@ export { default as ComponentIcon } from '../icons/component';
|
|
|
814
816
|
export { default as ComputerIcon } from '../icons/computer';
|
|
815
817
|
// ConciergeBell aliases
|
|
816
818
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
817
|
-
// Construction aliases
|
|
818
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
819
819
|
// Cone aliases
|
|
820
820
|
export { default as ConeIcon } from '../icons/cone';
|
|
821
|
+
// Construction aliases
|
|
822
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
821
823
|
// Container aliases
|
|
822
824
|
export { default as ContainerIcon } from '../icons/container';
|
|
823
825
|
// Contact aliases
|
|
824
826
|
export { default as ContactIcon } from '../icons/contact';
|
|
825
|
-
// CookingPot aliases
|
|
826
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
827
|
-
// Contrast aliases
|
|
828
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
829
827
|
// Cookie aliases
|
|
830
828
|
export { default as CookieIcon } from '../icons/cookie';
|
|
829
|
+
// Contrast aliases
|
|
830
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
831
|
+
// CookingPot aliases
|
|
832
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
831
833
|
// CopyCheck aliases
|
|
832
834
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
833
835
|
// CopyMinus aliases
|
|
@@ -842,24 +844,24 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
842
844
|
export { default as CopyIcon } from '../icons/copy';
|
|
843
845
|
// Copyleft aliases
|
|
844
846
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
845
|
-
// CornerDownLeft aliases
|
|
846
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
847
847
|
// Copyright aliases
|
|
848
848
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
849
|
+
// CornerDownLeft aliases
|
|
850
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
849
851
|
// CornerDownRight aliases
|
|
850
852
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
851
853
|
// CornerLeftDown aliases
|
|
852
854
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
853
|
-
// CornerRightDown aliases
|
|
854
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
855
855
|
// CornerLeftUp aliases
|
|
856
856
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
857
857
|
// CornerRightUp aliases
|
|
858
858
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
859
|
-
//
|
|
860
|
-
export { default as
|
|
859
|
+
// CornerRightDown aliases
|
|
860
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
861
|
// CornerUpLeft aliases
|
|
862
862
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
863
|
+
// CornerUpRight aliases
|
|
864
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
863
865
|
// Cpu aliases
|
|
864
866
|
export { default as CpuIcon } from '../icons/cpu';
|
|
865
867
|
// CreativeCommons aliases
|
|
@@ -870,18 +872,18 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
870
872
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
871
873
|
// Crop aliases
|
|
872
874
|
export { default as CropIcon } from '../icons/crop';
|
|
873
|
-
// Crosshair aliases
|
|
874
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
875
875
|
// Cross aliases
|
|
876
876
|
export { default as CrossIcon } from '../icons/cross';
|
|
877
|
+
// Crosshair aliases
|
|
878
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
877
879
|
// Crown aliases
|
|
878
880
|
export { default as CrownIcon } from '../icons/crown';
|
|
879
|
-
// Cuboid aliases
|
|
880
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
881
881
|
// CupSoda aliases
|
|
882
882
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
883
883
|
// Currency aliases
|
|
884
884
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
885
|
+
// Cuboid aliases
|
|
886
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
885
887
|
// Cylinder aliases
|
|
886
888
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
887
889
|
// Dam aliases
|
|
@@ -890,10 +892,10 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
890
892
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
891
893
|
// DatabaseArrowUp aliases
|
|
892
894
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
893
|
-
// DatabaseBackup aliases
|
|
894
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
895
895
|
// DatabaseCheck aliases
|
|
896
896
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
897
|
+
// DatabaseBackup aliases
|
|
898
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
897
899
|
// DatabaseMinus aliases
|
|
898
900
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
899
901
|
// DatabasePlus aliases
|
|
@@ -922,12 +924,12 @@ export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
|
922
924
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
923
925
|
// DiamondPlus aliases
|
|
924
926
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
925
|
-
// Dice1 aliases
|
|
926
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
927
|
-
// Dice3 aliases
|
|
928
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
929
927
|
// Dice2 aliases
|
|
930
928
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
929
|
+
// Dice3 aliases
|
|
930
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
931
|
+
// Dice1 aliases
|
|
932
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
931
933
|
// Dice4 aliases
|
|
932
934
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
933
935
|
// Dice5 aliases
|
|
@@ -938,50 +940,50 @@ export { default as Dice6Icon } from '../icons/dice-6';
|
|
|
938
940
|
export { default as DicesIcon } from '../icons/dices';
|
|
939
941
|
// Diff aliases
|
|
940
942
|
export { default as DiffIcon } from '../icons/diff';
|
|
941
|
-
// Disc2 aliases
|
|
942
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
943
943
|
// Disc3 aliases
|
|
944
944
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
945
|
+
// Disc2 aliases
|
|
946
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
945
947
|
// DiscAlbum aliases
|
|
946
948
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
947
|
-
// Disc aliases
|
|
948
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
949
949
|
// Divide aliases
|
|
950
950
|
export { default as DivideIcon } from '../icons/divide';
|
|
951
|
+
// Disc aliases
|
|
952
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
951
953
|
// DnaOff aliases
|
|
952
954
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
953
955
|
// Dna aliases
|
|
954
956
|
export { default as DnaIcon } from '../icons/dna';
|
|
955
|
-
// DollarSign aliases
|
|
956
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
957
957
|
// Dock aliases
|
|
958
958
|
export { default as DockIcon } from '../icons/dock';
|
|
959
959
|
// Dog aliases
|
|
960
960
|
export { default as DogIcon } from '../icons/dog';
|
|
961
|
+
// DollarSign aliases
|
|
962
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
961
963
|
// Donut aliases
|
|
962
964
|
export { default as DonutIcon } from '../icons/donut';
|
|
963
965
|
// DoorClosedLocked aliases
|
|
964
966
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
965
|
-
// DoorOpen aliases
|
|
966
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
967
967
|
// DoorClosed aliases
|
|
968
968
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
|
+
// Dot aliases
|
|
970
|
+
export { default as DotIcon } from '../icons/dot';
|
|
971
|
+
// DoorOpen aliases
|
|
972
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
969
973
|
// Download aliases
|
|
970
974
|
export { default as DownloadIcon } from '../icons/download';
|
|
971
975
|
// DraftingCompass aliases
|
|
972
976
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
973
|
-
// Dot aliases
|
|
974
|
-
export { default as DotIcon } from '../icons/dot';
|
|
975
977
|
// Drama aliases
|
|
976
978
|
export { default as DramaIcon } from '../icons/drama';
|
|
977
979
|
// Drill aliases
|
|
978
980
|
export { default as DrillIcon } from '../icons/drill';
|
|
979
981
|
// Drone aliases
|
|
980
982
|
export { default as DroneIcon } from '../icons/drone';
|
|
981
|
-
// Droplet aliases
|
|
982
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
983
983
|
// DropletOff aliases
|
|
984
984
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
985
|
+
// Droplet aliases
|
|
986
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
985
987
|
// Drum aliases
|
|
986
988
|
export { default as DrumIcon } from '../icons/drum';
|
|
987
989
|
// Droplets aliases
|
|
@@ -994,12 +996,12 @@ export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
|
994
996
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
995
997
|
// Ear aliases
|
|
996
998
|
export { default as EarIcon } from '../icons/ear';
|
|
997
|
-
// Eclipse aliases
|
|
998
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
999
999
|
// EarthLock aliases
|
|
1000
1000
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1001
1001
|
// EggFried aliases
|
|
1002
1002
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1003
|
+
// Eclipse aliases
|
|
1004
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1003
1005
|
// EggOff aliases
|
|
1004
1006
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1005
1007
|
// Egg aliases
|
|
@@ -1008,44 +1010,44 @@ export { default as EggIcon } from '../icons/egg';
|
|
|
1008
1010
|
export { default as EjectIcon } from '../icons/eject';
|
|
1009
1011
|
// Ellipse aliases
|
|
1010
1012
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1011
|
-
// EqualNot aliases
|
|
1012
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1013
1013
|
// EqualApproximately aliases
|
|
1014
1014
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1015
|
+
// EqualNot aliases
|
|
1016
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1015
1017
|
// Equal aliases
|
|
1016
1018
|
export { default as EqualIcon } from '../icons/equal';
|
|
1017
1019
|
// Eraser aliases
|
|
1018
1020
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1019
|
-
// Euro aliases
|
|
1020
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
1021
1021
|
// EthernetPort aliases
|
|
1022
1022
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1023
1023
|
// EvCharger aliases
|
|
1024
1024
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1025
|
+
// Euro aliases
|
|
1026
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
1025
1027
|
// Expand aliases
|
|
1026
1028
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1027
1029
|
// ExternalLink aliases
|
|
1028
1030
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
1029
1031
|
// EyeClosed aliases
|
|
1030
1032
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1031
|
-
// EyeOff aliases
|
|
1032
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1033
1033
|
// EyeDashed aliases
|
|
1034
1034
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1035
|
-
//
|
|
1036
|
-
export { default as
|
|
1035
|
+
// EyeOff aliases
|
|
1036
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1037
1037
|
// Factory aliases
|
|
1038
1038
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1039
1039
|
// Fan aliases
|
|
1040
1040
|
export { default as FanIcon } from '../icons/fan';
|
|
1041
|
-
//
|
|
1042
|
-
export { default as
|
|
1043
|
-
// Fence aliases
|
|
1044
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1041
|
+
// Eye aliases
|
|
1042
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1045
1043
|
// FastForward aliases
|
|
1046
1044
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1045
|
+
// Feather aliases
|
|
1046
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1047
1047
|
// FerrisWheel aliases
|
|
1048
1048
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1049
|
+
// Fence aliases
|
|
1050
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1049
1051
|
// FileArchive aliases
|
|
1050
1052
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1051
1053
|
// FileBox aliases
|
|
@@ -1062,20 +1064,20 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1062
1064
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1063
1065
|
// FileDown aliases
|
|
1064
1066
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1065
|
-
// FileImage aliases
|
|
1066
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1067
1067
|
// FileHeart aliases
|
|
1068
1068
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1069
|
+
// FileImage aliases
|
|
1070
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1069
1071
|
// FileInput aliases
|
|
1070
1072
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1071
1073
|
// FileMinus aliases
|
|
1072
1074
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1073
1075
|
// FileMusic aliases
|
|
1074
1076
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1075
|
-
// FileOutput aliases
|
|
1076
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1077
1077
|
// FilePlus aliases
|
|
1078
1078
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1079
|
+
// FileOutput aliases
|
|
1080
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1079
1081
|
// FileScan aliases
|
|
1080
1082
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1081
1083
|
// FileSearch aliases
|
|
@@ -1090,44 +1092,44 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1090
1092
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1091
1093
|
// FileTerminal aliases
|
|
1092
1094
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1093
|
-
// FileText aliases
|
|
1094
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1095
1095
|
// FileType aliases
|
|
1096
1096
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1097
1097
|
// FileUp aliases
|
|
1098
1098
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1099
|
-
//
|
|
1100
|
-
export { default as
|
|
1099
|
+
// FileText aliases
|
|
1100
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1101
1101
|
// FileUser aliases
|
|
1102
1102
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1103
|
+
// FileVolume aliases
|
|
1104
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1103
1105
|
// FileX aliases
|
|
1104
1106
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1105
1107
|
// File aliases
|
|
1106
1108
|
export { default as FileIcon } from '../icons/file';
|
|
1107
1109
|
// Files aliases
|
|
1108
1110
|
export { default as FilesIcon } from '../icons/files';
|
|
1109
|
-
// Film aliases
|
|
1110
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1111
|
-
// FishOff aliases
|
|
1112
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1113
1111
|
// FireExtinguisher aliases
|
|
1114
1112
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1113
|
+
// FishOff aliases
|
|
1114
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1115
1115
|
// FishSymbol aliases
|
|
1116
1116
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1117
|
+
// Film aliases
|
|
1118
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1117
1119
|
// Fish aliases
|
|
1118
1120
|
export { default as FishIcon } from '../icons/fish';
|
|
1119
1121
|
// FishingHook aliases
|
|
1120
1122
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1121
1123
|
// FishingRod aliases
|
|
1122
1124
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1123
|
-
// FlagTriangleLeft aliases
|
|
1124
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1125
1125
|
// FlagOff aliases
|
|
1126
1126
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1127
|
-
//
|
|
1128
|
-
export { default as
|
|
1127
|
+
// FlagTriangleLeft aliases
|
|
1128
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1129
1129
|
// FlagTriangleRight aliases
|
|
1130
1130
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1131
|
+
// Flag aliases
|
|
1132
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1131
1133
|
// FlameKindling aliases
|
|
1132
1134
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1133
1135
|
// Flame aliases
|
|
@@ -1136,46 +1138,46 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1136
1138
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1137
1139
|
// Flashlight aliases
|
|
1138
1140
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1139
|
-
// FlaskConicalOff aliases
|
|
1140
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1141
1141
|
// FlaskConical aliases
|
|
1142
1142
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1143
|
+
// FlaskConicalOff aliases
|
|
1144
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
1145
|
// FlaskRound aliases
|
|
1146
1146
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1147
|
+
// FlipHorizontal2 aliases
|
|
1148
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1147
1149
|
// FlipVertical2 aliases
|
|
1148
1150
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1149
1151
|
// Flower2 aliases
|
|
1150
1152
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1151
1153
|
// Flower aliases
|
|
1152
1154
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1153
|
-
// FoldHorizontal aliases
|
|
1154
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1155
1155
|
// Focus aliases
|
|
1156
1156
|
export { default as FocusIcon } from '../icons/focus';
|
|
1157
1157
|
// FoldVertical aliases
|
|
1158
1158
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1159
|
+
// FoldHorizontal aliases
|
|
1160
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1161
1161
|
// FolderArchive aliases
|
|
1162
1162
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1163
1163
|
// FolderCheck aliases
|
|
1164
1164
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1165
|
+
// FolderBookmark aliases
|
|
1166
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1165
1167
|
// FolderClock aliases
|
|
1166
1168
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1167
1169
|
// FolderClosed aliases
|
|
1168
1170
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1169
1171
|
// FolderCode aliases
|
|
1170
1172
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1173
|
+
// FolderGit2 aliases
|
|
1174
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1171
1175
|
// FolderDot aliases
|
|
1172
1176
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1173
1177
|
// FolderDown aliases
|
|
1174
1178
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1175
1179
|
// FolderGit aliases
|
|
1176
1180
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1177
|
-
// FolderGit2 aliases
|
|
1178
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1179
1181
|
// FolderHeart aliases
|
|
1180
1182
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1181
1183
|
// FolderInput aliases
|
|
@@ -1186,12 +1188,12 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1186
1188
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1187
1189
|
// FolderLock aliases
|
|
1188
1190
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1189
|
-
// FolderMinus aliases
|
|
1190
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1191
|
-
// FolderOpen aliases
|
|
1192
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1193
1191
|
// FolderOpenDot aliases
|
|
1194
1192
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1193
|
+
// FolderOpen aliases
|
|
1194
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1195
|
+
// FolderMinus aliases
|
|
1196
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1195
1197
|
// FolderOutput aliases
|
|
1196
1198
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1197
1199
|
// FolderPlus aliases
|
|
@@ -1210,10 +1212,10 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1210
1212
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1211
1213
|
// FolderTree aliases
|
|
1212
1214
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1213
|
-
// FolderX aliases
|
|
1214
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1215
1215
|
// Folder aliases
|
|
1216
1216
|
export { default as FolderIcon } from '../icons/folder';
|
|
1217
|
+
// FolderX aliases
|
|
1218
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1217
1219
|
// Folders aliases
|
|
1218
1220
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1219
1221
|
// Footprints aliases
|
|
@@ -1246,20 +1248,20 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1246
1248
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1247
1249
|
// GamepadDirectional aliases
|
|
1248
1250
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1249
|
-
// Gamepad aliases
|
|
1250
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1251
1251
|
// Gauge aliases
|
|
1252
1252
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1253
1253
|
// Gavel aliases
|
|
1254
1254
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1255
|
+
// Gamepad aliases
|
|
1256
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1255
1257
|
// Gem aliases
|
|
1256
1258
|
export { default as GemIcon } from '../icons/gem';
|
|
1257
1259
|
// GeorgianLari aliases
|
|
1258
1260
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1259
|
-
// Ghost aliases
|
|
1260
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1261
1261
|
// Gift aliases
|
|
1262
1262
|
export { default as GiftIcon } from '../icons/gift';
|
|
1263
|
+
// Ghost aliases
|
|
1264
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1263
1265
|
// GitBranchMinus aliases
|
|
1264
1266
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1265
1267
|
// GitBranchPlus aliases
|
|
@@ -1268,50 +1270,50 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1268
1270
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1269
1271
|
// GitCommitVertical aliases
|
|
1270
1272
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1271
|
-
// GitCompare aliases
|
|
1272
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1273
1273
|
// GitCompareArrows aliases
|
|
1274
1274
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1275
|
+
// GitCompare aliases
|
|
1276
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1275
1277
|
// GitFork aliases
|
|
1276
1278
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1277
1279
|
// GitGraph aliases
|
|
1278
1280
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1279
|
-
// GitMerge aliases
|
|
1280
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1281
1281
|
// GitMergeConflict aliases
|
|
1282
1282
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1283
|
+
// GitMerge aliases
|
|
1284
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1283
1285
|
// GitPullRequestArrow aliases
|
|
1284
1286
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1285
|
-
// GitPullRequestClosed aliases
|
|
1286
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1287
1287
|
// GitPullRequestCreateArrow aliases
|
|
1288
1288
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1289
|
-
//
|
|
1290
|
-
export { default as
|
|
1289
|
+
// GitPullRequestClosed aliases
|
|
1290
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1291
1291
|
// GitPullRequestDraft aliases
|
|
1292
1292
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1293
|
+
// GitPullRequestCreate aliases
|
|
1294
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1293
1295
|
// GitPullRequest aliases
|
|
1294
1296
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1295
|
-
// GlassWater aliases
|
|
1296
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1297
1297
|
// Glasses aliases
|
|
1298
1298
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1299
|
+
// GlassWater aliases
|
|
1300
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1299
1301
|
// GlobeCheck aliases
|
|
1300
1302
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1301
|
-
// GlobeOff aliases
|
|
1302
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1303
1303
|
// GlobeLock aliases
|
|
1304
1304
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1305
1305
|
// GlobeX aliases
|
|
1306
1306
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1307
|
+
// GlobeOff aliases
|
|
1308
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1307
1309
|
// Globe aliases
|
|
1308
1310
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1311
|
+
// GraduationCap aliases
|
|
1312
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1309
1313
|
// Goal aliases
|
|
1310
1314
|
export { default as GoalIcon } from '../icons/goal';
|
|
1311
1315
|
// Gpu aliases
|
|
1312
1316
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1313
|
-
// GraduationCap aliases
|
|
1314
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1315
1317
|
// Grape aliases
|
|
1316
1318
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1317
1319
|
// Grid3x2 aliases
|
|
@@ -1340,20 +1342,20 @@ export { default as HandFistIcon } from '../icons/hand-fist';
|
|
|
1340
1342
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1341
1343
|
// HandMetal aliases
|
|
1342
1344
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1343
|
-
// HandPlatter aliases
|
|
1344
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1345
1345
|
// Hand aliases
|
|
1346
1346
|
export { default as HandIcon } from '../icons/hand';
|
|
1347
|
+
// HandPlatter aliases
|
|
1348
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1347
1349
|
// Handbag aliases
|
|
1348
1350
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1349
1351
|
// Handshake aliases
|
|
1350
1352
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1351
1353
|
// HardDriveDownload aliases
|
|
1352
1354
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1353
|
-
// HardDriveUpload aliases
|
|
1354
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1355
1355
|
// HardDrive aliases
|
|
1356
1356
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
|
+
// HardDriveUpload aliases
|
|
1358
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1357
1359
|
// HardHat aliases
|
|
1358
1360
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1359
1361
|
// Hash aliases
|
|
@@ -1366,10 +1368,10 @@ export { default as HazeIcon } from '../icons/haze';
|
|
|
1366
1368
|
export { default as HdIcon } from '../icons/hd';
|
|
1367
1369
|
// HdmiPort aliases
|
|
1368
1370
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1369
|
-
// Heading2 aliases
|
|
1370
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1371
1371
|
// Heading1 aliases
|
|
1372
1372
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1373
|
+
// Heading2 aliases
|
|
1374
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1373
1375
|
// Heading3 aliases
|
|
1374
1376
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1375
1377
|
// Heading4 aliases
|
|
@@ -1380,70 +1382,70 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1380
1382
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1381
1383
|
// Heading aliases
|
|
1382
1384
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1385
|
+
// Headset aliases
|
|
1386
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1383
1387
|
// HeadphoneOff aliases
|
|
1384
1388
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1385
1389
|
// Headphones aliases
|
|
1386
1390
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1387
|
-
// Headset aliases
|
|
1388
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1389
1391
|
// HeartCrack aliases
|
|
1390
1392
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1391
|
-
// HeartMinus aliases
|
|
1392
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1393
1393
|
// HeartHandshake aliases
|
|
1394
1394
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1395
|
+
// HeartMinus aliases
|
|
1396
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1395
1397
|
// HeartOff aliases
|
|
1396
1398
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1399
|
+
// HeartPlus aliases
|
|
1400
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1397
1401
|
// HeartPulse aliases
|
|
1398
1402
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1399
1403
|
// HeartX aliases
|
|
1400
1404
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1401
|
-
// HeartPlus aliases
|
|
1402
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1403
|
-
// Heart aliases
|
|
1404
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1405
1405
|
// Heater aliases
|
|
1406
1406
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1407
|
+
// Heart aliases
|
|
1408
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1409
|
+
// Helicopter aliases
|
|
1410
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1407
1411
|
// Hexagon aliases
|
|
1408
1412
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1409
1413
|
// Highlighter aliases
|
|
1410
1414
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1411
1415
|
// HopOff aliases
|
|
1412
1416
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1413
|
-
// Helicopter aliases
|
|
1414
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1415
1417
|
// Hop aliases
|
|
1416
1418
|
export { default as HopIcon } from '../icons/hop';
|
|
1417
1419
|
// Hospital aliases
|
|
1418
1420
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1419
|
-
// Hotel aliases
|
|
1420
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1421
1421
|
// Hourglass aliases
|
|
1422
1422
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1423
|
+
// Hotel aliases
|
|
1424
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1423
1425
|
// HouseHeart aliases
|
|
1424
1426
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1425
1427
|
// HousePlug aliases
|
|
1426
1428
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1427
|
-
// HouseWifi aliases
|
|
1428
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1429
1429
|
// HousePlus aliases
|
|
1430
1430
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1431
|
+
// HouseWifi aliases
|
|
1432
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1431
1433
|
// IdCardLanyard aliases
|
|
1432
1434
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1433
|
-
// ImageDown aliases
|
|
1434
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1435
1435
|
// IdCard aliases
|
|
1436
1436
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1437
|
+
// ImageDown aliases
|
|
1438
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1437
1439
|
// ImageMinus aliases
|
|
1438
1440
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1439
1441
|
// ImageOff aliases
|
|
1440
1442
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1441
1443
|
// ImagePlay aliases
|
|
1442
1444
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1443
|
-
// ImagePlus aliases
|
|
1444
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1445
1445
|
// ImageUp aliases
|
|
1446
1446
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1447
|
+
// ImagePlus aliases
|
|
1448
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1447
1449
|
// ImageUpscale aliases
|
|
1448
1450
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1449
1451
|
// Image aliases
|
|
@@ -1458,26 +1460,26 @@ export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
|
1458
1460
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1459
1461
|
// Infinity aliases
|
|
1460
1462
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1461
|
-
// Info aliases
|
|
1462
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1463
1463
|
// InspectionPanel aliases
|
|
1464
1464
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1465
|
+
// Info aliases
|
|
1466
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1465
1467
|
// Italic aliases
|
|
1466
1468
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1467
1469
|
// IterationCcw aliases
|
|
1468
1470
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1469
1471
|
// IterationCw aliases
|
|
1470
1472
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1471
|
-
// JapaneseYen aliases
|
|
1472
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1473
1473
|
// Joystick aliases
|
|
1474
1474
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1475
1475
|
// Kanban aliases
|
|
1476
1476
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1477
|
-
//
|
|
1478
|
-
export { default as
|
|
1477
|
+
// JapaneseYen aliases
|
|
1478
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
1479
|
// KeyRound aliases
|
|
1480
1480
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1481
|
+
// Kayak aliases
|
|
1482
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1481
1483
|
// KeySquare aliases
|
|
1482
1484
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1483
1485
|
// Key aliases
|
|
@@ -1486,10 +1488,10 @@ export { default as KeyIcon } from '../icons/key';
|
|
|
1486
1488
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1487
1489
|
// KeyboardOff aliases
|
|
1488
1490
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1489
|
-
// LampCeiling aliases
|
|
1490
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1491
1491
|
// Keyboard aliases
|
|
1492
1492
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1493
|
+
// LampCeiling aliases
|
|
1494
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1493
1495
|
// LampDesk aliases
|
|
1494
1496
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1495
1497
|
// LampFloor aliases
|
|
@@ -1504,80 +1506,80 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1504
1506
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1505
1507
|
// Landmark aliases
|
|
1506
1508
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1507
|
-
// LaptopMinimalCheck aliases
|
|
1508
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1509
1509
|
// Languages aliases
|
|
1510
1510
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1511
|
+
// LaptopMinimalCheck aliases
|
|
1512
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1511
1513
|
// LassoSelect aliases
|
|
1512
1514
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1513
1515
|
// Laptop aliases
|
|
1514
1516
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1515
|
-
// LayerArrowDown aliases
|
|
1516
|
-
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1517
1517
|
// Lasso aliases
|
|
1518
1518
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1519
1519
|
// LayerArrowUp aliases
|
|
1520
1520
|
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1521
|
+
// LayerArrowDown aliases
|
|
1522
|
+
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1521
1523
|
// Layers2 aliases
|
|
1522
1524
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1525
|
+
// LayersArrowDown aliases
|
|
1526
|
+
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1523
1527
|
// LayersArrowUp aliases
|
|
1524
1528
|
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1525
1529
|
// LayersMinus aliases
|
|
1526
1530
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1527
|
-
// LayersArrowDown aliases
|
|
1528
|
-
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1529
|
-
// LayoutDashboard aliases
|
|
1530
|
-
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1531
1531
|
// LayersPlus aliases
|
|
1532
1532
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1533
|
+
// LayoutDashboard aliases
|
|
1534
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1533
1535
|
// LayoutFreeform aliases
|
|
1534
1536
|
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1535
1537
|
// LayoutGrid aliases
|
|
1536
1538
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1537
1539
|
// LayoutList aliases
|
|
1538
1540
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1539
|
-
// LayoutPanelTop aliases
|
|
1540
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1541
1541
|
// LayoutPanelLeft aliases
|
|
1542
1542
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1543
|
-
//
|
|
1544
|
-
export { default as
|
|
1543
|
+
// LayoutPanelTop aliases
|
|
1544
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1545
1545
|
// Leaf aliases
|
|
1546
1546
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1547
|
+
// LayoutTemplate aliases
|
|
1548
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1547
1549
|
// LeafyGreen aliases
|
|
1548
1550
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1551
|
+
// Lectern aliases
|
|
1552
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1549
1553
|
// LensConcave aliases
|
|
1550
1554
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1551
1555
|
// LibraryBig aliases
|
|
1552
1556
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1553
|
-
// Lectern aliases
|
|
1554
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1555
|
-
// LensConvex aliases
|
|
1556
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1557
1557
|
// Library aliases
|
|
1558
1558
|
export { default as LibraryIcon } from '../icons/library';
|
|
1559
|
+
// LensConvex aliases
|
|
1560
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1559
1561
|
// LifeBuoy aliases
|
|
1560
1562
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1561
|
-
// Ligature aliases
|
|
1562
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1563
1563
|
// LightbulbOff aliases
|
|
1564
1564
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1565
|
+
// Ligature aliases
|
|
1566
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1567
1567
|
// LineDotRightHorizontal aliases
|
|
1568
1568
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1569
|
+
// Lightbulb aliases
|
|
1570
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1569
1571
|
// LineSquiggle aliases
|
|
1570
1572
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1571
1573
|
// LineStyle aliases
|
|
1572
1574
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1573
|
-
// Link2 aliases
|
|
1574
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1575
1575
|
// Link2Off aliases
|
|
1576
1576
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1577
1577
|
// Link aliases
|
|
1578
1578
|
export { default as LinkIcon } from '../icons/link';
|
|
1579
1579
|
// ListCheck aliases
|
|
1580
1580
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1581
|
+
// Link2 aliases
|
|
1582
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1581
1583
|
// ListChecks aliases
|
|
1582
1584
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1583
1585
|
// ListChevronsDownUp aliases
|
|
@@ -1600,20 +1602,20 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1600
1602
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1601
1603
|
// ListPlus aliases
|
|
1602
1604
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1605
|
+
// ListSortAscending aliases
|
|
1606
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1603
1607
|
// ListRestart aliases
|
|
1604
1608
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1605
1609
|
// ListSortDescending aliases
|
|
1606
1610
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1607
|
-
// ListSortAscending aliases
|
|
1608
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1609
|
-
// ListTodo aliases
|
|
1610
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1611
1611
|
// ListStart aliases
|
|
1612
1612
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1613
|
-
//
|
|
1614
|
-
export { default as
|
|
1613
|
+
// ListTodo aliases
|
|
1614
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1615
1615
|
// ListVideo aliases
|
|
1616
1616
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1617
|
+
// ListTree aliases
|
|
1618
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1617
1619
|
// ListX aliases
|
|
1618
1620
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1619
1621
|
// List aliases
|
|
@@ -1636,16 +1638,16 @@ export { default as LockIcon } from '../icons/lock';
|
|
|
1636
1638
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1637
1639
|
// LogOut aliases
|
|
1638
1640
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1639
|
-
// Logs aliases
|
|
1640
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1641
1641
|
// Lollipop aliases
|
|
1642
1642
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1643
1643
|
// Luggage aliases
|
|
1644
1644
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1645
|
-
//
|
|
1646
|
-
export { default as
|
|
1645
|
+
// Logs aliases
|
|
1646
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1647
1647
|
// MailBadge aliases
|
|
1648
1648
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1649
|
+
// Magnet aliases
|
|
1650
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1649
1651
|
// MailCheck aliases
|
|
1650
1652
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1651
1653
|
// MailMinus aliases
|
|
@@ -1654,22 +1656,22 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1654
1656
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1655
1657
|
// MailPlus aliases
|
|
1656
1658
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1657
|
-
// MailSearch aliases
|
|
1658
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1659
1659
|
// MailWarning aliases
|
|
1660
1660
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1661
|
+
// MailSearch aliases
|
|
1662
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1661
1663
|
// MailX aliases
|
|
1662
1664
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1663
|
-
// Mail aliases
|
|
1664
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1665
1665
|
// Mailbox aliases
|
|
1666
1666
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1667
|
-
//
|
|
1668
|
-
export { default as
|
|
1669
|
-
// MapMinus aliases
|
|
1670
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1667
|
+
// Mail aliases
|
|
1668
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1671
1669
|
// MapPinCheckInside aliases
|
|
1672
1670
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1671
|
+
// MapMinus aliases
|
|
1672
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1673
|
+
// Mails aliases
|
|
1674
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1673
1675
|
// MapPinCheck aliases
|
|
1674
1676
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1675
1677
|
// MapPinHouse aliases
|
|
@@ -1694,24 +1696,24 @@ export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
|
1694
1696
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1695
1697
|
// MapPinned aliases
|
|
1696
1698
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1697
|
-
// MapPlus aliases
|
|
1698
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1699
1699
|
// Map aliases
|
|
1700
1700
|
export { default as MapIcon } from '../icons/map';
|
|
1701
|
+
// MapPlus aliases
|
|
1702
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1701
1703
|
// MarsStroke aliases
|
|
1702
1704
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1703
|
-
// Mars aliases
|
|
1704
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1705
1705
|
// Martini aliases
|
|
1706
1706
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1707
|
+
// Mars aliases
|
|
1708
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1707
1709
|
// Maximize2 aliases
|
|
1708
1710
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1709
1711
|
// Maximize aliases
|
|
1710
1712
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1711
|
-
// MegaphoneOff aliases
|
|
1712
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1713
1713
|
// Medal aliases
|
|
1714
1714
|
export { default as MedalIcon } from '../icons/medal';
|
|
1715
|
+
// MegaphoneOff aliases
|
|
1716
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1715
1717
|
// Megaphone aliases
|
|
1716
1718
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1717
1719
|
// MemoryStick aliases
|
|
@@ -1720,18 +1722,18 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1720
1722
|
export { default as MenuIcon } from '../icons/menu';
|
|
1721
1723
|
// Merge aliases
|
|
1722
1724
|
export { default as MergeIcon } from '../icons/merge';
|
|
1723
|
-
// MessageCircleCode aliases
|
|
1724
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1725
1725
|
// MessageCircleCheck aliases
|
|
1726
1726
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1727
|
+
// MessageCircleCode aliases
|
|
1728
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1727
1729
|
// MessageCircleDashed aliases
|
|
1728
1730
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1729
|
-
// MessageCircleHeart aliases
|
|
1730
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1731
1731
|
// MessageCircleMore aliases
|
|
1732
1732
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1733
1733
|
// MessageCircleOff aliases
|
|
1734
1734
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1735
|
+
// MessageCircleHeart aliases
|
|
1736
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1735
1737
|
// MessageCirclePlus aliases
|
|
1736
1738
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1737
1739
|
// MessageCircleReply aliases
|
|
@@ -1748,22 +1750,22 @@ export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
|
1748
1750
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1749
1751
|
// MessageSquareDashed aliases
|
|
1750
1752
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1753
|
+
// MessageSquareDiff aliases
|
|
1754
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1751
1755
|
// MessageSquareDot aliases
|
|
1752
1756
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1753
1757
|
// MessageSquareHeart aliases
|
|
1754
1758
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1755
|
-
// MessageSquareDiff aliases
|
|
1756
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1757
|
-
// MessageSquareLock aliases
|
|
1758
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1759
1759
|
// MessageSquareMore aliases
|
|
1760
1760
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1761
|
+
// MessageSquareLock aliases
|
|
1762
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1761
1763
|
// MessageSquarePlus aliases
|
|
1762
1764
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1763
|
-
// MessageSquareQuote aliases
|
|
1764
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1765
1765
|
// MessageSquareOff aliases
|
|
1766
1766
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1767
|
+
// MessageSquareQuote aliases
|
|
1768
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1767
1769
|
// MessageSquareReply aliases
|
|
1768
1770
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1769
1771
|
// MessageSquareShare aliases
|
|
@@ -1772,48 +1774,48 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1772
1774
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1773
1775
|
// MessageSquareWarning aliases
|
|
1774
1776
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1775
|
-
// MessageSquare aliases
|
|
1776
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1777
1777
|
// MessageSquareX aliases
|
|
1778
1778
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1779
|
+
// MessageSquare aliases
|
|
1780
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1779
1781
|
// MessagesSquare aliases
|
|
1780
1782
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1781
1783
|
// Metronome aliases
|
|
1782
1784
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1783
|
-
// MicAudioLines aliases
|
|
1784
|
-
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1785
1785
|
// MicOff aliases
|
|
1786
1786
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1787
|
+
// MicAudioLines aliases
|
|
1788
|
+
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1787
1789
|
// Mic aliases
|
|
1788
1790
|
export { default as MicIcon } from '../icons/mic';
|
|
1789
|
-
// Microscope aliases
|
|
1790
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1791
1791
|
// Microchip aliases
|
|
1792
1792
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1793
|
+
// Microscope aliases
|
|
1794
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1793
1795
|
// Microwave aliases
|
|
1794
1796
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1797
|
+
// Milk aliases
|
|
1798
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1795
1799
|
// Milestone aliases
|
|
1796
1800
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1797
1801
|
// MilkOff aliases
|
|
1798
1802
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1799
|
-
// Milk aliases
|
|
1800
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1801
1803
|
// Minimize2 aliases
|
|
1802
1804
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1803
1805
|
// Minimize aliases
|
|
1804
1806
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1805
|
-
// Minus aliases
|
|
1806
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1807
1807
|
// MirrorRectangular aliases
|
|
1808
1808
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1809
|
+
// Minus aliases
|
|
1810
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1809
1811
|
// MirrorRound aliases
|
|
1810
1812
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1811
|
-
// MonitorCheck aliases
|
|
1812
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1813
1813
|
// MonitorCog aliases
|
|
1814
1814
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1815
1815
|
// MonitorCloud aliases
|
|
1816
1816
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1817
|
+
// MonitorCheck aliases
|
|
1818
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1817
1819
|
// MonitorDot aliases
|
|
1818
1820
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1819
1821
|
// MonitorDown aliases
|
|
@@ -1832,10 +1834,10 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1832
1834
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1833
1835
|
// MonitorUp aliases
|
|
1834
1836
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1835
|
-
// MonitorX aliases
|
|
1836
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1837
1837
|
// Monitor aliases
|
|
1838
1838
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1839
|
+
// MonitorX aliases
|
|
1840
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1839
1841
|
// MoonStar aliases
|
|
1840
1842
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1841
1843
|
// Moon aliases
|
|
@@ -1848,10 +1850,10 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1848
1850
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1849
1851
|
// Mountain aliases
|
|
1850
1852
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1851
|
-
// MouseLeft aliases
|
|
1852
|
-
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1853
1853
|
// MouseOff aliases
|
|
1854
1854
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1855
|
+
// MouseLeft aliases
|
|
1856
|
+
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1855
1857
|
// MousePointer2Off aliases
|
|
1856
1858
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1857
1859
|
// MousePointer2 aliases
|
|
@@ -1876,30 +1878,30 @@ export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
|
1876
1878
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1877
1879
|
// MoveDown aliases
|
|
1878
1880
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1879
|
-
// MoveLeft aliases
|
|
1880
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1881
1881
|
// MoveHorizontal aliases
|
|
1882
1882
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1883
|
+
// MoveLeft aliases
|
|
1884
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1883
1885
|
// MoveRight aliases
|
|
1884
1886
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1885
1887
|
// MoveUpLeft aliases
|
|
1886
1888
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1887
1889
|
// MoveUpRight aliases
|
|
1888
1890
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1889
|
-
// MoveVertical aliases
|
|
1890
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1891
1891
|
// MoveUp aliases
|
|
1892
1892
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1893
|
+
// MoveVertical aliases
|
|
1894
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1893
1895
|
// Move aliases
|
|
1894
1896
|
export { default as MoveIcon } from '../icons/move';
|
|
1895
1897
|
// Music2 aliases
|
|
1896
1898
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1897
1899
|
// Music3 aliases
|
|
1898
1900
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1899
|
-
// Music4 aliases
|
|
1900
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1901
1901
|
// Music aliases
|
|
1902
1902
|
export { default as MusicIcon } from '../icons/music';
|
|
1903
|
+
// Music4 aliases
|
|
1904
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1903
1905
|
// Navigation2Off aliases
|
|
1904
1906
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1905
1907
|
// Navigation2 aliases
|
|
@@ -1914,18 +1916,18 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1914
1916
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1915
1917
|
// Nfc aliases
|
|
1916
1918
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1919
|
+
// NonBinary aliases
|
|
1920
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1917
1921
|
// NotebookPen aliases
|
|
1918
1922
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1919
1923
|
// NotebookTabs aliases
|
|
1920
1924
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1921
|
-
// NonBinary aliases
|
|
1922
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1923
1925
|
// NotebookText aliases
|
|
1924
1926
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1925
|
-
// NotepadTextDashed aliases
|
|
1926
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1927
1927
|
// Notebook aliases
|
|
1928
1928
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1929
|
+
// NotepadTextDashed aliases
|
|
1930
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1929
1931
|
// NotepadText aliases
|
|
1930
1932
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1931
1933
|
// NutOff aliases
|
|
@@ -1944,28 +1946,28 @@ export { default as OptionIcon } from '../icons/option';
|
|
|
1944
1946
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1945
1947
|
// Origami aliases
|
|
1946
1948
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1947
|
-
// PackageCheck aliases
|
|
1948
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1949
1949
|
// Package2 aliases
|
|
1950
1950
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1951
|
+
// PackageCheck aliases
|
|
1952
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1951
1953
|
// PackageMinus aliases
|
|
1952
1954
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1955
|
+
// PackagePlus aliases
|
|
1956
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1953
1957
|
// PackageOpen aliases
|
|
1954
1958
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1955
1959
|
// PackageSearch aliases
|
|
1956
1960
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1957
|
-
// PackagePlus aliases
|
|
1958
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1959
|
-
// PackageX aliases
|
|
1960
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1961
1961
|
// Package aliases
|
|
1962
1962
|
export { default as PackageIcon } from '../icons/package';
|
|
1963
|
+
// PackageX aliases
|
|
1964
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1963
1965
|
// PaintBucket aliases
|
|
1964
1966
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1965
|
-
// PaintRoller aliases
|
|
1966
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1967
1967
|
// Paintbrush aliases
|
|
1968
1968
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1969
|
+
// PaintRoller aliases
|
|
1970
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1969
1971
|
// Palette aliases
|
|
1970
1972
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1971
1973
|
// Panda aliases
|
|
@@ -1976,22 +1978,22 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1976
1978
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1977
1979
|
// PanelBottom aliases
|
|
1978
1980
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1979
|
-
// PanelLeftRightDashed aliases
|
|
1980
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1981
1981
|
// PanelRightClose aliases
|
|
1982
1982
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1983
|
-
// PanelRight aliases
|
|
1984
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1985
1983
|
// PanelRightOpen aliases
|
|
1986
1984
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1985
|
+
// PanelLeftRightDashed aliases
|
|
1986
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1987
|
+
// PanelRight aliases
|
|
1988
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1987
1989
|
// PanelTopBottomDashed aliases
|
|
1988
1990
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1989
1991
|
// PanelTopClose aliases
|
|
1990
1992
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1991
|
-
// PanelTop aliases
|
|
1992
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1993
1993
|
// PanelTopOpen aliases
|
|
1994
1994
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1995
|
+
// PanelTop aliases
|
|
1996
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1995
1997
|
// PanelsLeftBottom aliases
|
|
1996
1998
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1997
1999
|
// PanelsRightBottom aliases
|
|
@@ -2008,24 +2010,24 @@ export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
|
2008
2010
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2009
2011
|
// PartyPopper aliases
|
|
2010
2012
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2011
|
-
// PawPrint aliases
|
|
2012
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2013
2013
|
// Pause aliases
|
|
2014
2014
|
export { default as PauseIcon } from '../icons/pause';
|
|
2015
2015
|
// PcCase aliases
|
|
2016
2016
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2017
|
+
// PawPrint aliases
|
|
2018
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2017
2019
|
// PenOff aliases
|
|
2018
2020
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2019
|
-
// PencilLine aliases
|
|
2020
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2021
2021
|
// PenTool aliases
|
|
2022
2022
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2023
|
+
// PencilLine aliases
|
|
2024
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2023
2025
|
// PencilOff aliases
|
|
2024
2026
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
2025
|
-
// PencilSparkles aliases
|
|
2026
|
-
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2027
2027
|
// PencilRuler aliases
|
|
2028
2028
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2029
|
+
// PencilSparkles aliases
|
|
2030
|
+
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2029
2031
|
// Pencil aliases
|
|
2030
2032
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2031
2033
|
// Pentagon aliases
|
|
@@ -2034,30 +2036,30 @@ export { default as PentagonIcon } from '../icons/pentagon';
|
|
|
2034
2036
|
export { default as PercentIcon } from '../icons/percent';
|
|
2035
2037
|
// PersonStanding aliases
|
|
2036
2038
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2037
|
-
// PhilippinePeso aliases
|
|
2038
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2039
2039
|
// Phi aliases
|
|
2040
2040
|
export { default as PhiIcon } from '../icons/phi';
|
|
2041
|
+
// PhilippinePeso aliases
|
|
2042
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2043
|
+
// PhoneForwarded aliases
|
|
2044
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2041
2045
|
// PhoneCall aliases
|
|
2042
2046
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2043
2047
|
// PhoneIncoming aliases
|
|
2044
2048
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2045
|
-
// PhoneForwarded aliases
|
|
2046
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2047
2049
|
// PhoneMissed aliases
|
|
2048
2050
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2049
2051
|
// PhoneOff aliases
|
|
2050
2052
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2051
|
-
// PhoneOutgoing aliases
|
|
2052
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2053
2053
|
// Phone aliases
|
|
2054
2054
|
export { default as PhoneIcon } from '../icons/phone';
|
|
2055
|
+
// PhoneOutgoing aliases
|
|
2056
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2055
2057
|
// Pi aliases
|
|
2056
2058
|
export { default as PiIcon } from '../icons/pi';
|
|
2057
|
-
// Piano aliases
|
|
2058
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
2059
2059
|
// Pickaxe aliases
|
|
2060
2060
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2061
|
+
// Piano aliases
|
|
2062
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
2061
2063
|
// PictureInPicture2 aliases
|
|
2062
2064
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2063
2065
|
// PictureInPicture aliases
|
|
@@ -2068,10 +2070,10 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
2068
2070
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2069
2071
|
// PilcrowRight aliases
|
|
2070
2072
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2071
|
-
// PillBottle aliases
|
|
2072
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2073
2073
|
// Pilcrow aliases
|
|
2074
2074
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2075
|
+
// PillBottle aliases
|
|
2076
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2075
2077
|
// Pill aliases
|
|
2076
2078
|
export { default as PillIcon } from '../icons/pill';
|
|
2077
2079
|
// PinOff aliases
|
|
@@ -2102,22 +2104,22 @@ export { default as PlusIcon } from '../icons/plus';
|
|
|
2102
2104
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2103
2105
|
// Podium aliases
|
|
2104
2106
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2105
|
-
// PointerOff aliases
|
|
2106
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2107
2107
|
// Pointer aliases
|
|
2108
2108
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2109
|
+
// PointerOff aliases
|
|
2110
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2111
2111
|
// Popcorn aliases
|
|
2112
2112
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2113
2113
|
// PoundSterling aliases
|
|
2114
2114
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2115
|
+
// Popsicle aliases
|
|
2116
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2115
2117
|
// PowerOff aliases
|
|
2116
2118
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2117
|
-
// Power aliases
|
|
2118
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2119
2119
|
// Presentation aliases
|
|
2120
2120
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2121
|
+
// Power aliases
|
|
2122
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2121
2123
|
// PrinterCheck aliases
|
|
2122
2124
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2123
2125
|
// PrinterX aliases
|
|
@@ -2126,10 +2128,10 @@ export { default as PrinterXIcon } from '../icons/printer-x';
|
|
|
2126
2128
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2127
2129
|
// Projector aliases
|
|
2128
2130
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2129
|
-
// Proportions aliases
|
|
2130
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2131
2131
|
// Puzzle aliases
|
|
2132
2132
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2133
|
+
// Proportions aliases
|
|
2134
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2133
2135
|
// Pyramid aliases
|
|
2134
2136
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2135
2137
|
// QrCode aliases
|
|
@@ -2138,10 +2140,10 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2138
2140
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2139
2141
|
// Quote aliases
|
|
2140
2142
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2141
|
-
// Radar aliases
|
|
2142
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2143
2143
|
// Radiation aliases
|
|
2144
2144
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2145
|
+
// Radar aliases
|
|
2146
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2145
2147
|
// Radical aliases
|
|
2146
2148
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2147
2149
|
// RadioOff aliases
|
|
@@ -2150,12 +2152,12 @@ export { default as RadioOffIcon } from '../icons/radio-off';
|
|
|
2150
2152
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2151
2153
|
// RadioTower aliases
|
|
2152
2154
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2153
|
-
// Radius aliases
|
|
2154
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2155
2155
|
// Radio aliases
|
|
2156
2156
|
export { default as RadioIcon } from '../icons/radio';
|
|
2157
2157
|
// Rainbow aliases
|
|
2158
2158
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2159
|
+
// Radius aliases
|
|
2160
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2159
2161
|
// Rat aliases
|
|
2160
2162
|
export { default as RatIcon } from '../icons/rat';
|
|
2161
2163
|
// Ratio aliases
|
|
@@ -2172,38 +2174,38 @@ export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen
|
|
|
2172
2174
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2173
2175
|
// ReceiptRussianRuble aliases
|
|
2174
2176
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2175
|
-
// ReceiptSwissFranc aliases
|
|
2176
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2177
2177
|
// ReceiptText aliases
|
|
2178
2178
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2179
2179
|
// ReceiptTurkishLira aliases
|
|
2180
2180
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2181
|
+
// ReceiptSwissFranc aliases
|
|
2182
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2181
2183
|
// Receipt aliases
|
|
2182
2184
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2183
2185
|
// RectangleCircle aliases
|
|
2184
2186
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2185
2187
|
// RectangleGoggles aliases
|
|
2186
2188
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2187
|
-
// RectangleVertical aliases
|
|
2188
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2189
2189
|
// RectangleHorizontal aliases
|
|
2190
2190
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2191
|
-
//
|
|
2192
|
-
export { default as
|
|
2191
|
+
// RectangleVertical aliases
|
|
2192
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2193
2193
|
// Redo2 aliases
|
|
2194
2194
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2195
|
-
//
|
|
2196
|
-
export { default as
|
|
2195
|
+
// Recycle aliases
|
|
2196
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2197
2197
|
// Redo aliases
|
|
2198
2198
|
export { default as RedoIcon } from '../icons/redo';
|
|
2199
|
+
// RedoDot aliases
|
|
2200
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2199
2201
|
// RefreshCcwDot aliases
|
|
2200
2202
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2201
|
-
// RefreshCcw aliases
|
|
2202
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2203
2203
|
// RefreshCwOff aliases
|
|
2204
2204
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2205
2205
|
// RefreshCw aliases
|
|
2206
2206
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2207
|
+
// RefreshCcw aliases
|
|
2208
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2207
2209
|
// Regex aliases
|
|
2208
2210
|
export { default as RegexIcon } from '../icons/regex';
|
|
2209
2211
|
// Refrigerator aliases
|
|
@@ -2212,12 +2214,12 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2212
2214
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2213
2215
|
// Repeat1 aliases
|
|
2214
2216
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2217
|
+
// Repeat2 aliases
|
|
2218
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2215
2219
|
// RepeatOff aliases
|
|
2216
2220
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2217
2221
|
// Repeat aliases
|
|
2218
2222
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2219
|
-
// Repeat2 aliases
|
|
2220
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2221
2223
|
// ReplaceAll aliases
|
|
2222
2224
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2223
2225
|
// Replace aliases
|
|
@@ -2236,48 +2238,48 @@ export { default as RoadIcon } from '../icons/road';
|
|
|
2236
2238
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2237
2239
|
// RockingChair aliases
|
|
2238
2240
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2241
|
+
// RollerCoaster aliases
|
|
2242
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2239
2243
|
// Rose aliases
|
|
2240
2244
|
export { default as RoseIcon } from '../icons/rose';
|
|
2241
2245
|
// RotateCcwKey aliases
|
|
2242
2246
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2243
2247
|
// RotateCcwSquare aliases
|
|
2244
2248
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2245
|
-
// RollerCoaster aliases
|
|
2246
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2247
2249
|
// RotateCcw aliases
|
|
2248
2250
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2249
2251
|
// RotateCwFadingClock aliases
|
|
2250
2252
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2253
|
+
// RotateCwSquare aliases
|
|
2254
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2251
2255
|
// RotateCw aliases
|
|
2252
2256
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2253
2257
|
// RouteOff aliases
|
|
2254
2258
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2255
|
-
// RotateCwSquare aliases
|
|
2256
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2257
|
-
// Route aliases
|
|
2258
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2259
2259
|
// Router aliases
|
|
2260
2260
|
export { default as RouterIcon } from '../icons/router';
|
|
2261
|
+
// Route aliases
|
|
2262
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2261
2263
|
// Rows4 aliases
|
|
2262
2264
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2263
|
-
// Rss aliases
|
|
2264
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2265
2265
|
// RulerDimensionLine aliases
|
|
2266
2266
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2267
2267
|
// Ruler aliases
|
|
2268
2268
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2269
|
+
// Rss aliases
|
|
2270
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2269
2271
|
// RussianRuble aliases
|
|
2270
2272
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2271
2273
|
// Sailboat aliases
|
|
2272
2274
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2273
|
-
// SatelliteDish aliases
|
|
2274
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2275
2275
|
// Salad aliases
|
|
2276
2276
|
export { default as SaladIcon } from '../icons/salad';
|
|
2277
2277
|
// Sandwich aliases
|
|
2278
2278
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2279
2279
|
// Satellite aliases
|
|
2280
2280
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2281
|
+
// SatelliteDish aliases
|
|
2282
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2281
2283
|
// SaudiRiyal aliases
|
|
2282
2284
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2283
2285
|
// SaveAll aliases
|
|
@@ -2286,34 +2288,34 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2286
2288
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2287
2289
|
// SaveOff aliases
|
|
2288
2290
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2289
|
-
// SavePlus aliases
|
|
2290
|
-
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2291
2291
|
// SavePen aliases
|
|
2292
2292
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2293
|
-
//
|
|
2294
|
-
export { default as
|
|
2293
|
+
// SavePlus aliases
|
|
2294
|
+
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2295
2295
|
// Scale aliases
|
|
2296
2296
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2297
|
+
// Save aliases
|
|
2298
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2297
2299
|
// Scaling aliases
|
|
2298
2300
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2299
2301
|
// ScanBarcode aliases
|
|
2300
2302
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2301
|
-
// ScanEye aliases
|
|
2302
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2303
2303
|
// ScanBox aliases
|
|
2304
2304
|
export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
2305
|
+
// ScanEye aliases
|
|
2306
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2305
2307
|
// ScanFace aliases
|
|
2306
2308
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2307
|
-
// ScanLine aliases
|
|
2308
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2309
2309
|
// ScanHeart aliases
|
|
2310
2310
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2311
|
+
// ScanLine aliases
|
|
2312
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2311
2313
|
// ScanQrCode aliases
|
|
2312
2314
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2313
|
-
// ScanSquare aliases
|
|
2314
|
-
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2315
2315
|
// ScanSearch aliases
|
|
2316
2316
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2317
|
+
// ScanSquare aliases
|
|
2318
|
+
export { default as ScanSquareIcon } from '../icons/scan-square';
|
|
2317
2319
|
// ScanText aliases
|
|
2318
2320
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2319
2321
|
// Scan aliases
|
|
@@ -2322,44 +2324,44 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2322
2324
|
export { default as SchoolIcon } from '../icons/school';
|
|
2323
2325
|
// ScissorsLineDashed aliases
|
|
2324
2326
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2327
|
+
// ScreenShareOff aliases
|
|
2328
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2325
2329
|
// Scissors aliases
|
|
2326
2330
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2327
2331
|
// Scooter aliases
|
|
2328
2332
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2329
|
-
// ScreenShareOff aliases
|
|
2330
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2331
2333
|
// ScreenShare aliases
|
|
2332
2334
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2333
2335
|
// ScrollText aliases
|
|
2334
2336
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2335
2337
|
// Scroll aliases
|
|
2336
2338
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2337
|
-
// SearchAlert aliases
|
|
2338
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2339
2339
|
// SearchCheck aliases
|
|
2340
2340
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2341
|
+
// SearchAlert aliases
|
|
2342
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2341
2343
|
// SearchCode aliases
|
|
2342
2344
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2343
2345
|
// SearchSlash aliases
|
|
2344
2346
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2345
2347
|
// SearchX aliases
|
|
2346
2348
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2347
|
-
// Search aliases
|
|
2348
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2349
2349
|
// Section aliases
|
|
2350
2350
|
export { default as SectionIcon } from '../icons/section';
|
|
2351
|
+
// Search aliases
|
|
2352
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2351
2353
|
// SendToBack aliases
|
|
2352
2354
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2353
2355
|
// Send aliases
|
|
2354
2356
|
export { default as SendIcon } from '../icons/send';
|
|
2355
|
-
// SeparatorVertical aliases
|
|
2356
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2357
2357
|
// SeparatorHorizontal aliases
|
|
2358
2358
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2359
|
+
// SeparatorVertical aliases
|
|
2360
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2361
2361
|
// ServerCrash aliases
|
|
2362
2362
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2363
|
+
// ServerCog aliases
|
|
2364
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2363
2365
|
// ServerOff aliases
|
|
2364
2366
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2365
2367
|
// ServerPlus aliases
|
|
@@ -2374,26 +2376,26 @@ export { default as SettingsIcon } from '../icons/settings';
|
|
|
2374
2376
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2375
2377
|
// Share2 aliases
|
|
2376
2378
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2377
|
-
// Share aliases
|
|
2378
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2379
2379
|
// Sheet aliases
|
|
2380
2380
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2381
|
+
// Shell aliases
|
|
2382
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2381
2383
|
// ShelvingUnit aliases
|
|
2382
2384
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2385
|
+
// Share aliases
|
|
2386
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2385
2387
|
// ShieldBan aliases
|
|
2386
2388
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2387
|
-
// Shell aliases
|
|
2388
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2389
2389
|
// ShieldCheck aliases
|
|
2390
2390
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2391
|
+
// ShieldAlert aliases
|
|
2392
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2391
2393
|
// ShieldCogCorner aliases
|
|
2392
2394
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2393
|
-
// ShieldCog aliases
|
|
2394
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2395
2395
|
// ShieldEllipsis aliases
|
|
2396
2396
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2397
|
+
// ShieldCog aliases
|
|
2398
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2397
2399
|
// ShieldHalf aliases
|
|
2398
2400
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2399
2401
|
// ShieldKeyhole aliases
|
|
@@ -2424,40 +2426,40 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2424
2426
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2425
2427
|
// Shovel aliases
|
|
2426
2428
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2427
|
-
// ShowerHead aliases
|
|
2428
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2429
2429
|
// Shredder aliases
|
|
2430
2430
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2431
|
-
//
|
|
2432
|
-
export { default as
|
|
2431
|
+
// ShowerHead aliases
|
|
2432
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2433
2433
|
// Shrink aliases
|
|
2434
2434
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2435
|
+
// Shrimp aliases
|
|
2436
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2437
2437
|
// Shuffle aliases
|
|
2438
2438
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2439
|
+
// Shrub aliases
|
|
2440
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2439
2441
|
// Sigma aliases
|
|
2440
2442
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2441
2443
|
// SignalHigh aliases
|
|
2442
2444
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2443
2445
|
// SignalLow aliases
|
|
2444
2446
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2445
|
-
// SignalMedium aliases
|
|
2446
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2447
2447
|
// SignalZero aliases
|
|
2448
2448
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2449
|
+
// SignalMedium aliases
|
|
2450
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2451
2451
|
// Signature aliases
|
|
2452
2452
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2453
|
+
// Signal aliases
|
|
2454
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2453
2455
|
// SignpostBig aliases
|
|
2454
2456
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2457
|
+
// Signpost aliases
|
|
2458
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2455
2459
|
// Siren aliases
|
|
2456
2460
|
export { default as SirenIcon } from '../icons/siren';
|
|
2457
2461
|
// SkipBack aliases
|
|
2458
2462
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2459
|
-
// Signpost aliases
|
|
2460
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2461
2463
|
// SkipForward aliases
|
|
2462
2464
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2463
2465
|
// Skull aliases
|
|
@@ -2474,24 +2476,24 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2474
2476
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2475
2477
|
// Smartphone aliases
|
|
2476
2478
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2477
|
-
//
|
|
2478
|
-
export { default as
|
|
2479
|
+
// Snowflake aliases
|
|
2480
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2479
2481
|
// SoapDispenserDroplet aliases
|
|
2480
2482
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2483
|
+
// Snail aliases
|
|
2484
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2481
2485
|
// Sofa aliases
|
|
2482
2486
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2483
|
-
// Snowflake aliases
|
|
2484
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2485
2487
|
// SolarPanel aliases
|
|
2486
2488
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2487
2489
|
// Soup aliases
|
|
2488
2490
|
export { default as SoupIcon } from '../icons/soup';
|
|
2489
2491
|
// Space aliases
|
|
2490
2492
|
export { default as SpaceIcon } from '../icons/space';
|
|
2491
|
-
// Sparkle aliases
|
|
2492
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2493
2493
|
// Spade aliases
|
|
2494
2494
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2495
|
+
// Sparkle aliases
|
|
2496
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2495
2497
|
// Speaker aliases
|
|
2496
2498
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2497
2499
|
// Speech aliases
|
|
@@ -2504,12 +2506,12 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2504
2506
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2505
2507
|
// Spline aliases
|
|
2506
2508
|
export { default as SplineIcon } from '../icons/spline';
|
|
2507
|
-
// Spool aliases
|
|
2508
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2509
2509
|
// Split aliases
|
|
2510
2510
|
export { default as SplitIcon } from '../icons/split';
|
|
2511
2511
|
// SportShoe aliases
|
|
2512
2512
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2513
|
+
// Spool aliases
|
|
2514
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2513
2515
|
// Spotlight aliases
|
|
2514
2516
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2515
2517
|
// SprayCan aliases
|
|
@@ -2526,22 +2528,24 @@ export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bo
|
|
|
2526
2528
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2527
2529
|
// SquareDashedTopSolid aliases
|
|
2528
2530
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2529
|
-
// SquareOff aliases
|
|
2530
|
-
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2531
2531
|
// SquarePause aliases
|
|
2532
2532
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2533
|
-
//
|
|
2534
|
-
export { default as
|
|
2533
|
+
// SquareOff aliases
|
|
2534
|
+
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2535
2535
|
// SquareRadical aliases
|
|
2536
2536
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2537
|
+
// SquareRoundCorner aliases
|
|
2538
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2537
2539
|
// SquareSquare aliases
|
|
2538
2540
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2539
|
-
// SquareStack aliases
|
|
2540
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2541
2541
|
// SquareStar aliases
|
|
2542
2542
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2543
|
+
// SquareStack aliases
|
|
2544
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2543
2545
|
// SquareStop aliases
|
|
2544
2546
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2547
|
+
// SquareText aliases
|
|
2548
|
+
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2545
2549
|
// Square aliases
|
|
2546
2550
|
export { default as SquareIcon } from '../icons/square';
|
|
2547
2551
|
// SquaresExclude aliases
|
|
@@ -2596,10 +2600,10 @@ export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
|
2596
2600
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2597
2601
|
// StickyNotes aliases
|
|
2598
2602
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2599
|
-
// Store aliases
|
|
2600
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2601
2603
|
// Stone aliases
|
|
2602
2604
|
export { default as StoneIcon } from '../icons/stone';
|
|
2605
|
+
// Store aliases
|
|
2606
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2603
2607
|
// StretchHorizontal aliases
|
|
2604
2608
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2605
2609
|
// StretchVertical aliases
|
|
@@ -2616,24 +2620,24 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2616
2620
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2617
2621
|
// SunMoon aliases
|
|
2618
2622
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2619
|
-
// Sun aliases
|
|
2620
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2621
2623
|
// SunSnow aliases
|
|
2622
2624
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2623
2625
|
// Sunrise aliases
|
|
2624
2626
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2625
|
-
//
|
|
2626
|
-
export { default as
|
|
2627
|
+
// Sun aliases
|
|
2628
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2627
2629
|
// Sunset aliases
|
|
2628
2630
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2631
|
+
// Superscript aliases
|
|
2632
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2631
2633
|
// SwatchBook aliases
|
|
2632
2634
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2635
|
+
// SwissFranc aliases
|
|
2636
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2635
2637
|
// Sword aliases
|
|
2636
2638
|
export { default as SwordIcon } from '../icons/sword';
|
|
2639
|
+
// SwitchCamera aliases
|
|
2640
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2637
2641
|
// Swords aliases
|
|
2638
2642
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2639
2643
|
// Syringe aliases
|
|
@@ -2644,20 +2648,20 @@ export { default as Table2Icon } from '../icons/table-2';
|
|
|
2644
2648
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2645
2649
|
// TableCellsSplit aliases
|
|
2646
2650
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2647
|
-
// TableOfContents aliases
|
|
2648
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2649
2651
|
// TableColumnsSplit aliases
|
|
2650
2652
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2653
|
+
// TableOfContents aliases
|
|
2654
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2651
2655
|
// TableProperties aliases
|
|
2652
2656
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2653
2657
|
// TableRowsSplit aliases
|
|
2654
2658
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2655
2659
|
// Table aliases
|
|
2656
2660
|
export { default as TableIcon } from '../icons/table';
|
|
2657
|
-
// TabletSmartphone aliases
|
|
2658
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2659
2661
|
// Tablet aliases
|
|
2660
2662
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2663
|
+
// TabletSmartphone aliases
|
|
2664
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2661
2665
|
// Tablets aliases
|
|
2662
2666
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2663
2667
|
// TagPlus aliases
|
|
@@ -2666,12 +2670,12 @@ export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
|
2666
2670
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2667
2671
|
// Tag aliases
|
|
2668
2672
|
export { default as TagIcon } from '../icons/tag';
|
|
2669
|
-
// Tags aliases
|
|
2670
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2671
2673
|
// Tally1 aliases
|
|
2672
2674
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2673
2675
|
// Tally2 aliases
|
|
2674
2676
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2677
|
+
// Tags aliases
|
|
2678
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2675
2679
|
// Tally3 aliases
|
|
2676
2680
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2677
2681
|
// Tally4 aliases
|
|
@@ -2682,16 +2686,16 @@ export { default as Tally5Icon } from '../icons/tally-5';
|
|
|
2682
2686
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2683
2687
|
// Target aliases
|
|
2684
2688
|
export { default as TargetIcon } from '../icons/target';
|
|
2685
|
-
// TentTree aliases
|
|
2686
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2687
2689
|
// Telescope aliases
|
|
2688
2690
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2691
|
+
// TentTree aliases
|
|
2692
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2689
2693
|
// Tent aliases
|
|
2690
2694
|
export { default as TentIcon } from '../icons/tent';
|
|
2691
|
-
// Terminal aliases
|
|
2692
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2693
2695
|
// TestTube aliases
|
|
2694
2696
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2697
|
+
// Terminal aliases
|
|
2698
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2695
2699
|
// TestTubes aliases
|
|
2696
2700
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2697
2701
|
// TextCursorInput aliases
|
|
@@ -2700,10 +2704,10 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2700
2704
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2701
2705
|
// TextQuote aliases
|
|
2702
2706
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2703
|
-
// Theater aliases
|
|
2704
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2705
2707
|
// TextSearch aliases
|
|
2706
2708
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2709
|
+
// Theater aliases
|
|
2710
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2707
2711
|
// ThermometerSnowflake aliases
|
|
2708
2712
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2709
2713
|
// ThermometerSun aliases
|
|
@@ -2712,68 +2716,68 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2712
2716
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2713
2717
|
// ThumbsDown aliases
|
|
2714
2718
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2719
|
+
// TicketMinus aliases
|
|
2720
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2715
2721
|
// ThumbsUp aliases
|
|
2716
2722
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2717
2723
|
// TicketCheck aliases
|
|
2718
2724
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2725
|
+
// TicketPlus aliases
|
|
2726
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2721
2727
|
// TicketPercent aliases
|
|
2722
2728
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2723
2729
|
// TicketSlash aliases
|
|
2724
2730
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2725
|
-
// TicketPlus aliases
|
|
2726
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2727
2731
|
// TicketX aliases
|
|
2728
2732
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2729
2733
|
// Ticket aliases
|
|
2730
2734
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2731
|
-
// TicketsPlane aliases
|
|
2732
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2733
2735
|
// Tickets aliases
|
|
2734
2736
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2737
|
+
// TicketsPlane aliases
|
|
2738
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2735
2739
|
// Timeline aliases
|
|
2736
2740
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2737
2741
|
// TimerOff aliases
|
|
2738
2742
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2739
2743
|
// TimerReset aliases
|
|
2740
2744
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2741
|
-
// Timer aliases
|
|
2742
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2743
2745
|
// ToggleLeft aliases
|
|
2744
2746
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2747
|
+
// Timer aliases
|
|
2748
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2745
2749
|
// ToggleRight aliases
|
|
2746
2750
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2747
|
-
// ToolCase aliases
|
|
2748
|
-
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2749
2751
|
// Toilet aliases
|
|
2750
2752
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2753
|
+
// ToolCase aliases
|
|
2754
|
+
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2751
2755
|
// Toolbox aliases
|
|
2752
2756
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2753
|
-
// Tornado aliases
|
|
2754
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2755
2757
|
// Torus aliases
|
|
2756
2758
|
export { default as TorusIcon } from '../icons/torus';
|
|
2759
|
+
// Tornado aliases
|
|
2760
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2757
2761
|
// TouchpadOff aliases
|
|
2758
2762
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2759
|
-
// TowelRack aliases
|
|
2760
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2761
2763
|
// Touchpad aliases
|
|
2762
2764
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2765
|
+
// TowelRack aliases
|
|
2766
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2765
2767
|
// TowerControl aliases
|
|
2766
2768
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2767
2769
|
// Tractor aliases
|
|
2768
2770
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2771
|
+
// ToyBrick aliases
|
|
2772
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2773
|
+
// TrafficCone aliases
|
|
2774
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2769
2775
|
// TrainFrontTunnel aliases
|
|
2770
2776
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2771
2777
|
// TrainFront aliases
|
|
2772
2778
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2773
2779
|
// TrainTrack aliases
|
|
2774
2780
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2775
|
-
// TrafficCone aliases
|
|
2776
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2777
2781
|
// Transgender aliases
|
|
2778
2782
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2779
2783
|
// Trash2 aliases
|
|
@@ -2796,10 +2800,10 @@ export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
|
2796
2800
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2797
2801
|
// TriangleRight aliases
|
|
2798
2802
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2799
|
-
// Triangle aliases
|
|
2800
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2801
2803
|
// Trophy aliases
|
|
2802
2804
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2805
|
+
// Triangle aliases
|
|
2806
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2803
2807
|
// TruckElectric aliases
|
|
2804
2808
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2805
2809
|
// Truck aliases
|
|
@@ -2826,16 +2830,16 @@ export { default as UnderlineIcon } from '../icons/underline';
|
|
|
2826
2830
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2827
2831
|
// Undo2 aliases
|
|
2828
2832
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2829
|
-
// Undo aliases
|
|
2830
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2831
2833
|
// UndoDot aliases
|
|
2832
2834
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2835
|
+
// Undo aliases
|
|
2836
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2833
2837
|
// UnfoldHorizontal aliases
|
|
2834
2838
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2835
|
-
// Ungroup aliases
|
|
2836
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2837
2839
|
// UnfoldVertical aliases
|
|
2838
2840
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2841
|
+
// Ungroup aliases
|
|
2842
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2839
2843
|
// Unlink2 aliases
|
|
2840
2844
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2841
2845
|
// Unlink aliases
|
|
@@ -2846,118 +2850,118 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2846
2850
|
export { default as UploadIcon } from '../icons/upload';
|
|
2847
2851
|
// Usb aliases
|
|
2848
2852
|
export { default as UsbIcon } from '../icons/usb';
|
|
2849
|
-
// UserCheck aliases
|
|
2850
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2851
2853
|
// UserCog aliases
|
|
2852
2854
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2853
|
-
// UserLock aliases
|
|
2854
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2855
2855
|
// UserKey aliases
|
|
2856
2856
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2857
|
+
// UserLock aliases
|
|
2858
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2859
|
+
// UserCheck aliases
|
|
2860
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2861
|
+
// UserPlus aliases
|
|
2862
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2857
2863
|
// UserMinus aliases
|
|
2858
2864
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2859
2865
|
// UserPen aliases
|
|
2860
2866
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2861
|
-
// UserPlus aliases
|
|
2862
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2863
|
-
// UserRoundKey aliases
|
|
2864
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2865
2867
|
// UserRoundArrowLeft aliases
|
|
2866
2868
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2869
|
+
// UserRoundKey aliases
|
|
2870
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2867
2871
|
// UserRoundPen aliases
|
|
2868
2872
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2869
|
-
// UserShield aliases
|
|
2870
|
-
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2871
2873
|
// UserRoundSearch aliases
|
|
2872
2874
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2873
2875
|
// UserSearch aliases
|
|
2874
2876
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2877
|
+
// UserShield aliases
|
|
2878
|
+
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2875
2879
|
// UserStar aliases
|
|
2876
2880
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2877
|
-
// Users aliases
|
|
2878
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2879
2881
|
// UserX aliases
|
|
2880
2882
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2881
2883
|
// User aliases
|
|
2882
2884
|
export { default as UserIcon } from '../icons/user';
|
|
2885
|
+
// Variable aliases
|
|
2886
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2887
|
+
// Users aliases
|
|
2888
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2883
2889
|
// UtilityPole aliases
|
|
2884
2890
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2885
|
-
// Van aliases
|
|
2886
|
-
export { default as VanIcon } from '../icons/van';
|
|
2887
2891
|
// Vault aliases
|
|
2888
2892
|
export { default as VaultIcon } from '../icons/vault';
|
|
2889
|
-
//
|
|
2890
|
-
export { default as
|
|
2893
|
+
// Van aliases
|
|
2894
|
+
export { default as VanIcon } from '../icons/van';
|
|
2891
2895
|
// VectorSquare aliases
|
|
2892
2896
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2893
|
-
// Vegan aliases
|
|
2894
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2895
2897
|
// VenetianMask aliases
|
|
2896
2898
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2899
|
+
// Vegan aliases
|
|
2900
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2897
2901
|
// VenusAndMars aliases
|
|
2898
2902
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2899
2903
|
// Venus aliases
|
|
2900
2904
|
export { default as VenusIcon } from '../icons/venus';
|
|
2901
|
-
// VideoOff aliases
|
|
2902
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2903
2905
|
// Vibrate aliases
|
|
2904
2906
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2905
2907
|
// VibrateOff aliases
|
|
2906
2908
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2909
|
+
// VideoOff aliases
|
|
2910
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2907
2911
|
// Video aliases
|
|
2908
2912
|
export { default as VideoIcon } from '../icons/video';
|
|
2909
2913
|
// Videotape aliases
|
|
2910
2914
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2915
|
+
// Voicemail aliases
|
|
2916
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2911
2917
|
// View aliases
|
|
2912
2918
|
export { default as ViewIcon } from '../icons/view';
|
|
2913
2919
|
// Volleyball aliases
|
|
2914
2920
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2915
|
-
// Voicemail aliases
|
|
2916
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2917
2921
|
// Volume1 aliases
|
|
2918
2922
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2923
|
+
// VolumeOff aliases
|
|
2924
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2919
2925
|
// Volume2 aliases
|
|
2920
2926
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2921
2927
|
// VolumeX aliases
|
|
2922
2928
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2923
|
-
// VolumeOff aliases
|
|
2924
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2925
|
-
// Vote aliases
|
|
2926
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2927
2929
|
// Volume aliases
|
|
2928
2930
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2931
|
+
// Vote aliases
|
|
2932
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2929
2933
|
// WalletCards aliases
|
|
2930
2934
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2931
2935
|
// Wallet aliases
|
|
2932
2936
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2933
|
-
// Wand aliases
|
|
2934
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2935
2937
|
// Wallpaper aliases
|
|
2936
2938
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2939
|
+
// Wand aliases
|
|
2940
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2937
2941
|
// Warehouse aliases
|
|
2938
2942
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2943
|
+
// Watch aliases
|
|
2944
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2939
2945
|
// WashingMachine aliases
|
|
2940
2946
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2941
2947
|
// WavesArrowDown aliases
|
|
2942
2948
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2943
|
-
// Watch aliases
|
|
2944
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2945
2949
|
// WavesArrowUp aliases
|
|
2946
2950
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2947
|
-
// WavesVertical aliases
|
|
2948
|
-
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2949
2951
|
// WavesLadder aliases
|
|
2950
2952
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2953
|
+
// WavesVertical aliases
|
|
2954
|
+
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2951
2955
|
// Waypoints aliases
|
|
2952
2956
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2953
2957
|
// WebcamOff aliases
|
|
2954
2958
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2955
|
-
// Webcam aliases
|
|
2956
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2957
2959
|
// WebhookOff aliases
|
|
2958
2960
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2959
2961
|
// Webhook aliases
|
|
2960
2962
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2963
|
+
// Webcam aliases
|
|
2964
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2961
2965
|
// WeightTilde aliases
|
|
2962
2966
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2963
2967
|
// Weight aliases
|
|
@@ -2980,24 +2984,24 @@ export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
|
2980
2984
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2981
2985
|
// WifiZero aliases
|
|
2982
2986
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2983
|
-
// WifiSync aliases
|
|
2984
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2985
2987
|
// Wifi aliases
|
|
2986
2988
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2989
|
+
// WifiSync aliases
|
|
2990
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2991
|
+
// WindArrowDown aliases
|
|
2992
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2987
2993
|
// Wind aliases
|
|
2988
2994
|
export { default as WindIcon } from '../icons/wind';
|
|
2989
2995
|
// WineOff aliases
|
|
2990
2996
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2991
|
-
// WindArrowDown aliases
|
|
2992
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2993
2997
|
// Wine aliases
|
|
2994
2998
|
export { default as WineIcon } from '../icons/wine';
|
|
2999
|
+
// Workflow aliases
|
|
3000
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2995
3001
|
// Worm aliases
|
|
2996
3002
|
export { default as WormIcon } from '../icons/worm';
|
|
2997
3003
|
// WrenchOff aliases
|
|
2998
3004
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
2999
|
-
// Workflow aliases
|
|
3000
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3001
3005
|
// Wrench aliases
|
|
3002
3006
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3003
3007
|
// XLineTop aliases
|
|
@@ -3012,10 +3016,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
3012
3016
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3013
3017
|
// ZodiacAries aliases
|
|
3014
3018
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3015
|
-
// ZodiacCancer aliases
|
|
3016
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3017
3019
|
// ZodiacCapricorn aliases
|
|
3018
3020
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3021
|
+
// ZodiacCancer aliases
|
|
3022
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3019
3023
|
// ZodiacGemini aliases
|
|
3020
3024
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3021
3025
|
// ZodiacLeo aliases
|
|
@@ -3032,38 +3036,38 @@ export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
|
3032
3036
|
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3033
3037
|
// ZodiacTaurus aliases
|
|
3034
3038
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3035
|
-
// ZodiacVirgo aliases
|
|
3036
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3037
3039
|
// ZoomIn aliases
|
|
3038
3040
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3041
|
+
// ZodiacVirgo aliases
|
|
3042
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3039
3043
|
// ZoomOut aliases
|
|
3040
3044
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3041
3045
|
// ArrowDown01 aliases
|
|
3042
3046
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3043
3047
|
// ArrowDown10 aliases
|
|
3044
3048
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3045
|
-
// ArrowUp01 aliases
|
|
3046
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3047
3049
|
// ArrowUp10 aliases
|
|
3048
3050
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3051
|
+
// ArrowUp01 aliases
|
|
3052
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3049
3053
|
// AlarmClockCheck aliases
|
|
3050
3054
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3051
3055
|
export {
|
|
3052
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3053
3057
|
default as AlarmCheckIcon
|
|
3054
3058
|
} from '../icons/alarm-clock-check';
|
|
3055
|
-
// AlarmClockMinus aliases
|
|
3056
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3057
|
-
export {
|
|
3058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3059
|
-
default as AlarmMinusIcon
|
|
3060
|
-
} from '../icons/alarm-clock-minus';
|
|
3061
3059
|
// AlarmClockPlus aliases
|
|
3062
3060
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3063
3061
|
export {
|
|
3064
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3065
3063
|
default as AlarmPlusIcon
|
|
3066
3064
|
} from '../icons/alarm-clock-plus';
|
|
3065
|
+
// AlarmClockMinus aliases
|
|
3066
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3067
|
+
export {
|
|
3068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3069
|
+
default as AlarmMinusIcon
|
|
3070
|
+
} from '../icons/alarm-clock-minus';
|
|
3067
3071
|
// ArrowDownAZ aliases
|
|
3068
3072
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3069
3073
|
export {
|
|
@@ -3088,12 +3092,6 @@ export {
|
|
|
3088
3092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3089
3093
|
default as ArrowUpAzIcon
|
|
3090
3094
|
} from '../icons/arrow-up-a-z';
|
|
3091
|
-
// Axis3d aliases
|
|
3092
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3093
|
-
export {
|
|
3094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3095
|
-
default as Axis3DIcon
|
|
3096
|
-
} from '../icons/axis-3d';
|
|
3097
3095
|
// ArrowUpNarrowWide aliases
|
|
3098
3096
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3099
3097
|
export {
|
|
@@ -3112,6 +3110,24 @@ export {
|
|
|
3112
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3113
3111
|
default as VerifiedIcon
|
|
3114
3112
|
} from '../icons/badge-check';
|
|
3113
|
+
// Axis3d aliases
|
|
3114
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3115
|
+
export {
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3117
|
+
default as Axis3DIcon
|
|
3118
|
+
} from '../icons/axis-3d';
|
|
3119
|
+
// BadgeQuestionMark aliases
|
|
3120
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3121
|
+
export {
|
|
3122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3123
|
+
default as BadgeHelpIcon
|
|
3124
|
+
} from '../icons/badge-question-mark';
|
|
3125
|
+
// BetweenHorizontalStart aliases
|
|
3126
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3129
|
+
default as BetweenHorizonalStartIcon
|
|
3130
|
+
} from '../icons/between-horizontal-start';
|
|
3115
3131
|
// BookDashed aliases
|
|
3116
3132
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3117
3133
|
export {
|
|
@@ -3124,6 +3140,12 @@ export {
|
|
|
3124
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3125
3141
|
default as CurlyBracesIcon
|
|
3126
3142
|
} from '../icons/braces';
|
|
3143
|
+
// BetweenHorizontalEnd aliases
|
|
3144
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3145
|
+
export {
|
|
3146
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3147
|
+
default as BetweenHorizonalEndIcon
|
|
3148
|
+
} from '../icons/between-horizontal-end';
|
|
3127
3149
|
// Captions aliases
|
|
3128
3150
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3129
3151
|
export {
|
|
@@ -3154,66 +3176,48 @@ export {
|
|
|
3154
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3155
3177
|
default as BarChartHorizontalIcon
|
|
3156
3178
|
} from '../icons/chart-bar';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3159
|
-
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3161
|
-
default as BadgeHelpIcon
|
|
3162
|
-
} from '../icons/badge-question-mark';
|
|
3163
|
-
// BetweenHorizontalEnd aliases
|
|
3164
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3179
|
+
// ChartColumnBig aliases
|
|
3180
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3165
3181
|
export {
|
|
3166
|
-
/** @deprecated
|
|
3167
|
-
default as
|
|
3168
|
-
} from '../icons/
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3183
|
+
default as BarChartBigIcon
|
|
3184
|
+
} from '../icons/chart-column-big';
|
|
3169
3185
|
// ChartColumnIncreasing aliases
|
|
3170
3186
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3171
3187
|
export {
|
|
3172
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3173
3189
|
default as BarChart4Icon
|
|
3174
3190
|
} from '../icons/chart-column-increasing';
|
|
3175
|
-
// BetweenHorizontalStart aliases
|
|
3176
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3177
|
-
export {
|
|
3178
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3179
|
-
default as BetweenHorizonalStartIcon
|
|
3180
|
-
} from '../icons/between-horizontal-start';
|
|
3181
|
-
// ChartColumnBig aliases
|
|
3182
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3183
|
-
export {
|
|
3184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. */
|
|
3185
|
-
default as BarChartBigIcon
|
|
3186
|
-
} from '../icons/chart-column-big';
|
|
3187
3191
|
// ChartLine aliases
|
|
3188
3192
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3189
3193
|
export {
|
|
3190
3194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3191
3195
|
default as LineChartIcon
|
|
3192
3196
|
} from '../icons/chart-line';
|
|
3193
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3194
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3197
|
-
default as BarChartIcon
|
|
3198
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3199
3197
|
// ChartColumn aliases
|
|
3200
3198
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3201
3199
|
export {
|
|
3202
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3203
3201
|
default as BarChart3Icon
|
|
3204
3202
|
} from '../icons/chart-column';
|
|
3205
|
-
//
|
|
3206
|
-
export { default as
|
|
3203
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3204
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3207
3205
|
export {
|
|
3208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3209
|
-
default as
|
|
3210
|
-
} from '../icons/chart-no-axes-column';
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3207
|
+
default as BarChartIcon
|
|
3208
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3211
3209
|
// ChartNoAxesGantt aliases
|
|
3212
3210
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3213
3211
|
export {
|
|
3214
3212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3215
3213
|
default as GanttChartIcon
|
|
3216
3214
|
} from '../icons/chart-no-axes-gantt';
|
|
3215
|
+
// ChartNoAxesColumn aliases
|
|
3216
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3217
|
+
export {
|
|
3218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3219
|
+
default as BarChart2Icon
|
|
3220
|
+
} from '../icons/chart-no-axes-column';
|
|
3217
3221
|
// ChartPie aliases
|
|
3218
3222
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3219
3223
|
export {
|
|
@@ -3226,18 +3230,18 @@ export {
|
|
|
3226
3230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3227
3231
|
default as ScatterChartIcon
|
|
3228
3232
|
} from '../icons/chart-scatter';
|
|
3229
|
-
// CircleArrowDown aliases
|
|
3230
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3231
|
-
export {
|
|
3232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3233
|
-
default as ArrowDownCircleIcon
|
|
3234
|
-
} from '../icons/circle-arrow-down';
|
|
3235
3233
|
// CircleAlert aliases
|
|
3236
3234
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3237
3235
|
export {
|
|
3238
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3239
3237
|
default as AlertCircleIcon
|
|
3240
3238
|
} from '../icons/circle-alert';
|
|
3239
|
+
// CircleArrowDown aliases
|
|
3240
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3241
|
+
export {
|
|
3242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3243
|
+
default as ArrowDownCircleIcon
|
|
3244
|
+
} from '../icons/circle-arrow-down';
|
|
3241
3245
|
// CircleArrowLeft aliases
|
|
3242
3246
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3243
3247
|
export {
|
|
@@ -3268,18 +3272,18 @@ export {
|
|
|
3268
3272
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3269
3273
|
default as ArrowUpLeftFromCircleIcon
|
|
3270
3274
|
} from '../icons/circle-arrow-out-up-left';
|
|
3271
|
-
// CircleCheckBig aliases
|
|
3272
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3273
|
-
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3275
|
-
default as CheckCircleIcon
|
|
3276
|
-
} from '../icons/circle-check-big';
|
|
3277
3275
|
// CircleArrowRight aliases
|
|
3278
3276
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3279
3277
|
export {
|
|
3280
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3281
3279
|
default as ArrowRightCircleIcon
|
|
3282
3280
|
} from '../icons/circle-arrow-right';
|
|
3281
|
+
// CircleCheckBig aliases
|
|
3282
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3285
|
+
default as CheckCircleIcon
|
|
3286
|
+
} from '../icons/circle-check-big';
|
|
3283
3287
|
// CircleArrowUp aliases
|
|
3284
3288
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3285
3289
|
export {
|
|
@@ -3292,18 +3296,18 @@ export {
|
|
|
3292
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3293
3297
|
default as CheckCircle2Icon
|
|
3294
3298
|
} from '../icons/circle-check';
|
|
3295
|
-
// CircleChevronDown aliases
|
|
3296
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3299
|
-
default as ChevronDownCircleIcon
|
|
3300
|
-
} from '../icons/circle-chevron-down';
|
|
3301
3299
|
// CircleChevronLeft aliases
|
|
3302
3300
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3303
3301
|
export {
|
|
3304
3302
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3305
3303
|
default as ChevronLeftCircleIcon
|
|
3306
3304
|
} from '../icons/circle-chevron-left';
|
|
3305
|
+
// CircleChevronDown aliases
|
|
3306
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3307
|
+
export {
|
|
3308
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3309
|
+
default as ChevronDownCircleIcon
|
|
3310
|
+
} from '../icons/circle-chevron-down';
|
|
3307
3311
|
// CircleChevronRight aliases
|
|
3308
3312
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3309
3313
|
export {
|
|
@@ -3328,48 +3332,48 @@ export {
|
|
|
3328
3332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3329
3333
|
default as GaugeCircleIcon
|
|
3330
3334
|
} from '../icons/circle-gauge';
|
|
3331
|
-
// CircleMinus aliases
|
|
3332
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3333
|
-
export {
|
|
3334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3335
|
-
default as MinusCircleIcon
|
|
3336
|
-
} from '../icons/circle-minus';
|
|
3337
3335
|
// CircleParkingOff aliases
|
|
3338
3336
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3339
3337
|
export {
|
|
3340
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3341
3339
|
default as ParkingCircleOffIcon
|
|
3342
3340
|
} from '../icons/circle-parking-off';
|
|
3343
|
-
//
|
|
3344
|
-
export { default as
|
|
3341
|
+
// CircleMinus aliases
|
|
3342
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3345
3343
|
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3347
|
-
default as
|
|
3348
|
-
} from '../icons/circle-
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3345
|
+
default as MinusCircleIcon
|
|
3346
|
+
} from '../icons/circle-minus';
|
|
3349
3347
|
// CirclePause aliases
|
|
3350
3348
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3351
3349
|
export {
|
|
3352
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3353
3351
|
default as PauseCircleIcon
|
|
3354
3352
|
} from '../icons/circle-pause';
|
|
3355
|
-
//
|
|
3356
|
-
export { default as
|
|
3353
|
+
// CircleParking aliases
|
|
3354
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3357
3355
|
export {
|
|
3358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3359
|
-
default as
|
|
3360
|
-
} from '../icons/circle-
|
|
3356
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3357
|
+
default as ParkingCircleIcon
|
|
3358
|
+
} from '../icons/circle-parking';
|
|
3359
|
+
// CirclePlay aliases
|
|
3360
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3363
|
+
default as PlayCircleIcon
|
|
3364
|
+
} from '../icons/circle-play';
|
|
3361
3365
|
// CirclePercent aliases
|
|
3362
3366
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3363
3367
|
export {
|
|
3364
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3365
3369
|
default as PercentCircleIcon
|
|
3366
3370
|
} from '../icons/circle-percent';
|
|
3367
|
-
//
|
|
3368
|
-
export { default as
|
|
3371
|
+
// CirclePlus aliases
|
|
3372
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3369
3373
|
export {
|
|
3370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3371
|
-
default as
|
|
3372
|
-
} from '../icons/circle-
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3375
|
+
default as PlusCircleIcon
|
|
3376
|
+
} from '../icons/circle-plus';
|
|
3373
3377
|
// CirclePower aliases
|
|
3374
3378
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3375
3379
|
export {
|
|
@@ -3392,30 +3396,30 @@ export {
|
|
|
3392
3396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3393
3397
|
default as CircleSlashedIcon
|
|
3394
3398
|
} from '../icons/circle-slash-2';
|
|
3395
|
-
// CircleStop aliases
|
|
3396
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3399
|
-
default as StopCircleIcon
|
|
3400
|
-
} from '../icons/circle-stop';
|
|
3401
3399
|
// CircleUserRound aliases
|
|
3402
3400
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3403
3401
|
export {
|
|
3404
3402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3405
3403
|
default as UserCircle2Icon
|
|
3406
3404
|
} from '../icons/circle-user-round';
|
|
3407
|
-
//
|
|
3408
|
-
export { default as
|
|
3405
|
+
// CircleStop aliases
|
|
3406
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3409
3407
|
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3411
|
-
default as
|
|
3412
|
-
} from '../icons/circle-
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3409
|
+
default as StopCircleIcon
|
|
3410
|
+
} from '../icons/circle-stop';
|
|
3413
3411
|
// CircleUser aliases
|
|
3414
3412
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3415
3413
|
export {
|
|
3416
3414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3417
3415
|
default as UserCircleIcon
|
|
3418
3416
|
} from '../icons/circle-user';
|
|
3417
|
+
// CircleX aliases
|
|
3418
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3419
|
+
export {
|
|
3420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3421
|
+
default as XCircleIcon
|
|
3422
|
+
} from '../icons/circle-x';
|
|
3419
3423
|
// ClipboardPenLine aliases
|
|
3420
3424
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3421
3425
|
export {
|
|
@@ -3428,18 +3432,18 @@ export {
|
|
|
3428
3432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3429
3433
|
default as ClipboardEditIcon
|
|
3430
3434
|
} from '../icons/clipboard-pen';
|
|
3431
|
-
// CloudDownload aliases
|
|
3432
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3435
|
-
default as DownloadCloudIcon
|
|
3436
|
-
} from '../icons/cloud-download';
|
|
3437
3435
|
// CloudUpload aliases
|
|
3438
3436
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3439
3437
|
export {
|
|
3440
3438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3441
3439
|
default as UploadCloudIcon
|
|
3442
3440
|
} from '../icons/cloud-upload';
|
|
3441
|
+
// CloudDownload aliases
|
|
3442
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3443
|
+
export {
|
|
3444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3445
|
+
default as DownloadCloudIcon
|
|
3446
|
+
} from '../icons/cloud-download';
|
|
3443
3447
|
// CodeXml aliases
|
|
3444
3448
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3445
3449
|
export {
|
|
@@ -3462,18 +3466,18 @@ export {
|
|
|
3462
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3463
3467
|
default as TableConfigIcon
|
|
3464
3468
|
} from '../icons/columns-3-cog';
|
|
3465
|
-
// Columns3 aliases
|
|
3466
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3469
|
-
default as PanelsLeftRightIcon
|
|
3470
|
-
} from '../icons/columns-3';
|
|
3471
3469
|
// ContactRound aliases
|
|
3472
3470
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3473
3471
|
export {
|
|
3474
3472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3475
3473
|
default as Contact2Icon
|
|
3476
3474
|
} from '../icons/contact-round';
|
|
3475
|
+
// Columns3 aliases
|
|
3476
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3477
|
+
export {
|
|
3478
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3479
|
+
default as PanelsLeftRightIcon
|
|
3480
|
+
} from '../icons/columns-3';
|
|
3477
3481
|
// DiamondPercent aliases
|
|
3478
3482
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3479
3483
|
export {
|
|
@@ -3504,6 +3508,12 @@ export {
|
|
|
3504
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3505
3509
|
default as MoreHorizontalIcon
|
|
3506
3510
|
} from '../icons/ellipsis';
|
|
3511
|
+
// FaceNeutral aliases
|
|
3512
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3513
|
+
export {
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3515
|
+
default as MehIcon
|
|
3516
|
+
} from '../icons/face-neutral';
|
|
3507
3517
|
// FaceExpressionless aliases
|
|
3508
3518
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3509
3519
|
export {
|
|
@@ -3528,12 +3538,6 @@ export {
|
|
|
3528
3538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3529
3539
|
default as SmilePlusIcon
|
|
3530
3540
|
} from '../icons/face-slightly-smiling-plus';
|
|
3531
|
-
// FaceNeutral aliases
|
|
3532
|
-
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3533
|
-
export {
|
|
3534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3535
|
-
default as MehIcon
|
|
3536
|
-
} from '../icons/face-neutral';
|
|
3537
3541
|
// FaceSlightlySmiling aliases
|
|
3538
3542
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3539
3543
|
export {
|
|
@@ -3558,24 +3562,30 @@ export {
|
|
|
3558
3562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3559
3563
|
default as FileJson2Icon
|
|
3560
3564
|
} from '../icons/file-braces-corner';
|
|
3561
|
-
// FileBraces aliases
|
|
3562
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3563
|
-
export {
|
|
3564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3565
|
-
default as FileJsonIcon
|
|
3566
|
-
} from '../icons/file-braces';
|
|
3567
3565
|
// FileChartColumnIncreasing aliases
|
|
3568
3566
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3569
3567
|
export {
|
|
3570
3568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3571
3569
|
default as FileBarChartIcon
|
|
3572
3570
|
} from '../icons/file-chart-column-increasing';
|
|
3571
|
+
// FileBraces aliases
|
|
3572
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3575
|
+
default as FileJsonIcon
|
|
3576
|
+
} from '../icons/file-braces';
|
|
3573
3577
|
// FileChartColumn aliases
|
|
3574
3578
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3575
3579
|
export {
|
|
3576
3580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3577
3581
|
default as FileBarChart2Icon
|
|
3578
3582
|
} from '../icons/file-chart-column';
|
|
3583
|
+
// FileCheckCorner aliases
|
|
3584
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3585
|
+
export {
|
|
3586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3587
|
+
default as FileCheck2Icon
|
|
3588
|
+
} from '../icons/file-check-corner';
|
|
3579
3589
|
// FileChartLine aliases
|
|
3580
3590
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3581
3591
|
export {
|
|
@@ -3588,12 +3598,6 @@ export {
|
|
|
3588
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3589
3599
|
default as FilePieChartIcon
|
|
3590
3600
|
} from '../icons/file-chart-pie';
|
|
3591
|
-
// FileCheckCorner aliases
|
|
3592
|
-
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3595
|
-
default as FileCheck2Icon
|
|
3596
|
-
} from '../icons/file-check-corner';
|
|
3597
3601
|
// FileCodeCorner aliases
|
|
3598
3602
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3599
3603
|
export {
|
|
@@ -3628,18 +3632,18 @@ export {
|
|
|
3628
3632
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3629
3633
|
default as FileKey2Icon
|
|
3630
3634
|
} from '../icons/file-key';
|
|
3631
|
-
// FileMinusCorner aliases
|
|
3632
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3633
|
-
export {
|
|
3634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3635
|
-
default as FileMinus2Icon
|
|
3636
|
-
} from '../icons/file-minus-corner';
|
|
3637
3635
|
// FileLock aliases
|
|
3638
3636
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3639
3637
|
export {
|
|
3640
3638
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3641
3639
|
default as FileLock2Icon
|
|
3642
3640
|
} from '../icons/file-lock';
|
|
3641
|
+
// FileMinusCorner aliases
|
|
3642
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3643
|
+
export {
|
|
3644
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3645
|
+
default as FileMinus2Icon
|
|
3646
|
+
} from '../icons/file-minus-corner';
|
|
3643
3647
|
// FilePenLine aliases
|
|
3644
3648
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3645
3649
|
export {
|
|
@@ -3652,18 +3656,24 @@ export {
|
|
|
3652
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3653
3657
|
default as FileVideoIcon
|
|
3654
3658
|
} from '../icons/file-play';
|
|
3655
|
-
// FilePen aliases
|
|
3656
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3657
|
-
export {
|
|
3658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3659
|
-
default as FileEditIcon
|
|
3660
|
-
} from '../icons/file-pen';
|
|
3661
3659
|
// FileQuestionMark aliases
|
|
3662
3660
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3663
3661
|
export {
|
|
3664
3662
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3665
3663
|
default as FileQuestionIcon
|
|
3666
3664
|
} from '../icons/file-question-mark';
|
|
3665
|
+
// FilePlusCorner aliases
|
|
3666
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3669
|
+
default as FilePlus2Icon
|
|
3670
|
+
} from '../icons/file-plus-corner';
|
|
3671
|
+
// FilePen aliases
|
|
3672
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3673
|
+
export {
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3675
|
+
default as FileEditIcon
|
|
3676
|
+
} from '../icons/file-pen';
|
|
3667
3677
|
// FileSearchCorner aliases
|
|
3668
3678
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3669
3679
|
export {
|
|
@@ -3676,60 +3686,54 @@ export {
|
|
|
3676
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3677
3687
|
default as FileVolume2Icon
|
|
3678
3688
|
} from '../icons/file-signal';
|
|
3679
|
-
// FilePlusCorner aliases
|
|
3680
|
-
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3681
|
-
export {
|
|
3682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3683
|
-
default as FilePlus2Icon
|
|
3684
|
-
} from '../icons/file-plus-corner';
|
|
3685
3689
|
// FileTypeCorner aliases
|
|
3686
3690
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3687
3691
|
export {
|
|
3688
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3689
3693
|
default as FileType2Icon
|
|
3690
3694
|
} from '../icons/file-type-corner';
|
|
3691
|
-
// FileXCorner aliases
|
|
3692
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3695
|
-
default as FileX2Icon
|
|
3696
|
-
} from '../icons/file-x-corner';
|
|
3697
3695
|
// FileVideoCamera aliases
|
|
3698
3696
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3699
3697
|
export {
|
|
3700
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3701
3699
|
default as FileVideo2Icon
|
|
3702
3700
|
} from '../icons/file-video-camera';
|
|
3701
|
+
// FileXCorner aliases
|
|
3702
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3703
|
+
export {
|
|
3704
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3705
|
+
default as FileX2Icon
|
|
3706
|
+
} from '../icons/file-x-corner';
|
|
3703
3707
|
// FingerprintPattern aliases
|
|
3704
3708
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3705
3709
|
export {
|
|
3706
3710
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3707
3711
|
default as FingerprintIcon
|
|
3708
3712
|
} from '../icons/fingerprint-pattern';
|
|
3709
|
-
// FolderCog aliases
|
|
3710
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3711
|
-
export {
|
|
3712
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3713
|
-
default as FolderCog2Icon
|
|
3714
|
-
} from '../icons/folder-cog';
|
|
3715
3713
|
// FolderPen aliases
|
|
3716
3714
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3717
3715
|
export {
|
|
3718
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3719
3717
|
default as FolderEditIcon
|
|
3720
3718
|
} from '../icons/folder-pen';
|
|
3721
|
-
//
|
|
3722
|
-
export { default as
|
|
3719
|
+
// FolderCog aliases
|
|
3720
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3723
3721
|
export {
|
|
3724
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3725
|
-
default as
|
|
3726
|
-
} from '../icons/
|
|
3722
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3723
|
+
default as FolderCog2Icon
|
|
3724
|
+
} from '../icons/folder-cog';
|
|
3727
3725
|
// FunnelX aliases
|
|
3728
3726
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3729
3727
|
export {
|
|
3730
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3731
3729
|
default as FilterXIcon
|
|
3732
3730
|
} from '../icons/funnel-x';
|
|
3731
|
+
// Funnel aliases
|
|
3732
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3735
|
+
default as FilterIcon
|
|
3736
|
+
} from '../icons/funnel';
|
|
3733
3737
|
// GitCommitHorizontal aliases
|
|
3734
3738
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3735
3739
|
export {
|
|
@@ -3742,6 +3746,12 @@ export {
|
|
|
3742
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3743
3747
|
default as Grid2X2CheckIcon
|
|
3744
3748
|
} from '../icons/grid-2x2-check';
|
|
3749
|
+
// Grid2x2Plus aliases
|
|
3750
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3751
|
+
export {
|
|
3752
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3753
|
+
default as Grid2X2PlusIcon
|
|
3754
|
+
} from '../icons/grid-2x2-plus';
|
|
3745
3755
|
// Grid2x2X aliases
|
|
3746
3756
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3747
3757
|
export {
|
|
@@ -3754,14 +3764,8 @@ export {
|
|
|
3754
3764
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
3755
3765
|
default as Grid2X2Icon
|
|
3756
3766
|
} from '../icons/grid-2x2';
|
|
3757
|
-
//
|
|
3758
|
-
export { default as
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3761
|
-
default as Grid2X2PlusIcon
|
|
3762
|
-
} from '../icons/grid-2x2-plus';
|
|
3763
|
-
// Grid3x3 aliases
|
|
3764
|
-
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3767
|
+
// Grid3x3 aliases
|
|
3768
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3765
3769
|
export {
|
|
3766
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3767
3771
|
default as GridIcon
|
|
@@ -3770,42 +3774,36 @@ export {
|
|
|
3770
3774
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3771
3775
|
default as Grid3X3Icon
|
|
3772
3776
|
} from '../icons/grid-3x3';
|
|
3773
|
-
// HandGrab aliases
|
|
3774
|
-
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3777
|
-
default as GrabIcon
|
|
3778
|
-
} from '../icons/hand-grab';
|
|
3779
3777
|
// HandHelping aliases
|
|
3780
3778
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3781
3779
|
export {
|
|
3782
3780
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3783
3781
|
default as HelpingHandIcon
|
|
3784
3782
|
} from '../icons/hand-helping';
|
|
3785
|
-
// IceCreamBowl aliases
|
|
3786
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3789
|
-
default as IceCream2Icon
|
|
3790
|
-
} from '../icons/ice-cream-bowl';
|
|
3791
3783
|
// House aliases
|
|
3792
3784
|
export { default as HouseIcon } from '../icons/house';
|
|
3793
3785
|
export {
|
|
3794
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3795
3787
|
default as HomeIcon
|
|
3796
3788
|
} from '../icons/house';
|
|
3789
|
+
// HandGrab aliases
|
|
3790
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3791
|
+
export {
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3793
|
+
default as GrabIcon
|
|
3794
|
+
} from '../icons/hand-grab';
|
|
3795
|
+
// IceCreamBowl aliases
|
|
3796
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3797
|
+
export {
|
|
3798
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3799
|
+
default as IceCream2Icon
|
|
3800
|
+
} from '../icons/ice-cream-bowl';
|
|
3797
3801
|
// IceCreamCone aliases
|
|
3798
3802
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3799
3803
|
export {
|
|
3800
3804
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3801
3805
|
default as IceCreamIcon
|
|
3802
3806
|
} from '../icons/ice-cream-cone';
|
|
3803
|
-
// Layers aliases
|
|
3804
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3805
|
-
export {
|
|
3806
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3807
|
-
default as Layers3Icon
|
|
3808
|
-
} from '../icons/layers';
|
|
3809
3807
|
// LaptopMinimal aliases
|
|
3810
3808
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3811
3809
|
export {
|
|
@@ -3832,6 +3830,12 @@ export {
|
|
|
3832
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3833
3831
|
default as IndentIncreaseIcon
|
|
3834
3832
|
} from '../icons/list-indent-increase';
|
|
3833
|
+
// Layers aliases
|
|
3834
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3837
|
+
default as Layers3Icon
|
|
3838
|
+
} from '../icons/layers';
|
|
3835
3839
|
// LoaderCircle aliases
|
|
3836
3840
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3837
3841
|
export {
|
|
@@ -3850,24 +3854,30 @@ export {
|
|
|
3850
3854
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3851
3855
|
default as UnlockIcon
|
|
3852
3856
|
} from '../icons/lock-open';
|
|
3853
|
-
// MailQuestionMark aliases
|
|
3854
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3855
|
-
export {
|
|
3856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3857
|
-
default as MailQuestionIcon
|
|
3858
|
-
} from '../icons/mail-question-mark';
|
|
3859
3857
|
// MapPinPen aliases
|
|
3860
3858
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3861
3859
|
export {
|
|
3862
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3863
3861
|
default as LocationEditIcon
|
|
3864
3862
|
} from '../icons/map-pin-pen';
|
|
3863
|
+
// MailQuestionMark aliases
|
|
3864
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3865
|
+
export {
|
|
3866
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3867
|
+
default as MailQuestionIcon
|
|
3868
|
+
} from '../icons/mail-question-mark';
|
|
3865
3869
|
// MessageCircleQuestionMark aliases
|
|
3866
3870
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3867
3871
|
export {
|
|
3868
3872
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3869
3873
|
default as MessageCircleQuestionIcon
|
|
3870
3874
|
} from '../icons/message-circle-question-mark';
|
|
3875
|
+
// MicSignal aliases
|
|
3876
|
+
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3879
|
+
default as PodcastIcon
|
|
3880
|
+
} from '../icons/mic-signal';
|
|
3871
3881
|
// Move3d aliases
|
|
3872
3882
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3873
3883
|
export {
|
|
@@ -3880,18 +3890,18 @@ export {
|
|
|
3880
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3881
3891
|
default as Mic2Icon
|
|
3882
3892
|
} from '../icons/mic-vocal';
|
|
3883
|
-
// MicSignal aliases
|
|
3884
|
-
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3885
|
-
export {
|
|
3886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3887
|
-
default as PodcastIcon
|
|
3888
|
-
} from '../icons/mic-signal';
|
|
3889
3893
|
// OctagonAlert aliases
|
|
3890
3894
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3891
3895
|
export {
|
|
3892
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3893
3897
|
default as AlertOctagonIcon
|
|
3894
3898
|
} from '../icons/octagon-alert';
|
|
3899
|
+
// PaintbrushVertical aliases
|
|
3900
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3901
|
+
export {
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3903
|
+
default as Paintbrush2Icon
|
|
3904
|
+
} from '../icons/paintbrush-vertical';
|
|
3895
3905
|
// OctagonPause aliases
|
|
3896
3906
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3897
3907
|
export {
|
|
@@ -3904,12 +3914,12 @@ export {
|
|
|
3904
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3905
3915
|
default as XOctagonIcon
|
|
3906
3916
|
} from '../icons/octagon-x';
|
|
3907
|
-
//
|
|
3908
|
-
export { default as
|
|
3917
|
+
// PanelLeftClose aliases
|
|
3918
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3909
3919
|
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3911
|
-
default as
|
|
3912
|
-
} from '../icons/
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3921
|
+
default as SidebarCloseIcon
|
|
3922
|
+
} from '../icons/panel-left-close';
|
|
3913
3923
|
// PanelBottomDashed aliases
|
|
3914
3924
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3915
3925
|
export {
|
|
@@ -3922,24 +3932,18 @@ export {
|
|
|
3922
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. */
|
|
3923
3933
|
default as PanelLeftInactiveIcon
|
|
3924
3934
|
} from '../icons/panel-left-dashed';
|
|
3925
|
-
// PanelLeft aliases
|
|
3926
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3929
|
-
default as SidebarIcon
|
|
3930
|
-
} from '../icons/panel-left';
|
|
3931
|
-
// PanelLeftClose aliases
|
|
3932
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3935
|
-
default as SidebarCloseIcon
|
|
3936
|
-
} from '../icons/panel-left-close';
|
|
3937
3935
|
// PanelLeftOpen aliases
|
|
3938
3936
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3939
3937
|
export {
|
|
3940
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3941
3939
|
default as SidebarOpenIcon
|
|
3942
3940
|
} from '../icons/panel-left-open';
|
|
3941
|
+
// PanelLeft aliases
|
|
3942
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3945
|
+
default as SidebarIcon
|
|
3946
|
+
} from '../icons/panel-left';
|
|
3943
3947
|
// PanelRightDashed aliases
|
|
3944
3948
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3945
3949
|
export {
|
|
@@ -3952,54 +3956,54 @@ export {
|
|
|
3952
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3953
3957
|
default as PanelTopInactiveIcon
|
|
3954
3958
|
} from '../icons/panel-top-dashed';
|
|
3955
|
-
// PenLine aliases
|
|
3956
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3957
|
-
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3959
|
-
default as Edit3Icon
|
|
3960
|
-
} from '../icons/pen-line';
|
|
3961
3959
|
// PanelsTopLeft aliases
|
|
3962
3960
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3963
3961
|
export {
|
|
3964
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3965
3963
|
default as LayoutIcon
|
|
3966
3964
|
} from '../icons/panels-top-left';
|
|
3967
|
-
//
|
|
3968
|
-
export { default as
|
|
3965
|
+
// PenLine aliases
|
|
3966
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3969
3967
|
export {
|
|
3970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3971
|
-
default as
|
|
3972
|
-
} from '../icons/
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3969
|
+
default as Edit3Icon
|
|
3970
|
+
} from '../icons/pen-line';
|
|
3973
3971
|
// Pen aliases
|
|
3974
3972
|
export { default as PenIcon } from '../icons/pen';
|
|
3975
3973
|
export {
|
|
3976
3974
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
3977
3975
|
default as Edit2Icon
|
|
3978
3976
|
} from '../icons/pen';
|
|
3979
|
-
//
|
|
3980
|
-
export { default as
|
|
3977
|
+
// PlugZap aliases
|
|
3978
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3981
3979
|
export {
|
|
3982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3983
|
-
default as
|
|
3984
|
-
} from '../icons/
|
|
3980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3981
|
+
default as PlugZap2Icon
|
|
3982
|
+
} from '../icons/plug-zap';
|
|
3985
3983
|
// Rotate3d aliases
|
|
3986
3984
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3987
3985
|
export {
|
|
3988
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3989
3987
|
default as Rotate3DIcon
|
|
3990
3988
|
} from '../icons/rotate-3d';
|
|
3991
|
-
//
|
|
3992
|
-
export { default as
|
|
3989
|
+
// RectangleEllipsis aliases
|
|
3990
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3993
3991
|
export {
|
|
3994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3995
|
-
default as
|
|
3996
|
-
} from '../icons/
|
|
3992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3993
|
+
default as FormInputIcon
|
|
3994
|
+
} from '../icons/rectangle-ellipsis';
|
|
3997
3995
|
// Rows2 aliases
|
|
3998
3996
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3999
3997
|
export {
|
|
4000
3998
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4001
3999
|
default as RowsIcon
|
|
4002
4000
|
} from '../icons/rows-2';
|
|
4001
|
+
// RotateCcwClock aliases
|
|
4002
|
+
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4003
|
+
export {
|
|
4004
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4005
|
+
default as HistoryIcon
|
|
4006
|
+
} from '../icons/rotate-ccw-clock';
|
|
4003
4007
|
// Rows3 aliases
|
|
4004
4008
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4005
4009
|
export {
|
|
@@ -4030,60 +4034,72 @@ export {
|
|
|
4030
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4031
4035
|
default as ShieldCloseIcon
|
|
4032
4036
|
} from '../icons/shield-x';
|
|
4037
|
+
// Sparkles aliases
|
|
4038
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4039
|
+
export {
|
|
4040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4041
|
+
default as StarsIcon
|
|
4042
|
+
} from '../icons/sparkles';
|
|
4033
4043
|
// SlidersVertical aliases
|
|
4034
4044
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4035
4045
|
export {
|
|
4036
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4037
4047
|
default as SlidersIcon
|
|
4038
4048
|
} from '../icons/sliders-vertical';
|
|
4039
|
-
//
|
|
4040
|
-
export { default as
|
|
4049
|
+
// SquareActivity aliases
|
|
4050
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4041
4051
|
export {
|
|
4042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4043
|
-
default as
|
|
4044
|
-
} from '../icons/
|
|
4052
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4053
|
+
default as ActivitySquareIcon
|
|
4054
|
+
} from '../icons/square-activity';
|
|
4045
4055
|
// SquareArrowDownLeft aliases
|
|
4046
4056
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4047
4057
|
export {
|
|
4048
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4049
4059
|
default as ArrowDownLeftSquareIcon
|
|
4050
4060
|
} from '../icons/square-arrow-down-left';
|
|
4051
|
-
//
|
|
4052
|
-
export { default as
|
|
4061
|
+
// SquareArrowDownRight aliases
|
|
4062
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4053
4063
|
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4055
|
-
default as
|
|
4056
|
-
} from '../icons/square-
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4065
|
+
default as ArrowDownRightSquareIcon
|
|
4066
|
+
} from '../icons/square-arrow-down-right';
|
|
4067
|
+
// SquareArrowLeft aliases
|
|
4068
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4069
|
+
export {
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4071
|
+
default as ArrowLeftSquareIcon
|
|
4072
|
+
} from '../icons/square-arrow-left';
|
|
4057
4073
|
// SquareArrowDown aliases
|
|
4058
4074
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4059
4075
|
export {
|
|
4060
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4061
4077
|
default as ArrowDownSquareIcon
|
|
4062
4078
|
} from '../icons/square-arrow-down';
|
|
4063
|
-
//
|
|
4064
|
-
export { default as
|
|
4079
|
+
// SquareArrowOutDownRight aliases
|
|
4080
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4065
4081
|
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4067
|
-
default as
|
|
4068
|
-
} from '../icons/square-arrow-
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4083
|
+
default as ArrowDownRightFromSquareIcon
|
|
4084
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4069
4085
|
// SquareArrowOutDownLeft aliases
|
|
4070
4086
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4071
4087
|
export {
|
|
4072
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4073
4089
|
default as ArrowDownLeftFromSquareIcon
|
|
4074
4090
|
} from '../icons/square-arrow-out-down-left';
|
|
4075
|
-
//
|
|
4076
|
-
export { default as
|
|
4091
|
+
// SquareArrowOutUpRight aliases
|
|
4092
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4077
4093
|
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4079
|
-
default as
|
|
4080
|
-
} from '../icons/square-arrow-out-
|
|
4081
|
-
//
|
|
4082
|
-
export { default as
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4095
|
+
default as ArrowUpRightFromSquareIcon
|
|
4096
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4097
|
+
// SquareArrowRight aliases
|
|
4098
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4083
4099
|
export {
|
|
4084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4085
|
-
default as
|
|
4086
|
-
} from '../icons/square-arrow-
|
|
4100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4101
|
+
default as ArrowRightSquareIcon
|
|
4102
|
+
} from '../icons/square-arrow-right';
|
|
4087
4103
|
// SquareArrowOutUpLeft aliases
|
|
4088
4104
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4089
4105
|
export {
|
|
@@ -4096,30 +4112,18 @@ export {
|
|
|
4096
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4097
4113
|
default as ArrowUpLeftSquareIcon
|
|
4098
4114
|
} from '../icons/square-arrow-up-left';
|
|
4099
|
-
//
|
|
4100
|
-
export { default as
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4103
|
-
default as ArrowUpRightFromSquareIcon
|
|
4104
|
-
} from '../icons/square-arrow-out-up-right';
|
|
4105
|
-
// SquareArrowRight aliases
|
|
4106
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4115
|
+
// SquareArrowUp aliases
|
|
4116
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4107
4117
|
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4109
|
-
default as
|
|
4110
|
-
} from '../icons/square-arrow-
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4119
|
+
default as ArrowUpSquareIcon
|
|
4120
|
+
} from '../icons/square-arrow-up';
|
|
4111
4121
|
// SquareArrowUpRight aliases
|
|
4112
4122
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4113
4123
|
export {
|
|
4114
4124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4115
4125
|
default as ArrowUpRightSquareIcon
|
|
4116
4126
|
} from '../icons/square-arrow-up-right';
|
|
4117
|
-
// SquareArrowUp aliases
|
|
4118
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4119
|
-
export {
|
|
4120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4121
|
-
default as ArrowUpSquareIcon
|
|
4122
|
-
} from '../icons/square-arrow-up';
|
|
4123
4127
|
// SquareBottomDashedScissors aliases
|
|
4124
4128
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4125
4129
|
export {
|
|
@@ -4144,6 +4148,18 @@ export {
|
|
|
4144
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4145
4149
|
default as FlipVerticalIcon
|
|
4146
4150
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4151
|
+
// SquareCheckBig aliases
|
|
4152
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4155
|
+
default as CheckSquareIcon
|
|
4156
|
+
} from '../icons/square-check-big';
|
|
4157
|
+
// SquareCheck aliases
|
|
4158
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4159
|
+
export {
|
|
4160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4161
|
+
default as CheckSquare2Icon
|
|
4162
|
+
} from '../icons/square-check';
|
|
4147
4163
|
// SquareChartGantt aliases
|
|
4148
4164
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4149
4165
|
export {
|
|
@@ -4154,24 +4170,12 @@ export {
|
|
|
4154
4170
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4155
4171
|
default as SquareGanttChartIcon
|
|
4156
4172
|
} from '../icons/square-chart-gantt';
|
|
4157
|
-
// SquareCheckBig aliases
|
|
4158
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4159
|
-
export {
|
|
4160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4161
|
-
default as CheckSquareIcon
|
|
4162
|
-
} from '../icons/square-check-big';
|
|
4163
4173
|
// SquareChevronDown aliases
|
|
4164
4174
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4165
4175
|
export {
|
|
4166
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4167
4177
|
default as ChevronDownSquareIcon
|
|
4168
4178
|
} from '../icons/square-chevron-down';
|
|
4169
|
-
// SquareCheck aliases
|
|
4170
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4173
|
-
default as CheckSquare2Icon
|
|
4174
|
-
} from '../icons/square-check';
|
|
4175
4179
|
// SquareChevronLeft aliases
|
|
4176
4180
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4177
4181
|
export {
|
|
@@ -4190,18 +4194,18 @@ export {
|
|
|
4190
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4191
4195
|
default as ChevronUpSquareIcon
|
|
4192
4196
|
} from '../icons/square-chevron-up';
|
|
4193
|
-
// SquareDashedKanban aliases
|
|
4194
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4195
|
-
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4197
|
-
default as KanbanSquareDashedIcon
|
|
4198
|
-
} from '../icons/square-dashed-kanban';
|
|
4199
4197
|
// SquareCode aliases
|
|
4200
4198
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4201
4199
|
export {
|
|
4202
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4203
4201
|
default as CodeSquareIcon
|
|
4204
4202
|
} from '../icons/square-code';
|
|
4203
|
+
// SquareDashedKanban aliases
|
|
4204
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. */
|
|
4207
|
+
default as KanbanSquareDashedIcon
|
|
4208
|
+
} from '../icons/square-dashed-kanban';
|
|
4205
4209
|
// SquareDashedMousePointer aliases
|
|
4206
4210
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
4207
4211
|
export {
|
|
@@ -4266,30 +4270,24 @@ export {
|
|
|
4266
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4267
4271
|
default as MSquareIcon
|
|
4268
4272
|
} from '../icons/square-m';
|
|
4269
|
-
// SquareMenu aliases
|
|
4270
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4271
|
-
export {
|
|
4272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4273
|
-
default as MenuSquareIcon
|
|
4274
|
-
} from '../icons/square-menu';
|
|
4275
4273
|
// SquareMinus aliases
|
|
4276
4274
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4277
4275
|
export {
|
|
4278
4276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4279
4277
|
default as MinusSquareIcon
|
|
4280
4278
|
} from '../icons/square-minus';
|
|
4279
|
+
// SquareMenu aliases
|
|
4280
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4281
|
+
export {
|
|
4282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4283
|
+
default as MenuSquareIcon
|
|
4284
|
+
} from '../icons/square-menu';
|
|
4281
4285
|
// SquareMousePointer aliases
|
|
4282
4286
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4283
4287
|
export {
|
|
4284
4288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4285
4289
|
default as InspectIcon
|
|
4286
4290
|
} from '../icons/square-mouse-pointer';
|
|
4287
|
-
// SquareParkingOff aliases
|
|
4288
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4289
|
-
export {
|
|
4290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4291
|
-
default as ParkingSquareOffIcon
|
|
4292
|
-
} from '../icons/square-parking-off';
|
|
4293
4291
|
// SquareParking aliases
|
|
4294
4292
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4295
4293
|
export {
|
|
@@ -4310,6 +4308,12 @@ export {
|
|
|
4310
4308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4311
4309
|
default as PenSquareIcon
|
|
4312
4310
|
} from '../icons/square-pen';
|
|
4311
|
+
// SquareParkingOff aliases
|
|
4312
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4315
|
+
default as ParkingSquareOffIcon
|
|
4316
|
+
} from '../icons/square-parking-off';
|
|
4313
4317
|
// SquarePercent aliases
|
|
4314
4318
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4315
4319
|
export {
|
|
@@ -4364,36 +4368,42 @@ export {
|
|
|
4364
4368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4365
4369
|
default as SlashSquareIcon
|
|
4366
4370
|
} from '../icons/square-slash';
|
|
4367
|
-
// SquareSplitHorizontal aliases
|
|
4368
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4369
|
-
export {
|
|
4370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4371
|
-
default as SplitSquareHorizontalIcon
|
|
4372
|
-
} from '../icons/square-split-horizontal';
|
|
4373
4371
|
// SquareSplitVertical aliases
|
|
4374
4372
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4375
4373
|
export {
|
|
4376
4374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4377
4375
|
default as SplitSquareVerticalIcon
|
|
4378
4376
|
} from '../icons/square-split-vertical';
|
|
4379
|
-
//
|
|
4380
|
-
export { default as
|
|
4377
|
+
// SquareSplitHorizontal aliases
|
|
4378
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4381
4379
|
export {
|
|
4382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4383
|
-
default as
|
|
4384
|
-
} from '../icons/square-
|
|
4380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4381
|
+
default as SplitSquareHorizontalIcon
|
|
4382
|
+
} from '../icons/square-split-horizontal';
|
|
4385
4383
|
// SquareUserRound aliases
|
|
4386
4384
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4387
4385
|
export {
|
|
4388
4386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4389
4387
|
default as UserSquare2Icon
|
|
4390
4388
|
} from '../icons/square-user-round';
|
|
4389
|
+
// SquareTerminal aliases
|
|
4390
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4391
|
+
export {
|
|
4392
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4393
|
+
default as TerminalSquareIcon
|
|
4394
|
+
} from '../icons/square-terminal';
|
|
4391
4395
|
// SquareX aliases
|
|
4392
4396
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4393
4397
|
export {
|
|
4394
4398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4395
4399
|
default as XSquareIcon
|
|
4396
4400
|
} from '../icons/square-x';
|
|
4401
|
+
// SquareUser aliases
|
|
4402
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4403
|
+
export {
|
|
4404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4405
|
+
default as UserSquareIcon
|
|
4406
|
+
} from '../icons/square-user';
|
|
4397
4407
|
// TestTubeDiagonal aliases
|
|
4398
4408
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4399
4409
|
export {
|
|
@@ -4406,28 +4416,12 @@ export {
|
|
|
4406
4416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4407
4417
|
default as AlignCenterIcon
|
|
4408
4418
|
} from '../icons/text-align-center';
|
|
4409
|
-
// SquareUser aliases
|
|
4410
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4411
|
-
export {
|
|
4412
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4413
|
-
default as UserSquareIcon
|
|
4414
|
-
} from '../icons/square-user';
|
|
4415
4419
|
// TextAlignEnd aliases
|
|
4416
4420
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4417
4421
|
export {
|
|
4418
4422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4419
4423
|
default as AlignRightIcon
|
|
4420
4424
|
} from '../icons/text-align-end';
|
|
4421
|
-
// TextAlignStart aliases
|
|
4422
|
-
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4423
|
-
export {
|
|
4424
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4425
|
-
default as TextIcon
|
|
4426
|
-
} from '../icons/text-align-start';
|
|
4427
|
-
export {
|
|
4428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4429
|
-
default as AlignLeftIcon
|
|
4430
|
-
} from '../icons/text-align-start';
|
|
4431
4425
|
// TextAlignJustify aliases
|
|
4432
4426
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4433
4427
|
export {
|
|
@@ -4440,24 +4434,34 @@ export {
|
|
|
4440
4434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4441
4435
|
default as LetterTextIcon
|
|
4442
4436
|
} from '../icons/text-initial';
|
|
4443
|
-
//
|
|
4444
|
-
export { default as
|
|
4437
|
+
// TextAlignStart aliases
|
|
4438
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4445
4439
|
export {
|
|
4446
|
-
/** @deprecated The
|
|
4447
|
-
default as
|
|
4448
|
-
} from '../icons/
|
|
4449
|
-
// TextWrap aliases
|
|
4450
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4440
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4441
|
+
default as TextIcon
|
|
4442
|
+
} from '../icons/text-align-start';
|
|
4451
4443
|
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4453
|
-
default as
|
|
4454
|
-
} from '../icons/text-
|
|
4444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4445
|
+
default as AlignLeftIcon
|
|
4446
|
+
} from '../icons/text-align-start';
|
|
4455
4447
|
// TramFront aliases
|
|
4456
4448
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4457
4449
|
export {
|
|
4458
4450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4459
4451
|
default as TrainIcon
|
|
4460
4452
|
} from '../icons/tram-front';
|
|
4453
|
+
// TextWrap aliases
|
|
4454
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4455
|
+
export {
|
|
4456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4457
|
+
default as WrapTextIcon
|
|
4458
|
+
} from '../icons/text-wrap';
|
|
4459
|
+
// TreePalm aliases
|
|
4460
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4461
|
+
export {
|
|
4462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4463
|
+
default as PalmtreeIcon
|
|
4464
|
+
} from '../icons/tree-palm';
|
|
4461
4465
|
// TriangleAlert aliases
|
|
4462
4466
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4463
4467
|
export {
|
|
@@ -4512,18 +4516,18 @@ export {
|
|
|
4512
4516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4513
4517
|
default as User2Icon
|
|
4514
4518
|
} from '../icons/user-round';
|
|
4515
|
-
// UtensilsCrossed aliases
|
|
4516
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4517
|
-
export {
|
|
4518
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4519
|
-
default as ForkKnifeCrossedIcon
|
|
4520
|
-
} from '../icons/utensils-crossed';
|
|
4521
4519
|
// UsersRound aliases
|
|
4522
4520
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4523
4521
|
export {
|
|
4524
4522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4525
4523
|
default as Users2Icon
|
|
4526
4524
|
} from '../icons/users-round';
|
|
4525
|
+
// UtensilsCrossed aliases
|
|
4526
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4527
|
+
export {
|
|
4528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
4529
|
+
default as ForkKnifeCrossedIcon
|
|
4530
|
+
} from '../icons/utensils-crossed';
|
|
4527
4531
|
// Utensils aliases
|
|
4528
4532
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4529
4533
|
export {
|