@lucide/astro 0.549.0 → 0.551.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 +96 -96
- package/src/aliases/prefixed.ts +681 -677
- package/src/aliases/suffixed.ts +978 -974
- package/src/icons/clock-check.ts +18 -0
- package/src/icons/helicopter.ts +18 -0
- package/src/icons/index.ts +179 -177
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,70 +2,70 @@
|
|
|
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
|
-
// AirVent aliases
|
|
10
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
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
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
15
|
// AlarmClock aliases
|
|
18
16
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
+
// Airplay aliases
|
|
18
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterVertical aliases
|
|
24
22
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
23
|
// AlignCenterHorizontal aliases
|
|
28
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
31
|
-
//
|
|
32
|
-
export { default as
|
|
25
|
+
// Album aliases
|
|
26
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
27
|
+
// AlignEndHorizontal aliases
|
|
28
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
29
|
// AlignEndVertical aliases
|
|
34
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
31
|
+
// AlignHorizontalDistributeEnd aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalJustifyCenter aliases
|
|
38
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignStartHorizontal aliases
|
|
46
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
53
|
+
// AlignVerticalDistributeCenter aliases
|
|
54
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// Ambulance aliases
|
|
66
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
65
|
// AlignVerticalSpaceBetween aliases
|
|
68
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
71
|
// Ampersands aliases
|
|
@@ -76,10 +76,10 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Antenna aliases
|
|
80
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
79
|
// Annoyed aliases
|
|
82
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -106,10 +106,10 @@ export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
|
106
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
107
|
// ArrowBigLeft aliases
|
|
108
108
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
// ArrowBigRightDash aliases
|
|
110
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
111
|
+
// ArrowBigRightDash aliases
|
|
112
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
@@ -120,10 +120,10 @@ export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line'
|
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToDot aliases
|
|
126
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
127
|
// ArrowDownToLine aliases
|
|
128
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
129
|
// ArrowDownUp aliases
|
|
@@ -140,28 +140,28 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
141
|
// ArrowRightFromLine aliases
|
|
142
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
// ArrowRightToLine aliases
|
|
144
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
143
|
// ArrowRightLeft aliases
|
|
146
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowRightToLine aliases
|
|
146
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
// ArrowUpDown aliases
|
|
150
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
+
// ArrowUpDown aliases
|
|
152
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
|
-
// ArrowUpRight aliases
|
|
158
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
157
|
// ArrowUpToLine aliases
|
|
160
158
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
//
|
|
162
|
-
export { default as
|
|
159
|
+
// ArrowUpRight aliases
|
|
160
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
@@ -170,46 +170,46 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
-
// AudioLines aliases
|
|
174
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// Backpack aliases
|
|
180
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
179
181
|
// Axe aliases
|
|
180
182
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
183
|
// Baby aliases
|
|
182
184
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
185
|
// BadgeAlert aliases
|
|
186
186
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
|
-
// BadgeCent aliases
|
|
188
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
187
|
// BadgeDollarSign aliases
|
|
190
188
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
189
|
+
// BadgeCent aliases
|
|
190
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
191
|
// BadgeIndianRupee aliases
|
|
194
192
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
|
-
//
|
|
196
|
-
export { default as
|
|
193
|
+
// BadgeEuro aliases
|
|
194
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
195
|
// BadgeInfo aliases
|
|
198
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
|
-
//
|
|
200
|
-
export { default as
|
|
197
|
+
// BadgeJapaneseYen aliases
|
|
198
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
201
199
|
// BadgePercent aliases
|
|
202
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
201
|
// BadgePlus aliases
|
|
204
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgeMinus aliases
|
|
204
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -240,38 +240,38 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
240
240
|
export { default as BathIcon } from '../icons/bath';
|
|
241
241
|
// BatteryFull aliases
|
|
242
242
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
|
+
// BatteryLow aliases
|
|
244
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
243
245
|
// BatteryCharging aliases
|
|
244
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// BatteryPlus aliases
|
|
248
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
245
249
|
// BatteryMedium aliases
|
|
246
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
251
|
// BatteryWarning aliases
|
|
250
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
251
|
-
// BatteryPlus aliases
|
|
252
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// Battery aliases
|
|
254
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
-
// Bean aliases
|
|
256
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
257
255
|
// Beaker aliases
|
|
258
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BedDouble aliases
|
|
260
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
257
|
// BeanOff aliases
|
|
262
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
+
// BedDouble aliases
|
|
260
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
|
+
// Bean aliases
|
|
262
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
-
// Beef aliases
|
|
268
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
269
267
|
// BeerOff aliases
|
|
270
268
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
273
271
|
// BellDot aliases
|
|
274
272
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
273
|
+
// Beer aliases
|
|
274
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
277
|
// BellMinus aliases
|
|
@@ -282,30 +282,30 @@ export { default as BellOffIcon } from '../icons/bell-off';
|
|
|
282
282
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
-
// Bell aliases
|
|
286
|
-
export { default as BellIcon } from '../icons/bell';
|
|
287
285
|
// BetweenVerticalEnd aliases
|
|
288
286
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
|
-
// BetweenVerticalStart aliases
|
|
290
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
287
|
// BicepsFlexed aliases
|
|
292
288
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
289
|
+
// Bell aliases
|
|
290
|
+
export { default as BellIcon } from '../icons/bell';
|
|
291
|
+
// BetweenVerticalStart aliases
|
|
292
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
293
|
// Bike aliases
|
|
294
294
|
export { default as BikeIcon } from '../icons/bike';
|
|
295
|
+
// Binary aliases
|
|
296
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
295
297
|
// Binoculars aliases
|
|
296
298
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
299
|
// Biohazard aliases
|
|
298
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
|
-
// Binary aliases
|
|
300
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
301
|
-
// Bird aliases
|
|
302
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
303
301
|
// Birdhouse aliases
|
|
304
302
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
-
//
|
|
306
|
-
export { default as
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
305
|
// Blend aliases
|
|
308
306
|
export { default as BlendIcon } from '../icons/blend';
|
|
307
|
+
// Bitcoin aliases
|
|
308
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blinds aliases
|
|
310
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
311
|
// Blocks aliases
|
|
@@ -314,14 +314,14 @@ export { default as BlocksIcon } from '../icons/blocks';
|
|
|
314
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
315
|
// BluetoothOff aliases
|
|
316
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// Bold aliases
|
|
318
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
319
317
|
// BluetoothSearching aliases
|
|
320
318
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bolt aliases
|
|
322
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
323
319
|
// Bluetooth aliases
|
|
324
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
|
+
// Bold aliases
|
|
322
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
323
|
+
// Bolt aliases
|
|
324
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
325
325
|
// Bomb aliases
|
|
326
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
327
|
// Bone aliases
|
|
@@ -330,10 +330,10 @@ export { default as BoneIcon } from '../icons/bone';
|
|
|
330
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookCheck aliases
|
|
336
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
337
|
// BookCopy aliases
|
|
338
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
339
|
// BookDown aliases
|
|
@@ -360,10 +360,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookType aliases
|
|
364
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
363
|
// BookText aliases
|
|
366
364
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
|
+
// BookType aliases
|
|
366
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
367
|
// BookUp2 aliases
|
|
368
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
369
|
// BookUp aliases
|
|
@@ -390,22 +390,22 @@ export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
|
390
390
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
391
391
|
// BotOff aliases
|
|
392
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
|
-
// Bot aliases
|
|
394
|
-
export { default as BotIcon } from '../icons/bot';
|
|
395
393
|
// BottleWine aliases
|
|
396
394
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
|
-
// Box aliases
|
|
398
|
-
export { default as BoxIcon } from '../icons/box';
|
|
399
395
|
// BowArrow aliases
|
|
400
396
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
397
|
+
// Box aliases
|
|
398
|
+
export { default as BoxIcon } from '../icons/box';
|
|
399
|
+
// Bot aliases
|
|
400
|
+
export { default as BotIcon } from '../icons/bot';
|
|
403
401
|
// Boxes aliases
|
|
404
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
403
|
// BrainCircuit aliases
|
|
406
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
405
|
// BrainCog aliases
|
|
408
406
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
|
+
// Brackets aliases
|
|
408
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// Brain aliases
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWallFire aliases
|
|
@@ -416,22 +416,22 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
416
416
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseBusiness aliases
|
|
418
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
-
// BriefcaseMedical aliases
|
|
420
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
419
|
// BriefcaseConveyorBelt aliases
|
|
422
420
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
|
+
// BriefcaseMedical aliases
|
|
422
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
+
// Briefcase aliases
|
|
424
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
425
|
// BringToFront aliases
|
|
424
426
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
427
|
// Brush aliases
|
|
426
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
427
|
-
// Briefcase aliases
|
|
428
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
429
|
// BrushCleaning aliases
|
|
430
430
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
431
|
-
// Bubbles aliases
|
|
432
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
433
431
|
// BugOff aliases
|
|
434
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
+
// Bubbles aliases
|
|
434
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
435
|
// BugPlay aliases
|
|
436
436
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
437
|
// Bug aliases
|
|
@@ -446,12 +446,12 @@ export { default as BusFrontIcon } from '../icons/bus-front';
|
|
|
446
446
|
export { default as BusIcon } from '../icons/bus';
|
|
447
447
|
// CableCar aliases
|
|
448
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
|
+
// CakeSlice aliases
|
|
450
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
449
451
|
// Cable aliases
|
|
450
452
|
export { default as CableIcon } from '../icons/cable';
|
|
451
453
|
// Cake aliases
|
|
452
454
|
export { default as CakeIcon } from '../icons/cake';
|
|
453
|
-
// CakeSlice aliases
|
|
454
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
455
|
// Calculator aliases
|
|
456
456
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
457
|
// Calendar1 aliases
|
|
@@ -466,50 +466,50 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
466
466
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
|
-
// CalendarDays aliases
|
|
470
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
469
|
// CalendarCog aliases
|
|
472
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// CalendarDays aliases
|
|
472
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
473
|
// CalendarFold aliases
|
|
476
474
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
|
-
// CalendarMinus aliases
|
|
478
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
475
|
// CalendarMinus2 aliases
|
|
480
476
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
477
|
+
// CalendarHeart aliases
|
|
478
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
|
+
// CalendarMinus aliases
|
|
480
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
|
-
// CalendarPlus aliases
|
|
484
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
483
|
// CalendarPlus2 aliases
|
|
486
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
+
// CalendarPlus aliases
|
|
486
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
487
|
// CalendarRange aliases
|
|
488
488
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
|
+
// CalendarX2 aliases
|
|
490
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
489
491
|
// CalendarSearch aliases
|
|
490
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
// CalendarX aliases
|
|
492
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
493
493
|
// CalendarSync aliases
|
|
494
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
495
|
+
// CalendarX aliases
|
|
496
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
497
|
// Calendar aliases
|
|
498
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
|
+
// Camera aliases
|
|
500
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
499
501
|
// CameraOff aliases
|
|
500
502
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
503
|
// CandyCane aliases
|
|
502
504
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
|
-
// Camera aliases
|
|
504
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
505
505
|
// CandyOff aliases
|
|
506
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
|
-
// CaptionsOff aliases
|
|
508
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
509
507
|
// Candy aliases
|
|
510
508
|
export { default as CandyIcon } from '../icons/candy';
|
|
511
509
|
// Cannabis aliases
|
|
512
510
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
+
// CaptionsOff aliases
|
|
512
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
513
|
// CarFront aliases
|
|
514
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// CarTaxiFront aliases
|
|
@@ -518,10 +518,10 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
519
|
// Caravan aliases
|
|
520
520
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
|
-
// Carrot aliases
|
|
522
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
521
|
// CardSim aliases
|
|
524
522
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
523
|
+
// Carrot aliases
|
|
524
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
525
|
// CaseLower aliases
|
|
526
526
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
527
|
// CaseSensitive aliases
|
|
@@ -534,14 +534,14 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
534
534
|
export { default as CastIcon } from '../icons/cast';
|
|
535
535
|
// Castle aliases
|
|
536
536
|
export { default as CastleIcon } from '../icons/castle';
|
|
537
|
-
// Cat aliases
|
|
538
|
-
export { default as CatIcon } from '../icons/cat';
|
|
539
537
|
// Cctv aliases
|
|
540
538
|
export { default as CctvIcon } from '../icons/cctv';
|
|
541
|
-
// ChartBarDecreasing aliases
|
|
542
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
543
539
|
// ChartBarIncreasing aliases
|
|
544
540
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
|
+
// Cat aliases
|
|
542
|
+
export { default as CatIcon } from '../icons/cat';
|
|
543
|
+
// ChartBarDecreasing aliases
|
|
544
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
545
545
|
// ChartBarStacked aliases
|
|
546
546
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
547
547
|
// ChartColumnDecreasing aliases
|
|
@@ -550,12 +550,12 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
550
550
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
554
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
553
|
// ChartNetwork aliases
|
|
556
554
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
555
|
// ChartNoAxesCombined aliases
|
|
558
556
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
557
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
558
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
559
|
// ChartSpline aliases
|
|
560
560
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
561
|
// CheckCheck aliases
|
|
@@ -564,48 +564,48 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
564
564
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
-
// ChefHat aliases
|
|
568
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
567
|
// Cherry aliases
|
|
570
568
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
569
|
+
// ChefHat aliases
|
|
570
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
571
|
// ChevronDown aliases
|
|
574
572
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
|
+
// ChevronFirst aliases
|
|
574
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
575
|
// ChevronLast aliases
|
|
576
576
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
577
|
-
// ChevronLeft aliases
|
|
578
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
577
|
// ChevronRight aliases
|
|
580
578
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
579
|
+
// ChevronLeft aliases
|
|
580
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
581
|
// ChevronUp aliases
|
|
584
582
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
585
|
-
// ChevronsLeftRightEllipsis aliases
|
|
586
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
583
|
// ChevronsDownUp aliases
|
|
588
584
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
585
|
+
// ChevronsDown aliases
|
|
586
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
587
|
+
// ChevronsLeftRightEllipsis aliases
|
|
588
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
591
589
|
// ChevronsLeft aliases
|
|
592
590
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
595
|
-
// ChevronsRight aliases
|
|
596
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
|
+
// ChevronsLeftRight aliases
|
|
592
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
597
593
|
// ChevronsUpDown aliases
|
|
598
594
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
|
+
// ChevronsRightLeft aliases
|
|
596
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
597
|
// ChevronsUp aliases
|
|
600
598
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
599
|
+
// ChevronsRight aliases
|
|
600
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
601
|
// Church aliases
|
|
602
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
603
603
|
// CigaretteOff aliases
|
|
604
604
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
605
|
-
// Cigarette aliases
|
|
606
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
607
605
|
// CircleDashed aliases
|
|
608
606
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
+
// Cigarette aliases
|
|
608
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
611
|
// CircleDot aliases
|
|
@@ -622,50 +622,50 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
622
622
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
623
623
|
// CircleOff aliases
|
|
624
624
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
625
|
-
// CircleSmall aliases
|
|
626
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
627
625
|
// CirclePoundSterling aliases
|
|
628
626
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
627
|
// CircleSlash aliases
|
|
630
628
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
629
|
+
// CircleSmall aliases
|
|
630
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
633
631
|
// CircleStar aliases
|
|
634
632
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
633
|
+
// Circle aliases
|
|
634
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
635
635
|
// Citrus aliases
|
|
636
636
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
637
|
+
// Clapperboard aliases
|
|
638
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
637
639
|
// CircuitBoard aliases
|
|
638
640
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
639
641
|
// ClipboardCheck aliases
|
|
640
642
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
|
-
// Clapperboard aliases
|
|
642
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
|
-
// ClipboardCopy aliases
|
|
644
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
643
|
// ClipboardClock aliases
|
|
646
644
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
645
|
+
// ClipboardCopy aliases
|
|
646
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
651
|
// ClipboardPaste aliases
|
|
652
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
|
-
// ClipboardX aliases
|
|
654
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
655
653
|
// ClipboardPlus aliases
|
|
656
654
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
|
-
// Clipboard aliases
|
|
658
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
655
|
// ClipboardType aliases
|
|
660
656
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
657
|
+
// ClipboardX aliases
|
|
658
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
661
659
|
// Clock1 aliases
|
|
662
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
663
|
-
// Clock10 aliases
|
|
664
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
661
|
// Clock11 aliases
|
|
666
662
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
663
|
+
// Clipboard aliases
|
|
664
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
667
665
|
// Clock12 aliases
|
|
668
666
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
|
+
// Clock10 aliases
|
|
668
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
669
669
|
// Clock2 aliases
|
|
670
670
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
671
671
|
// Clock3 aliases
|
|
@@ -676,10 +676,10 @@ export { default as Clock4Icon } from '../icons/clock-4';
|
|
|
676
676
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
677
677
|
// Clock6 aliases
|
|
678
678
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
679
|
-
// Clock8 aliases
|
|
680
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
679
|
// Clock7 aliases
|
|
682
680
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
681
|
+
// Clock8 aliases
|
|
682
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
683
683
|
// Clock9 aliases
|
|
684
684
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
685
|
// ClockAlert aliases
|
|
@@ -688,64 +688,66 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
688
688
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
689
|
// ClockArrowUp aliases
|
|
690
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
-
//
|
|
692
|
-
export { default as
|
|
691
|
+
// ClockCheck aliases
|
|
692
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
693
693
|
// ClockFading aliases
|
|
694
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
695
|
+
// ClockPlus aliases
|
|
696
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
695
697
|
// Clock aliases
|
|
696
698
|
export { default as ClockIcon } from '../icons/clock';
|
|
697
|
-
// CloudAlert aliases
|
|
698
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
699
699
|
// ClosedCaption aliases
|
|
700
700
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
701
|
+
// CloudAlert aliases
|
|
702
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
703
|
// CloudCheck aliases
|
|
702
704
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
705
|
// CloudCog aliases
|
|
704
706
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
|
-
// CloudFog aliases
|
|
706
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
707
707
|
// CloudDrizzle aliases
|
|
708
708
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
709
|
+
// CloudFog aliases
|
|
710
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
709
711
|
// CloudHail aliases
|
|
710
712
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
713
|
+
// CloudMoon aliases
|
|
714
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
711
715
|
// CloudLightning aliases
|
|
712
716
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
713
717
|
// CloudMoonRain aliases
|
|
714
718
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
|
-
// CloudMoon aliases
|
|
716
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
717
719
|
// CloudOff aliases
|
|
718
720
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
// CloudSunRain aliases
|
|
720
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
|
-
// CloudRain aliases
|
|
722
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
721
|
// CloudRainWind aliases
|
|
724
722
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
|
+
// CloudRain aliases
|
|
724
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
725
725
|
// CloudSnow aliases
|
|
726
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
727
|
// CloudSun aliases
|
|
728
728
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
729
|
// Cloud aliases
|
|
730
730
|
export { default as CloudIcon } from '../icons/cloud';
|
|
731
|
+
// CloudSunRain aliases
|
|
732
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
731
733
|
// Cloudy aliases
|
|
732
734
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
733
735
|
// Clover aliases
|
|
734
736
|
export { default as CloverIcon } from '../icons/clover';
|
|
737
|
+
// Code aliases
|
|
738
|
+
export { default as CodeIcon } from '../icons/code';
|
|
735
739
|
// Club aliases
|
|
736
740
|
export { default as ClubIcon } from '../icons/club';
|
|
737
741
|
// Codepen aliases
|
|
738
742
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
|
-
// Code aliases
|
|
740
|
-
export { default as CodeIcon } from '../icons/code';
|
|
741
743
|
// Codesandbox aliases
|
|
742
744
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
743
745
|
// Coffee aliases
|
|
744
746
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
745
|
-
// Coins aliases
|
|
746
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
747
747
|
// Cog aliases
|
|
748
748
|
export { default as CogIcon } from '../icons/cog';
|
|
749
|
+
// Coins aliases
|
|
750
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
749
751
|
// Columns4 aliases
|
|
750
752
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
751
753
|
// Combine aliases
|
|
@@ -762,24 +764,24 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
762
764
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
765
|
// Cone aliases
|
|
764
766
|
export { default as ConeIcon } from '../icons/cone';
|
|
765
|
-
// Contact aliases
|
|
766
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
767
767
|
// Construction aliases
|
|
768
768
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
769
|
+
// Contact aliases
|
|
770
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
769
771
|
// Container aliases
|
|
770
772
|
export { default as ContainerIcon } from '../icons/container';
|
|
771
773
|
// Contrast aliases
|
|
772
774
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
773
|
-
// CookingPot aliases
|
|
774
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
775
775
|
// Cookie aliases
|
|
776
776
|
export { default as CookieIcon } from '../icons/cookie';
|
|
777
|
+
// CookingPot aliases
|
|
778
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
777
779
|
// CopyCheck aliases
|
|
778
780
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
779
|
-
// CopyPlus aliases
|
|
780
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
781
781
|
// CopyMinus aliases
|
|
782
782
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
783
|
+
// CopyPlus aliases
|
|
784
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
783
785
|
// CopySlash aliases
|
|
784
786
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
785
787
|
// CopyX aliases
|
|
@@ -790,22 +792,22 @@ export { default as CopyIcon } from '../icons/copy';
|
|
|
790
792
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
791
793
|
// CornerDownLeft aliases
|
|
792
794
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
793
|
-
// CornerDownRight aliases
|
|
794
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
795
795
|
// Copyright aliases
|
|
796
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
|
+
// CornerDownRight aliases
|
|
798
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
797
799
|
// CornerLeftDown aliases
|
|
798
800
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
801
|
// CornerLeftUp aliases
|
|
800
802
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
801
|
-
// CornerRightDown aliases
|
|
802
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
803
|
-
// CornerUpRight aliases
|
|
804
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
805
803
|
// CornerRightUp aliases
|
|
806
804
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
805
|
+
// CornerRightDown aliases
|
|
806
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
807
807
|
// CornerUpLeft aliases
|
|
808
808
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
809
|
+
// CornerUpRight aliases
|
|
810
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
809
811
|
// Cpu aliases
|
|
810
812
|
export { default as CpuIcon } from '../icons/cpu';
|
|
811
813
|
// CreativeCommons aliases
|
|
@@ -816,62 +818,62 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
816
818
|
export { default as CropIcon } from '../icons/crop';
|
|
817
819
|
// Croissant aliases
|
|
818
820
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
819
|
-
// Crosshair aliases
|
|
820
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
821
|
// Cross aliases
|
|
822
822
|
export { default as CrossIcon } from '../icons/cross';
|
|
823
|
-
//
|
|
824
|
-
export { default as
|
|
823
|
+
// Crosshair aliases
|
|
824
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
825
825
|
// Crown aliases
|
|
826
826
|
export { default as CrownIcon } from '../icons/crown';
|
|
827
|
+
// Cuboid aliases
|
|
828
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
827
829
|
// CupSoda aliases
|
|
828
830
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
831
|
// Currency aliases
|
|
830
832
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
833
|
+
// DatabaseBackup aliases
|
|
834
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
831
835
|
// Cylinder aliases
|
|
832
836
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
837
|
// Dam aliases
|
|
834
838
|
export { default as DamIcon } from '../icons/dam';
|
|
835
|
-
// DatabaseBackup aliases
|
|
836
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
|
-
// Database aliases
|
|
838
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
839
839
|
// DatabaseZap aliases
|
|
840
840
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
841
|
+
// Database aliases
|
|
842
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
841
843
|
// DecimalsArrowLeft aliases
|
|
842
844
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
843
845
|
// DecimalsArrowRight aliases
|
|
844
846
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
845
847
|
// Dessert aliases
|
|
846
848
|
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
-
// Diameter aliases
|
|
848
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
849
|
// Delete aliases
|
|
850
850
|
export { default as DeleteIcon } from '../icons/delete';
|
|
851
|
+
// Diameter aliases
|
|
852
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
851
853
|
// DiamondMinus aliases
|
|
852
854
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
855
|
+
// Diamond aliases
|
|
856
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
853
857
|
// DiamondPlus aliases
|
|
854
858
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
859
|
// Dice1 aliases
|
|
856
860
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
857
|
-
// Diamond aliases
|
|
858
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
859
|
-
// Dice2 aliases
|
|
860
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
861
|
// Dice3 aliases
|
|
862
862
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
863
863
|
// Dice4 aliases
|
|
864
864
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
865
|
+
// Dice2 aliases
|
|
866
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
867
867
|
// Dice6 aliases
|
|
868
868
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
|
+
// Dice5 aliases
|
|
870
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
871
|
+
// Dices aliases
|
|
872
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
869
873
|
// Diff aliases
|
|
870
874
|
export { default as DiffIcon } from '../icons/diff';
|
|
871
875
|
// Disc2 aliases
|
|
872
876
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
873
|
-
// Dices aliases
|
|
874
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
875
877
|
// Disc3 aliases
|
|
876
878
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
879
|
// DiscAlbum aliases
|
|
@@ -884,60 +886,60 @@ export { default as DivideIcon } from '../icons/divide';
|
|
|
884
886
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
887
|
// Dna aliases
|
|
886
888
|
export { default as DnaIcon } from '../icons/dna';
|
|
887
|
-
// Dog aliases
|
|
888
|
-
export { default as DogIcon } from '../icons/dog';
|
|
889
889
|
// Dock aliases
|
|
890
890
|
export { default as DockIcon } from '../icons/dock';
|
|
891
|
+
// Dog aliases
|
|
892
|
+
export { default as DogIcon } from '../icons/dog';
|
|
891
893
|
// DollarSign aliases
|
|
892
894
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
893
|
-
// Donut aliases
|
|
894
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
895
895
|
// DoorClosedLocked aliases
|
|
896
896
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
|
-
//
|
|
898
|
-
export { default as
|
|
899
|
-
// Download aliases
|
|
900
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
-
// Dot aliases
|
|
902
|
-
export { default as DotIcon } from '../icons/dot';
|
|
897
|
+
// Donut aliases
|
|
898
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
903
899
|
// DoorClosed aliases
|
|
904
900
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
901
|
+
// Download aliases
|
|
902
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
903
|
+
// DoorOpen aliases
|
|
904
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
905
|
// DraftingCompass aliases
|
|
906
906
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
907
|
+
// Dot aliases
|
|
908
|
+
export { default as DotIcon } from '../icons/dot';
|
|
907
909
|
// Drama aliases
|
|
908
910
|
export { default as DramaIcon } from '../icons/drama';
|
|
909
911
|
// Dribbble aliases
|
|
910
912
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
911
|
-
// Drone aliases
|
|
912
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
913
913
|
// Drill aliases
|
|
914
914
|
export { default as DrillIcon } from '../icons/drill';
|
|
915
|
-
//
|
|
916
|
-
export { default as
|
|
915
|
+
// Drone aliases
|
|
916
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
917
917
|
// DropletOff aliases
|
|
918
918
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
919
|
+
// Droplet aliases
|
|
920
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
919
921
|
// Droplets aliases
|
|
920
922
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
|
-
// Drumstick aliases
|
|
922
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
923
923
|
// Drum aliases
|
|
924
924
|
export { default as DrumIcon } from '../icons/drum';
|
|
925
925
|
// Dumbbell aliases
|
|
926
926
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
927
|
+
// Drumstick aliases
|
|
928
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
929
|
+
// Ear aliases
|
|
930
|
+
export { default as EarIcon } from '../icons/ear';
|
|
927
931
|
// EarOff aliases
|
|
928
932
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
933
|
// EarthLock aliases
|
|
930
934
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
|
-
// Ear aliases
|
|
932
|
-
export { default as EarIcon } from '../icons/ear';
|
|
933
|
-
// Eclipse aliases
|
|
934
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
935
935
|
// EggFried aliases
|
|
936
936
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
|
-
//
|
|
938
|
-
export { default as
|
|
937
|
+
// Eclipse aliases
|
|
938
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
939
939
|
// EggOff aliases
|
|
940
940
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
|
+
// Egg aliases
|
|
942
|
+
export { default as EggIcon } from '../icons/egg';
|
|
941
943
|
// EqualApproximately aliases
|
|
942
944
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
945
|
// EqualNot aliases
|
|
@@ -950,28 +952,28 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
950
952
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
953
|
// Euro aliases
|
|
952
954
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
|
-
// EvCharger aliases
|
|
954
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
955
955
|
// Expand aliases
|
|
956
956
|
export { default as ExpandIcon } from '../icons/expand';
|
|
957
|
+
// EvCharger aliases
|
|
958
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
959
|
+
// EyeOff aliases
|
|
960
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
957
961
|
// ExternalLink aliases
|
|
958
962
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
963
|
// EyeClosed aliases
|
|
960
964
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
|
-
// EyeOff aliases
|
|
962
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
965
|
// Eye aliases
|
|
964
966
|
export { default as EyeIcon } from '../icons/eye';
|
|
965
967
|
// Facebook aliases
|
|
966
968
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
969
|
// Factory aliases
|
|
968
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
|
+
// FastForward aliases
|
|
972
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
969
973
|
// Fan aliases
|
|
970
974
|
export { default as FanIcon } from '../icons/fan';
|
|
971
975
|
// Feather aliases
|
|
972
976
|
export { default as FeatherIcon } from '../icons/feather';
|
|
973
|
-
// FastForward aliases
|
|
974
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
977
|
// Fence aliases
|
|
976
978
|
export { default as FenceIcon } from '../icons/fence';
|
|
977
979
|
// FerrisWheel aliases
|
|
@@ -986,40 +988,40 @@ export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
|
986
988
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
987
989
|
// FileBadge2 aliases
|
|
988
990
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
989
|
-
// FileBadge aliases
|
|
990
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
991
991
|
// FileBox aliases
|
|
992
992
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
993
|
+
// FileBadge aliases
|
|
994
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
993
995
|
// FileCheck2 aliases
|
|
994
996
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
997
|
// FileCheck aliases
|
|
996
998
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
|
-
// FileCode2 aliases
|
|
998
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
999
999
|
// FileClock aliases
|
|
1000
1000
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1001
|
+
// FileCode2 aliases
|
|
1002
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
1003
|
// FileCode aliases
|
|
1002
1004
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1003
1005
|
// FileDiff aliases
|
|
1004
1006
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1005
1007
|
// FileDigit aliases
|
|
1006
1008
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1009
|
+
// FileHeart aliases
|
|
1010
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1007
1011
|
// FileDown aliases
|
|
1008
1012
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1009
1013
|
// FileImage aliases
|
|
1010
1014
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
|
-
// FileHeart aliases
|
|
1012
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
1015
|
// FileInput aliases
|
|
1014
1016
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
1017
|
// FileJson2 aliases
|
|
1016
1018
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
1019
|
// FileJson aliases
|
|
1018
1020
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1019
|
-
// FileKey aliases
|
|
1020
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1021
1021
|
// FileKey2 aliases
|
|
1022
1022
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1023
|
+
// FileKey aliases
|
|
1024
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
1025
|
// FileLock2 aliases
|
|
1024
1026
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1027
|
// FileLock aliases
|
|
@@ -1044,18 +1046,18 @@ export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
|
1044
1046
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1047
|
// FileSliders aliases
|
|
1046
1048
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
|
-
// FileSpreadsheet aliases
|
|
1048
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileStack aliases
|
|
1050
1050
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1051
|
+
// FileSpreadsheet aliases
|
|
1052
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
//
|
|
1056
|
-
export { default as
|
|
1055
|
+
// FileSymlink aliases
|
|
1056
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1057
1057
|
// FileType2 aliases
|
|
1058
1058
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1059
|
+
// FileText aliases
|
|
1060
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1059
1061
|
// FileType aliases
|
|
1060
1062
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
1063
|
// FileUp aliases
|
|
@@ -1068,10 +1070,10 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1068
1070
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1071
|
// FileWarning aliases
|
|
1070
1072
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1071
|
-
// FileX2 aliases
|
|
1072
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
1073
|
// FileX aliases
|
|
1074
1074
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
|
+
// FileX2 aliases
|
|
1076
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1075
1077
|
// File aliases
|
|
1076
1078
|
export { default as FileIcon } from '../icons/file';
|
|
1077
1079
|
// Files aliases
|
|
@@ -1082,14 +1084,14 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1082
1084
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1083
1085
|
// FireExtinguisher aliases
|
|
1084
1086
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1085
|
-
// FishOff aliases
|
|
1086
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
1087
|
// FishSymbol aliases
|
|
1088
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1089
|
+
// FishOff aliases
|
|
1090
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1091
1091
|
// FlagOff aliases
|
|
1092
1092
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
|
+
// Fish aliases
|
|
1094
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1093
1095
|
// FlagTriangleLeft aliases
|
|
1094
1096
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
1097
|
// FlagTriangleRight aliases
|
|
@@ -1100,30 +1102,30 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1100
1102
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1101
1103
|
// Flame aliases
|
|
1102
1104
|
export { default as FlameIcon } from '../icons/flame';
|
|
1103
|
-
// Flashlight aliases
|
|
1104
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1105
1105
|
// FlashlightOff aliases
|
|
1106
1106
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1107
|
+
// Flashlight aliases
|
|
1108
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1109
|
// FlaskConicalOff aliases
|
|
1110
1110
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
|
-
//
|
|
1112
|
-
export { default as
|
|
1111
|
+
// FlaskConical aliases
|
|
1112
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1113
1113
|
// FlipHorizontal2 aliases
|
|
1114
1114
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1115
1115
|
// FlipHorizontal aliases
|
|
1116
1116
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1117
|
+
// FlaskRound aliases
|
|
1118
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1117
1119
|
// FlipVertical2 aliases
|
|
1118
1120
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1119
1121
|
// FlipVertical aliases
|
|
1120
1122
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
1123
|
// Flower2 aliases
|
|
1122
1124
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1123
|
-
// Flower aliases
|
|
1124
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
1125
|
// Focus aliases
|
|
1126
1126
|
export { default as FocusIcon } from '../icons/focus';
|
|
1127
|
+
// Flower aliases
|
|
1128
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1127
1129
|
// FoldHorizontal aliases
|
|
1128
1130
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1129
1131
|
// FoldVertical aliases
|
|
@@ -1144,10 +1146,10 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1144
1146
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1145
1147
|
// FolderGit2 aliases
|
|
1146
1148
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
-
// FolderHeart aliases
|
|
1148
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1149
1149
|
// FolderGit aliases
|
|
1150
1150
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
|
+
// FolderHeart aliases
|
|
1152
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
1153
|
// FolderInput aliases
|
|
1152
1154
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1153
1155
|
// FolderKey aliases
|
|
@@ -1156,14 +1158,14 @@ export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
|
1156
1158
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1157
1159
|
// FolderLock aliases
|
|
1158
1160
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1159
|
-
// FolderOpenDot aliases
|
|
1160
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1161
|
// FolderMinus aliases
|
|
1162
1162
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1163
|
-
//
|
|
1164
|
-
export { default as
|
|
1163
|
+
// FolderOpenDot aliases
|
|
1164
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1165
1165
|
// FolderOutput aliases
|
|
1166
1166
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1167
|
+
// FolderOpen aliases
|
|
1168
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1167
1169
|
// FolderPlus aliases
|
|
1168
1170
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
1171
|
// FolderRoot aliases
|
|
@@ -1172,86 +1174,86 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1172
1174
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
1175
|
// FolderSearch2 aliases
|
|
1174
1176
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1175
|
-
// FolderSymlink aliases
|
|
1176
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1177
|
// FolderSync aliases
|
|
1178
1178
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
|
-
//
|
|
1180
|
-
export { default as
|
|
1181
|
-
// FolderTree aliases
|
|
1182
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1179
|
+
// FolderSymlink aliases
|
|
1180
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1183
1181
|
// FolderUp aliases
|
|
1184
1182
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
|
+
// FolderTree aliases
|
|
1184
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1185
|
+
// FolderX aliases
|
|
1186
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
1187
|
// Folders aliases
|
|
1186
1188
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
1189
|
// Folder aliases
|
|
1188
1190
|
export { default as FolderIcon } from '../icons/folder';
|
|
1189
|
-
// Footprints aliases
|
|
1190
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1191
1191
|
// Forklift aliases
|
|
1192
1192
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1193
1193
|
// Forward aliases
|
|
1194
1194
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
|
+
// Footprints aliases
|
|
1196
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1195
1197
|
// Frame aliases
|
|
1196
1198
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
|
-
// Frown aliases
|
|
1198
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1199
|
// Framer aliases
|
|
1200
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1201
1201
|
// Fuel aliases
|
|
1202
1202
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
|
-
//
|
|
1204
|
-
export { default as
|
|
1203
|
+
// Frown aliases
|
|
1204
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1205
1205
|
// Fullscreen aliases
|
|
1206
1206
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1207
1207
|
// GalleryHorizontalEnd aliases
|
|
1208
1208
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1209
1209
|
// GalleryHorizontal aliases
|
|
1210
1210
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
|
+
// FunnelPlus aliases
|
|
1212
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1211
1213
|
// GalleryThumbnails aliases
|
|
1212
1214
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
|
-
// GalleryVerticalEnd aliases
|
|
1214
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1215
1215
|
// GalleryVertical aliases
|
|
1216
1216
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1217
|
+
// GalleryVerticalEnd aliases
|
|
1218
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1219
1219
|
// GamepadDirectional aliases
|
|
1220
1220
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1221
|
-
//
|
|
1222
|
-
export { default as
|
|
1221
|
+
// Gamepad2 aliases
|
|
1222
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1223
1223
|
// Gamepad aliases
|
|
1224
1224
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1225
1225
|
// Gavel aliases
|
|
1226
1226
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
|
+
// Gauge aliases
|
|
1228
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1227
1229
|
// Gem aliases
|
|
1228
1230
|
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
-
// GeorgianLari aliases
|
|
1230
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
1231
|
// Ghost aliases
|
|
1232
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
|
+
// GeorgianLari aliases
|
|
1234
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1233
1235
|
// Gift aliases
|
|
1234
1236
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1237
|
// GitBranchMinus aliases
|
|
1236
1238
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1237
1239
|
// GitBranchPlus aliases
|
|
1238
1240
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
|
-
// GitBranch aliases
|
|
1240
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
1241
|
// GitCommitVertical aliases
|
|
1242
1242
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1243
|
-
// GitCompareArrows aliases
|
|
1244
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1245
1243
|
// GitCompare aliases
|
|
1246
1244
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1245
|
+
// GitBranch aliases
|
|
1246
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1247
|
+
// GitCompareArrows aliases
|
|
1248
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1247
1249
|
// GitFork aliases
|
|
1248
1250
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1249
1251
|
// GitGraph aliases
|
|
1250
1252
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1251
|
-
// GitMerge aliases
|
|
1252
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1253
1253
|
// GitPullRequestArrow aliases
|
|
1254
1254
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
|
+
// GitMerge aliases
|
|
1256
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1255
1257
|
// GitPullRequestClosed aliases
|
|
1256
1258
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
1259
|
// GitPullRequestCreateArrow aliases
|
|
@@ -1274,44 +1276,44 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1274
1276
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
1277
|
// Globe aliases
|
|
1276
1278
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
-
// Gpu aliases
|
|
1278
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
1279
|
// Goal aliases
|
|
1280
1280
|
export { default as GoalIcon } from '../icons/goal';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1281
|
+
// Gpu aliases
|
|
1282
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1283
1283
|
// Grape aliases
|
|
1284
1284
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
|
+
// GraduationCap aliases
|
|
1286
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1285
1287
|
// Grid3x2 aliases
|
|
1286
1288
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1289
|
// GripHorizontal aliases
|
|
1288
1290
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1291
|
// GripVertical aliases
|
|
1290
1292
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
|
-
// Grip aliases
|
|
1292
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1293
1293
|
// Group aliases
|
|
1294
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1295
|
// Ham aliases
|
|
1298
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1297
|
+
// Guitar aliases
|
|
1298
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1299
|
+
// Grip aliases
|
|
1300
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1299
1301
|
// Hamburger aliases
|
|
1300
1302
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1301
|
-
// HandCoins aliases
|
|
1302
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1303
|
// Hammer aliases
|
|
1304
1304
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
1305
|
// HandFist aliases
|
|
1306
1306
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
|
+
// HandCoins aliases
|
|
1308
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1307
1309
|
// HandHeart aliases
|
|
1308
1310
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
|
-
// HandPlatter aliases
|
|
1310
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
1311
|
// HandMetal aliases
|
|
1312
1312
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1313
1313
|
// Hand aliases
|
|
1314
1314
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
|
+
// HandPlatter aliases
|
|
1316
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1315
1317
|
// Handbag aliases
|
|
1316
1318
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
1319
|
// Handshake aliases
|
|
@@ -1344,32 +1346,34 @@ export { default as Heading4Icon } from '../icons/heading-4';
|
|
|
1344
1346
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1345
1347
|
// Heading6 aliases
|
|
1346
1348
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
|
+
// Heading aliases
|
|
1350
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
1351
|
// HeadphoneOff aliases
|
|
1348
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
1353
|
// Headphones aliases
|
|
1350
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
|
-
// Heading aliases
|
|
1352
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1353
1355
|
// Headset aliases
|
|
1354
1356
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1355
1357
|
// HeartCrack aliases
|
|
1356
1358
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
1359
|
// HeartHandshake aliases
|
|
1358
1360
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1359
|
-
// HeartMinus aliases
|
|
1360
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1361
|
// HeartOff aliases
|
|
1362
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
|
+
// HeartMinus aliases
|
|
1364
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1365
|
// HeartPlus aliases
|
|
1364
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1365
1367
|
// HeartPulse aliases
|
|
1366
1368
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
1369
|
// Heart aliases
|
|
1368
1370
|
export { default as HeartIcon } from '../icons/heart';
|
|
1369
|
-
// Hexagon aliases
|
|
1370
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
|
+
// Helicopter aliases
|
|
1374
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
|
+
// Hexagon aliases
|
|
1376
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
1377
|
// Highlighter aliases
|
|
1374
1378
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1375
1379
|
// History aliases
|
|
@@ -1378,18 +1382,20 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1378
1382
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1379
1383
|
// Hop aliases
|
|
1380
1384
|
export { default as HopIcon } from '../icons/hop';
|
|
1381
|
-
// Hourglass aliases
|
|
1382
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1383
1385
|
// Hotel aliases
|
|
1384
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
1387
|
// Hospital aliases
|
|
1386
1388
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1389
|
+
// Hourglass aliases
|
|
1390
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1391
|
// HouseHeart aliases
|
|
1388
1392
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1393
|
// HousePlug aliases
|
|
1390
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
1395
|
// HousePlus aliases
|
|
1392
1396
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
+
// ImageDown aliases
|
|
1398
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
1399
|
// HouseWifi aliases
|
|
1394
1400
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1395
1401
|
// IdCardLanyard aliases
|
|
@@ -1398,22 +1404,20 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1398
1404
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
1405
|
// ImageMinus aliases
|
|
1400
1406
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
|
-
// ImageDown aliases
|
|
1402
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1403
1407
|
// ImageOff aliases
|
|
1404
1408
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
-
// ImagePlus aliases
|
|
1406
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1407
1409
|
// ImagePlay aliases
|
|
1408
1410
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1409
1411
|
// ImageUp aliases
|
|
1410
1412
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1411
1413
|
// ImageUpscale aliases
|
|
1412
1414
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
|
-
// Image aliases
|
|
1414
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1415
1415
|
// Images aliases
|
|
1416
1416
|
export { default as ImagesIcon } from '../icons/images';
|
|
1417
|
+
// ImagePlus aliases
|
|
1418
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1419
|
+
// Image aliases
|
|
1420
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1417
1421
|
// Import aliases
|
|
1418
1422
|
export { default as ImportIcon } from '../icons/import';
|
|
1419
1423
|
// Inbox aliases
|
|
@@ -1422,34 +1426,34 @@ export { default as InboxIcon } from '../icons/inbox';
|
|
|
1422
1426
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1423
1427
|
// Infinity aliases
|
|
1424
1428
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1425
|
-
// Info aliases
|
|
1426
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1427
|
-
// InspectionPanel aliases
|
|
1428
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1429
1429
|
// Instagram aliases
|
|
1430
1430
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1431
|
+
// InspectionPanel aliases
|
|
1432
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1433
|
+
// Info aliases
|
|
1434
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1431
1435
|
// Italic aliases
|
|
1432
1436
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
|
-
// IterationCcw aliases
|
|
1434
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1435
1437
|
// IterationCw aliases
|
|
1436
1438
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1437
1439
|
// JapaneseYen aliases
|
|
1438
1440
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1441
|
+
// IterationCcw aliases
|
|
1442
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1443
|
+
// Kanban aliases
|
|
1444
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1439
1445
|
// Joystick aliases
|
|
1440
1446
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1447
|
// Kayak aliases
|
|
1442
1448
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1443
|
-
// Kanban aliases
|
|
1444
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
1449
|
// KeyRound aliases
|
|
1446
1450
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
1451
|
// KeySquare aliases
|
|
1448
1452
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
|
-
// KeyboardMusic aliases
|
|
1450
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
1453
|
// Key aliases
|
|
1452
1454
|
export { default as KeyIcon } from '../icons/key';
|
|
1455
|
+
// KeyboardMusic aliases
|
|
1456
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1453
1457
|
// KeyboardOff aliases
|
|
1454
1458
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1459
|
// Keyboard aliases
|
|
@@ -1464,20 +1468,20 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1464
1468
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1465
1469
|
// LampWallUp aliases
|
|
1466
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
|
-
// Lamp aliases
|
|
1468
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1469
1471
|
// LandPlot aliases
|
|
1470
1472
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
|
+
// Lamp aliases
|
|
1474
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1471
1475
|
// Landmark aliases
|
|
1472
1476
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1477
|
// Languages aliases
|
|
1474
1478
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
1479
|
// LaptopMinimalCheck aliases
|
|
1476
1480
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1477
|
-
// Laptop aliases
|
|
1478
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1479
1481
|
// LassoSelect aliases
|
|
1480
1482
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1483
|
+
// Laptop aliases
|
|
1484
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1481
1485
|
// Lasso aliases
|
|
1482
1486
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1487
|
// Laugh aliases
|
|
@@ -1488,56 +1492,56 @@ export { default as Layers2Icon } from '../icons/layers-2';
|
|
|
1488
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1489
1493
|
// LayoutGrid aliases
|
|
1490
1494
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1491
|
-
// LayoutList aliases
|
|
1492
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1493
1495
|
// LayoutPanelLeft aliases
|
|
1494
1496
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1497
|
+
// LayoutList aliases
|
|
1498
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1495
1499
|
// LayoutPanelTop aliases
|
|
1496
1500
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
|
-
// LayoutTemplate aliases
|
|
1498
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1499
1501
|
// Leaf aliases
|
|
1500
1502
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
1503
|
// LeafyGreen aliases
|
|
1502
1504
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1505
|
+
// LayoutTemplate aliases
|
|
1506
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1505
1507
|
// LibraryBig aliases
|
|
1506
1508
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1509
|
+
// Lectern aliases
|
|
1510
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1507
1511
|
// Library aliases
|
|
1508
1512
|
export { default as LibraryIcon } from '../icons/library';
|
|
1509
|
-
// LifeBuoy aliases
|
|
1510
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1511
1513
|
// Ligature aliases
|
|
1512
1514
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
|
-
// Lightbulb aliases
|
|
1514
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1515
1515
|
// LightbulbOff aliases
|
|
1516
1516
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
|
+
// Lightbulb aliases
|
|
1518
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
|
+
// LifeBuoy aliases
|
|
1520
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1517
1521
|
// LineSquiggle aliases
|
|
1518
1522
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1523
|
+
// Link2 aliases
|
|
1524
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
1525
|
// Link2Off aliases
|
|
1520
1526
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1521
1527
|
// Link aliases
|
|
1522
1528
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
|
-
// Link2 aliases
|
|
1524
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
1529
|
// Linkedin aliases
|
|
1526
1530
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1527
1531
|
// ListCheck aliases
|
|
1528
1532
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1529
|
-
// ListChecks aliases
|
|
1530
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1531
1533
|
// ListChevronsDownUp aliases
|
|
1532
1534
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1535
|
+
// ListChecks aliases
|
|
1536
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1533
1537
|
// ListChevronsUpDown aliases
|
|
1534
1538
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
1539
|
// ListCollapse aliases
|
|
1536
1540
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1541
|
// ListEnd aliases
|
|
1540
1542
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1543
|
+
// ListFilterPlus aliases
|
|
1544
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1541
1545
|
// ListFilter aliases
|
|
1542
1546
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1543
1547
|
// ListMinus aliases
|
|
@@ -1550,14 +1554,14 @@ export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
|
1550
1554
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1551
1555
|
// ListRestart aliases
|
|
1552
1556
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1557
|
+
// ListStart aliases
|
|
1558
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1559
|
// ListTodo aliases
|
|
1554
1560
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
1561
|
// ListTree aliases
|
|
1556
1562
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1557
1563
|
// ListVideo aliases
|
|
1558
1564
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1559
|
-
// ListStart aliases
|
|
1560
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1561
1565
|
// ListX aliases
|
|
1562
1566
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1563
1567
|
// List aliases
|
|
@@ -1566,118 +1570,118 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1566
1570
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
1571
|
// Loader aliases
|
|
1568
1572
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1573
|
+
// LocateOff aliases
|
|
1574
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1575
|
// LocateFixed aliases
|
|
1570
1576
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1571
1577
|
// Locate aliases
|
|
1572
1578
|
export { default as LocateIcon } from '../icons/locate';
|
|
1573
1579
|
// LockKeyhole aliases
|
|
1574
1580
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
|
-
// LocateOff aliases
|
|
1576
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1577
1581
|
// Lock aliases
|
|
1578
1582
|
export { default as LockIcon } from '../icons/lock';
|
|
1579
1583
|
// LogIn aliases
|
|
1580
1584
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1581
|
-
// Logs aliases
|
|
1582
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1583
|
-
// Lollipop aliases
|
|
1584
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
1585
|
// LogOut aliases
|
|
1586
1586
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1587
|
+
// Lollipop aliases
|
|
1588
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1589
1589
|
// Luggage aliases
|
|
1590
1590
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1591
|
+
// Logs aliases
|
|
1592
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1593
|
+
// Magnet aliases
|
|
1594
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1591
1595
|
// MailCheck aliases
|
|
1592
1596
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1593
1597
|
// MailMinus aliases
|
|
1594
1598
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1595
|
-
// MailOpen aliases
|
|
1596
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1597
1599
|
// MailPlus aliases
|
|
1598
1600
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
1601
|
// MailSearch aliases
|
|
1600
1602
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1601
|
-
//
|
|
1602
|
-
export { default as
|
|
1603
|
+
// MailOpen aliases
|
|
1604
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1603
1605
|
// MailWarning aliases
|
|
1604
1606
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
1607
|
// Mail aliases
|
|
1606
1608
|
export { default as MailIcon } from '../icons/mail';
|
|
1607
|
-
//
|
|
1608
|
-
export { default as
|
|
1609
|
+
// MailX aliases
|
|
1610
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1609
1611
|
// Mails aliases
|
|
1610
1612
|
export { default as MailsIcon } from '../icons/mails';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1613
|
+
// Mailbox aliases
|
|
1614
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1613
1615
|
// MapPinCheckInside aliases
|
|
1614
1616
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1615
1617
|
// MapPinCheck aliases
|
|
1616
1618
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1619
|
+
// MapMinus aliases
|
|
1620
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1617
1621
|
// MapPinHouse aliases
|
|
1618
1622
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1619
1623
|
// MapPinMinusInside aliases
|
|
1620
1624
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1621
1625
|
// MapPinMinus aliases
|
|
1622
1626
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
|
-
// MapPinOff aliases
|
|
1624
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1625
1627
|
// MapPinPlusInside aliases
|
|
1626
1628
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1629
|
+
// MapPinOff aliases
|
|
1630
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1627
1631
|
// MapPinPlus aliases
|
|
1628
1632
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1629
1633
|
// MapPinXInside aliases
|
|
1630
1634
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
|
-
// MapPinX aliases
|
|
1632
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1633
1635
|
// MapPin aliases
|
|
1634
1636
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1637
|
+
// MapPinX aliases
|
|
1638
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1639
|
+
// MapPlus aliases
|
|
1640
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
1641
|
// MapPinned aliases
|
|
1636
1642
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1637
1643
|
// Map aliases
|
|
1638
1644
|
export { default as MapIcon } from '../icons/map';
|
|
1639
|
-
// MapPlus aliases
|
|
1640
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1641
1645
|
// MarsStroke aliases
|
|
1642
1646
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1643
1647
|
// Mars aliases
|
|
1644
1648
|
export { default as MarsIcon } from '../icons/mars';
|
|
1645
1649
|
// Martini aliases
|
|
1646
1650
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1647
|
-
// Maximize2 aliases
|
|
1648
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1649
1651
|
// Maximize aliases
|
|
1650
1652
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1653
|
+
// Maximize2 aliases
|
|
1654
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1655
|
+
// MegaphoneOff aliases
|
|
1656
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
1657
|
// Medal aliases
|
|
1652
1658
|
export { default as MedalIcon } from '../icons/medal';
|
|
1653
1659
|
// Megaphone aliases
|
|
1654
1660
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
|
-
// MegaphoneOff aliases
|
|
1656
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1657
|
-
// Meh aliases
|
|
1658
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1659
1661
|
// MemoryStick aliases
|
|
1660
1662
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1661
|
-
//
|
|
1662
|
-
export { default as
|
|
1663
|
+
// Meh aliases
|
|
1664
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1663
1665
|
// Merge aliases
|
|
1664
1666
|
export { default as MergeIcon } from '../icons/merge';
|
|
1667
|
+
// Menu aliases
|
|
1668
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1665
1669
|
// MessageCircleCode aliases
|
|
1666
1670
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1667
1671
|
// MessageCircleDashed aliases
|
|
1668
1672
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1669
|
-
// MessageCircleHeart aliases
|
|
1670
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1671
1673
|
// MessageCircleMore aliases
|
|
1672
1674
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1675
|
+
// MessageCircleHeart aliases
|
|
1676
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
1677
|
// MessageCircleOff aliases
|
|
1674
1678
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1675
1679
|
// MessageCirclePlus aliases
|
|
1676
1680
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1677
|
-
// MessageCircleWarning aliases
|
|
1678
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1679
1681
|
// MessageCircleReply aliases
|
|
1680
1682
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1683
|
+
// MessageCircleWarning aliases
|
|
1684
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1681
1685
|
// MessageCircleX aliases
|
|
1682
1686
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1683
1687
|
// MessageCircle aliases
|
|
@@ -1688,22 +1692,22 @@ export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
|
1688
1692
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1693
|
// MessageSquareDiff aliases
|
|
1690
1694
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1691
|
-
// MessageSquareDot aliases
|
|
1692
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1693
1695
|
// MessageSquareHeart aliases
|
|
1694
1696
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1697
|
+
// MessageSquareDot aliases
|
|
1698
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1695
1699
|
// MessageSquareLock aliases
|
|
1696
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1697
1701
|
// MessageSquareMore aliases
|
|
1698
1702
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1699
|
-
// MessageSquareOff aliases
|
|
1700
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1701
1703
|
// MessageSquarePlus aliases
|
|
1702
1704
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1703
1705
|
// MessageSquareQuote aliases
|
|
1704
1706
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1705
1707
|
// MessageSquareReply aliases
|
|
1706
1708
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1709
|
+
// MessageSquareOff aliases
|
|
1710
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1707
1711
|
// MessageSquareShare aliases
|
|
1708
1712
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1709
1713
|
// MessageSquareText aliases
|
|
@@ -1714,16 +1718,16 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1714
1718
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1715
1719
|
// MessageSquare aliases
|
|
1716
1720
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
|
-
// MessagesSquare aliases
|
|
1718
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1719
1721
|
// MicOff aliases
|
|
1720
1722
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1723
|
+
// MessagesSquare aliases
|
|
1724
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1721
1725
|
// Mic aliases
|
|
1722
1726
|
export { default as MicIcon } from '../icons/mic';
|
|
1723
|
-
// Microchip aliases
|
|
1724
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1725
1727
|
// Microscope aliases
|
|
1726
1728
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
|
+
// Microchip aliases
|
|
1730
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1727
1731
|
// Microwave aliases
|
|
1728
1732
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1729
1733
|
// Milestone aliases
|
|
@@ -1732,18 +1736,18 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1732
1736
|
export { default as MilkIcon } from '../icons/milk';
|
|
1733
1737
|
// MilkOff aliases
|
|
1734
1738
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1735
|
-
// Minimize2 aliases
|
|
1736
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1737
1739
|
// Minimize aliases
|
|
1738
1740
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1741
|
+
// Minimize2 aliases
|
|
1742
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1739
1743
|
// MonitorCheck aliases
|
|
1740
1744
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1741
1745
|
// Minus aliases
|
|
1742
1746
|
export { default as MinusIcon } from '../icons/minus';
|
|
1743
|
-
// MonitorCog aliases
|
|
1744
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1745
1747
|
// MonitorCloud aliases
|
|
1746
1748
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
|
+
// MonitorCog aliases
|
|
1750
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1747
1751
|
// MonitorDot aliases
|
|
1748
1752
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1749
1753
|
// MonitorOff aliases
|
|
@@ -1754,20 +1758,20 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1754
1758
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1755
1759
|
// MonitorPlay aliases
|
|
1756
1760
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1761
|
+
// MonitorSpeaker aliases
|
|
1762
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1757
1763
|
// MonitorSmartphone aliases
|
|
1758
1764
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1759
1765
|
// MonitorStop aliases
|
|
1760
1766
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1761
|
-
// MonitorSpeaker aliases
|
|
1762
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1763
1767
|
// MonitorUp aliases
|
|
1764
1768
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1765
|
-
// MonitorX aliases
|
|
1766
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1767
1769
|
// Monitor aliases
|
|
1768
1770
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1769
1771
|
// MoonStar aliases
|
|
1770
1772
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1773
|
+
// MonitorX aliases
|
|
1774
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1771
1775
|
// Moon aliases
|
|
1772
1776
|
export { default as MoonIcon } from '../icons/moon';
|
|
1773
1777
|
// Motorbike aliases
|
|
@@ -1778,48 +1782,48 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1778
1782
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1779
1783
|
// MouseOff aliases
|
|
1780
1784
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1785
|
+
// MousePointerBan aliases
|
|
1786
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1781
1787
|
// MousePointer2 aliases
|
|
1782
1788
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1783
1789
|
// MousePointerClick aliases
|
|
1784
1790
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1785
|
-
// MousePointerBan aliases
|
|
1786
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1787
1791
|
// MousePointer aliases
|
|
1788
1792
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1789
|
-
// Mouse aliases
|
|
1790
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1791
1793
|
// MoveDiagonal2 aliases
|
|
1792
1794
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1793
|
-
// MoveDownLeft aliases
|
|
1794
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1795
1795
|
// MoveDiagonal aliases
|
|
1796
1796
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1797
|
+
// Mouse aliases
|
|
1798
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1799
|
+
// MoveDownLeft aliases
|
|
1800
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1797
1801
|
// MoveDownRight aliases
|
|
1798
1802
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
1803
|
// MoveDown aliases
|
|
1800
1804
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1801
1805
|
// MoveHorizontal aliases
|
|
1802
1806
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1803
|
-
// MoveRight aliases
|
|
1804
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1805
1807
|
// MoveLeft aliases
|
|
1806
1808
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1809
|
+
// MoveRight aliases
|
|
1810
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1809
1811
|
// MoveUpLeft aliases
|
|
1810
1812
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1811
|
-
//
|
|
1812
|
-
export { default as
|
|
1813
|
+
// MoveUpRight aliases
|
|
1814
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1813
1815
|
// MoveVertical aliases
|
|
1814
1816
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1817
|
+
// MoveUp aliases
|
|
1818
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1815
1819
|
// Move aliases
|
|
1816
1820
|
export { default as MoveIcon } from '../icons/move';
|
|
1821
|
+
// Music2 aliases
|
|
1822
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1817
1823
|
// Music3 aliases
|
|
1818
1824
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
1825
|
// Music4 aliases
|
|
1820
1826
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1821
|
-
// Music2 aliases
|
|
1822
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1823
1827
|
// Music aliases
|
|
1824
1828
|
export { default as MusicIcon } from '../icons/music';
|
|
1825
1829
|
// Navigation2Off aliases
|
|
@@ -1828,10 +1832,10 @@ export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
|
1828
1832
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1829
1833
|
// NavigationOff aliases
|
|
1830
1834
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1831
|
-
// Network aliases
|
|
1832
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1833
1835
|
// Navigation aliases
|
|
1834
1836
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1837
|
+
// Network aliases
|
|
1838
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1835
1839
|
// Newspaper aliases
|
|
1836
1840
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1837
1841
|
// Nfc aliases
|
|
@@ -1842,10 +1846,10 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1842
1846
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1843
1847
|
// NotebookTabs aliases
|
|
1844
1848
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1845
|
-
// Notebook aliases
|
|
1846
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1847
1849
|
// NotebookText aliases
|
|
1848
1850
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1851
|
+
// Notebook aliases
|
|
1852
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1849
1853
|
// NotepadTextDashed aliases
|
|
1850
1854
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1851
1855
|
// NotepadText aliases
|
|
@@ -1868,10 +1872,10 @@ export { default as OrbitIcon } from '../icons/orbit';
|
|
|
1868
1872
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1869
1873
|
// Package2 aliases
|
|
1870
1874
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
|
-
// PackageMinus aliases
|
|
1872
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1873
1875
|
// PackageCheck aliases
|
|
1874
1876
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1877
|
+
// PackageMinus aliases
|
|
1878
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1875
1879
|
// PackageOpen aliases
|
|
1876
1880
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1877
1881
|
// PackagePlus aliases
|
|
@@ -1882,30 +1886,30 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1882
1886
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1883
1887
|
// Package aliases
|
|
1884
1888
|
export { default as PackageIcon } from '../icons/package';
|
|
1885
|
-
// PaintRoller aliases
|
|
1886
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
1889
|
// PaintBucket aliases
|
|
1888
1890
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1889
|
-
//
|
|
1890
|
-
export { default as
|
|
1891
|
+
// PaintRoller aliases
|
|
1892
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1891
1893
|
// Palette aliases
|
|
1892
1894
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1895
|
+
// Paintbrush aliases
|
|
1896
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1895
1897
|
// Panda aliases
|
|
1896
1898
|
export { default as PandaIcon } from '../icons/panda';
|
|
1899
|
+
// PanelBottomClose aliases
|
|
1900
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1897
1901
|
// PanelBottomOpen aliases
|
|
1898
1902
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1899
1903
|
// PanelBottom aliases
|
|
1900
1904
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1901
|
-
// PanelRightClose aliases
|
|
1902
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
1905
|
// PanelLeftRightDashed aliases
|
|
1904
1906
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1905
1907
|
// PanelRightOpen aliases
|
|
1906
1908
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1907
1909
|
// PanelRight aliases
|
|
1908
1910
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1911
|
+
// PanelRightClose aliases
|
|
1912
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1909
1913
|
// PanelTopBottomDashed aliases
|
|
1910
1914
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1911
1915
|
// PanelTopClose aliases
|
|
@@ -1914,40 +1918,40 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1914
1918
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1915
1919
|
// PanelTop aliases
|
|
1916
1920
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1917
|
-
// PanelsRightBottom aliases
|
|
1918
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1919
1921
|
// PanelsLeftBottom aliases
|
|
1920
1922
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1921
1923
|
// Paperclip aliases
|
|
1922
1924
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1925
|
+
// PanelsRightBottom aliases
|
|
1926
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1925
1927
|
// ParkingMeter aliases
|
|
1926
1928
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1929
|
+
// Parentheses aliases
|
|
1930
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1927
1931
|
// PartyPopper aliases
|
|
1928
1932
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1929
|
-
// Pause aliases
|
|
1930
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1931
|
-
// PawPrint aliases
|
|
1932
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1933
1933
|
// PcCase aliases
|
|
1934
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1935
|
+
// PawPrint aliases
|
|
1936
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1937
|
+
// Pause aliases
|
|
1938
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1935
1939
|
// PenOff aliases
|
|
1936
1940
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1937
1941
|
// PenTool aliases
|
|
1938
1942
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1939
1943
|
// PencilLine aliases
|
|
1940
1944
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1941
|
-
// PencilOff aliases
|
|
1942
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
1945
|
// PencilRuler aliases
|
|
1944
1946
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1947
|
+
// PencilOff aliases
|
|
1948
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1945
1949
|
// Pencil aliases
|
|
1946
1950
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1947
|
-
// Pentagon aliases
|
|
1948
|
-
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1949
1951
|
// Percent aliases
|
|
1950
1952
|
export { default as PercentIcon } from '../icons/percent';
|
|
1953
|
+
// Pentagon aliases
|
|
1954
|
+
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1951
1955
|
// PersonStanding aliases
|
|
1952
1956
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1953
1957
|
// PhilippinePeso aliases
|
|
@@ -1962,44 +1966,44 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1962
1966
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1963
1967
|
// PhoneOff aliases
|
|
1964
1968
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1965
|
-
// PhoneOutgoing aliases
|
|
1966
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1967
1969
|
// Phone aliases
|
|
1968
1970
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1971
|
+
// PhoneOutgoing aliases
|
|
1972
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1971
1973
|
// Piano aliases
|
|
1972
1974
|
export { default as PianoIcon } from '../icons/piano';
|
|
1975
|
+
// Pi aliases
|
|
1976
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1973
1977
|
// PictureInPicture2 aliases
|
|
1974
1978
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1975
|
-
// PictureInPicture aliases
|
|
1976
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1977
1979
|
// Pickaxe aliases
|
|
1978
1980
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1981
|
+
// PictureInPicture aliases
|
|
1982
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1979
1983
|
// PilcrowLeft aliases
|
|
1980
1984
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
|
-
// PilcrowRight aliases
|
|
1982
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1983
1985
|
// PiggyBank aliases
|
|
1984
1986
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1985
|
-
//
|
|
1986
|
-
export { default as
|
|
1987
|
+
// PilcrowRight aliases
|
|
1988
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1987
1989
|
// PillBottle aliases
|
|
1988
1990
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1989
1991
|
// Pill aliases
|
|
1990
1992
|
export { default as PillIcon } from '../icons/pill';
|
|
1991
1993
|
// PinOff aliases
|
|
1992
1994
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
1995
|
+
// Pilcrow aliases
|
|
1996
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1995
1997
|
// Pipette aliases
|
|
1996
1998
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1999
|
+
// Pin aliases
|
|
2000
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1997
2001
|
// Pizza aliases
|
|
1998
2002
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1999
|
-
// PlaneLanding aliases
|
|
2000
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2001
2003
|
// PlaneTakeoff aliases
|
|
2002
2004
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2005
|
+
// PlaneLanding aliases
|
|
2006
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2003
2007
|
// Plane aliases
|
|
2004
2008
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2005
2009
|
// Play aliases
|
|
@@ -2008,38 +2012,38 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
2008
2012
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2009
2013
|
// Plug aliases
|
|
2010
2014
|
export { default as PlugIcon } from '../icons/plug';
|
|
2011
|
-
// Plus aliases
|
|
2012
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2013
2015
|
// PocketKnife aliases
|
|
2014
2016
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2017
|
+
// Plus aliases
|
|
2018
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2017
2019
|
// Podcast aliases
|
|
2018
2020
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2021
|
+
// Pocket aliases
|
|
2022
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2021
2023
|
// Pointer aliases
|
|
2022
2024
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2023
2025
|
// Popcorn aliases
|
|
2024
2026
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2027
|
+
// PointerOff aliases
|
|
2028
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2025
2029
|
// Popsicle aliases
|
|
2026
2030
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2027
2031
|
// PoundSterling aliases
|
|
2028
2032
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2029
2033
|
// Power aliases
|
|
2030
2034
|
export { default as PowerIcon } from '../icons/power';
|
|
2031
|
-
// Presentation aliases
|
|
2032
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2033
2035
|
// PowerOff aliases
|
|
2034
2036
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2037
|
+
// Presentation aliases
|
|
2038
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
2039
|
// PrinterCheck aliases
|
|
2036
2040
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2037
2041
|
// Printer aliases
|
|
2038
2042
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2039
|
-
// Proportions aliases
|
|
2040
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2041
2043
|
// Projector aliases
|
|
2042
2044
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2045
|
+
// Proportions aliases
|
|
2046
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2043
2047
|
// Puzzle aliases
|
|
2044
2048
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2045
2049
|
// Pyramid aliases
|
|
@@ -2050,10 +2054,10 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2050
2054
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2051
2055
|
// Rabbit aliases
|
|
2052
2056
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2053
|
-
// Radar aliases
|
|
2054
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2055
2057
|
// Radiation aliases
|
|
2056
2058
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2059
|
+
// Radar aliases
|
|
2060
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2057
2061
|
// Radical aliases
|
|
2058
2062
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2059
2063
|
// RadioReceiver aliases
|
|
@@ -2070,24 +2074,24 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2070
2074
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2071
2075
|
// Rat aliases
|
|
2072
2076
|
export { default as RatIcon } from '../icons/rat';
|
|
2073
|
-
// Ratio aliases
|
|
2074
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2075
2077
|
// ReceiptCent aliases
|
|
2076
2078
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2079
|
+
// Ratio aliases
|
|
2080
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2077
2081
|
// ReceiptEuro aliases
|
|
2078
2082
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2083
|
+
// ReceiptJapaneseYen aliases
|
|
2084
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2079
2085
|
// ReceiptIndianRupee aliases
|
|
2080
2086
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2081
|
-
// ReceiptPoundSterling aliases
|
|
2082
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2083
2087
|
// ReceiptRussianRuble aliases
|
|
2084
2088
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2087
|
-
// ReceiptText aliases
|
|
2088
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2089
|
+
// ReceiptPoundSterling aliases
|
|
2090
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2089
2091
|
// ReceiptSwissFranc aliases
|
|
2090
2092
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2093
|
+
// ReceiptText aliases
|
|
2094
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2091
2095
|
// ReceiptTurkishLira aliases
|
|
2092
2096
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2093
2097
|
// Receipt aliases
|
|
@@ -2096,10 +2100,10 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2096
2100
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2097
2101
|
// RectangleGoggles aliases
|
|
2098
2102
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2099
|
-
// RectangleVertical aliases
|
|
2100
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2101
2103
|
// RectangleHorizontal aliases
|
|
2102
2104
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2105
|
+
// RectangleVertical aliases
|
|
2106
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2103
2107
|
// Recycle aliases
|
|
2104
2108
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2105
2109
|
// RedoDot aliases
|
|
@@ -2120,36 +2124,36 @@ export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
|
2120
2124
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2121
2125
|
// Regex aliases
|
|
2122
2126
|
export { default as RegexIcon } from '../icons/regex';
|
|
2123
|
-
// Repeat1 aliases
|
|
2124
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2125
2127
|
// RemoveFormatting aliases
|
|
2126
2128
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2129
|
+
// Repeat1 aliases
|
|
2130
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2127
2131
|
// Repeat2 aliases
|
|
2128
2132
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2129
2133
|
// Repeat aliases
|
|
2130
2134
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2131
2135
|
// ReplaceAll aliases
|
|
2132
2136
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2133
|
-
// ReplyAll aliases
|
|
2134
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2135
2137
|
// Replace aliases
|
|
2136
2138
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2139
|
+
// ReplyAll aliases
|
|
2140
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2137
2141
|
// Reply aliases
|
|
2138
2142
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2139
|
-
// Ribbon aliases
|
|
2140
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2141
2143
|
// Rewind aliases
|
|
2142
2144
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2145
|
+
// Ribbon aliases
|
|
2146
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2145
2147
|
// Rocket aliases
|
|
2146
2148
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2149
|
+
// RockingChair aliases
|
|
2150
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2147
2151
|
// RollerCoaster aliases
|
|
2148
2152
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2149
|
-
// Rose aliases
|
|
2150
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2151
2153
|
// RotateCcwKey aliases
|
|
2152
2154
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2155
|
+
// Rose aliases
|
|
2156
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2153
2157
|
// RotateCcwSquare aliases
|
|
2154
2158
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2155
2159
|
// RotateCcw aliases
|
|
@@ -2158,50 +2162,50 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2158
2162
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2159
2163
|
// RotateCw aliases
|
|
2160
2164
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2161
|
-
// Route aliases
|
|
2162
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2163
2165
|
// RouteOff aliases
|
|
2164
2166
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2167
|
+
// Route aliases
|
|
2168
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2165
2169
|
// Router aliases
|
|
2166
2170
|
export { default as RouterIcon } from '../icons/router';
|
|
2167
2171
|
// Rows4 aliases
|
|
2168
2172
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2169
2173
|
// Rss aliases
|
|
2170
2174
|
export { default as RssIcon } from '../icons/rss';
|
|
2171
|
-
// RulerDimensionLine aliases
|
|
2172
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2173
2175
|
// Ruler aliases
|
|
2174
2176
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2177
|
+
// RulerDimensionLine aliases
|
|
2178
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2177
2179
|
// RussianRuble aliases
|
|
2178
2180
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2181
|
+
// Sailboat aliases
|
|
2182
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2179
2183
|
// Salad aliases
|
|
2180
2184
|
export { default as SaladIcon } from '../icons/salad';
|
|
2181
2185
|
// Sandwich aliases
|
|
2182
2186
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2183
|
-
// Satellite aliases
|
|
2184
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2185
2187
|
// SatelliteDish aliases
|
|
2186
2188
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2189
|
+
// Satellite aliases
|
|
2190
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2187
2191
|
// SaudiRiyal aliases
|
|
2188
2192
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2189
|
-
// SaveOff aliases
|
|
2190
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2191
|
-
// Save aliases
|
|
2192
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2193
2193
|
// SaveAll aliases
|
|
2194
2194
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2195
|
-
//
|
|
2196
|
-
export { default as
|
|
2195
|
+
// SaveOff aliases
|
|
2196
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2197
2197
|
// Scaling aliases
|
|
2198
2198
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
|
+
// Scale aliases
|
|
2200
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2201
|
+
// Save aliases
|
|
2202
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2203
|
+
// ScanBarcode aliases
|
|
2204
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2199
2205
|
// ScanEye aliases
|
|
2200
2206
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2201
2207
|
// ScanFace aliases
|
|
2202
2208
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
|
-
// ScanBarcode aliases
|
|
2204
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2205
2209
|
// ScanHeart aliases
|
|
2206
2210
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2207
2211
|
// ScanLine aliases
|
|
@@ -2214,10 +2218,10 @@ export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
|
2214
2218
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2215
2219
|
// Scan aliases
|
|
2216
2220
|
export { default as ScanIcon } from '../icons/scan';
|
|
2217
|
-
// Scissors aliases
|
|
2218
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2219
2221
|
// School aliases
|
|
2220
2222
|
export { default as SchoolIcon } from '../icons/school';
|
|
2223
|
+
// Scissors aliases
|
|
2224
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2221
2225
|
// ScissorsLineDashed aliases
|
|
2222
2226
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2223
2227
|
// ScreenShareOff aliases
|
|
@@ -2244,28 +2248,28 @@ export { default as SectionIcon } from '../icons/section';
|
|
|
2244
2248
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2245
2249
|
// Send aliases
|
|
2246
2250
|
export { default as SendIcon } from '../icons/send';
|
|
2247
|
-
// SeparatorVertical aliases
|
|
2248
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2249
|
-
// ServerCog aliases
|
|
2250
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2251
2251
|
// SeparatorHorizontal aliases
|
|
2252
2252
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
|
+
// SeparatorVertical aliases
|
|
2254
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2253
2255
|
// ServerCrash aliases
|
|
2254
2256
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2257
|
+
// ServerCog aliases
|
|
2258
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2255
2259
|
// ServerOff aliases
|
|
2256
2260
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2257
|
-
// Server aliases
|
|
2258
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2259
2261
|
// Settings2 aliases
|
|
2260
2262
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2261
2263
|
// Settings aliases
|
|
2262
2264
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2265
|
+
// Server aliases
|
|
2266
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2267
|
+
// Share2 aliases
|
|
2268
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2263
2269
|
// Shapes aliases
|
|
2264
2270
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2265
2271
|
// Share aliases
|
|
2266
2272
|
export { default as ShareIcon } from '../icons/share';
|
|
2267
|
-
// Share2 aliases
|
|
2268
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2269
2273
|
// Sheet aliases
|
|
2270
2274
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2271
2275
|
// Shell aliases
|
|
@@ -2282,64 +2286,64 @@ export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
|
2282
2286
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2283
2287
|
// ShieldMinus aliases
|
|
2284
2288
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2285
|
-
//
|
|
2286
|
-
export { default as
|
|
2289
|
+
// ShieldPlus aliases
|
|
2290
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2287
2291
|
// ShieldUser aliases
|
|
2288
2292
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2289
2293
|
// ShipWheel aliases
|
|
2290
2294
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2291
|
-
//
|
|
2292
|
-
export { default as
|
|
2293
|
-
// Shield aliases
|
|
2294
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
|
+
// ShieldOff aliases
|
|
2296
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2295
2297
|
// Shirt aliases
|
|
2296
2298
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2299
|
+
// Shield aliases
|
|
2300
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2297
2301
|
// Ship aliases
|
|
2298
2302
|
export { default as ShipIcon } from '../icons/ship';
|
|
2299
2303
|
// ShoppingBag aliases
|
|
2300
2304
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2301
|
-
// ShoppingBasket aliases
|
|
2302
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2303
2305
|
// ShoppingCart aliases
|
|
2304
2306
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2305
|
-
// Shredder aliases
|
|
2306
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2307
|
-
// ShowerHead aliases
|
|
2308
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2309
|
-
// Shrimp aliases
|
|
2310
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2311
2307
|
// Shovel aliases
|
|
2312
2308
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2309
|
+
// ShoppingBasket aliases
|
|
2310
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2311
|
+
// ShowerHead aliases
|
|
2312
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2313
|
+
// Shredder aliases
|
|
2314
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2313
2315
|
// Shrink aliases
|
|
2314
2316
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2315
|
-
//
|
|
2316
|
-
export { default as
|
|
2317
|
+
// Shrimp aliases
|
|
2318
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2317
2319
|
// Shrub aliases
|
|
2318
2320
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2319
2321
|
// Shuffle aliases
|
|
2320
2322
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2321
2323
|
// SignalHigh aliases
|
|
2322
2324
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2323
|
-
//
|
|
2324
|
-
export { default as
|
|
2325
|
+
// Sigma aliases
|
|
2326
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2325
2327
|
// SignalMedium aliases
|
|
2326
2328
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
|
+
// SignalLow aliases
|
|
2330
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2327
2331
|
// SignalZero aliases
|
|
2328
2332
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2329
2333
|
// Signal aliases
|
|
2330
2334
|
export { default as SignalIcon } from '../icons/signal';
|
|
2331
|
-
// Signature aliases
|
|
2332
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2333
2335
|
// SignpostBig aliases
|
|
2334
2336
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2335
|
-
//
|
|
2336
|
-
export { default as
|
|
2337
|
+
// Signature aliases
|
|
2338
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2337
2339
|
// Signpost aliases
|
|
2338
2340
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2339
2341
|
// SkipBack aliases
|
|
2340
2342
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2341
2343
|
// SkipForward aliases
|
|
2342
2344
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2345
|
+
// Siren aliases
|
|
2346
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2343
2347
|
// Skull aliases
|
|
2344
2348
|
export { default as SkullIcon } from '../icons/skull';
|
|
2345
2349
|
// Slack aliases
|
|
@@ -2350,20 +2354,20 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2350
2354
|
export { default as SliceIcon } from '../icons/slice';
|
|
2351
2355
|
// SlidersHorizontal aliases
|
|
2352
2356
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2353
|
-
// SmartphoneCharging aliases
|
|
2354
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2355
|
-
// Smartphone aliases
|
|
2356
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2357
2357
|
// SmartphoneNfc aliases
|
|
2358
2358
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
|
+
// Smartphone aliases
|
|
2360
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
|
+
// SmartphoneCharging aliases
|
|
2362
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2359
2363
|
// SmilePlus aliases
|
|
2360
2364
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2361
2365
|
// Smile aliases
|
|
2362
2366
|
export { default as SmileIcon } from '../icons/smile';
|
|
2363
|
-
// Snail aliases
|
|
2364
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2365
2367
|
// Snowflake aliases
|
|
2366
2368
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2369
|
+
// Snail aliases
|
|
2370
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2367
2371
|
// SoapDispenserDroplet aliases
|
|
2368
2372
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
2373
|
// Sofa aliases
|
|
@@ -2372,54 +2376,54 @@ export { default as SofaIcon } from '../icons/sofa';
|
|
|
2372
2376
|
export { default as SoupIcon } from '../icons/soup';
|
|
2373
2377
|
// Space aliases
|
|
2374
2378
|
export { default as SpaceIcon } from '../icons/space';
|
|
2375
|
-
// Sparkle aliases
|
|
2376
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
2379
|
// Spade aliases
|
|
2378
2380
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
|
+
// Sparkle aliases
|
|
2382
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2379
2383
|
// Speaker aliases
|
|
2380
2384
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2381
|
-
// SpellCheck2 aliases
|
|
2382
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2383
2385
|
// Speech aliases
|
|
2384
2386
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2387
|
+
// SpellCheck2 aliases
|
|
2388
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2387
2389
|
// SpellCheck aliases
|
|
2388
2390
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
|
+
// SplinePointer aliases
|
|
2392
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2389
2393
|
// Split aliases
|
|
2390
2394
|
export { default as SplitIcon } from '../icons/split';
|
|
2391
2395
|
// Spline aliases
|
|
2392
2396
|
export { default as SplineIcon } from '../icons/spline';
|
|
2393
|
-
// Spool aliases
|
|
2394
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2395
2397
|
// Spotlight aliases
|
|
2396
2398
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2399
|
+
// Spool aliases
|
|
2400
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2397
2401
|
// SprayCan aliases
|
|
2398
2402
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2399
2403
|
// Sprout aliases
|
|
2400
2404
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2401
|
-
//
|
|
2402
|
-
export { default as
|
|
2405
|
+
// SquareDashedBottom aliases
|
|
2406
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2403
2407
|
// SquareDashedTopSolid aliases
|
|
2404
2408
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2409
|
+
// SquareDashedBottomCode aliases
|
|
2410
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2405
2411
|
// SquarePause aliases
|
|
2406
2412
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2407
|
-
// SquareRoundCorner aliases
|
|
2408
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2409
|
-
// SquareDashedBottom aliases
|
|
2410
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2411
2413
|
// SquareRadical aliases
|
|
2412
2414
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2415
|
+
// SquareRoundCorner aliases
|
|
2416
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
|
+
// SquareStack aliases
|
|
2418
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2413
2419
|
// SquareSquare aliases
|
|
2414
2420
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2415
2421
|
// SquareStop aliases
|
|
2416
2422
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2417
|
-
// Square aliases
|
|
2418
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2419
|
-
// SquareStack aliases
|
|
2420
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2421
2423
|
// SquareStar aliases
|
|
2422
2424
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2425
|
+
// Square aliases
|
|
2426
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2423
2427
|
// SquaresExclude aliases
|
|
2424
2428
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2425
2429
|
// SquaresSubtract aliases
|
|
@@ -2432,10 +2436,10 @@ export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
|
2432
2436
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2433
2437
|
// Squircle aliases
|
|
2434
2438
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2435
|
-
// Stamp aliases
|
|
2436
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2437
2439
|
// Squirrel aliases
|
|
2438
2440
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2441
|
+
// Stamp aliases
|
|
2442
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2439
2443
|
// StarHalf aliases
|
|
2440
2444
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2441
2445
|
// StarOff aliases
|
|
@@ -2446,24 +2450,24 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2446
2450
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2447
2451
|
// StepForward aliases
|
|
2448
2452
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2453
|
+
// Stethoscope aliases
|
|
2454
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2449
2455
|
// Sticker aliases
|
|
2450
2456
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2451
2457
|
// StickyNote aliases
|
|
2452
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2453
|
-
// Stethoscope aliases
|
|
2454
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2455
2459
|
// Store aliases
|
|
2456
2460
|
export { default as StoreIcon } from '../icons/store';
|
|
2457
2461
|
// StretchHorizontal aliases
|
|
2458
2462
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2459
2463
|
// StretchVertical aliases
|
|
2460
2464
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2465
|
+
// Strikethrough aliases
|
|
2466
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2461
2467
|
// Subscript aliases
|
|
2462
2468
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2463
2469
|
// SunMedium aliases
|
|
2464
2470
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2465
|
-
// Strikethrough aliases
|
|
2466
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2467
2471
|
// SunDim aliases
|
|
2468
2472
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2469
2473
|
// SunMoon aliases
|
|
@@ -2478,30 +2482,30 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2478
2482
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2479
2483
|
// Superscript aliases
|
|
2480
2484
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2481
|
-
// SwitchCamera aliases
|
|
2482
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2483
|
-
// SwatchBook aliases
|
|
2484
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2485
2485
|
// SwissFranc aliases
|
|
2486
2486
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2487
|
+
// SwatchBook aliases
|
|
2488
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2489
|
+
// SwitchCamera aliases
|
|
2490
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2489
2491
|
// Sword aliases
|
|
2490
2492
|
export { default as SwordIcon } from '../icons/sword';
|
|
2493
|
+
// Swords aliases
|
|
2494
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2491
2495
|
// Syringe aliases
|
|
2492
2496
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2493
|
-
// TableCellsMerge aliases
|
|
2494
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2495
2497
|
// Table2 aliases
|
|
2496
2498
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
|
-
// TableColumnsSplit aliases
|
|
2498
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2499
2499
|
// TableCellsSplit aliases
|
|
2500
2500
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2501
|
-
//
|
|
2502
|
-
export { default as
|
|
2501
|
+
// TableCellsMerge aliases
|
|
2502
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2503
2503
|
// TableProperties aliases
|
|
2504
2504
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2505
|
+
// TableColumnsSplit aliases
|
|
2506
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2507
|
+
// TableOfContents aliases
|
|
2508
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2505
2509
|
// TableRowsSplit aliases
|
|
2506
2510
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2507
2511
|
// Table aliases
|
|
@@ -2528,12 +2532,12 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2528
2532
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2529
2533
|
// Tangent aliases
|
|
2530
2534
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2531
|
-
// Target aliases
|
|
2532
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2533
2535
|
// Telescope aliases
|
|
2534
2536
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2535
2537
|
// TentTree aliases
|
|
2536
2538
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2539
|
+
// Target aliases
|
|
2540
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2537
2541
|
// Tent aliases
|
|
2538
2542
|
export { default as TentIcon } from '../icons/tent';
|
|
2539
2543
|
// Terminal aliases
|
|
@@ -2546,172 +2550,172 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2546
2550
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2547
2551
|
// TextCursor aliases
|
|
2548
2552
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2549
|
-
// Theater aliases
|
|
2550
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2551
2553
|
// TextQuote aliases
|
|
2552
2554
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2553
2555
|
// TextSearch aliases
|
|
2554
2556
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2555
2557
|
// ThermometerSnowflake aliases
|
|
2556
2558
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2559
|
+
// Theater aliases
|
|
2560
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2557
2561
|
// ThermometerSun aliases
|
|
2558
2562
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2559
2563
|
// Thermometer aliases
|
|
2560
2564
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2561
2565
|
// ThumbsDown aliases
|
|
2562
2566
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2563
|
-
// TicketCheck aliases
|
|
2564
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2565
2567
|
// ThumbsUp aliases
|
|
2566
2568
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2567
2569
|
// TicketMinus aliases
|
|
2568
2570
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2571
|
+
// TicketCheck aliases
|
|
2572
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2569
2573
|
// TicketPercent aliases
|
|
2570
2574
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2571
2575
|
// TicketPlus aliases
|
|
2572
2576
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2573
|
-
// TicketSlash aliases
|
|
2574
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2575
2577
|
// TicketX aliases
|
|
2576
2578
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2579
|
+
// TicketSlash aliases
|
|
2580
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2577
2581
|
// Ticket aliases
|
|
2578
2582
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2579
|
-
// TicketsPlane aliases
|
|
2580
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2581
2583
|
// Tickets aliases
|
|
2582
2584
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2583
|
-
// TimerReset aliases
|
|
2584
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2585
2585
|
// TimerOff aliases
|
|
2586
2586
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2587
|
+
// TicketsPlane aliases
|
|
2588
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2587
2589
|
// Timer aliases
|
|
2588
2590
|
export { default as TimerIcon } from '../icons/timer';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2591
|
+
// TimerReset aliases
|
|
2592
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2591
2593
|
// ToggleLeft aliases
|
|
2592
2594
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2595
|
+
// ToggleRight aliases
|
|
2596
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2593
2597
|
// Toilet aliases
|
|
2594
2598
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2595
|
-
// Tornado aliases
|
|
2596
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2597
|
-
// Torus aliases
|
|
2598
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2599
2599
|
// ToolCase aliases
|
|
2600
2600
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2601
|
+
// Torus aliases
|
|
2602
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2603
|
+
// Tornado aliases
|
|
2604
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2601
2605
|
// TouchpadOff aliases
|
|
2602
2606
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2603
|
-
// TowerControl aliases
|
|
2604
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2605
2607
|
// Touchpad aliases
|
|
2606
2608
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
2609
|
// ToyBrick aliases
|
|
2608
2610
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2611
|
+
// TowerControl aliases
|
|
2612
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2609
2613
|
// Tractor aliases
|
|
2610
2614
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2611
2615
|
// TrafficCone aliases
|
|
2612
2616
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2613
|
-
// TrainFront aliases
|
|
2614
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2615
|
-
// Transgender aliases
|
|
2616
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2617
2617
|
// TrainFrontTunnel aliases
|
|
2618
2618
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2619
2619
|
// TrainTrack aliases
|
|
2620
2620
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
|
+
// TrainFront aliases
|
|
2622
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2623
|
+
// Transgender aliases
|
|
2624
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2621
2625
|
// Trash2 aliases
|
|
2622
2626
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2623
|
-
// Trash aliases
|
|
2624
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2625
2627
|
// TreeDeciduous aliases
|
|
2626
2628
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2629
|
+
// Trash aliases
|
|
2630
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2627
2631
|
// TreePine aliases
|
|
2628
2632
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2629
|
-
// Trello aliases
|
|
2630
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2631
2633
|
// Trees aliases
|
|
2632
2634
|
export { default as TreesIcon } from '../icons/trees';
|
|
2633
|
-
// TrendingUpDown aliases
|
|
2634
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2635
2635
|
// TrendingDown aliases
|
|
2636
2636
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2637
|
+
// Trello aliases
|
|
2638
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2639
|
+
// TrendingUpDown aliases
|
|
2640
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2639
2641
|
// TrendingUp aliases
|
|
2640
2642
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2641
|
-
//
|
|
2642
|
-
export { default as
|
|
2643
|
+
// TriangleDashed aliases
|
|
2644
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2643
2645
|
// Triangle aliases
|
|
2644
2646
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2647
|
-
// TruckElectric aliases
|
|
2648
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2647
|
+
// TriangleRight aliases
|
|
2648
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2649
2649
|
// Truck aliases
|
|
2650
2650
|
export { default as TruckIcon } from '../icons/truck';
|
|
2651
|
+
// TruckElectric aliases
|
|
2652
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2653
|
+
// Trophy aliases
|
|
2654
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2651
2655
|
// TurkishLira aliases
|
|
2652
2656
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2653
|
-
// Turntable aliases
|
|
2654
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
2657
|
// Turtle aliases
|
|
2656
2658
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2659
|
-
// Twitch aliases
|
|
2660
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2659
|
+
// Turntable aliases
|
|
2660
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2661
2661
|
// Tv aliases
|
|
2662
2662
|
export { default as TvIcon } from '../icons/tv';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// Twitch aliases
|
|
2664
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2665
|
+
// TvMinimalPlay aliases
|
|
2666
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2665
2667
|
// Twitter aliases
|
|
2666
2668
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2669
|
+
// TypeOutline aliases
|
|
2670
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2669
2671
|
// Type aliases
|
|
2670
2672
|
export { default as TypeIcon } from '../icons/type';
|
|
2671
2673
|
// Umbrella aliases
|
|
2672
2674
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2675
|
+
// UmbrellaOff aliases
|
|
2676
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2673
2677
|
// Underline aliases
|
|
2674
2678
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2675
2679
|
// Undo2 aliases
|
|
2676
2680
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2677
|
-
// UndoDot aliases
|
|
2678
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2679
2681
|
// Undo aliases
|
|
2680
2682
|
export { default as UndoIcon } from '../icons/undo';
|
|
2683
|
+
// UndoDot aliases
|
|
2684
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2681
2685
|
// UnfoldHorizontal aliases
|
|
2682
2686
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2683
|
-
// Ungroup aliases
|
|
2684
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2685
2687
|
// UnfoldVertical aliases
|
|
2686
2688
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2689
|
+
// Ungroup aliases
|
|
2690
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2687
2691
|
// Unlink2 aliases
|
|
2688
2692
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2689
|
-
// Unlink aliases
|
|
2690
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2691
2693
|
// Unplug aliases
|
|
2692
2694
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
|
+
// Unlink aliases
|
|
2696
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2693
2697
|
// Upload aliases
|
|
2694
2698
|
export { default as UploadIcon } from '../icons/upload';
|
|
2695
2699
|
// Usb aliases
|
|
2696
2700
|
export { default as UsbIcon } from '../icons/usb';
|
|
2697
|
-
// UserCog aliases
|
|
2698
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2699
2701
|
// UserCheck aliases
|
|
2700
2702
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2703
|
+
// UserCog aliases
|
|
2704
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2701
2705
|
// UserLock aliases
|
|
2702
2706
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2703
2707
|
// UserMinus aliases
|
|
2704
2708
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2705
2709
|
// UserPen aliases
|
|
2706
2710
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2707
|
-
// UserPlus aliases
|
|
2708
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2709
2711
|
// UserRoundPen aliases
|
|
2710
2712
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2711
|
-
//
|
|
2712
|
-
export { default as
|
|
2713
|
+
// UserPlus aliases
|
|
2714
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2713
2715
|
// UserSearch aliases
|
|
2714
2716
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2717
|
+
// UserRoundSearch aliases
|
|
2718
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2715
2719
|
// UserStar aliases
|
|
2716
2720
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2717
2721
|
// UserX aliases
|
|
@@ -2726,24 +2730,24 @@ export { default as UsersIcon } from '../icons/users';
|
|
|
2726
2730
|
export { default as VariableIcon } from '../icons/variable';
|
|
2727
2731
|
// Vault aliases
|
|
2728
2732
|
export { default as VaultIcon } from '../icons/vault';
|
|
2729
|
-
// Vegan aliases
|
|
2730
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2731
2733
|
// VectorSquare aliases
|
|
2732
2734
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2735
|
+
// Vegan aliases
|
|
2736
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2733
2737
|
// VenetianMask aliases
|
|
2734
2738
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2735
2739
|
// VenusAndMars aliases
|
|
2736
2740
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2737
|
-
// VibrateOff aliases
|
|
2738
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2739
2741
|
// Venus aliases
|
|
2740
2742
|
export { default as VenusIcon } from '../icons/venus';
|
|
2743
|
+
// VibrateOff aliases
|
|
2744
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2745
|
+
// Vibrate aliases
|
|
2746
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2741
2747
|
// VideoOff aliases
|
|
2742
2748
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2743
2749
|
// Video aliases
|
|
2744
2750
|
export { default as VideoIcon } from '../icons/video';
|
|
2745
|
-
// Vibrate aliases
|
|
2746
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
2751
|
// Videotape aliases
|
|
2748
2752
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2749
2753
|
// View aliases
|
|
@@ -2756,36 +2760,36 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2756
2760
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2757
2761
|
// Volume2 aliases
|
|
2758
2762
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2763
|
+
// VolumeX aliases
|
|
2764
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2759
2765
|
// VolumeOff aliases
|
|
2760
2766
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2761
2767
|
// Vote aliases
|
|
2762
2768
|
export { default as VoteIcon } from '../icons/vote';
|
|
2763
|
-
// VolumeX aliases
|
|
2764
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2765
2769
|
// Volume aliases
|
|
2766
2770
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2767
2771
|
// WalletCards aliases
|
|
2768
2772
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2769
|
-
// Wallpaper aliases
|
|
2770
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2771
2773
|
// Wallet aliases
|
|
2772
2774
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2775
|
+
// Wallpaper aliases
|
|
2776
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2773
2777
|
// Warehouse aliases
|
|
2774
2778
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2775
2779
|
// Wand aliases
|
|
2776
2780
|
export { default as WandIcon } from '../icons/wand';
|
|
2777
2781
|
// WashingMachine aliases
|
|
2778
2782
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2779
|
-
// Watch aliases
|
|
2780
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2781
2783
|
// WavesLadder aliases
|
|
2782
2784
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2785
|
+
// Watch aliases
|
|
2786
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2787
|
+
// Waypoints aliases
|
|
2788
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2783
2789
|
// Waves aliases
|
|
2784
2790
|
export { default as WavesIcon } from '../icons/waves';
|
|
2785
2791
|
// Webcam aliases
|
|
2786
2792
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2787
|
-
// Waypoints aliases
|
|
2788
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2789
2793
|
// WebhookOff aliases
|
|
2790
2794
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2791
2795
|
// Webhook aliases
|
|
@@ -2794,36 +2798,36 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2794
2798
|
export { default as WeightIcon } from '../icons/weight';
|
|
2795
2799
|
// WheatOff aliases
|
|
2796
2800
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2797
|
-
// Wheat aliases
|
|
2798
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2799
2801
|
// WholeWord aliases
|
|
2800
2802
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2803
|
+
// Wheat aliases
|
|
2804
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2801
2805
|
// WifiCog aliases
|
|
2802
2806
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2803
|
-
// WifiHigh aliases
|
|
2804
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2805
2807
|
// WifiLow aliases
|
|
2806
2808
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2807
2809
|
// WifiOff aliases
|
|
2808
2810
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2811
|
+
// WifiHigh aliases
|
|
2812
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2809
2813
|
// WifiPen aliases
|
|
2810
2814
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2811
2815
|
// WifiSync aliases
|
|
2812
2816
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2813
2817
|
// WifiZero aliases
|
|
2814
2818
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2815
|
-
// Wifi aliases
|
|
2816
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2817
2819
|
// WindArrowDown aliases
|
|
2818
2820
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2819
2821
|
// Wind aliases
|
|
2820
2822
|
export { default as WindIcon } from '../icons/wind';
|
|
2823
|
+
// Wifi aliases
|
|
2824
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2821
2825
|
// WineOff aliases
|
|
2822
2826
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2823
|
-
// Workflow aliases
|
|
2824
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2825
2827
|
// Wine aliases
|
|
2826
2828
|
export { default as WineIcon } from '../icons/wine';
|
|
2829
|
+
// Workflow aliases
|
|
2830
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2827
2831
|
// Worm aliases
|
|
2828
2832
|
export { default as WormIcon } from '../icons/worm';
|
|
2829
2833
|
// Wrench aliases
|
|
@@ -2834,12 +2838,12 @@ export { default as XIcon } from '../icons/x';
|
|
|
2834
2838
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2835
2839
|
// ZapOff aliases
|
|
2836
2840
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2841
|
+
// ZoomIn aliases
|
|
2842
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2837
2843
|
// Zap aliases
|
|
2838
2844
|
export { default as ZapIcon } from '../icons/zap';
|
|
2839
2845
|
// ZoomOut aliases
|
|
2840
2846
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2841
|
-
// ZoomIn aliases
|
|
2842
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2843
2847
|
// ArrowDown01 aliases
|
|
2844
2848
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2845
2849
|
// ArrowDown10 aliases
|
|
@@ -2848,12 +2852,6 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2848
2852
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2849
2853
|
// ArrowUp10 aliases
|
|
2850
2854
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2851
|
-
// AlarmClockMinus aliases
|
|
2852
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2853
|
-
export {
|
|
2854
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2855
|
-
default as AlarmMinusIcon
|
|
2856
|
-
} from '../icons/alarm-clock-minus';
|
|
2857
2855
|
// AlarmClockCheck aliases
|
|
2858
2856
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2859
2857
|
export {
|
|
@@ -2866,6 +2864,12 @@ export {
|
|
|
2866
2864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2867
2865
|
default as AlarmPlusIcon
|
|
2868
2866
|
} from '../icons/alarm-clock-plus';
|
|
2867
|
+
// AlarmClockMinus aliases
|
|
2868
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2869
|
+
export {
|
|
2870
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2871
|
+
default as AlarmMinusIcon
|
|
2872
|
+
} from '../icons/alarm-clock-minus';
|
|
2869
2873
|
// ArrowDownAZ aliases
|
|
2870
2874
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2871
2875
|
export {
|
|
@@ -2926,36 +2930,36 @@ export {
|
|
|
2926
2930
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2927
2931
|
default as BetweenHorizonalEndIcon
|
|
2928
2932
|
} from '../icons/between-horizontal-end';
|
|
2933
|
+
// BookDashed aliases
|
|
2934
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2935
|
+
export {
|
|
2936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2937
|
+
default as BookTemplateIcon
|
|
2938
|
+
} from '../icons/book-dashed';
|
|
2929
2939
|
// Braces aliases
|
|
2930
2940
|
export { default as BracesIcon } from '../icons/braces';
|
|
2931
2941
|
export {
|
|
2932
2942
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2933
2943
|
default as CurlyBracesIcon
|
|
2934
2944
|
} from '../icons/braces';
|
|
2935
|
-
// BetweenHorizontalStart aliases
|
|
2936
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2937
|
-
export {
|
|
2938
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2939
|
-
default as BetweenHorizonalStartIcon
|
|
2940
|
-
} from '../icons/between-horizontal-start';
|
|
2941
2945
|
// Captions aliases
|
|
2942
2946
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2943
2947
|
export {
|
|
2944
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2945
2949
|
default as SubtitlesIcon
|
|
2946
2950
|
} from '../icons/captions';
|
|
2947
|
-
// BookDashed aliases
|
|
2948
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2949
|
-
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2951
|
-
default as BookTemplateIcon
|
|
2952
|
-
} from '../icons/book-dashed';
|
|
2953
2951
|
// ChartArea aliases
|
|
2954
2952
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2955
2953
|
export {
|
|
2956
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2957
2955
|
default as AreaChartIcon
|
|
2958
2956
|
} from '../icons/chart-area';
|
|
2957
|
+
// BetweenHorizontalStart aliases
|
|
2958
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2959
|
+
export {
|
|
2960
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as BetweenHorizonalStartIcon
|
|
2962
|
+
} from '../icons/between-horizontal-start';
|
|
2959
2963
|
// ChartBarBig aliases
|
|
2960
2964
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2961
2965
|
export {
|
|
@@ -2968,18 +2972,18 @@ export {
|
|
|
2968
2972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2969
2973
|
default as BarChartHorizontalIcon
|
|
2970
2974
|
} from '../icons/chart-bar';
|
|
2971
|
-
// ChartCandlestick aliases
|
|
2972
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2973
|
-
export {
|
|
2974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2975
|
-
default as CandlestickChartIcon
|
|
2976
|
-
} from '../icons/chart-candlestick';
|
|
2977
2975
|
// ChartColumnBig aliases
|
|
2978
2976
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2979
2977
|
export {
|
|
2980
2978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2981
2979
|
default as BarChartBigIcon
|
|
2982
2980
|
} from '../icons/chart-column-big';
|
|
2981
|
+
// ChartCandlestick aliases
|
|
2982
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2985
|
+
default as CandlestickChartIcon
|
|
2986
|
+
} from '../icons/chart-candlestick';
|
|
2983
2987
|
// ChartColumnIncreasing aliases
|
|
2984
2988
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2985
2989
|
export {
|
|
@@ -3004,18 +3008,18 @@ export {
|
|
|
3004
3008
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3005
3009
|
default as BarChartIcon
|
|
3006
3010
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3007
|
-
// ChartNoAxesColumn aliases
|
|
3008
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3009
|
-
export {
|
|
3010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3011
|
-
default as BarChart2Icon
|
|
3012
|
-
} from '../icons/chart-no-axes-column';
|
|
3013
3011
|
// ChartNoAxesGantt aliases
|
|
3014
3012
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3015
3013
|
export {
|
|
3016
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3017
3015
|
default as GanttChartIcon
|
|
3018
3016
|
} from '../icons/chart-no-axes-gantt';
|
|
3017
|
+
// ChartNoAxesColumn aliases
|
|
3018
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as BarChart2Icon
|
|
3022
|
+
} from '../icons/chart-no-axes-column';
|
|
3019
3023
|
// ChartPie aliases
|
|
3020
3024
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3021
3025
|
export {
|
|
@@ -3028,12 +3032,6 @@ export {
|
|
|
3028
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3029
3033
|
default as ScatterChartIcon
|
|
3030
3034
|
} from '../icons/chart-scatter';
|
|
3031
|
-
// CircleAlert aliases
|
|
3032
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3033
|
-
export {
|
|
3034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3035
|
-
default as AlertCircleIcon
|
|
3036
|
-
} from '../icons/circle-alert';
|
|
3037
3035
|
// Chromium aliases
|
|
3038
3036
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3039
3037
|
export {
|
|
@@ -3046,18 +3044,24 @@ export {
|
|
|
3046
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3047
3045
|
default as ArrowDownCircleIcon
|
|
3048
3046
|
} from '../icons/circle-arrow-down';
|
|
3049
|
-
//
|
|
3050
|
-
export { default as
|
|
3047
|
+
// CircleAlert aliases
|
|
3048
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3051
3049
|
export {
|
|
3052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3053
|
-
default as
|
|
3054
|
-
} from '../icons/circle-
|
|
3050
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3051
|
+
default as AlertCircleIcon
|
|
3052
|
+
} from '../icons/circle-alert';
|
|
3055
3053
|
// CircleArrowLeft aliases
|
|
3056
3054
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3057
3055
|
export {
|
|
3058
3056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3059
3057
|
default as ArrowLeftCircleIcon
|
|
3060
3058
|
} from '../icons/circle-arrow-left';
|
|
3059
|
+
// CircleArrowOutDownLeft aliases
|
|
3060
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3061
|
+
export {
|
|
3062
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3063
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3064
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3061
3065
|
// CircleArrowOutDownRight aliases
|
|
3062
3066
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3063
3067
|
export {
|
|
@@ -3070,42 +3074,42 @@ export {
|
|
|
3070
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3071
3075
|
default as ArrowUpLeftFromCircleIcon
|
|
3072
3076
|
} from '../icons/circle-arrow-out-up-left';
|
|
3073
|
-
//
|
|
3074
|
-
export { default as
|
|
3077
|
+
// CircleArrowOutUpRight aliases
|
|
3078
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3075
3079
|
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3077
|
-
default as
|
|
3078
|
-
} from '../icons/circle-arrow-right';
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3081
|
+
default as ArrowUpRightFromCircleIcon
|
|
3082
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3079
3083
|
// CircleArrowUp aliases
|
|
3080
3084
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3081
3085
|
export {
|
|
3082
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3083
3087
|
default as ArrowUpCircleIcon
|
|
3084
3088
|
} from '../icons/circle-arrow-up';
|
|
3085
|
-
//
|
|
3086
|
-
export { default as
|
|
3089
|
+
// CircleArrowRight aliases
|
|
3090
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3087
3091
|
export {
|
|
3088
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3089
|
-
default as
|
|
3090
|
-
} from '../icons/circle-arrow-
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as ArrowRightCircleIcon
|
|
3094
|
+
} from '../icons/circle-arrow-right';
|
|
3091
3095
|
// CircleCheckBig aliases
|
|
3092
3096
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3093
3097
|
export {
|
|
3094
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3095
3099
|
default as CheckCircleIcon
|
|
3096
3100
|
} from '../icons/circle-check-big';
|
|
3097
|
-
// CircleChevronDown aliases
|
|
3098
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3099
|
-
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3101
|
-
default as ChevronDownCircleIcon
|
|
3102
|
-
} from '../icons/circle-chevron-down';
|
|
3103
3101
|
// CircleCheck aliases
|
|
3104
3102
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3105
3103
|
export {
|
|
3106
3104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3107
3105
|
default as CheckCircle2Icon
|
|
3108
3106
|
} from '../icons/circle-check';
|
|
3107
|
+
// CircleChevronDown aliases
|
|
3108
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3109
|
+
export {
|
|
3110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3111
|
+
default as ChevronDownCircleIcon
|
|
3112
|
+
} from '../icons/circle-chevron-down';
|
|
3109
3113
|
// CircleChevronLeft aliases
|
|
3110
3114
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3111
3115
|
export {
|
|
@@ -3142,18 +3146,18 @@ export {
|
|
|
3142
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3143
3147
|
default as MinusCircleIcon
|
|
3144
3148
|
} from '../icons/circle-minus';
|
|
3145
|
-
// CircleParkingOff aliases
|
|
3146
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3147
|
-
export {
|
|
3148
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3149
|
-
default as ParkingCircleOffIcon
|
|
3150
|
-
} from '../icons/circle-parking-off';
|
|
3151
3149
|
// CircleParking aliases
|
|
3152
3150
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3153
3151
|
export {
|
|
3154
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3155
3153
|
default as ParkingCircleIcon
|
|
3156
3154
|
} from '../icons/circle-parking';
|
|
3155
|
+
// CircleParkingOff aliases
|
|
3156
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3157
|
+
export {
|
|
3158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3159
|
+
default as ParkingCircleOffIcon
|
|
3160
|
+
} from '../icons/circle-parking-off';
|
|
3157
3161
|
// CirclePause aliases
|
|
3158
3162
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3159
3163
|
export {
|
|
@@ -3300,30 +3304,30 @@ export {
|
|
|
3300
3304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3301
3305
|
default as MoreVerticalIcon
|
|
3302
3306
|
} from '../icons/ellipsis-vertical';
|
|
3303
|
-
// Ellipsis aliases
|
|
3304
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3307
|
-
default as MoreHorizontalIcon
|
|
3308
|
-
} from '../icons/ellipsis';
|
|
3309
3307
|
// FileAxis3d aliases
|
|
3310
3308
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3311
3309
|
export {
|
|
3312
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3313
3311
|
default as FileAxis3DIcon
|
|
3314
3312
|
} from '../icons/file-axis-3d';
|
|
3315
|
-
//
|
|
3316
|
-
export { default as
|
|
3313
|
+
// Ellipsis aliases
|
|
3314
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3317
3315
|
export {
|
|
3318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3319
|
-
default as
|
|
3320
|
-
} from '../icons/
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as MoreHorizontalIcon
|
|
3318
|
+
} from '../icons/ellipsis';
|
|
3321
3319
|
// FileChartColumnIncreasing aliases
|
|
3322
3320
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3323
3321
|
export {
|
|
3324
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3325
3323
|
default as FileBarChartIcon
|
|
3326
3324
|
} from '../icons/file-chart-column-increasing';
|
|
3325
|
+
// FileChartColumn aliases
|
|
3326
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3329
|
+
default as FileBarChart2Icon
|
|
3330
|
+
} from '../icons/file-chart-column';
|
|
3327
3331
|
// FileChartLine aliases
|
|
3328
3332
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3329
3333
|
export {
|
|
@@ -3348,36 +3352,36 @@ export {
|
|
|
3348
3352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3349
3353
|
default as FileSignatureIcon
|
|
3350
3354
|
} from '../icons/file-pen-line';
|
|
3351
|
-
//
|
|
3352
|
-
export { default as
|
|
3355
|
+
// FilePen aliases
|
|
3356
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3353
3357
|
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3355
|
-
default as
|
|
3356
|
-
} from '../icons/file-
|
|
3358
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3359
|
+
default as FileEditIcon
|
|
3360
|
+
} from '../icons/file-pen';
|
|
3357
3361
|
// FileVideoCamera aliases
|
|
3358
3362
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3359
3363
|
export {
|
|
3360
3364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3361
3365
|
default as FileVideo2Icon
|
|
3362
3366
|
} from '../icons/file-video-camera';
|
|
3363
|
-
//
|
|
3364
|
-
export { default as
|
|
3365
|
-
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3367
|
-
default as FileEditIcon
|
|
3368
|
-
} from '../icons/file-pen';
|
|
3369
|
-
// FileQuestionMark aliases
|
|
3370
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3367
|
+
// FilePlay aliases
|
|
3368
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3371
3369
|
export {
|
|
3372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3373
|
-
default as
|
|
3374
|
-
} from '../icons/file-
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as FileVideoIcon
|
|
3372
|
+
} from '../icons/file-play';
|
|
3375
3373
|
// FolderCog aliases
|
|
3376
3374
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3377
3375
|
export {
|
|
3378
3376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3379
3377
|
default as FolderCog2Icon
|
|
3380
3378
|
} from '../icons/folder-cog';
|
|
3379
|
+
// FileQuestionMark aliases
|
|
3380
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3381
|
+
export {
|
|
3382
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3383
|
+
default as FileQuestionIcon
|
|
3384
|
+
} from '../icons/file-question-mark';
|
|
3381
3385
|
// FolderPen aliases
|
|
3382
3386
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3383
3387
|
export {
|
|
@@ -3390,36 +3394,36 @@ export {
|
|
|
3390
3394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3391
3395
|
default as FilterXIcon
|
|
3392
3396
|
} from '../icons/funnel-x';
|
|
3393
|
-
// Grid2x2Check aliases
|
|
3394
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3395
|
-
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3397
|
-
default as Grid2X2CheckIcon
|
|
3398
|
-
} from '../icons/grid-2x2-check';
|
|
3399
3397
|
// Funnel aliases
|
|
3400
3398
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3401
3399
|
export {
|
|
3402
3400
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3403
3401
|
default as FilterIcon
|
|
3404
3402
|
} from '../icons/funnel';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3403
|
+
// Grid2x2Check aliases
|
|
3404
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3407
3405
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/
|
|
3406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3407
|
+
default as Grid2X2CheckIcon
|
|
3408
|
+
} from '../icons/grid-2x2-check';
|
|
3409
|
+
// Grid2x2Plus aliases
|
|
3410
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as Grid2X2PlusIcon
|
|
3414
|
+
} from '../icons/grid-2x2-plus';
|
|
3411
3415
|
// Grid2x2X aliases
|
|
3412
3416
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3413
3417
|
export {
|
|
3414
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3415
3419
|
default as Grid2X2XIcon
|
|
3416
3420
|
} from '../icons/grid-2x2-x';
|
|
3417
|
-
//
|
|
3418
|
-
export { default as
|
|
3421
|
+
// GitCommitHorizontal aliases
|
|
3422
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3419
3423
|
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3421
|
-
default as
|
|
3422
|
-
} from '../icons/
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as GitCommitIcon
|
|
3426
|
+
} from '../icons/git-commit-horizontal';
|
|
3423
3427
|
// Grid3x3 aliases
|
|
3424
3428
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3425
3429
|
export {
|
|
@@ -3442,30 +3446,30 @@ export {
|
|
|
3442
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3443
3447
|
default as GrabIcon
|
|
3444
3448
|
} from '../icons/hand-grab';
|
|
3445
|
-
// HandHelping aliases
|
|
3446
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3449
|
-
default as HelpingHandIcon
|
|
3450
|
-
} from '../icons/hand-helping';
|
|
3451
3449
|
// House aliases
|
|
3452
3450
|
export { default as HouseIcon } from '../icons/house';
|
|
3453
3451
|
export {
|
|
3454
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3455
3453
|
default as HomeIcon
|
|
3456
3454
|
} from '../icons/house';
|
|
3457
|
-
// IceCreamBowl aliases
|
|
3458
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3461
|
-
default as IceCream2Icon
|
|
3462
|
-
} from '../icons/ice-cream-bowl';
|
|
3463
3455
|
// IceCreamCone aliases
|
|
3464
3456
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3465
3457
|
export {
|
|
3466
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3467
3459
|
default as IceCreamIcon
|
|
3468
3460
|
} from '../icons/ice-cream-cone';
|
|
3461
|
+
// HandHelping aliases
|
|
3462
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3465
|
+
default as HelpingHandIcon
|
|
3466
|
+
} from '../icons/hand-helping';
|
|
3467
|
+
// IceCreamBowl aliases
|
|
3468
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3469
|
+
export {
|
|
3470
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3471
|
+
default as IceCream2Icon
|
|
3472
|
+
} from '../icons/ice-cream-bowl';
|
|
3469
3473
|
// LaptopMinimal aliases
|
|
3470
3474
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3471
3475
|
export {
|
|
@@ -3478,6 +3482,16 @@ export {
|
|
|
3478
3482
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3479
3483
|
default as Layers3Icon
|
|
3480
3484
|
} from '../icons/layers';
|
|
3485
|
+
// ListIndentDecrease aliases
|
|
3486
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3487
|
+
export {
|
|
3488
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3489
|
+
default as OutdentIcon
|
|
3490
|
+
} from '../icons/list-indent-decrease';
|
|
3491
|
+
export {
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3493
|
+
default as IndentDecreaseIcon
|
|
3494
|
+
} from '../icons/list-indent-decrease';
|
|
3481
3495
|
// ListIndentIncrease aliases
|
|
3482
3496
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3483
3497
|
export {
|
|
@@ -3494,22 +3508,6 @@ export {
|
|
|
3494
3508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3495
3509
|
default as Loader2Icon
|
|
3496
3510
|
} from '../icons/loader-circle';
|
|
3497
|
-
// ListIndentDecrease aliases
|
|
3498
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3499
|
-
export {
|
|
3500
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3501
|
-
default as OutdentIcon
|
|
3502
|
-
} from '../icons/list-indent-decrease';
|
|
3503
|
-
export {
|
|
3504
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3505
|
-
default as IndentDecreaseIcon
|
|
3506
|
-
} from '../icons/list-indent-decrease';
|
|
3507
|
-
// MailQuestionMark aliases
|
|
3508
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3511
|
-
default as MailQuestionIcon
|
|
3512
|
-
} from '../icons/mail-question-mark';
|
|
3513
3511
|
// LockKeyholeOpen aliases
|
|
3514
3512
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3515
3513
|
export {
|
|
@@ -3522,30 +3520,30 @@ export {
|
|
|
3522
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3523
3521
|
default as UnlockIcon
|
|
3524
3522
|
} from '../icons/lock-open';
|
|
3525
|
-
//
|
|
3526
|
-
export { default as
|
|
3523
|
+
// MailQuestionMark aliases
|
|
3524
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3527
3525
|
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3529
|
-
default as
|
|
3530
|
-
} from '../icons/
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as MailQuestionIcon
|
|
3528
|
+
} from '../icons/mail-question-mark';
|
|
3531
3529
|
// MessageCircleQuestionMark aliases
|
|
3532
3530
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3533
3531
|
export {
|
|
3534
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3535
3533
|
default as MessageCircleQuestionIcon
|
|
3536
3534
|
} from '../icons/message-circle-question-mark';
|
|
3535
|
+
// MapPinPen aliases
|
|
3536
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as LocationEditIcon
|
|
3540
|
+
} from '../icons/map-pin-pen';
|
|
3537
3541
|
// MicVocal aliases
|
|
3538
3542
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3539
3543
|
export {
|
|
3540
3544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3541
3545
|
default as Mic2Icon
|
|
3542
3546
|
} from '../icons/mic-vocal';
|
|
3543
|
-
// Move3d aliases
|
|
3544
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3547
|
-
default as Move3DIcon
|
|
3548
|
-
} from '../icons/move-3d';
|
|
3549
3547
|
// OctagonAlert aliases
|
|
3550
3548
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3551
3549
|
export {
|
|
@@ -3558,6 +3556,12 @@ export {
|
|
|
3558
3556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3559
3557
|
default as PauseOctagonIcon
|
|
3560
3558
|
} from '../icons/octagon-pause';
|
|
3559
|
+
// Move3d aliases
|
|
3560
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3561
|
+
export {
|
|
3562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3563
|
+
default as Move3DIcon
|
|
3564
|
+
} from '../icons/move-3d';
|
|
3561
3565
|
// OctagonX aliases
|
|
3562
3566
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3563
3567
|
export {
|
|
@@ -3600,6 +3604,12 @@ export {
|
|
|
3600
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3601
3605
|
default as SidebarIcon
|
|
3602
3606
|
} from '../icons/panel-left';
|
|
3607
|
+
// PanelRightDashed aliases
|
|
3608
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as PanelRightInactiveIcon
|
|
3612
|
+
} from '../icons/panel-right-dashed';
|
|
3603
3613
|
// PanelTopDashed aliases
|
|
3604
3614
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3605
3615
|
export {
|
|
@@ -3612,102 +3622,90 @@ export {
|
|
|
3612
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3613
3623
|
default as LayoutIcon
|
|
3614
3624
|
} from '../icons/panels-top-left';
|
|
3615
|
-
//
|
|
3616
|
-
export { default as
|
|
3625
|
+
// Pen aliases
|
|
3626
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3617
3627
|
export {
|
|
3618
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3619
|
-
default as
|
|
3620
|
-
} from '../icons/
|
|
3628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3629
|
+
default as Edit2Icon
|
|
3630
|
+
} from '../icons/pen';
|
|
3631
|
+
// PlugZap aliases
|
|
3632
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3635
|
+
default as PlugZap2Icon
|
|
3636
|
+
} from '../icons/plug-zap';
|
|
3621
3637
|
// PenLine aliases
|
|
3622
3638
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3623
3639
|
export {
|
|
3624
3640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3625
3641
|
default as Edit3Icon
|
|
3626
3642
|
} from '../icons/pen-line';
|
|
3643
|
+
// Rotate3d aliases
|
|
3644
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3645
|
+
export {
|
|
3646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3647
|
+
default as Rotate3DIcon
|
|
3648
|
+
} from '../icons/rotate-3d';
|
|
3627
3649
|
// RectangleEllipsis aliases
|
|
3628
3650
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3629
3651
|
export {
|
|
3630
3652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3631
3653
|
default as FormInputIcon
|
|
3632
3654
|
} from '../icons/rectangle-ellipsis';
|
|
3633
|
-
// PlugZap aliases
|
|
3634
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3635
|
-
export {
|
|
3636
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3637
|
-
default as PlugZap2Icon
|
|
3638
|
-
} from '../icons/plug-zap';
|
|
3639
|
-
// Pen aliases
|
|
3640
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3641
|
-
export {
|
|
3642
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3643
|
-
default as Edit2Icon
|
|
3644
|
-
} from '../icons/pen';
|
|
3645
3655
|
// Rows2 aliases
|
|
3646
3656
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3647
3657
|
export {
|
|
3648
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3649
3659
|
default as RowsIcon
|
|
3650
3660
|
} from '../icons/rows-2';
|
|
3651
|
-
//
|
|
3652
|
-
export { default as
|
|
3661
|
+
// Rows3 aliases
|
|
3662
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3653
3663
|
export {
|
|
3654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3655
|
-
default as
|
|
3656
|
-
} from '../icons/
|
|
3664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3665
|
+
default as PanelsTopBottomIcon
|
|
3666
|
+
} from '../icons/rows-3';
|
|
3657
3667
|
// Scale3d aliases
|
|
3658
3668
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3659
3669
|
export {
|
|
3660
3670
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3661
3671
|
default as Scale3DIcon
|
|
3662
3672
|
} from '../icons/scale-3d';
|
|
3663
|
-
//
|
|
3664
|
-
export { default as
|
|
3673
|
+
// ShieldQuestionMark aliases
|
|
3674
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3665
3675
|
export {
|
|
3666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3667
|
-
default as
|
|
3668
|
-
} from '../icons/
|
|
3676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3677
|
+
default as ShieldQuestionIcon
|
|
3678
|
+
} from '../icons/shield-question-mark';
|
|
3669
3679
|
// SendHorizontal aliases
|
|
3670
3680
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3671
3681
|
export {
|
|
3672
3682
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3673
3683
|
default as SendHorizonalIcon
|
|
3674
3684
|
} from '../icons/send-horizontal';
|
|
3675
|
-
//
|
|
3676
|
-
export { default as
|
|
3677
|
-
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3679
|
-
default as ShieldQuestionIcon
|
|
3680
|
-
} from '../icons/shield-question-mark';
|
|
3681
|
-
// ShieldX aliases
|
|
3682
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3685
|
+
// SlidersVertical aliases
|
|
3686
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3683
3687
|
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3685
|
-
default as
|
|
3686
|
-
} from '../icons/
|
|
3688
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3689
|
+
default as SlidersIcon
|
|
3690
|
+
} from '../icons/sliders-vertical';
|
|
3687
3691
|
// Sparkles aliases
|
|
3688
3692
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3689
3693
|
export {
|
|
3690
3694
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3691
3695
|
default as StarsIcon
|
|
3692
3696
|
} from '../icons/sparkles';
|
|
3697
|
+
// ShieldX aliases
|
|
3698
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3699
|
+
export {
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3701
|
+
default as ShieldCloseIcon
|
|
3702
|
+
} from '../icons/shield-x';
|
|
3693
3703
|
// SquareActivity aliases
|
|
3694
3704
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3695
3705
|
export {
|
|
3696
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3697
3707
|
default as ActivitySquareIcon
|
|
3698
3708
|
} from '../icons/square-activity';
|
|
3699
|
-
// SlidersVertical aliases
|
|
3700
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3701
|
-
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3703
|
-
default as SlidersIcon
|
|
3704
|
-
} from '../icons/sliders-vertical';
|
|
3705
|
-
// SquareArrowDownRight aliases
|
|
3706
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3707
|
-
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3709
|
-
default as ArrowDownRightSquareIcon
|
|
3710
|
-
} from '../icons/square-arrow-down-right';
|
|
3711
3709
|
// SquareArrowDownLeft aliases
|
|
3712
3710
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3713
3711
|
export {
|
|
@@ -3720,6 +3718,12 @@ export {
|
|
|
3720
3718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3721
3719
|
default as ArrowDownSquareIcon
|
|
3722
3720
|
} from '../icons/square-arrow-down';
|
|
3721
|
+
// SquareArrowDownRight aliases
|
|
3722
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as ArrowDownRightSquareIcon
|
|
3726
|
+
} from '../icons/square-arrow-down-right';
|
|
3723
3727
|
// SquareArrowLeft aliases
|
|
3724
3728
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3725
3729
|
export {
|
|
@@ -3732,30 +3736,36 @@ export {
|
|
|
3732
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3733
3737
|
default as ArrowDownLeftFromSquareIcon
|
|
3734
3738
|
} from '../icons/square-arrow-out-down-left';
|
|
3739
|
+
// SquareArrowOutUpLeft aliases
|
|
3740
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3741
|
+
export {
|
|
3742
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3743
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3744
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3735
3745
|
// SquareArrowOutDownRight aliases
|
|
3736
3746
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3737
3747
|
export {
|
|
3738
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3739
3749
|
default as ArrowDownRightFromSquareIcon
|
|
3740
3750
|
} from '../icons/square-arrow-out-down-right';
|
|
3741
|
-
// SquareArrowOutUpRight aliases
|
|
3742
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3743
|
-
export {
|
|
3744
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3745
|
-
default as ArrowUpRightFromSquareIcon
|
|
3746
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3747
3751
|
// SquareArrowRight aliases
|
|
3748
3752
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3749
3753
|
export {
|
|
3750
3754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3751
3755
|
default as ArrowRightSquareIcon
|
|
3752
3756
|
} from '../icons/square-arrow-right';
|
|
3753
|
-
//
|
|
3754
|
-
export { default as
|
|
3757
|
+
// SquareArrowOutUpRight aliases
|
|
3758
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3755
3759
|
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3757
|
-
default as
|
|
3758
|
-
} from '../icons/square-arrow-out-up-
|
|
3760
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3761
|
+
default as ArrowUpRightFromSquareIcon
|
|
3762
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3763
|
+
// SquareArrowUpLeft aliases
|
|
3764
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3765
|
+
export {
|
|
3766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3767
|
+
default as ArrowUpLeftSquareIcon
|
|
3768
|
+
} from '../icons/square-arrow-up-left';
|
|
3759
3769
|
// SquareArrowUpRight aliases
|
|
3760
3770
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3761
3771
|
export {
|
|
@@ -3774,18 +3784,6 @@ export {
|
|
|
3774
3784
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3775
3785
|
default as AsteriskSquareIcon
|
|
3776
3786
|
} from '../icons/square-asterisk';
|
|
3777
|
-
// SquareArrowUpLeft aliases
|
|
3778
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3781
|
-
default as ArrowUpLeftSquareIcon
|
|
3782
|
-
} from '../icons/square-arrow-up-left';
|
|
3783
|
-
// SquareCheckBig aliases
|
|
3784
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3787
|
-
default as CheckSquareIcon
|
|
3788
|
-
} from '../icons/square-check-big';
|
|
3789
3787
|
// SquareBottomDashedScissors aliases
|
|
3790
3788
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3791
3789
|
export {
|
|
@@ -3814,12 +3812,12 @@ export {
|
|
|
3814
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3815
3813
|
default as ChevronDownSquareIcon
|
|
3816
3814
|
} from '../icons/square-chevron-down';
|
|
3817
|
-
//
|
|
3818
|
-
export { default as
|
|
3815
|
+
// SquareCheckBig aliases
|
|
3816
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3819
3817
|
export {
|
|
3820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3821
|
-
default as
|
|
3822
|
-
} from '../icons/square-
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as CheckSquareIcon
|
|
3820
|
+
} from '../icons/square-check-big';
|
|
3823
3821
|
// SquareChevronRight aliases
|
|
3824
3822
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3825
3823
|
export {
|
|
@@ -3832,66 +3830,78 @@ export {
|
|
|
3832
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3833
3831
|
default as ChevronUpSquareIcon
|
|
3834
3832
|
} from '../icons/square-chevron-up';
|
|
3833
|
+
// SquareChevronLeft aliases
|
|
3834
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3835
|
+
export {
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as ChevronLeftSquareIcon
|
|
3838
|
+
} from '../icons/square-chevron-left';
|
|
3835
3839
|
// SquareCode aliases
|
|
3836
3840
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3837
3841
|
export {
|
|
3838
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3839
3843
|
default as CodeSquareIcon
|
|
3840
3844
|
} from '../icons/square-code';
|
|
3841
|
-
// SquareDashedMousePointer aliases
|
|
3842
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3843
|
-
export {
|
|
3844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3845
|
-
default as MousePointerSquareDashedIcon
|
|
3846
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
3847
3845
|
// SquareDashedKanban aliases
|
|
3848
3846
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3849
3847
|
export {
|
|
3850
3848
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3851
3849
|
default as KanbanSquareDashedIcon
|
|
3852
3850
|
} from '../icons/square-dashed-kanban';
|
|
3851
|
+
// SquareDashedMousePointer aliases
|
|
3852
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3853
|
+
export {
|
|
3854
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3855
|
+
default as MousePointerSquareDashedIcon
|
|
3856
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
3853
3857
|
// SquareDashed aliases
|
|
3854
3858
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3855
3859
|
export {
|
|
3856
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3857
3861
|
default as BoxSelectIcon
|
|
3858
3862
|
} from '../icons/square-dashed';
|
|
3859
|
-
// SquareDivide aliases
|
|
3860
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3861
|
-
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3863
|
-
default as DivideSquareIcon
|
|
3864
|
-
} from '../icons/square-divide';
|
|
3865
3863
|
// SquareDot aliases
|
|
3866
3864
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3867
3865
|
export {
|
|
3868
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3869
3867
|
default as DotSquareIcon
|
|
3870
3868
|
} from '../icons/square-dot';
|
|
3871
|
-
//
|
|
3872
|
-
export { default as
|
|
3869
|
+
// SquareDivide aliases
|
|
3870
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3873
3871
|
export {
|
|
3874
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3875
|
-
default as
|
|
3876
|
-
} from '../icons/square-
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as DivideSquareIcon
|
|
3874
|
+
} from '../icons/square-divide';
|
|
3877
3875
|
// SquareFunction aliases
|
|
3878
3876
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3879
3877
|
export {
|
|
3880
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3881
3879
|
default as FunctionSquareIcon
|
|
3882
3880
|
} from '../icons/square-function';
|
|
3881
|
+
// SquareKanban aliases
|
|
3882
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3885
|
+
default as KanbanSquareIcon
|
|
3886
|
+
} from '../icons/square-kanban';
|
|
3887
|
+
// SquareEqual aliases
|
|
3888
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3891
|
+
default as EqualSquareIcon
|
|
3892
|
+
} from '../icons/square-equal';
|
|
3883
3893
|
// SquareLibrary aliases
|
|
3884
3894
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3885
3895
|
export {
|
|
3886
3896
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3887
3897
|
default as LibrarySquareIcon
|
|
3888
3898
|
} from '../icons/square-library';
|
|
3889
|
-
//
|
|
3890
|
-
export { default as
|
|
3899
|
+
// SquareM aliases
|
|
3900
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3891
3901
|
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3893
|
-
default as
|
|
3894
|
-
} from '../icons/square-
|
|
3902
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3903
|
+
default as MSquareIcon
|
|
3904
|
+
} from '../icons/square-m';
|
|
3895
3905
|
// SquareMenu aliases
|
|
3896
3906
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3897
3907
|
export {
|
|
@@ -3904,12 +3914,6 @@ export {
|
|
|
3904
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3905
3915
|
default as MinusSquareIcon
|
|
3906
3916
|
} from '../icons/square-minus';
|
|
3907
|
-
// SquareM aliases
|
|
3908
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3909
|
-
export {
|
|
3910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3911
|
-
default as MSquareIcon
|
|
3912
|
-
} from '../icons/square-m';
|
|
3913
3917
|
// SquareMousePointer aliases
|
|
3914
3918
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3915
3919
|
export {
|
|
@@ -3922,12 +3926,6 @@ export {
|
|
|
3922
3926
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
3923
3927
|
default as ParkingSquareOffIcon
|
|
3924
3928
|
} from '../icons/square-parking-off';
|
|
3925
|
-
// SquareParking aliases
|
|
3926
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3929
|
-
default as ParkingSquareIcon
|
|
3930
|
-
} from '../icons/square-parking';
|
|
3931
3929
|
// SquarePen aliases
|
|
3932
3930
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3933
3931
|
export {
|
|
@@ -3942,12 +3940,18 @@ export {
|
|
|
3942
3940
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3943
3941
|
default as PenSquareIcon
|
|
3944
3942
|
} from '../icons/square-pen';
|
|
3945
|
-
//
|
|
3946
|
-
export { default as
|
|
3943
|
+
// SquareParking aliases
|
|
3944
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3947
3945
|
export {
|
|
3948
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3949
|
-
default as
|
|
3950
|
-
} from '../icons/square-
|
|
3946
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
3947
|
+
default as ParkingSquareIcon
|
|
3948
|
+
} from '../icons/square-parking';
|
|
3949
|
+
// SquarePercent aliases
|
|
3950
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3951
|
+
export {
|
|
3952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3953
|
+
default as PercentSquareIcon
|
|
3954
|
+
} from '../icons/square-percent';
|
|
3951
3955
|
// SquarePilcrow aliases
|
|
3952
3956
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3953
3957
|
export {
|
|
@@ -3960,18 +3964,18 @@ export {
|
|
|
3960
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
3961
3965
|
default as PlaySquareIcon
|
|
3962
3966
|
} from '../icons/square-play';
|
|
3963
|
-
// SquarePercent aliases
|
|
3964
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3965
|
-
export {
|
|
3966
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3967
|
-
default as PercentSquareIcon
|
|
3968
|
-
} from '../icons/square-percent';
|
|
3969
3967
|
// SquarePlus aliases
|
|
3970
3968
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3971
3969
|
export {
|
|
3972
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
3973
3971
|
default as PlusSquareIcon
|
|
3974
3972
|
} from '../icons/square-plus';
|
|
3973
|
+
// SquarePi aliases
|
|
3974
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as PiSquareIcon
|
|
3978
|
+
} from '../icons/square-pi';
|
|
3975
3979
|
// SquarePower aliases
|
|
3976
3980
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3977
3981
|
export {
|
|
@@ -3984,24 +3988,24 @@ export {
|
|
|
3984
3988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
3985
3989
|
default as ScissorsSquareIcon
|
|
3986
3990
|
} from '../icons/square-scissors';
|
|
3987
|
-
//
|
|
3988
|
-
export { default as
|
|
3991
|
+
// SquareSlash aliases
|
|
3992
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3989
3993
|
export {
|
|
3990
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3991
|
-
default as
|
|
3992
|
-
} from '../icons/square-
|
|
3994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3995
|
+
default as SlashSquareIcon
|
|
3996
|
+
} from '../icons/square-slash';
|
|
3993
3997
|
// SquareSplitHorizontal aliases
|
|
3994
3998
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3995
3999
|
export {
|
|
3996
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3997
4001
|
default as SplitSquareHorizontalIcon
|
|
3998
4002
|
} from '../icons/square-split-horizontal';
|
|
3999
|
-
//
|
|
4000
|
-
export { default as
|
|
4003
|
+
// SquareSigma aliases
|
|
4004
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4001
4005
|
export {
|
|
4002
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4003
|
-
default as
|
|
4004
|
-
} from '../icons/square-
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as SigmaSquareIcon
|
|
4008
|
+
} from '../icons/square-sigma';
|
|
4005
4009
|
// SquareSplitVertical aliases
|
|
4006
4010
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4007
4011
|
export {
|
|
@@ -4020,6 +4024,12 @@ export {
|
|
|
4020
4024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4021
4025
|
default as UserSquare2Icon
|
|
4022
4026
|
} from '../icons/square-user-round';
|
|
4027
|
+
// SquareUser aliases
|
|
4028
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4029
|
+
export {
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as UserSquareIcon
|
|
4032
|
+
} from '../icons/square-user';
|
|
4023
4033
|
// SquareX aliases
|
|
4024
4034
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4025
4035
|
export {
|
|
@@ -4032,24 +4042,18 @@ export {
|
|
|
4032
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4033
4043
|
default as TestTube2Icon
|
|
4034
4044
|
} from '../icons/test-tube-diagonal';
|
|
4035
|
-
//
|
|
4036
|
-
export { default as
|
|
4045
|
+
// TextAlignEnd aliases
|
|
4046
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4037
4047
|
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4039
|
-
default as
|
|
4040
|
-
} from '../icons/
|
|
4048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4049
|
+
default as AlignRightIcon
|
|
4050
|
+
} from '../icons/text-align-end';
|
|
4041
4051
|
// TextAlignCenter aliases
|
|
4042
4052
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4043
4053
|
export {
|
|
4044
4054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4045
4055
|
default as AlignCenterIcon
|
|
4046
4056
|
} from '../icons/text-align-center';
|
|
4047
|
-
// TextAlignEnd aliases
|
|
4048
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4049
|
-
export {
|
|
4050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4051
|
-
default as AlignRightIcon
|
|
4052
|
-
} from '../icons/text-align-end';
|
|
4053
4057
|
// TextAlignJustify aliases
|
|
4054
4058
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4055
4059
|
export {
|
|
@@ -4072,12 +4076,6 @@ export {
|
|
|
4072
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4073
4077
|
default as LetterTextIcon
|
|
4074
4078
|
} from '../icons/text-initial';
|
|
4075
|
-
// TextSelect aliases
|
|
4076
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4079
|
-
default as TextSelectionIcon
|
|
4080
|
-
} from '../icons/text-select';
|
|
4081
4079
|
// TextWrap aliases
|
|
4082
4080
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4083
4081
|
export {
|
|
@@ -4090,24 +4088,30 @@ export {
|
|
|
4090
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4091
4089
|
default as TrainIcon
|
|
4092
4090
|
} from '../icons/tram-front';
|
|
4091
|
+
// TextSelect aliases
|
|
4092
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4095
|
+
default as TextSelectionIcon
|
|
4096
|
+
} from '../icons/text-select';
|
|
4093
4097
|
// TreePalm aliases
|
|
4094
4098
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4095
4099
|
export {
|
|
4096
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4097
4101
|
default as PalmtreeIcon
|
|
4098
4102
|
} from '../icons/tree-palm';
|
|
4099
|
-
// TvMinimal aliases
|
|
4100
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as Tv2Icon
|
|
4104
|
-
} from '../icons/tv-minimal';
|
|
4105
4103
|
// TriangleAlert aliases
|
|
4106
4104
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4107
4105
|
export {
|
|
4108
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4109
4107
|
default as AlertTriangleIcon
|
|
4110
4108
|
} from '../icons/triangle-alert';
|
|
4109
|
+
// TvMinimal aliases
|
|
4110
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4111
|
+
export {
|
|
4112
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4113
|
+
default as Tv2Icon
|
|
4114
|
+
} from '../icons/tv-minimal';
|
|
4111
4115
|
// University aliases
|
|
4112
4116
|
export { default as UniversityIcon } from '../icons/university';
|
|
4113
4117
|
export {
|
|
@@ -4138,42 +4142,42 @@ export {
|
|
|
4138
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4139
4143
|
default as UserPlus2Icon
|
|
4140
4144
|
} from '../icons/user-round-plus';
|
|
4141
|
-
// UserRound aliases
|
|
4142
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4145
|
-
default as User2Icon
|
|
4146
|
-
} from '../icons/user-round';
|
|
4147
|
-
// UsersRound aliases
|
|
4148
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4149
|
-
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4151
|
-
default as Users2Icon
|
|
4152
|
-
} from '../icons/users-round';
|
|
4153
4145
|
// UserRoundX aliases
|
|
4154
4146
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4155
4147
|
export {
|
|
4156
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4157
4149
|
default as UserX2Icon
|
|
4158
4150
|
} from '../icons/user-round-x';
|
|
4151
|
+
// UserRound aliases
|
|
4152
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4155
|
+
default as User2Icon
|
|
4156
|
+
} from '../icons/user-round';
|
|
4159
4157
|
// UtensilsCrossed aliases
|
|
4160
4158
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4161
4159
|
export {
|
|
4162
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4163
4161
|
default as ForkKnifeCrossedIcon
|
|
4164
4162
|
} from '../icons/utensils-crossed';
|
|
4165
|
-
//
|
|
4166
|
-
export { default as
|
|
4163
|
+
// UsersRound aliases
|
|
4164
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4167
4165
|
export {
|
|
4168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4169
|
-
default as
|
|
4170
|
-
} from '../icons/
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4167
|
+
default as Users2Icon
|
|
4168
|
+
} from '../icons/users-round';
|
|
4171
4169
|
// WalletMinimal aliases
|
|
4172
4170
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4173
4171
|
export {
|
|
4174
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4175
4173
|
default as Wallet2Icon
|
|
4176
4174
|
} from '../icons/wallet-minimal';
|
|
4175
|
+
// Utensils aliases
|
|
4176
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4179
|
+
default as ForkKnifeIcon
|
|
4180
|
+
} from '../icons/utensils';
|
|
4177
4181
|
// WandSparkles aliases
|
|
4178
4182
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4179
4183
|
export {
|