@lucide/astro 0.511.0 → 0.513.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/aliases/aliases.ts +27 -27
- package/src/aliases/prefixed.ts +356 -346
- package/src/aliases/suffixed.ts +586 -576
- package/src/icons/battery-charging.ts +2 -2
- package/src/icons/battery-full.ts +2 -2
- package/src/icons/battery-low.ts +2 -2
- package/src/icons/battery-medium.ts +2 -2
- package/src/icons/battery-plus.ts +2 -2
- package/src/icons/battery-warning.ts +2 -2
- package/src/icons/battery.ts +2 -2
- package/src/icons/card-sim.ts +18 -0
- package/src/icons/circle-pound-sterling.ts +18 -0
- package/src/icons/cloud-check.ts +18 -0
- package/src/icons/eraser.ts +2 -2
- package/src/icons/file-badge.ts +2 -2
- package/src/icons/grid-3x2.ts +18 -0
- package/src/icons/id-card-lanyard.ts +18 -0
- package/src/icons/index.ts +108 -103
- package/src/icons/list-collapse.ts +2 -2
- package/src/icons/paperclip.ts +2 -2
- package/src/icons/square-check-big.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -8,28 +8,28 @@ export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// AirVent aliases
|
|
12
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignCenter aliases
|
|
28
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
31
|
// AlignEndVertical aliases
|
|
30
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignCenter aliases
|
|
32
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
@@ -38,10 +38,10 @@ export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-hori
|
|
|
38
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
45
|
// AlignHorizontalSpaceAround aliases
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
@@ -50,10 +50,10 @@ export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horiz
|
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
-
// AlignRight aliases
|
|
54
|
-
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
53
|
// AlignStartHorizontal aliases
|
|
56
54
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
55
|
+
// AlignRight aliases
|
|
56
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -62,80 +62,80 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
63
|
// AlignVerticalDistributeStart aliases
|
|
64
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
-
// AlignVerticalJustifyEnd aliases
|
|
66
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
65
|
// AlignVerticalJustifyCenter aliases
|
|
68
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
|
+
// AlignVerticalJustifyEnd aliases
|
|
68
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
+
// Ambulance aliases
|
|
74
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
73
75
|
// AlignVerticalSpaceBetween aliases
|
|
74
76
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
77
|
// Ampersand aliases
|
|
76
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
|
-
// Ambulance aliases
|
|
78
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
79
|
-
// Ampersands aliases
|
|
80
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
79
|
// Amphora aliases
|
|
82
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersands aliases
|
|
82
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
-
// Antenna aliases
|
|
90
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
89
|
// Anvil aliases
|
|
92
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
91
|
// Aperture aliases
|
|
94
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindow aliases
|
|
96
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
93
|
// AppWindowMac aliases
|
|
98
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// Antenna aliases
|
|
96
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
97
|
+
// AppWindow aliases
|
|
98
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Armchair aliases
|
|
106
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
105
|
// Archive aliases
|
|
108
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
|
+
// Armchair aliases
|
|
108
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigLeftDash aliases
|
|
112
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
111
|
// ArrowBigDown aliases
|
|
114
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
|
+
// ArrowBigLeftDash aliases
|
|
114
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
+
// ArrowBigRightDash aliases
|
|
116
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
115
117
|
// ArrowBigLeft aliases
|
|
116
118
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
119
|
// ArrowBigRight aliases
|
|
118
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
119
|
-
// ArrowBigRightDash aliases
|
|
120
|
-
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
121
|
-
// ArrowBigUp aliases
|
|
122
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
121
|
// ArrowBigUpDash aliases
|
|
124
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
+
// ArrowBigUp aliases
|
|
124
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
-
// ArrowDownRight aliases
|
|
130
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
131
129
|
// ArrowDownNarrowWide aliases
|
|
132
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
+
// ArrowDownRight aliases
|
|
132
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
133
|
// ArrowDownToDot aliases
|
|
134
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
-
// ArrowDownToLine aliases
|
|
136
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
@@ -150,20 +150,20 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
|
-
// ArrowRight aliases
|
|
154
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
153
|
// ArrowRightToLine aliases
|
|
156
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
155
|
// ArrowUpDown aliases
|
|
158
156
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
|
-
//
|
|
160
|
-
export { default as
|
|
157
|
+
// ArrowRight aliases
|
|
158
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
161
159
|
// ArrowUpFromDot aliases
|
|
162
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
163
|
-
//
|
|
164
|
-
export { default as
|
|
161
|
+
// ArrowUpFromLine aliases
|
|
162
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
165
163
|
// ArrowUpLeft aliases
|
|
166
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
+
// ArrowUpRight aliases
|
|
166
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
167
|
// ArrowUpToLine aliases
|
|
168
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
@@ -192,10 +192,10 @@ export { default as BabyIcon } from '../icons/baby';
|
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
193
|
// BadgeAlert aliases
|
|
194
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
-
// BadgeCent aliases
|
|
196
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
195
|
// BadgeDollarSign aliases
|
|
198
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
|
+
// BadgeCent aliases
|
|
198
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
@@ -216,22 +216,22 @@ export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
|
216
216
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
217
|
// BadgeRussianRuble aliases
|
|
218
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
|
-
// BadgeSwissFranc aliases
|
|
220
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
219
|
// BadgeX aliases
|
|
222
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
221
|
// Badge aliases
|
|
226
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeSwissFranc aliases
|
|
224
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
227
225
|
// BaggageClaim aliases
|
|
228
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
229
|
-
// BanknoteArrowDown aliases
|
|
230
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
227
|
// Banana aliases
|
|
232
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// Ban aliases
|
|
230
|
+
export { default as BanIcon } from '../icons/ban';
|
|
233
231
|
// Bandage aliases
|
|
234
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
+
// BanknoteArrowDown aliases
|
|
234
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
235
|
// BanknoteArrowUp aliases
|
|
236
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
@@ -242,42 +242,42 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Baseline aliases
|
|
244
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// BatteryCharging aliases
|
|
246
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
245
|
// Bath aliases
|
|
248
246
|
export { default as BathIcon } from '../icons/bath';
|
|
249
247
|
// BatteryFull aliases
|
|
250
248
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
249
|
// BatteryLow aliases
|
|
252
250
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
|
+
// BatteryCharging aliases
|
|
252
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
255
|
// BatteryMedium aliases
|
|
254
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
257
|
// BatteryPlus aliases
|
|
256
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// BatteryWarning aliases
|
|
258
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
259
|
// Battery aliases
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
-
// Beaker aliases
|
|
262
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
261
|
// BeanOff aliases
|
|
264
262
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
-
//
|
|
266
|
-
export { default as
|
|
263
|
+
// Beaker aliases
|
|
264
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
265
|
// BedDouble aliases
|
|
268
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// BedSingle aliases
|
|
270
268
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// Bean aliases
|
|
270
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
-
// Beer aliases
|
|
278
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
279
277
|
// BellDot aliases
|
|
280
278
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
281
|
// BellMinus aliases
|
|
282
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
283
|
// BellElectric aliases
|
|
@@ -286,20 +286,20 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
-
// BetweenVerticalEnd aliases
|
|
290
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// Bell aliases
|
|
292
|
-
export { default as BellIcon } from '../icons/bell';
|
|
293
289
|
// BellRing aliases
|
|
294
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
|
+
// BetweenVerticalEnd aliases
|
|
294
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
-
// Bike aliases
|
|
298
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
299
297
|
// BicepsFlexed aliases
|
|
300
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
299
|
// Binary aliases
|
|
302
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
|
+
// Bike aliases
|
|
302
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
303
303
|
// Binoculars aliases
|
|
304
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
305
|
// Biohazard aliases
|
|
@@ -330,32 +330,32 @@ export { default as BoltIcon } from '../icons/bolt';
|
|
|
330
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// Bone aliases
|
|
332
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
// BookA aliases
|
|
334
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookA aliases
|
|
338
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookLock aliases
|
|
352
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
351
|
// BookMinus aliases
|
|
356
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookLock aliases
|
|
358
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -372,14 +372,14 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// Book aliases
|
|
376
|
-
export { default as BookIcon } from '../icons/book';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// Book aliases
|
|
378
|
+
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookmarkMinus aliases
|
|
382
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
+
// BookmarkCheck aliases
|
|
382
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
385
|
// BookmarkX aliases
|
|
@@ -394,14 +394,14 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
394
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Box aliases
|
|
400
398
|
export { default as BoxIcon } from '../icons/box';
|
|
401
|
-
// Brackets aliases
|
|
402
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
399
|
// Boxes aliases
|
|
404
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
401
|
+
// BowArrow aliases
|
|
402
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
|
+
// Brackets aliases
|
|
404
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
407
|
// BrainCog aliases
|
|
@@ -422,10 +422,10 @@ export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
|
422
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
423
|
// BringToFront aliases
|
|
424
424
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
|
-
// Brush aliases
|
|
426
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
427
425
|
// BrushCleaning aliases
|
|
428
426
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
|
+
// Brush aliases
|
|
428
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
429
429
|
// Bubbles aliases
|
|
430
430
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
431
431
|
// BugOff aliases
|
|
@@ -438,10 +438,10 @@ export { default as BugIcon } from '../icons/bug';
|
|
|
438
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
439
|
// Building aliases
|
|
440
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
|
-
// BusFront aliases
|
|
442
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
441
|
// Bus aliases
|
|
444
442
|
export { default as BusIcon } from '../icons/bus';
|
|
443
|
+
// BusFront aliases
|
|
444
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
445
|
// CableCar aliases
|
|
446
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
447
|
// Cable aliases
|
|
@@ -460,10 +460,10 @@ export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
|
460
460
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
461
461
|
// CalendarCheck2 aliases
|
|
462
462
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
463
|
-
// CalendarClock aliases
|
|
464
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
465
463
|
// CalendarCheck aliases
|
|
466
464
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
|
+
// CalendarClock aliases
|
|
466
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
467
467
|
// CalendarCog aliases
|
|
468
468
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
469
469
|
// CalendarDays aliases
|
|
@@ -484,20 +484,20 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
484
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarSync aliases
|
|
488
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
487
|
// CalendarSearch aliases
|
|
490
488
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// CalendarSync aliases
|
|
490
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
493
491
|
// CalendarX aliases
|
|
494
492
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
493
|
// Calendar aliases
|
|
496
494
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
|
-
//
|
|
498
|
-
export { default as
|
|
495
|
+
// CalendarX2 aliases
|
|
496
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
497
|
// CameraOff aliases
|
|
500
498
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
|
+
// Camera aliases
|
|
500
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
501
501
|
// CandyCane aliases
|
|
502
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
503
|
// CandyOff aliases
|
|
@@ -512,14 +512,16 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
512
512
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
513
513
|
// CarTaxiFront aliases
|
|
514
514
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
515
|
-
// Caravan aliases
|
|
516
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
515
|
// Car aliases
|
|
518
516
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
517
|
+
// Caravan aliases
|
|
518
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
|
+
// CardSim aliases
|
|
520
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
521
|
// Carrot aliases
|
|
522
522
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
|
+
// CaseLower aliases
|
|
524
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
523
525
|
// CaseSensitive aliases
|
|
524
526
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
525
527
|
// CaseUpper aliases
|
|
@@ -528,18 +530,18 @@ export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
|
528
530
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
529
531
|
// Cast aliases
|
|
530
532
|
export { default as CastIcon } from '../icons/cast';
|
|
531
|
-
// Castle aliases
|
|
532
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
533
533
|
// Cat aliases
|
|
534
534
|
export { default as CatIcon } from '../icons/cat';
|
|
535
|
-
// ChartBarDecreasing aliases
|
|
536
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
535
|
// Cctv aliases
|
|
538
536
|
export { default as CctvIcon } from '../icons/cctv';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Castle aliases
|
|
538
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
539
|
+
// ChartBarDecreasing aliases
|
|
540
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
541
541
|
// ChartBarIncreasing aliases
|
|
542
542
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
543
|
+
// ChartBarStacked aliases
|
|
544
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
543
545
|
// ChartColumnDecreasing aliases
|
|
544
546
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
547
|
// ChartColumnStacked aliases
|
|
@@ -558,10 +560,10 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
558
560
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
561
|
// CheckLine aliases
|
|
560
562
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
|
-
// ChefHat aliases
|
|
562
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
563
|
// Check aliases
|
|
564
564
|
export { default as CheckIcon } from '../icons/check';
|
|
565
|
+
// ChefHat aliases
|
|
566
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
565
567
|
// Cherry aliases
|
|
566
568
|
export { default as CherryIcon } from '../icons/cherry';
|
|
567
569
|
// ChevronDown aliases
|
|
@@ -570,10 +572,10 @@ export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
|
570
572
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
573
|
// ChevronLast aliases
|
|
572
574
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
573
|
-
// ChevronLeft aliases
|
|
574
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
575
575
|
// ChevronRight aliases
|
|
576
576
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
|
+
// ChevronLeft aliases
|
|
578
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
577
579
|
// ChevronUp aliases
|
|
578
580
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
579
581
|
// ChevronsDownUp aliases
|
|
@@ -586,28 +588,28 @@ export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left
|
|
|
586
588
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
587
589
|
// ChevronsLeftRight aliases
|
|
588
590
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
589
|
-
// ChevronsRight aliases
|
|
590
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
591
|
// ChevronsRightLeft aliases
|
|
592
592
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
593
593
|
// ChevronsUpDown aliases
|
|
594
594
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
595
|
// ChevronsUp aliases
|
|
596
596
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
+
// ChevronsRight aliases
|
|
598
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
597
599
|
// Chrome aliases
|
|
598
600
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
599
601
|
// Church aliases
|
|
600
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
601
|
-
// Cigarette aliases
|
|
602
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
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';
|
|
605
607
|
// CircleDashed aliases
|
|
606
608
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
-
// CircleDollarSign aliases
|
|
608
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
609
609
|
// CircleDotDashed aliases
|
|
610
610
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
611
|
+
// CircleDollarSign aliases
|
|
612
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
613
|
// CircleDot aliases
|
|
612
614
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
613
615
|
// CircleEllipsis aliases
|
|
@@ -620,24 +622,26 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
620
622
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
621
623
|
// CircleOff aliases
|
|
622
624
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
625
|
+
// CirclePoundSterling aliases
|
|
626
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
623
627
|
// CircleSlash aliases
|
|
624
628
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
625
|
-
// Circle aliases
|
|
626
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
627
629
|
// CircleSmall aliases
|
|
628
630
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
|
+
// Circle aliases
|
|
632
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
629
633
|
// CircuitBoard aliases
|
|
630
634
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
631
|
-
// Citrus aliases
|
|
632
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
633
635
|
// Clapperboard aliases
|
|
634
636
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
637
|
+
// Citrus aliases
|
|
638
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
635
639
|
// ClipboardCheck aliases
|
|
636
640
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
637
|
-
// ClipboardList aliases
|
|
638
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
639
641
|
// ClipboardCopy aliases
|
|
640
642
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
643
|
+
// ClipboardList aliases
|
|
644
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
641
645
|
// ClipboardMinus aliases
|
|
642
646
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
643
647
|
// ClipboardPaste aliases
|
|
@@ -648,16 +652,16 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
648
652
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
649
653
|
// ClipboardX aliases
|
|
650
654
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
651
|
-
// Clock1 aliases
|
|
652
|
-
export { default as Clock1Icon } from '../icons/clock-1';
|
|
653
655
|
// Clipboard aliases
|
|
654
656
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
657
|
-
// Clock12 aliases
|
|
658
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
657
|
+
// Clock1 aliases
|
|
658
|
+
export { default as Clock1Icon } from '../icons/clock-1';
|
|
659
659
|
// Clock10 aliases
|
|
660
660
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
661
|
+
// Clock12 aliases
|
|
662
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
663
|
+
// Clock11 aliases
|
|
664
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
661
665
|
// Clock2 aliases
|
|
662
666
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
663
667
|
// Clock3 aliases
|
|
@@ -678,24 +682,26 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
678
682
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
679
683
|
// ClockArrowDown aliases
|
|
680
684
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
681
|
-
// ClockFading aliases
|
|
682
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
683
685
|
// ClockArrowUp aliases
|
|
684
686
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
687
|
+
// ClockFading aliases
|
|
688
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
687
689
|
// Clock aliases
|
|
688
690
|
export { default as ClockIcon } from '../icons/clock';
|
|
691
|
+
// ClockPlus aliases
|
|
692
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
|
+
// CloudCheck aliases
|
|
694
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
689
695
|
// CloudAlert aliases
|
|
690
696
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
691
|
-
// CloudCog aliases
|
|
692
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
693
|
-
// CloudDrizzle aliases
|
|
694
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
695
697
|
// CloudFog aliases
|
|
696
698
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
699
|
+
// CloudCog aliases
|
|
700
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
697
701
|
// CloudHail aliases
|
|
698
702
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
703
|
+
// CloudDrizzle aliases
|
|
704
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
699
705
|
// CloudLightning aliases
|
|
700
706
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
701
707
|
// CloudMoonRain aliases
|
|
@@ -704,28 +710,28 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
|
704
710
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
705
711
|
// CloudOff aliases
|
|
706
712
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
707
|
-
// CloudRainWind aliases
|
|
708
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
709
713
|
// CloudRain aliases
|
|
710
714
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
715
|
+
// CloudRainWind aliases
|
|
716
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
711
717
|
// CloudSnow aliases
|
|
712
718
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
713
|
-
// CloudSun aliases
|
|
714
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
719
|
// CloudSunRain aliases
|
|
716
720
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
717
721
|
// Cloud aliases
|
|
718
722
|
export { default as CloudIcon } from '../icons/cloud';
|
|
723
|
+
// CloudSun aliases
|
|
724
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
719
725
|
// Cloudy aliases
|
|
720
726
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
721
727
|
// Clover aliases
|
|
722
728
|
export { default as CloverIcon } from '../icons/clover';
|
|
723
729
|
// Club aliases
|
|
724
730
|
export { default as ClubIcon } from '../icons/club';
|
|
725
|
-
// Code aliases
|
|
726
|
-
export { default as CodeIcon } from '../icons/code';
|
|
727
731
|
// Codepen aliases
|
|
728
732
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
733
|
+
// Code aliases
|
|
734
|
+
export { default as CodeIcon } from '../icons/code';
|
|
729
735
|
// Codesandbox aliases
|
|
730
736
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
731
737
|
// Coffee aliases
|
|
@@ -744,10 +750,10 @@ export { default as CommandIcon } from '../icons/command';
|
|
|
744
750
|
export { default as CompassIcon } from '../icons/compass';
|
|
745
751
|
// Component aliases
|
|
746
752
|
export { default as ComponentIcon } from '../icons/component';
|
|
747
|
-
// Computer aliases
|
|
748
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
749
753
|
// ConciergeBell aliases
|
|
750
754
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
755
|
+
// Computer aliases
|
|
756
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
751
757
|
// Cone aliases
|
|
752
758
|
export { default as ConeIcon } from '../icons/cone';
|
|
753
759
|
// Construction aliases
|
|
@@ -758,18 +764,18 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
758
764
|
export { default as ContainerIcon } from '../icons/container';
|
|
759
765
|
// Contrast aliases
|
|
760
766
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
761
|
-
// CookingPot aliases
|
|
762
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
763
767
|
// Cookie aliases
|
|
764
768
|
export { default as CookieIcon } from '../icons/cookie';
|
|
765
|
-
//
|
|
766
|
-
export { default as
|
|
769
|
+
// CookingPot aliases
|
|
770
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
767
771
|
// CopyMinus aliases
|
|
768
772
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
769
|
-
//
|
|
770
|
-
export { default as
|
|
773
|
+
// CopyCheck aliases
|
|
774
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
771
775
|
// CopyPlus aliases
|
|
772
776
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
777
|
+
// CopySlash aliases
|
|
778
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
773
779
|
// CopyX aliases
|
|
774
780
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
775
781
|
// Copy aliases
|
|
@@ -790,10 +796,10 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
790
796
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
791
797
|
// CornerRightUp aliases
|
|
792
798
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
793
|
-
// CornerUpRight aliases
|
|
794
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
795
799
|
// CornerUpLeft aliases
|
|
796
800
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
801
|
+
// CornerUpRight aliases
|
|
802
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
797
803
|
// Cpu aliases
|
|
798
804
|
export { default as CpuIcon } from '../icons/cpu';
|
|
799
805
|
// CreativeCommons aliases
|
|
@@ -804,48 +810,48 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
804
810
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
805
811
|
// Crop aliases
|
|
806
812
|
export { default as CropIcon } from '../icons/crop';
|
|
807
|
-
//
|
|
808
|
-
export { default as
|
|
813
|
+
// Crosshair aliases
|
|
814
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
809
815
|
// Crown aliases
|
|
810
816
|
export { default as CrownIcon } from '../icons/crown';
|
|
817
|
+
// Cross aliases
|
|
818
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
811
819
|
// Cuboid aliases
|
|
812
820
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
813
|
-
// Crosshair aliases
|
|
814
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
815
821
|
// CupSoda aliases
|
|
816
822
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
817
|
-
// Cylinder aliases
|
|
818
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
819
823
|
// Currency aliases
|
|
820
824
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
825
|
+
// Cylinder aliases
|
|
826
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
821
827
|
// Dam aliases
|
|
822
828
|
export { default as DamIcon } from '../icons/dam';
|
|
823
829
|
// DatabaseBackup aliases
|
|
824
830
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
825
|
-
// Database aliases
|
|
826
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
827
831
|
// DatabaseZap aliases
|
|
828
832
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
829
|
-
//
|
|
830
|
-
export { default as
|
|
833
|
+
// Database aliases
|
|
834
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
831
835
|
// DecimalsArrowRight aliases
|
|
832
836
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
833
837
|
// Delete aliases
|
|
834
838
|
export { default as DeleteIcon } from '../icons/delete';
|
|
835
|
-
//
|
|
836
|
-
export { default as
|
|
839
|
+
// DecimalsArrowLeft aliases
|
|
840
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
837
841
|
// Dessert aliases
|
|
838
842
|
export { default as DessertIcon } from '../icons/dessert';
|
|
843
|
+
// Diameter aliases
|
|
844
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
839
845
|
// DiamondMinus aliases
|
|
840
846
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
847
|
// DiamondPlus aliases
|
|
842
848
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
843
849
|
// Diamond aliases
|
|
844
850
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
845
|
-
// Dice1 aliases
|
|
846
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
847
851
|
// Dice2 aliases
|
|
848
852
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
853
|
+
// Dice1 aliases
|
|
854
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
849
855
|
// Dice3 aliases
|
|
850
856
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
851
857
|
// Dice4 aliases
|
|
@@ -862,18 +868,18 @@ export { default as DiffIcon } from '../icons/diff';
|
|
|
862
868
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
863
869
|
// Disc3 aliases
|
|
864
870
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
865
|
-
// DiscAlbum aliases
|
|
866
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
867
|
-
// Disc aliases
|
|
868
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
869
871
|
// Divide aliases
|
|
870
872
|
export { default as DivideIcon } from '../icons/divide';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
873
|
+
// Disc aliases
|
|
874
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
875
|
+
// DiscAlbum aliases
|
|
876
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
873
877
|
// DnaOff aliases
|
|
874
878
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
875
879
|
// Dock aliases
|
|
876
880
|
export { default as DockIcon } from '../icons/dock';
|
|
881
|
+
// Dna aliases
|
|
882
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
877
883
|
// Dog aliases
|
|
878
884
|
export { default as DogIcon } from '../icons/dog';
|
|
879
885
|
// DollarSign aliases
|
|
@@ -882,16 +888,16 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
882
888
|
export { default as DonutIcon } from '../icons/donut';
|
|
883
889
|
// DoorClosedLocked aliases
|
|
884
890
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
885
|
-
// DoorClosed aliases
|
|
886
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
887
891
|
// DoorOpen aliases
|
|
888
892
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
893
|
+
// DoorClosed aliases
|
|
894
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
889
895
|
// Dot aliases
|
|
890
896
|
export { default as DotIcon } from '../icons/dot';
|
|
891
|
-
// DraftingCompass aliases
|
|
892
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
893
897
|
// Download aliases
|
|
894
898
|
export { default as DownloadIcon } from '../icons/download';
|
|
899
|
+
// DraftingCompass aliases
|
|
900
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
895
901
|
// Drama aliases
|
|
896
902
|
export { default as DramaIcon } from '../icons/drama';
|
|
897
903
|
// Dribbble aliases
|
|
@@ -952,22 +958,22 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
952
958
|
export { default as FactoryIcon } from '../icons/factory';
|
|
953
959
|
// Fan aliases
|
|
954
960
|
export { default as FanIcon } from '../icons/fan';
|
|
955
|
-
// Feather aliases
|
|
956
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
957
961
|
// FastForward aliases
|
|
958
962
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
963
|
+
// Feather aliases
|
|
964
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
961
965
|
// Fence aliases
|
|
962
966
|
export { default as FenceIcon } from '../icons/fence';
|
|
967
|
+
// FerrisWheel aliases
|
|
968
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
963
969
|
// Figma aliases
|
|
964
970
|
export { default as FigmaIcon } from '../icons/figma';
|
|
965
971
|
// FileArchive aliases
|
|
966
972
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
967
|
-
// FileAudio aliases
|
|
968
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
969
973
|
// FileAudio2 aliases
|
|
970
974
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
975
|
+
// FileAudio aliases
|
|
976
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
971
977
|
// FileBadge2 aliases
|
|
972
978
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
973
979
|
// FileBadge aliases
|
|
@@ -992,20 +998,20 @@ export { default as FileDigitIcon } from '../icons/file-digit';
|
|
|
992
998
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
993
999
|
// FileDown aliases
|
|
994
1000
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1001
|
+
// FileInput aliases
|
|
1002
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
995
1003
|
// FileImage aliases
|
|
996
1004
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
997
1005
|
// FileJson2 aliases
|
|
998
1006
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
999
|
-
// FileInput aliases
|
|
1000
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1001
1007
|
// FileJson aliases
|
|
1002
1008
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1003
1009
|
// FileKey2 aliases
|
|
1004
1010
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1005
|
-
// FileLock2 aliases
|
|
1006
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
1011
|
// FileKey aliases
|
|
1008
1012
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1013
|
+
// FileLock2 aliases
|
|
1014
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1009
1015
|
// FileLock aliases
|
|
1010
1016
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1011
1017
|
// FileMinus2 aliases
|
|
@@ -1014,10 +1020,10 @@ export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
|
1014
1020
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1015
1021
|
// FileMusic aliases
|
|
1016
1022
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1017
|
-
// FilePlus2 aliases
|
|
1018
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
1023
|
// FileOutput aliases
|
|
1020
1024
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1025
|
+
// FilePlus2 aliases
|
|
1026
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1021
1027
|
// FilePlus aliases
|
|
1022
1028
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1023
1029
|
// FileQuestion aliases
|
|
@@ -1032,10 +1038,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1032
1038
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1033
1039
|
// FileSpreadsheet aliases
|
|
1034
1040
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1035
|
-
// FileStack aliases
|
|
1036
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1037
1041
|
// FileSymlink aliases
|
|
1038
1042
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1043
|
+
// FileStack aliases
|
|
1044
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1039
1045
|
// FileTerminal aliases
|
|
1040
1046
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1041
1047
|
// FileText aliases
|
|
@@ -1064,18 +1070,18 @@ export { default as FileX2Icon } from '../icons/file-x-2';
|
|
|
1064
1070
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1065
1071
|
// File aliases
|
|
1066
1072
|
export { default as FileIcon } from '../icons/file';
|
|
1067
|
-
// Files aliases
|
|
1068
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1069
1073
|
// Film aliases
|
|
1070
1074
|
export { default as FilmIcon } from '../icons/film';
|
|
1075
|
+
// Files aliases
|
|
1076
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1071
1077
|
// Fingerprint aliases
|
|
1072
1078
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1073
1079
|
// FireExtinguisher aliases
|
|
1074
1080
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
|
-
// FishOff aliases
|
|
1076
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
1081
|
// FishSymbol aliases
|
|
1078
1082
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1083
|
+
// FishOff aliases
|
|
1084
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1079
1085
|
// Fish aliases
|
|
1080
1086
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1087
|
// FlagOff aliases
|
|
@@ -1128,16 +1134,16 @@ export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
|
1128
1134
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
1135
|
// FolderDot aliases
|
|
1130
1136
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
-
// FolderCode aliases
|
|
1132
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1137
|
// FolderDown aliases
|
|
1134
1138
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1135
|
-
//
|
|
1136
|
-
export { default as
|
|
1139
|
+
// FolderCode aliases
|
|
1140
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1137
1141
|
// FolderGit aliases
|
|
1138
1142
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1139
1143
|
// FolderHeart aliases
|
|
1140
1144
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1145
|
+
// FolderGit2 aliases
|
|
1146
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
1147
|
// FolderInput aliases
|
|
1142
1148
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1149
|
// FolderKanban aliases
|
|
@@ -1178,18 +1184,18 @@ export { default as FolderIcon } from '../icons/folder';
|
|
|
1178
1184
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
1185
|
// Footprints aliases
|
|
1180
1186
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1187
|
+
// Forklift aliases
|
|
1188
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1189
|
// Forward aliases
|
|
1182
1190
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
1191
|
// Frame aliases
|
|
1184
1192
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
|
-
// Forklift aliases
|
|
1186
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
1193
|
// Framer aliases
|
|
1188
1194
|
export { default as FramerIcon } from '../icons/framer';
|
|
1189
|
-
// Fuel aliases
|
|
1190
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
1195
|
// Frown aliases
|
|
1192
1196
|
export { default as FrownIcon } from '../icons/frown';
|
|
1197
|
+
// Fuel aliases
|
|
1198
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1193
1199
|
// Fullscreen aliases
|
|
1194
1200
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
1201
|
// FunnelPlus aliases
|
|
@@ -1208,20 +1214,20 @@ export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
|
1208
1214
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1209
1215
|
// Gamepad aliases
|
|
1210
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
|
-
// Gauge aliases
|
|
1212
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
1217
|
// Gavel aliases
|
|
1214
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
1219
|
// Gem aliases
|
|
1216
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
|
-
//
|
|
1218
|
-
export { default as
|
|
1221
|
+
// Gauge aliases
|
|
1222
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1223
|
// Gift aliases
|
|
1220
1224
|
export { default as GiftIcon } from '../icons/gift';
|
|
1221
|
-
//
|
|
1222
|
-
export { default as
|
|
1225
|
+
// Ghost aliases
|
|
1226
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1223
1227
|
// GitBranchPlus aliases
|
|
1224
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1225
1231
|
// GitCommitVertical aliases
|
|
1226
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1227
1233
|
// GitCompareArrows aliases
|
|
@@ -1232,10 +1238,10 @@ export { default as GitCompareIcon } from '../icons/git-compare';
|
|
|
1232
1238
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1233
1239
|
// GitGraph aliases
|
|
1234
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1235
|
-
// GitPullRequestArrow aliases
|
|
1236
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1237
1241
|
// GitMerge aliases
|
|
1238
1242
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1243
|
+
// GitPullRequestArrow aliases
|
|
1244
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1239
1245
|
// GitPullRequestClosed aliases
|
|
1240
1246
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1241
1247
|
// GitPullRequestCreateArrow aliases
|
|
@@ -1244,30 +1250,32 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1244
1250
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1245
1251
|
// GitPullRequestDraft aliases
|
|
1246
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
|
-
// Github aliases
|
|
1248
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1249
1253
|
// GitPullRequest aliases
|
|
1250
1254
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
|
-
//
|
|
1252
|
-
export { default as
|
|
1255
|
+
// Github aliases
|
|
1256
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1253
1257
|
// Gitlab aliases
|
|
1254
1258
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1259
|
+
// GlassWater aliases
|
|
1260
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1255
1261
|
// Glasses aliases
|
|
1256
1262
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
|
-
// Globe aliases
|
|
1258
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1259
1263
|
// GlobeLock aliases
|
|
1260
1264
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1265
|
+
// Globe aliases
|
|
1266
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1261
1267
|
// Goal aliases
|
|
1262
1268
|
export { default as GoalIcon } from '../icons/goal';
|
|
1269
|
+
// Grab aliases
|
|
1270
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1263
1271
|
// Gpu aliases
|
|
1264
1272
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1265
1273
|
// GraduationCap aliases
|
|
1266
1274
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
|
-
// Grab aliases
|
|
1268
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1269
1275
|
// Grape aliases
|
|
1270
1276
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1277
|
+
// Grid3x2 aliases
|
|
1278
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1271
1279
|
// GripHorizontal aliases
|
|
1272
1280
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1273
1281
|
// GripVertical aliases
|
|
@@ -1286,10 +1294,10 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1286
1294
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1287
1295
|
// HandCoins aliases
|
|
1288
1296
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1289
|
-
// HandMetal aliases
|
|
1290
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1291
1297
|
// HandHeart aliases
|
|
1292
1298
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1299
|
+
// HandMetal aliases
|
|
1300
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1293
1301
|
// HandPlatter aliases
|
|
1294
1302
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1295
1303
|
// Hand aliases
|
|
@@ -1298,16 +1306,16 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1298
1306
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1299
1307
|
// HardDriveDownload aliases
|
|
1300
1308
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1301
|
-
// HardDrive aliases
|
|
1302
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1303
1309
|
// HardDriveUpload aliases
|
|
1304
1310
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1311
|
+
// HardDrive aliases
|
|
1312
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1305
1313
|
// HardHat aliases
|
|
1306
1314
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1307
|
-
// Haze aliases
|
|
1308
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1309
1315
|
// Hash aliases
|
|
1310
1316
|
export { default as HashIcon } from '../icons/hash';
|
|
1317
|
+
// Haze aliases
|
|
1318
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1311
1319
|
// HdmiPort aliases
|
|
1312
1320
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1313
1321
|
// Heading1 aliases
|
|
@@ -1316,32 +1324,32 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1316
1324
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1317
1325
|
// Heading3 aliases
|
|
1318
1326
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1319
|
-
// Heading5 aliases
|
|
1320
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1321
1327
|
// Heading4 aliases
|
|
1322
1328
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1329
|
+
// Heading5 aliases
|
|
1330
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1323
1331
|
// Heading6 aliases
|
|
1324
1332
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1325
1333
|
// Heading aliases
|
|
1326
1334
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1327
|
-
// Headset aliases
|
|
1328
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1329
1335
|
// HeadphoneOff aliases
|
|
1330
1336
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1331
1337
|
// Headphones aliases
|
|
1332
1338
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
|
+
// Headset aliases
|
|
1340
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1333
1341
|
// HeartCrack aliases
|
|
1334
1342
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1335
1343
|
// HeartHandshake aliases
|
|
1336
1344
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1337
|
-
// HeartMinus aliases
|
|
1338
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1339
1345
|
// HeartOff aliases
|
|
1340
1346
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1341
|
-
//
|
|
1342
|
-
export { default as
|
|
1347
|
+
// HeartMinus aliases
|
|
1348
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1343
1349
|
// HeartPlus aliases
|
|
1344
1350
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1351
|
+
// HeartPulse aliases
|
|
1352
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1345
1353
|
// Heart aliases
|
|
1346
1354
|
export { default as HeartIcon } from '../icons/heart';
|
|
1347
1355
|
// Heater aliases
|
|
@@ -1358,32 +1366,34 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1358
1366
|
export { default as HopIcon } from '../icons/hop';
|
|
1359
1367
|
// Hospital aliases
|
|
1360
1368
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1361
|
-
// Hotel aliases
|
|
1362
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1363
1369
|
// Hourglass aliases
|
|
1364
1370
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1371
|
+
// Hotel aliases
|
|
1372
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1365
1373
|
// HousePlug aliases
|
|
1366
1374
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1367
1375
|
// HousePlus aliases
|
|
1368
1376
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1369
1377
|
// HouseWifi aliases
|
|
1370
1378
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1379
|
+
// IdCardLanyard aliases
|
|
1380
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1371
1381
|
// IdCard aliases
|
|
1372
1382
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1373
1383
|
// ImageDown aliases
|
|
1374
1384
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1375
1385
|
// ImageMinus aliases
|
|
1376
1386
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1377
|
-
// ImagePlay aliases
|
|
1378
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1379
1387
|
// ImageOff aliases
|
|
1380
1388
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1389
|
+
// ImagePlay aliases
|
|
1390
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1381
1391
|
// ImagePlus aliases
|
|
1382
1392
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1383
|
-
// ImageUpscale aliases
|
|
1384
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1385
1393
|
// ImageUp aliases
|
|
1386
1394
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1395
|
+
// ImageUpscale aliases
|
|
1396
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1387
1397
|
// Image aliases
|
|
1388
1398
|
export { default as ImageIcon } from '../icons/image';
|
|
1389
1399
|
// Images aliases
|
|
@@ -1394,20 +1404,20 @@ export { default as ImportIcon } from '../icons/import';
|
|
|
1394
1404
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1395
1405
|
// Infinity aliases
|
|
1396
1406
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1397
|
-
// Info aliases
|
|
1398
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1399
1407
|
// IndianRupee aliases
|
|
1400
1408
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1409
|
+
// Info aliases
|
|
1410
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1401
1411
|
// InspectionPanel aliases
|
|
1402
1412
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1403
1413
|
// Instagram aliases
|
|
1404
1414
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1405
|
-
// IterationCcw aliases
|
|
1406
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1407
1415
|
// Italic aliases
|
|
1408
1416
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1409
1417
|
// IterationCw aliases
|
|
1410
1418
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1419
|
+
// IterationCcw aliases
|
|
1420
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1411
1421
|
// JapaneseYen aliases
|
|
1412
1422
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1413
1423
|
// Joystick aliases
|
|
@@ -1432,10 +1442,10 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1432
1442
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1433
1443
|
// LampFloor aliases
|
|
1434
1444
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1435
|
-
// LampWallDown aliases
|
|
1436
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1437
1445
|
// LampWallUp aliases
|
|
1438
1446
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1447
|
+
// LampWallDown aliases
|
|
1448
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1439
1449
|
// Lamp aliases
|
|
1440
1450
|
export { default as LampIcon } from '../icons/lamp';
|
|
1441
1451
|
// LandPlot aliases
|
|
@@ -1446,10 +1456,10 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1446
1456
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1447
1457
|
// LaptopMinimalCheck aliases
|
|
1448
1458
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1449
|
-
// LassoSelect aliases
|
|
1450
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1451
1459
|
// Laptop aliases
|
|
1452
1460
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1461
|
+
// LassoSelect aliases
|
|
1462
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1453
1463
|
// Lasso aliases
|
|
1454
1464
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1455
1465
|
// Laugh aliases
|
|
@@ -1490,10 +1500,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1490
1500
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1491
1501
|
// Link2Off aliases
|
|
1492
1502
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1493
|
-
// Link aliases
|
|
1494
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1495
1503
|
// Link2 aliases
|
|
1496
1504
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1505
|
+
// Link aliases
|
|
1506
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1497
1507
|
// Linkedin aliases
|
|
1498
1508
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1499
1509
|
// ListCheck aliases
|
|
@@ -1514,16 +1524,16 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1514
1524
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1515
1525
|
// ListOrdered aliases
|
|
1516
1526
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1517
|
-
// ListRestart aliases
|
|
1518
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
1527
|
// ListPlus aliases
|
|
1520
1528
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1529
|
+
// ListRestart aliases
|
|
1530
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1521
1531
|
// ListStart aliases
|
|
1522
1532
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1523
|
-
// ListTodo aliases
|
|
1524
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1525
1533
|
// ListTree aliases
|
|
1526
1534
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1535
|
+
// ListTodo aliases
|
|
1536
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1527
1537
|
// ListVideo aliases
|
|
1528
1538
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1529
1539
|
// ListX aliases
|
|
@@ -1546,10 +1556,10 @@ export { default as LocationEditIcon } from '../icons/location-edit';
|
|
|
1546
1556
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1547
1557
|
// Lock aliases
|
|
1548
1558
|
export { default as LockIcon } from '../icons/lock';
|
|
1549
|
-
// LogOut aliases
|
|
1550
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1551
1559
|
// LogIn aliases
|
|
1552
1560
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1561
|
+
// LogOut aliases
|
|
1562
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1553
1563
|
// Logs aliases
|
|
1554
1564
|
export { default as LogsIcon } from '../icons/logs';
|
|
1555
1565
|
// Lollipop aliases
|
|
@@ -1558,52 +1568,52 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1558
1568
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1559
1569
|
// Magnet aliases
|
|
1560
1570
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1561
|
-
// MailCheck aliases
|
|
1562
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1563
1571
|
// MailMinus aliases
|
|
1564
1572
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1573
|
+
// MailCheck aliases
|
|
1574
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1565
1575
|
// MailOpen aliases
|
|
1566
1576
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1567
1577
|
// MailPlus aliases
|
|
1568
1578
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1569
1579
|
// MailSearch aliases
|
|
1570
1580
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1571
|
-
// MailWarning aliases
|
|
1572
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1573
1581
|
// MailQuestion aliases
|
|
1574
1582
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1575
|
-
//
|
|
1576
|
-
export { default as
|
|
1583
|
+
// MailWarning aliases
|
|
1584
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1577
1585
|
// Mail aliases
|
|
1578
1586
|
export { default as MailIcon } from '../icons/mail';
|
|
1587
|
+
// MailX aliases
|
|
1588
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1579
1589
|
// Mailbox aliases
|
|
1580
1590
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1581
1591
|
// Mails aliases
|
|
1582
1592
|
export { default as MailsIcon } from '../icons/mails';
|
|
1583
|
-
// MapPinCheck aliases
|
|
1584
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1585
1593
|
// MapPinCheckInside aliases
|
|
1586
1594
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1595
|
+
// MapPinCheck aliases
|
|
1596
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1589
1597
|
// MapPinHouse aliases
|
|
1590
1598
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1591
|
-
// MapPinPlusInside aliases
|
|
1592
|
-
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1593
1599
|
// MapPinMinusInside aliases
|
|
1594
1600
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1601
|
+
// MapPinMinus aliases
|
|
1602
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1595
1603
|
// MapPinOff aliases
|
|
1596
1604
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1597
1605
|
// MapPinPlus aliases
|
|
1598
1606
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1607
|
+
// MapPinPlusInside aliases
|
|
1608
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1599
1609
|
// MapPinXInside aliases
|
|
1600
1610
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1601
|
-
// MapPin aliases
|
|
1602
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1603
|
-
// MapPinned aliases
|
|
1604
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1605
1611
|
// MapPinX aliases
|
|
1606
1612
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1613
|
+
// MapPinned aliases
|
|
1614
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1615
|
+
// MapPin aliases
|
|
1616
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1607
1617
|
// MapPlus aliases
|
|
1608
1618
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1609
1619
|
// Map aliases
|
|
@@ -1612,18 +1622,18 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1612
1622
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1613
1623
|
// Mars aliases
|
|
1614
1624
|
export { default as MarsIcon } from '../icons/mars';
|
|
1615
|
-
// Maximize2 aliases
|
|
1616
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1617
1625
|
// Martini aliases
|
|
1618
1626
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1619
1627
|
// Maximize aliases
|
|
1620
1628
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1629
|
+
// Maximize2 aliases
|
|
1630
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1621
1631
|
// Medal aliases
|
|
1622
1632
|
export { default as MedalIcon } from '../icons/medal';
|
|
1623
|
-
// Megaphone aliases
|
|
1624
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1625
1633
|
// MegaphoneOff aliases
|
|
1626
1634
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1635
|
+
// Megaphone aliases
|
|
1636
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1627
1637
|
// Meh aliases
|
|
1628
1638
|
export { default as MehIcon } from '../icons/meh';
|
|
1629
1639
|
// MemoryStick aliases
|
|
@@ -1646,20 +1656,20 @@ export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
|
1646
1656
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1647
1657
|
// MessageCircleQuestion aliases
|
|
1648
1658
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1659
|
+
// MessageCircleReply aliases
|
|
1660
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1649
1661
|
// MessageCircleWarning aliases
|
|
1650
1662
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1651
1663
|
// MessageCircleX aliases
|
|
1652
1664
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1653
|
-
// MessageCircleReply aliases
|
|
1654
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1655
|
-
// MessageSquareCode aliases
|
|
1656
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1657
1665
|
// MessageCircle aliases
|
|
1658
1666
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1659
|
-
//
|
|
1660
|
-
export { default as
|
|
1667
|
+
// MessageSquareCode aliases
|
|
1668
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1661
1669
|
// MessageSquareDiff aliases
|
|
1662
1670
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1671
|
+
// MessageSquareDashed aliases
|
|
1672
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1663
1673
|
// MessageSquareDot aliases
|
|
1664
1674
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1665
1675
|
// MessageSquareHeart aliases
|
|
@@ -1670,10 +1680,10 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1670
1680
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1671
1681
|
// MessageSquareOff aliases
|
|
1672
1682
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1673
|
-
// MessageSquareQuote aliases
|
|
1674
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1675
1683
|
// MessageSquarePlus aliases
|
|
1676
1684
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1685
|
+
// MessageSquareQuote aliases
|
|
1686
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1677
1687
|
// MessageSquareReply aliases
|
|
1678
1688
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1679
1689
|
// MessageSquareShare aliases
|
|
@@ -1688,10 +1698,10 @@ export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
|
1688
1698
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1689
1699
|
// MessagesSquare aliases
|
|
1690
1700
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1691
|
-
// MicOff aliases
|
|
1692
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1693
1701
|
// Mic aliases
|
|
1694
1702
|
export { default as MicIcon } from '../icons/mic';
|
|
1703
|
+
// MicOff aliases
|
|
1704
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1695
1705
|
// Microchip aliases
|
|
1696
1706
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1697
1707
|
// Microscope aliases
|
|
@@ -1710,12 +1720,12 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1710
1720
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1711
1721
|
// Minus aliases
|
|
1712
1722
|
export { default as MinusIcon } from '../icons/minus';
|
|
1713
|
-
// MonitorCog aliases
|
|
1714
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1715
1723
|
// MonitorCheck aliases
|
|
1716
1724
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1717
1725
|
// MonitorDot aliases
|
|
1718
1726
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1727
|
+
// MonitorCog aliases
|
|
1728
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1719
1729
|
// MonitorDown aliases
|
|
1720
1730
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1721
1731
|
// MonitorOff aliases
|
|
@@ -1738,26 +1748,26 @@ export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
|
1738
1748
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1739
1749
|
// MoonStar aliases
|
|
1740
1750
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1741
|
-
// Moon aliases
|
|
1742
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1743
1751
|
// MountainSnow aliases
|
|
1744
1752
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1753
|
+
// Moon aliases
|
|
1754
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1745
1755
|
// Mountain aliases
|
|
1746
1756
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1747
1757
|
// MouseOff aliases
|
|
1748
1758
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1749
1759
|
// MousePointerBan aliases
|
|
1750
1760
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1751
|
-
// MousePointerClick aliases
|
|
1752
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1753
1761
|
// MousePointer2 aliases
|
|
1754
1762
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1763
|
+
// MousePointerClick aliases
|
|
1764
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1755
1765
|
// MousePointer aliases
|
|
1756
1766
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1757
|
-
// Mouse aliases
|
|
1758
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1759
1767
|
// MoveDiagonal2 aliases
|
|
1760
1768
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1769
|
+
// Mouse aliases
|
|
1770
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1761
1771
|
// MoveDiagonal aliases
|
|
1762
1772
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1763
1773
|
// MoveDownLeft aliases
|
|
@@ -1772,42 +1782,42 @@ export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
|
1772
1782
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1773
1783
|
// MoveRight aliases
|
|
1774
1784
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1775
|
-
// MoveUpRight aliases
|
|
1776
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1777
1785
|
// MoveUpLeft aliases
|
|
1778
1786
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1787
|
+
// MoveUpRight aliases
|
|
1788
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1779
1789
|
// MoveUp aliases
|
|
1780
1790
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1781
|
-
// Move aliases
|
|
1782
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
-
// Music3 aliases
|
|
1784
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1785
1791
|
// MoveVertical aliases
|
|
1786
1792
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1793
|
+
// Move aliases
|
|
1794
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1787
1795
|
// Music2 aliases
|
|
1788
1796
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1789
1797
|
// Music4 aliases
|
|
1790
1798
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1799
|
+
// Music3 aliases
|
|
1800
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1801
|
+
// Music aliases
|
|
1802
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1791
1803
|
// Navigation2Off aliases
|
|
1792
1804
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1793
1805
|
// Navigation2 aliases
|
|
1794
1806
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1795
|
-
// Music aliases
|
|
1796
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1797
1807
|
// NavigationOff aliases
|
|
1798
1808
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1799
|
-
// Nfc aliases
|
|
1800
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1801
1809
|
// Navigation aliases
|
|
1802
1810
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1803
1811
|
// Network aliases
|
|
1804
1812
|
export { default as NetworkIcon } from '../icons/network';
|
|
1813
|
+
// Newspaper aliases
|
|
1814
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1815
|
+
// Nfc aliases
|
|
1816
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1805
1817
|
// NonBinary aliases
|
|
1806
1818
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1807
1819
|
// NotebookPen aliases
|
|
1808
1820
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1809
|
-
// Newspaper aliases
|
|
1810
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1811
1821
|
// NotebookTabs aliases
|
|
1812
1822
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1813
1823
|
// NotebookText aliases
|
|
@@ -1852,10 +1862,10 @@ export { default as PackageXIcon } from '../icons/package-x';
|
|
|
1852
1862
|
export { default as PackageIcon } from '../icons/package';
|
|
1853
1863
|
// PaintBucket aliases
|
|
1854
1864
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1855
|
-
// Paintbrush aliases
|
|
1856
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1857
1865
|
// PaintRoller aliases
|
|
1858
1866
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1867
|
+
// Paintbrush aliases
|
|
1868
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1859
1869
|
// Palette aliases
|
|
1860
1870
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1861
1871
|
// Panda aliases
|
|
@@ -1876,16 +1886,16 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1876
1886
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1877
1887
|
// PanelTopOpen aliases
|
|
1878
1888
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1879
|
-
// PanelTop aliases
|
|
1880
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1881
1889
|
// PanelsLeftBottom aliases
|
|
1882
1890
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1891
|
+
// PanelTop aliases
|
|
1892
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1883
1893
|
// PanelsRightBottom aliases
|
|
1884
1894
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1885
|
-
// Parentheses aliases
|
|
1886
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1887
1895
|
// Paperclip aliases
|
|
1888
1896
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1897
|
+
// Parentheses aliases
|
|
1898
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1889
1899
|
// ParkingMeter aliases
|
|
1890
1900
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1891
1901
|
// PartyPopper aliases
|
|
@@ -1942,10 +1952,10 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1942
1952
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1943
1953
|
// PiggyBank aliases
|
|
1944
1954
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1945
|
-
// PilcrowLeft aliases
|
|
1946
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1947
1955
|
// PilcrowRight aliases
|
|
1948
1956
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1957
|
+
// PilcrowLeft aliases
|
|
1958
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1949
1959
|
// Pilcrow aliases
|
|
1950
1960
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1951
1961
|
// PillBottle aliases
|
|
@@ -1954,12 +1964,12 @@ export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
|
1954
1964
|
export { default as PillIcon } from '../icons/pill';
|
|
1955
1965
|
// PinOff aliases
|
|
1956
1966
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1957
|
-
// Pin aliases
|
|
1958
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1959
|
-
// Pipette aliases
|
|
1960
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1961
1967
|
// Pizza aliases
|
|
1962
1968
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1969
|
+
// Pipette aliases
|
|
1970
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1971
|
+
// Pin aliases
|
|
1972
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1963
1973
|
// PlaneLanding aliases
|
|
1964
1974
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1965
1975
|
// PlaneTakeoff aliases
|
|
@@ -1972,18 +1982,18 @@ export { default as PlayIcon } from '../icons/play';
|
|
|
1972
1982
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1973
1983
|
// Plug aliases
|
|
1974
1984
|
export { default as PlugIcon } from '../icons/plug';
|
|
1975
|
-
// PocketKnife aliases
|
|
1976
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1977
1985
|
// Plus aliases
|
|
1978
1986
|
export { default as PlusIcon } from '../icons/plus';
|
|
1979
|
-
//
|
|
1980
|
-
export { default as
|
|
1987
|
+
// PocketKnife aliases
|
|
1988
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1981
1989
|
// Podcast aliases
|
|
1982
1990
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1983
|
-
// Pointer aliases
|
|
1984
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1985
1991
|
// PointerOff aliases
|
|
1986
1992
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1993
|
+
// Pocket aliases
|
|
1994
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1995
|
+
// Pointer aliases
|
|
1996
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1987
1997
|
// Popcorn aliases
|
|
1988
1998
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1989
1999
|
// Popsicle aliases
|
|
@@ -2002,10 +2012,10 @@ export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
|
2002
2012
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2003
2013
|
// Projector aliases
|
|
2004
2014
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2005
|
-
// Puzzle aliases
|
|
2006
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2007
2015
|
// Proportions aliases
|
|
2008
2016
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2017
|
+
// Puzzle aliases
|
|
2018
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2009
2019
|
// Pyramid aliases
|
|
2010
2020
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2011
2021
|
// QrCode aliases
|
|
@@ -2028,46 +2038,46 @@ export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
|
2028
2038
|
export { default as RadioIcon } from '../icons/radio';
|
|
2029
2039
|
// Radius aliases
|
|
2030
2040
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2031
|
-
// Rainbow aliases
|
|
2032
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2033
2041
|
// RailSymbol aliases
|
|
2034
2042
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2043
|
+
// Rainbow aliases
|
|
2044
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2035
2045
|
// Rat aliases
|
|
2036
2046
|
export { default as RatIcon } from '../icons/rat';
|
|
2037
|
-
// ReceiptCent aliases
|
|
2038
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2039
2047
|
// Ratio aliases
|
|
2040
2048
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2049
|
+
// ReceiptCent aliases
|
|
2050
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2041
2051
|
// ReceiptEuro aliases
|
|
2042
2052
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2043
2053
|
// ReceiptIndianRupee aliases
|
|
2044
2054
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2045
2055
|
// ReceiptJapaneseYen aliases
|
|
2046
2056
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2047
|
-
// ReceiptRussianRuble aliases
|
|
2048
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2049
2057
|
// ReceiptPoundSterling aliases
|
|
2050
2058
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2059
|
+
// ReceiptRussianRuble aliases
|
|
2060
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2051
2061
|
// ReceiptSwissFranc aliases
|
|
2052
2062
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
2063
|
// ReceiptText aliases
|
|
2054
2064
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2055
2065
|
// Receipt aliases
|
|
2056
2066
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2057
|
-
// RectangleHorizontal aliases
|
|
2058
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2059
2067
|
// RectangleGoggles aliases
|
|
2060
2068
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2069
|
+
// RectangleHorizontal aliases
|
|
2070
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2061
2071
|
// RectangleVertical aliases
|
|
2062
2072
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2063
|
-
// Redo2 aliases
|
|
2064
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2065
2073
|
// Recycle aliases
|
|
2066
2074
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2067
|
-
// Redo aliases
|
|
2068
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2069
2075
|
// RedoDot aliases
|
|
2070
2076
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2077
|
+
// Redo2 aliases
|
|
2078
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2079
|
+
// Redo aliases
|
|
2080
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2071
2081
|
// RefreshCcwDot aliases
|
|
2072
2082
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2073
2083
|
// RefreshCcw aliases
|
|
@@ -2078,30 +2088,30 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2078
2088
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2079
2089
|
// Refrigerator aliases
|
|
2080
2090
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2091
|
+
// Regex aliases
|
|
2092
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2081
2093
|
// RemoveFormatting aliases
|
|
2082
2094
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2083
2095
|
// Repeat1 aliases
|
|
2084
2096
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2085
|
-
// Regex aliases
|
|
2086
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2087
2097
|
// Repeat2 aliases
|
|
2088
2098
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2099
|
+
// ReplaceAll aliases
|
|
2100
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2089
2101
|
// Repeat aliases
|
|
2090
2102
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2091
2103
|
// Replace aliases
|
|
2092
2104
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2093
|
-
// ReplaceAll aliases
|
|
2094
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2095
|
-
// Reply aliases
|
|
2096
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2097
2105
|
// ReplyAll aliases
|
|
2098
2106
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2107
|
+
// Reply aliases
|
|
2108
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2109
|
+
// Ribbon aliases
|
|
2110
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2099
2111
|
// Rewind aliases
|
|
2100
2112
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2101
2113
|
// Rocket aliases
|
|
2102
2114
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2103
|
-
// Ribbon aliases
|
|
2104
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2105
2115
|
// RockingChair aliases
|
|
2106
2116
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2107
2117
|
// RollerCoaster aliases
|
|
@@ -2122,10 +2132,10 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2122
2132
|
export { default as RouteIcon } from '../icons/route';
|
|
2123
2133
|
// Router aliases
|
|
2124
2134
|
export { default as RouterIcon } from '../icons/router';
|
|
2125
|
-
// Rows4 aliases
|
|
2126
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2127
2135
|
// Rss aliases
|
|
2128
2136
|
export { default as RssIcon } from '../icons/rss';
|
|
2137
|
+
// Rows4 aliases
|
|
2138
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2129
2139
|
// RulerDimensionLine aliases
|
|
2130
2140
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2131
2141
|
// Ruler aliases
|
|
@@ -2136,10 +2146,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2136
2146
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2137
2147
|
// Salad aliases
|
|
2138
2148
|
export { default as SaladIcon } from '../icons/salad';
|
|
2139
|
-
// Sandwich aliases
|
|
2140
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2141
2149
|
// SatelliteDish aliases
|
|
2142
2150
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2151
|
+
// Sandwich aliases
|
|
2152
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2143
2153
|
// Satellite aliases
|
|
2144
2154
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2145
2155
|
// SaudiRiyal aliases
|
|
@@ -2148,10 +2158,10 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2148
2158
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2149
2159
|
// SaveOff aliases
|
|
2150
2160
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2151
|
-
// Save aliases
|
|
2152
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2153
2161
|
// Scale aliases
|
|
2154
2162
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2163
|
+
// Save aliases
|
|
2164
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2155
2165
|
// Scaling aliases
|
|
2156
2166
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2157
2167
|
// ScanBarcode aliases
|
|
@@ -2166,16 +2176,16 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2166
2176
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2167
2177
|
// ScanQrCode aliases
|
|
2168
2178
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2169
|
-
// ScanSearch aliases
|
|
2170
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2171
2179
|
// ScanText aliases
|
|
2172
2180
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2181
|
+
// ScanSearch aliases
|
|
2182
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2173
2183
|
// Scan aliases
|
|
2174
2184
|
export { default as ScanIcon } from '../icons/scan';
|
|
2175
|
-
// ScissorsLineDashed aliases
|
|
2176
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2177
2185
|
// School aliases
|
|
2178
2186
|
export { default as SchoolIcon } from '../icons/school';
|
|
2187
|
+
// ScissorsLineDashed aliases
|
|
2188
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2179
2189
|
// Scissors aliases
|
|
2180
2190
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2181
2191
|
// ScreenShareOff aliases
|
|
@@ -2188,10 +2198,10 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2188
2198
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2189
2199
|
// SearchCheck aliases
|
|
2190
2200
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2191
|
-
// SearchCode aliases
|
|
2192
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2193
2201
|
// SearchSlash aliases
|
|
2194
2202
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2203
|
+
// SearchCode aliases
|
|
2204
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2195
2205
|
// SearchX aliases
|
|
2196
2206
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2197
2207
|
// Search aliases
|
|
@@ -2214,14 +2224,14 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2214
2224
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2215
2225
|
// Server aliases
|
|
2216
2226
|
export { default as ServerIcon } from '../icons/server';
|
|
2217
|
-
// Settings2 aliases
|
|
2218
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2219
2227
|
// Settings aliases
|
|
2220
2228
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2221
2229
|
// Shapes aliases
|
|
2222
2230
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2223
2231
|
// Share2 aliases
|
|
2224
2232
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2233
|
+
// Settings2 aliases
|
|
2234
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2225
2235
|
// Share aliases
|
|
2226
2236
|
export { default as ShareIcon } from '../icons/share';
|
|
2227
2237
|
// Sheet aliases
|
|
@@ -2230,22 +2240,22 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2230
2240
|
export { default as ShellIcon } from '../icons/shell';
|
|
2231
2241
|
// ShieldAlert aliases
|
|
2232
2242
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2233
|
-
// ShieldCheck aliases
|
|
2234
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2235
2243
|
// ShieldBan aliases
|
|
2236
2244
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2237
2245
|
// ShieldEllipsis aliases
|
|
2238
2246
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2247
|
+
// ShieldCheck aliases
|
|
2248
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2239
2249
|
// ShieldHalf aliases
|
|
2240
2250
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2241
2251
|
// ShieldMinus aliases
|
|
2242
2252
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2243
2253
|
// ShieldOff aliases
|
|
2244
2254
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2245
|
-
// ShieldPlus aliases
|
|
2246
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2247
2255
|
// ShieldQuestion aliases
|
|
2248
2256
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2257
|
+
// ShieldPlus aliases
|
|
2258
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2249
2259
|
// ShieldUser aliases
|
|
2250
2260
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2251
2261
|
// Shield aliases
|
|
@@ -2258,20 +2268,20 @@ export { default as ShipIcon } from '../icons/ship';
|
|
|
2258
2268
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2259
2269
|
// ShoppingBag aliases
|
|
2260
2270
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2261
|
-
// ShoppingBasket aliases
|
|
2262
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2263
2271
|
// ShoppingCart aliases
|
|
2264
2272
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2273
|
+
// ShoppingBasket aliases
|
|
2274
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2265
2275
|
// Shovel aliases
|
|
2266
2276
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2277
|
+
// Shrimp aliases
|
|
2278
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2269
2279
|
// Shredder aliases
|
|
2270
2280
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2281
|
+
// ShowerHead aliases
|
|
2282
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2271
2283
|
// Shrink aliases
|
|
2272
2284
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2273
|
-
// Shrimp aliases
|
|
2274
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2275
2285
|
// Shrub aliases
|
|
2276
2286
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2277
2287
|
// Shuffle aliases
|
|
@@ -2286,10 +2296,10 @@ export { default as SignalLowIcon } from '../icons/signal-low';
|
|
|
2286
2296
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2287
2297
|
// SignalZero aliases
|
|
2288
2298
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2289
|
-
// Signal aliases
|
|
2290
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2291
2299
|
// Signature aliases
|
|
2292
2300
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2301
|
+
// Signal aliases
|
|
2302
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2293
2303
|
// SignpostBig aliases
|
|
2294
2304
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2295
2305
|
// Signpost aliases
|
|
@@ -2306,22 +2316,22 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2306
2316
|
export { default as SlackIcon } from '../icons/slack';
|
|
2307
2317
|
// Slash aliases
|
|
2308
2318
|
export { default as SlashIcon } from '../icons/slash';
|
|
2309
|
-
// SlidersHorizontal aliases
|
|
2310
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2311
2319
|
// Slice aliases
|
|
2312
2320
|
export { default as SliceIcon } from '../icons/slice';
|
|
2313
2321
|
// SmartphoneCharging aliases
|
|
2314
2322
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2323
|
+
// SlidersHorizontal aliases
|
|
2324
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2315
2325
|
// SmartphoneNfc aliases
|
|
2316
2326
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2317
2327
|
// Smartphone aliases
|
|
2318
2328
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2319
|
-
// Smile aliases
|
|
2320
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2321
|
-
// Snail aliases
|
|
2322
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2323
2329
|
// SmilePlus aliases
|
|
2324
2330
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2331
|
+
// Snail aliases
|
|
2332
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2333
|
+
// Smile aliases
|
|
2334
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2325
2335
|
// Snowflake aliases
|
|
2326
2336
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2327
2337
|
// SoapDispenserDroplet aliases
|
|
@@ -2334,48 +2344,48 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2334
2344
|
export { default as SpaceIcon } from '../icons/space';
|
|
2335
2345
|
// Spade aliases
|
|
2336
2346
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2337
|
-
// Speaker aliases
|
|
2338
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2339
2347
|
// Sparkle aliases
|
|
2340
2348
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2341
|
-
// SpellCheck2 aliases
|
|
2342
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2343
2349
|
// Speech aliases
|
|
2344
2350
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2351
|
+
// Speaker aliases
|
|
2352
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2353
|
+
// SpellCheck2 aliases
|
|
2354
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2345
2355
|
// SpellCheck aliases
|
|
2346
2356
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2357
|
+
// Spline aliases
|
|
2358
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2347
2359
|
// SplinePointer aliases
|
|
2348
2360
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2349
2361
|
// Split aliases
|
|
2350
2362
|
export { default as SplitIcon } from '../icons/split';
|
|
2351
|
-
// Spline aliases
|
|
2352
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2353
2363
|
// SprayCan aliases
|
|
2354
2364
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2355
|
-
// SquareDashedBottomCode aliases
|
|
2356
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2357
2365
|
// Sprout aliases
|
|
2358
2366
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2367
|
+
// SquareDashedBottomCode aliases
|
|
2368
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2359
2369
|
// SquareDashedBottom aliases
|
|
2360
2370
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2361
2371
|
// SquareDashedTopSolid aliases
|
|
2362
2372
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2363
2373
|
// SquareRadical aliases
|
|
2364
2374
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2365
|
-
// SquareSquare aliases
|
|
2366
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2367
2375
|
// SquareRoundCorner aliases
|
|
2368
2376
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2377
|
+
// SquareSquare aliases
|
|
2378
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2369
2379
|
// SquareStack aliases
|
|
2370
2380
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2371
2381
|
// Square aliases
|
|
2372
2382
|
export { default as SquareIcon } from '../icons/square';
|
|
2373
2383
|
// SquaresExclude aliases
|
|
2374
2384
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2375
|
-
// SquaresSubtract aliases
|
|
2376
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2377
2385
|
// SquaresIntersect aliases
|
|
2378
2386
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2387
|
+
// SquaresSubtract aliases
|
|
2388
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2379
2389
|
// SquaresUnite aliases
|
|
2380
2390
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2381
2391
|
// Squircle aliases
|
|
@@ -2422,10 +2432,10 @@ export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
|
2422
2432
|
export { default as SunIcon } from '../icons/sun';
|
|
2423
2433
|
// Sunrise aliases
|
|
2424
2434
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2425
|
-
// Sunset aliases
|
|
2426
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2427
2435
|
// Superscript aliases
|
|
2428
2436
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2437
|
+
// Sunset aliases
|
|
2438
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2429
2439
|
// SwatchBook aliases
|
|
2430
2440
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2431
2441
|
// SwissFranc aliases
|
|
@@ -2438,10 +2448,10 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2438
2448
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2439
2449
|
// Syringe aliases
|
|
2440
2450
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2441
|
-
// TableCellsMerge aliases
|
|
2442
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2443
2451
|
// Table2 aliases
|
|
2444
2452
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2453
|
+
// TableCellsMerge aliases
|
|
2454
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2445
2455
|
// TableCellsSplit aliases
|
|
2446
2456
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2447
2457
|
// TableColumnsSplit aliases
|
|
@@ -2452,10 +2462,10 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2452
2462
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2453
2463
|
// TableRowsSplit aliases
|
|
2454
2464
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2455
|
-
// TabletSmartphone aliases
|
|
2456
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2457
2465
|
// Table aliases
|
|
2458
2466
|
export { default as TableIcon } from '../icons/table';
|
|
2467
|
+
// TabletSmartphone aliases
|
|
2468
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2459
2469
|
// Tablet aliases
|
|
2460
2470
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2461
2471
|
// Tablets aliases
|
|
@@ -2464,8 +2474,6 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2464
2474
|
export { default as TagIcon } from '../icons/tag';
|
|
2465
2475
|
// Tags aliases
|
|
2466
2476
|
export { default as TagsIcon } from '../icons/tags';
|
|
2467
|
-
// Tally2 aliases
|
|
2468
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2469
2477
|
// Tally1 aliases
|
|
2470
2478
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2471
2479
|
// Tally3 aliases
|
|
@@ -2474,28 +2482,30 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2474
2482
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2475
2483
|
// Tally5 aliases
|
|
2476
2484
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2485
|
+
// Tally2 aliases
|
|
2486
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2477
2487
|
// Tangent aliases
|
|
2478
2488
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2479
2489
|
// Target aliases
|
|
2480
2490
|
export { default as TargetIcon } from '../icons/target';
|
|
2481
|
-
// TentTree aliases
|
|
2482
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2483
|
-
// Tent aliases
|
|
2484
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2485
2491
|
// Telescope aliases
|
|
2486
2492
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2493
|
+
// Tent aliases
|
|
2494
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2495
|
+
// TentTree aliases
|
|
2496
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2487
2497
|
// Terminal aliases
|
|
2488
2498
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2489
2499
|
// TestTube aliases
|
|
2490
2500
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2491
|
-
// TextCursorInput aliases
|
|
2492
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2493
2501
|
// TestTubes aliases
|
|
2494
2502
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2503
|
+
// TextCursorInput aliases
|
|
2504
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2497
2505
|
// TextCursor aliases
|
|
2498
2506
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2507
|
+
// TextQuote aliases
|
|
2508
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2499
2509
|
// TextSearch aliases
|
|
2500
2510
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2501
2511
|
// Text aliases
|
|
@@ -2506,10 +2516,10 @@ export { default as TheaterIcon } from '../icons/theater';
|
|
|
2506
2516
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2507
2517
|
// ThermometerSun aliases
|
|
2508
2518
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2509
|
-
// Thermometer aliases
|
|
2510
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2511
2519
|
// ThumbsDown aliases
|
|
2512
2520
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2521
|
+
// Thermometer aliases
|
|
2522
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2513
2523
|
// ThumbsUp aliases
|
|
2514
2524
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2515
2525
|
// TicketCheck aliases
|
|
@@ -2568,22 +2578,22 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2568
2578
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2569
2579
|
// Trash2 aliases
|
|
2570
2580
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2571
|
-
// TreeDeciduous aliases
|
|
2572
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2573
2581
|
// Trash aliases
|
|
2574
2582
|
export { default as TrashIcon } from '../icons/trash';
|
|
2575
|
-
//
|
|
2576
|
-
export { default as
|
|
2583
|
+
// TreeDeciduous aliases
|
|
2584
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2577
2585
|
// TreePine aliases
|
|
2578
2586
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2579
|
-
//
|
|
2580
|
-
export { default as
|
|
2587
|
+
// Trees aliases
|
|
2588
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2581
2589
|
// TrendingDown aliases
|
|
2582
2590
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2591
|
+
// Trello aliases
|
|
2592
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2585
2593
|
// TrendingUp aliases
|
|
2586
2594
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2595
|
+
// TrendingUpDown aliases
|
|
2596
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2587
2597
|
// TriangleDashed aliases
|
|
2588
2598
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2589
2599
|
// TriangleRight aliases
|
|
@@ -2592,22 +2602,22 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2592
2602
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2593
2603
|
// Trophy aliases
|
|
2594
2604
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2595
|
-
// TruckElectric aliases
|
|
2596
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2597
2605
|
// Truck aliases
|
|
2598
2606
|
export { default as TruckIcon } from '../icons/truck';
|
|
2599
2607
|
// Turtle aliases
|
|
2600
2608
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2609
|
+
// TruckElectric aliases
|
|
2610
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2601
2611
|
// TvMinimalPlay aliases
|
|
2602
2612
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2603
2613
|
// Tv aliases
|
|
2604
2614
|
export { default as TvIcon } from '../icons/tv';
|
|
2605
2615
|
// Twitch aliases
|
|
2606
2616
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2607
|
-
// TypeOutline aliases
|
|
2608
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2609
2617
|
// Twitter aliases
|
|
2610
2618
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2619
|
+
// TypeOutline aliases
|
|
2620
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2611
2621
|
// Type aliases
|
|
2612
2622
|
export { default as TypeIcon } from '../icons/type';
|
|
2613
2623
|
// UmbrellaOff aliases
|
|
@@ -2628,10 +2638,10 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2628
2638
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2629
2639
|
// Ungroup aliases
|
|
2630
2640
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2631
|
-
// Unlink2 aliases
|
|
2632
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2633
2641
|
// Unlink aliases
|
|
2634
2642
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2643
|
+
// Unlink2 aliases
|
|
2644
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2635
2645
|
// Unplug aliases
|
|
2636
2646
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2637
2647
|
// Upload aliases
|
|
@@ -2650,30 +2660,30 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2650
2660
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2651
2661
|
// UserPlus aliases
|
|
2652
2662
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2653
|
-
// UserRoundPen aliases
|
|
2654
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2655
2663
|
// UserRoundSearch aliases
|
|
2656
2664
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2657
2665
|
// UserSearch aliases
|
|
2658
2666
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2667
|
+
// UserRoundPen aliases
|
|
2668
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2659
2669
|
// UserX aliases
|
|
2660
2670
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2661
2671
|
// User aliases
|
|
2662
2672
|
export { default as UserIcon } from '../icons/user';
|
|
2663
|
-
// UtilityPole aliases
|
|
2664
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2665
2673
|
// Users aliases
|
|
2666
2674
|
export { default as UsersIcon } from '../icons/users';
|
|
2675
|
+
// UtilityPole aliases
|
|
2676
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2667
2677
|
// Variable aliases
|
|
2668
2678
|
export { default as VariableIcon } from '../icons/variable';
|
|
2669
2679
|
// Vault aliases
|
|
2670
2680
|
export { default as VaultIcon } from '../icons/vault';
|
|
2671
2681
|
// Vegan aliases
|
|
2672
2682
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2673
|
-
// VenetianMask aliases
|
|
2674
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2675
2683
|
// VenusAndMars aliases
|
|
2676
2684
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2685
|
+
// VenetianMask aliases
|
|
2686
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2677
2687
|
// Venus aliases
|
|
2678
2688
|
export { default as VenusIcon } from '../icons/venus';
|
|
2679
2689
|
// VibrateOff aliases
|
|
@@ -2682,20 +2692,20 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2682
2692
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2683
2693
|
// VideoOff aliases
|
|
2684
2694
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2685
|
-
// Videotape aliases
|
|
2686
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2687
2695
|
// Video aliases
|
|
2688
2696
|
export { default as VideoIcon } from '../icons/video';
|
|
2697
|
+
// Videotape aliases
|
|
2698
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2689
2699
|
// View aliases
|
|
2690
2700
|
export { default as ViewIcon } from '../icons/view';
|
|
2691
2701
|
// Voicemail aliases
|
|
2692
2702
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2703
|
+
// Volume1 aliases
|
|
2704
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2693
2705
|
// Volleyball aliases
|
|
2694
2706
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2695
2707
|
// Volume2 aliases
|
|
2696
2708
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2697
|
-
// Volume1 aliases
|
|
2698
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2699
2709
|
// VolumeOff aliases
|
|
2700
2710
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2701
2711
|
// VolumeX aliases
|
|
@@ -2708,22 +2718,22 @@ export { default as VoteIcon } from '../icons/vote';
|
|
|
2708
2718
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2709
2719
|
// Wallet aliases
|
|
2710
2720
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2711
|
-
// Wallpaper aliases
|
|
2712
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2713
2721
|
// Wand aliases
|
|
2714
2722
|
export { default as WandIcon } from '../icons/wand';
|
|
2723
|
+
// Wallpaper aliases
|
|
2724
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2715
2725
|
// Warehouse aliases
|
|
2716
2726
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2717
2727
|
// WashingMachine aliases
|
|
2718
2728
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2719
2729
|
// Watch aliases
|
|
2720
2730
|
export { default as WatchIcon } from '../icons/watch';
|
|
2721
|
-
// Waypoints aliases
|
|
2722
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2723
|
-
// Waves aliases
|
|
2724
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2725
2731
|
// WavesLadder aliases
|
|
2726
2732
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2733
|
+
// Waves aliases
|
|
2734
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2735
|
+
// Waypoints aliases
|
|
2736
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2727
2737
|
// Webcam aliases
|
|
2728
2738
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2729
2739
|
// WebhookOff aliases
|
|
@@ -2732,18 +2742,18 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2732
2742
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2733
2743
|
// Weight aliases
|
|
2734
2744
|
export { default as WeightIcon } from '../icons/weight';
|
|
2735
|
-
// Wheat aliases
|
|
2736
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2737
2745
|
// WheatOff aliases
|
|
2738
2746
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2747
|
+
// Wheat aliases
|
|
2748
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2739
2749
|
// WholeWord aliases
|
|
2740
2750
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2741
2751
|
// WifiHigh aliases
|
|
2742
2752
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2743
|
-
// WifiOff aliases
|
|
2744
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2745
2753
|
// WifiLow aliases
|
|
2746
2754
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2755
|
+
// WifiOff aliases
|
|
2756
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2747
2757
|
// WifiPen aliases
|
|
2748
2758
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2749
2759
|
// WifiZero aliases
|
|
@@ -2754,10 +2764,10 @@ export { default as WifiIcon } from '../icons/wifi';
|
|
|
2754
2764
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2755
2765
|
// Wind aliases
|
|
2756
2766
|
export { default as WindIcon } from '../icons/wind';
|
|
2757
|
-
// Wine aliases
|
|
2758
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2759
2767
|
// WineOff aliases
|
|
2760
2768
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2769
|
+
// Wine aliases
|
|
2770
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2761
2771
|
// Workflow aliases
|
|
2762
2772
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2763
2773
|
// Worm aliases
|
|
@@ -2782,10 +2792,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
2782
2792
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2783
2793
|
// ArrowDown10 aliases
|
|
2784
2794
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2785
|
-
// ArrowUp10 aliases
|
|
2786
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2787
2795
|
// ArrowUp01 aliases
|
|
2788
2796
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2797
|
+
// ArrowUp10 aliases
|
|
2798
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2789
2799
|
// AlarmClockCheck aliases
|
|
2790
2800
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2791
2801
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
@@ -2795,12 +2805,12 @@ export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
|
2795
2805
|
// AlarmClockPlus aliases
|
|
2796
2806
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2797
2807
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2798
|
-
// ArrowDownAZ aliases
|
|
2799
|
-
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2800
|
-
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2801
2808
|
// ArrowDownWideNarrow aliases
|
|
2802
2809
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2803
2810
|
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2811
|
+
// ArrowDownAZ aliases
|
|
2812
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2813
|
+
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2804
2814
|
// ArrowDownZA aliases
|
|
2805
2815
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2806
2816
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
@@ -2810,12 +2820,12 @@ export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
|
2810
2820
|
// ArrowUpNarrowWide aliases
|
|
2811
2821
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2812
2822
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2813
|
-
// Axis3d aliases
|
|
2814
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2815
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2816
2823
|
// ArrowUpZA aliases
|
|
2817
2824
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2818
2825
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2826
|
+
// Axis3d aliases
|
|
2827
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2828
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2819
2829
|
// BadgeCheck aliases
|
|
2820
2830
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2821
2831
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2825,15 +2835,15 @@ export {
|
|
|
2825
2835
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2826
2836
|
default as BetweenHorizonalEndIcon
|
|
2827
2837
|
} from '../icons/between-horizontal-end';
|
|
2828
|
-
// BookDashed aliases
|
|
2829
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2830
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2831
2838
|
// BetweenHorizontalStart aliases
|
|
2832
2839
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2833
2840
|
export {
|
|
2834
2841
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2835
2842
|
default as BetweenHorizonalStartIcon
|
|
2836
2843
|
} from '../icons/between-horizontal-start';
|
|
2844
|
+
// BookDashed aliases
|
|
2845
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2846
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2837
2847
|
// Braces aliases
|
|
2838
2848
|
export { default as BracesIcon } from '../icons/braces';
|
|
2839
2849
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
@@ -2852,12 +2862,6 @@ export {
|
|
|
2852
2862
|
/** @deprecated */
|
|
2853
2863
|
default as BarChartHorizontalBigIcon
|
|
2854
2864
|
} from '../icons/chart-bar-big';
|
|
2855
|
-
// ChartBar aliases
|
|
2856
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2857
|
-
export {
|
|
2858
|
-
/** @deprecated */
|
|
2859
|
-
default as BarChartHorizontalIcon
|
|
2860
|
-
} from '../icons/chart-bar';
|
|
2861
2865
|
// ChartCandlestick aliases
|
|
2862
2866
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2863
2867
|
export {
|
|
@@ -2870,6 +2874,12 @@ export {
|
|
|
2870
2874
|
/** @deprecated */
|
|
2871
2875
|
default as BarChartBigIcon
|
|
2872
2876
|
} from '../icons/chart-column-big';
|
|
2877
|
+
// ChartBar aliases
|
|
2878
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2879
|
+
export {
|
|
2880
|
+
/** @deprecated */
|
|
2881
|
+
default as BarChartHorizontalIcon
|
|
2882
|
+
} from '../icons/chart-bar';
|
|
2873
2883
|
// ChartColumnIncreasing aliases
|
|
2874
2884
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2875
2885
|
export {
|
|
@@ -2942,12 +2952,12 @@ export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out
|
|
|
2942
2952
|
// CircleArrowRight aliases
|
|
2943
2953
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2944
2954
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2945
|
-
// CircleCheckBig aliases
|
|
2946
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2947
|
-
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2948
2955
|
// CircleArrowUp aliases
|
|
2949
2956
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2950
2957
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2958
|
+
// CircleCheckBig aliases
|
|
2959
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2960
|
+
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2951
2961
|
// CircleCheck aliases
|
|
2952
2962
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2953
2963
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
@@ -2957,12 +2967,12 @@ export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
|
2957
2967
|
// CircleChevronLeft aliases
|
|
2958
2968
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2959
2969
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2960
|
-
// CircleChevronUp aliases
|
|
2961
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2962
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2963
2970
|
// CircleChevronRight aliases
|
|
2964
2971
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2965
2972
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2973
|
+
// CircleChevronUp aliases
|
|
2974
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2975
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2966
2976
|
// CircleDivide aliases
|
|
2967
2977
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2968
2978
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
@@ -2972,45 +2982,45 @@ export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
|
2972
2982
|
// CircleHelp aliases
|
|
2973
2983
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2974
2984
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2975
|
-
// CircleParkingOff aliases
|
|
2976
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2977
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2978
2985
|
// CircleMinus aliases
|
|
2979
2986
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2980
2987
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2981
2988
|
// CircleParking aliases
|
|
2982
2989
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2983
2990
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2984
|
-
// CirclePause aliases
|
|
2985
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2986
|
-
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2987
2991
|
// CirclePercent aliases
|
|
2988
2992
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2989
2993
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2990
|
-
//
|
|
2991
|
-
export { default as
|
|
2992
|
-
export { default as
|
|
2994
|
+
// CirclePause aliases
|
|
2995
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2996
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2997
|
+
// CircleParkingOff aliases
|
|
2998
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2999
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2993
3000
|
// CirclePlay aliases
|
|
2994
3001
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2995
3002
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2996
3003
|
// CirclePower aliases
|
|
2997
3004
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2998
3005
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3006
|
+
// CirclePlus aliases
|
|
3007
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3008
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2999
3009
|
// CircleStop aliases
|
|
3000
3010
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3001
3011
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3002
3012
|
// CircleSlash2 aliases
|
|
3003
3013
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3004
3014
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3005
|
-
// CircleUser aliases
|
|
3006
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3007
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3008
3015
|
// CircleUserRound aliases
|
|
3009
3016
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3010
3017
|
export {
|
|
3011
3018
|
/** @deprecated */
|
|
3012
3019
|
default as UserCircle2Icon
|
|
3013
3020
|
} from '../icons/circle-user-round';
|
|
3021
|
+
// CircleUser aliases
|
|
3022
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3023
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3014
3024
|
// CircleX aliases
|
|
3015
3025
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3016
3026
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
@@ -3023,18 +3033,22 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
3023
3033
|
// CloudDownload aliases
|
|
3024
3034
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3025
3035
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3036
|
+
// CloudUpload aliases
|
|
3037
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3038
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3026
3039
|
// CodeXml aliases
|
|
3027
3040
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3028
3041
|
export {
|
|
3029
3042
|
/** @deprecated */
|
|
3030
3043
|
default as Code2Icon
|
|
3031
3044
|
} from '../icons/code-xml';
|
|
3032
|
-
// CloudUpload aliases
|
|
3033
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3034
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3035
3045
|
// Columns2 aliases
|
|
3036
3046
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3037
3047
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3048
|
+
// Columns3Cog aliases
|
|
3049
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3050
|
+
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3051
|
+
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3038
3052
|
// Columns3 aliases
|
|
3039
3053
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3040
3054
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
@@ -3044,25 +3058,21 @@ export {
|
|
|
3044
3058
|
/** @deprecated */
|
|
3045
3059
|
default as Contact2Icon
|
|
3046
3060
|
} from '../icons/contact-round';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3049
|
-
export { default as
|
|
3050
|
-
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3061
|
+
// DiamondPercent aliases
|
|
3062
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3063
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3051
3064
|
// Earth aliases
|
|
3052
3065
|
export { default as EarthIcon } from '../icons/earth';
|
|
3053
3066
|
export {
|
|
3054
3067
|
/** @deprecated */
|
|
3055
3068
|
default as Globe2Icon
|
|
3056
3069
|
} from '../icons/earth';
|
|
3057
|
-
// DiamondPercent aliases
|
|
3058
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3059
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3060
|
-
// Ellipsis aliases
|
|
3061
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3062
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3063
3070
|
// EllipsisVertical aliases
|
|
3064
3071
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3065
3072
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3073
|
+
// Ellipsis aliases
|
|
3074
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3075
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3066
3076
|
// FileAxis3d aliases
|
|
3067
3077
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3068
3078
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3084,18 +3094,18 @@ export {
|
|
|
3084
3094
|
/** @deprecated */
|
|
3085
3095
|
default as FileLineChartIcon
|
|
3086
3096
|
} from '../icons/file-chart-line';
|
|
3087
|
-
// FileChartPie aliases
|
|
3088
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3089
|
-
export {
|
|
3090
|
-
/** @deprecated */
|
|
3091
|
-
default as FilePieChartIcon
|
|
3092
|
-
} from '../icons/file-chart-pie';
|
|
3093
3097
|
// FileCog aliases
|
|
3094
3098
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3095
3099
|
export {
|
|
3096
3100
|
/** @deprecated */
|
|
3097
3101
|
default as FileCog2Icon
|
|
3098
3102
|
} from '../icons/file-cog';
|
|
3103
|
+
// FileChartPie aliases
|
|
3104
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3105
|
+
export {
|
|
3106
|
+
/** @deprecated */
|
|
3107
|
+
default as FilePieChartIcon
|
|
3108
|
+
} from '../icons/file-chart-pie';
|
|
3099
3109
|
// FilePenLine aliases
|
|
3100
3110
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3101
3111
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
@@ -3117,37 +3127,37 @@ export {
|
|
|
3117
3127
|
/** @deprecated */
|
|
3118
3128
|
default as FilterXIcon
|
|
3119
3129
|
} from '../icons/funnel-x';
|
|
3120
|
-
// GitCommitHorizontal aliases
|
|
3121
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3122
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3123
3130
|
// Funnel aliases
|
|
3124
3131
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3125
3132
|
export {
|
|
3126
3133
|
/** @deprecated */
|
|
3127
3134
|
default as FilterIcon
|
|
3128
3135
|
} from '../icons/funnel';
|
|
3136
|
+
// GitCommitHorizontal aliases
|
|
3137
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3138
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3139
|
+
// Grid2x2Plus aliases
|
|
3140
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3141
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3129
3142
|
// Grid2x2Check aliases
|
|
3130
3143
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3131
3144
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3132
3145
|
// Grid2x2X aliases
|
|
3133
3146
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3134
3147
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3135
|
-
//
|
|
3136
|
-
export { default as
|
|
3137
|
-
export { default as
|
|
3148
|
+
// Grid2x2 aliases
|
|
3149
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3150
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3151
|
+
// HandHelping aliases
|
|
3152
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3153
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3138
3154
|
// Grid3x3 aliases
|
|
3139
3155
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3140
3156
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3141
3157
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3142
|
-
// HandHelping aliases
|
|
3143
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3144
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3145
3158
|
// House aliases
|
|
3146
3159
|
export { default as HouseIcon } from '../icons/house';
|
|
3147
3160
|
export { default as HomeIcon } from '../icons/house';
|
|
3148
|
-
// Grid2x2 aliases
|
|
3149
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3150
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3151
3161
|
// IceCreamBowl aliases
|
|
3152
3162
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3153
3163
|
export {
|
|
@@ -3157,69 +3167,69 @@ export {
|
|
|
3157
3167
|
// IceCreamCone aliases
|
|
3158
3168
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3159
3169
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3160
|
-
// IndentIncrease aliases
|
|
3161
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3162
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3163
3170
|
// IndentDecrease aliases
|
|
3164
3171
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3165
3172
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3166
|
-
// Layers aliases
|
|
3167
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3168
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3169
3173
|
// LaptopMinimal aliases
|
|
3170
3174
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3171
3175
|
export {
|
|
3172
3176
|
/** @deprecated */
|
|
3173
3177
|
default as Laptop2Icon
|
|
3174
3178
|
} from '../icons/laptop-minimal';
|
|
3179
|
+
// IndentIncrease aliases
|
|
3180
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3181
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3182
|
+
// Layers aliases
|
|
3183
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3184
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3175
3185
|
// LoaderCircle aliases
|
|
3176
3186
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3177
3187
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3178
3188
|
// LockKeyholeOpen aliases
|
|
3179
3189
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3180
3190
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3181
|
-
// LockOpen aliases
|
|
3182
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3183
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3184
|
-
// Move3d aliases
|
|
3185
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3186
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3187
3191
|
// MicVocal aliases
|
|
3188
3192
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3189
3193
|
export {
|
|
3190
3194
|
/** @deprecated */
|
|
3191
3195
|
default as Mic2Icon
|
|
3192
3196
|
} from '../icons/mic-vocal';
|
|
3197
|
+
// LockOpen aliases
|
|
3198
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3199
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3200
|
+
// Move3d aliases
|
|
3201
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3202
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3193
3203
|
// OctagonAlert aliases
|
|
3194
3204
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3195
3205
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3196
|
-
// OctagonPause aliases
|
|
3197
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3198
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3199
3206
|
// OctagonX aliases
|
|
3200
3207
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3201
3208
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3202
3209
|
// PaintbrushVertical aliases
|
|
3203
3210
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3204
3211
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3212
|
+
// OctagonPause aliases
|
|
3213
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3214
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3215
|
+
// PanelLeftClose aliases
|
|
3216
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3217
|
+
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3205
3218
|
// PanelBottomDashed aliases
|
|
3206
3219
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3207
3220
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3208
3221
|
// PanelLeftDashed aliases
|
|
3209
3222
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3210
3223
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3211
|
-
//
|
|
3212
|
-
export { default as
|
|
3213
|
-
export { default as
|
|
3224
|
+
// PanelLeft aliases
|
|
3225
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3226
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3214
3227
|
// PanelLeftOpen aliases
|
|
3215
3228
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3216
3229
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3217
3230
|
// PanelRightDashed aliases
|
|
3218
3231
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3219
3232
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3220
|
-
// PanelLeft aliases
|
|
3221
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3222
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3223
3233
|
// PanelTopDashed aliases
|
|
3224
3234
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3225
3235
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
@@ -3244,12 +3254,12 @@ export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
|
3244
3254
|
// RectangleEllipsis aliases
|
|
3245
3255
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3246
3256
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3247
|
-
// Rows2 aliases
|
|
3248
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3249
|
-
export { default as RowsIcon } from '../icons/rows-2';
|
|
3250
3257
|
// Rotate3d aliases
|
|
3251
3258
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3252
3259
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3260
|
+
// Rows2 aliases
|
|
3261
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3262
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3253
3263
|
// Rows3 aliases
|
|
3254
3264
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3255
3265
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
@@ -3274,24 +3284,21 @@ export { default as StarsIcon } from '../icons/sparkles';
|
|
|
3274
3284
|
// SquareActivity aliases
|
|
3275
3285
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3276
3286
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3277
|
-
// SquareArrowDown aliases
|
|
3278
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3279
|
-
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3280
3287
|
// SquareArrowDownLeft aliases
|
|
3281
3288
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3282
3289
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3283
3290
|
// SquareArrowDownRight aliases
|
|
3284
3291
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3285
3292
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3293
|
+
// SquareArrowDown aliases
|
|
3294
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3295
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3286
3296
|
// SquareArrowLeft aliases
|
|
3287
3297
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3288
3298
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3289
3299
|
// SquareArrowOutDownLeft aliases
|
|
3290
3300
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3291
3301
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3292
|
-
// SquareArrowOutDownRight aliases
|
|
3293
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3294
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3295
3302
|
// SquareArrowOutUpLeft aliases
|
|
3296
3303
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3297
3304
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
@@ -3301,15 +3308,18 @@ export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out
|
|
|
3301
3308
|
// SquareArrowRight aliases
|
|
3302
3309
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3303
3310
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3311
|
+
// SquareArrowOutDownRight aliases
|
|
3312
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3313
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3304
3314
|
// SquareArrowUpLeft aliases
|
|
3305
3315
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3306
3316
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3307
|
-
// SquareArrowUp aliases
|
|
3308
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3309
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3310
3317
|
// SquareArrowUpRight aliases
|
|
3311
3318
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3312
3319
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3320
|
+
// SquareArrowUp aliases
|
|
3321
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3322
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3313
3323
|
// SquareAsterisk aliases
|
|
3314
3324
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3315
3325
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
@@ -3326,24 +3336,24 @@ export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
|
3326
3336
|
// SquareCheck aliases
|
|
3327
3337
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3328
3338
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3329
|
-
// SquareChevronDown aliases
|
|
3330
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3331
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3332
3339
|
// SquareChevronLeft aliases
|
|
3333
3340
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3334
3341
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3342
|
+
// SquareChevronDown aliases
|
|
3343
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3344
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3335
3345
|
// SquareChevronRight aliases
|
|
3336
3346
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3337
3347
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3338
3348
|
// SquareChevronUp aliases
|
|
3339
3349
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3340
3350
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3341
|
-
// SquareDashedKanban aliases
|
|
3342
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3343
|
-
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3344
3351
|
// SquareCode aliases
|
|
3345
3352
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3346
3353
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3354
|
+
// SquareDashedKanban aliases
|
|
3355
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3356
|
+
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3347
3357
|
// SquareDashedMousePointer aliases
|
|
3348
3358
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3349
3359
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
@@ -3353,30 +3363,30 @@ export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
|
3353
3363
|
// SquareDivide aliases
|
|
3354
3364
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3355
3365
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3356
|
-
// SquareDot aliases
|
|
3357
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3358
|
-
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3359
3366
|
// SquareEqual aliases
|
|
3360
3367
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3361
3368
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3362
|
-
//
|
|
3363
|
-
export { default as
|
|
3364
|
-
export { default as
|
|
3369
|
+
// SquareDot aliases
|
|
3370
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3371
|
+
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3365
3372
|
// SquareKanban aliases
|
|
3366
3373
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3367
3374
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3375
|
+
// SquareFunction aliases
|
|
3376
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3377
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3368
3378
|
// SquareLibrary aliases
|
|
3369
3379
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3370
3380
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3371
3381
|
// SquareM aliases
|
|
3372
3382
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3373
3383
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3374
|
-
// SquareMenu aliases
|
|
3375
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3376
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3377
3384
|
// SquareMinus aliases
|
|
3378
3385
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3379
3386
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3387
|
+
// SquareMenu aliases
|
|
3388
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3389
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3380
3390
|
// SquareMousePointer aliases
|
|
3381
3391
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3382
3392
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
@@ -3403,21 +3413,21 @@ export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
|
3403
3413
|
// SquarePlay aliases
|
|
3404
3414
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3405
3415
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3406
|
-
// SquarePlus aliases
|
|
3407
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3408
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3409
3416
|
// SquarePower aliases
|
|
3410
3417
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3411
3418
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3412
|
-
//
|
|
3413
|
-
export { default as
|
|
3414
|
-
export { default as
|
|
3419
|
+
// SquarePlus aliases
|
|
3420
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3421
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3415
3422
|
// SquareSigma aliases
|
|
3416
3423
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3417
3424
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3418
3425
|
// SquareSlash aliases
|
|
3419
3426
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3420
3427
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3428
|
+
// SquareScissors aliases
|
|
3429
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3430
|
+
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3421
3431
|
// SquareSplitHorizontal aliases
|
|
3422
3432
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3423
3433
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
@@ -3454,18 +3464,18 @@ export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
|
3454
3464
|
// TriangleAlert aliases
|
|
3455
3465
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3456
3466
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3457
|
-
// University aliases
|
|
3458
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated */
|
|
3461
|
-
default as School2Icon
|
|
3462
|
-
} from '../icons/university';
|
|
3463
3467
|
// TvMinimal aliases
|
|
3464
3468
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3465
3469
|
export {
|
|
3466
3470
|
/** @deprecated */
|
|
3467
3471
|
default as Tv2Icon
|
|
3468
3472
|
} from '../icons/tv-minimal';
|
|
3473
|
+
// University aliases
|
|
3474
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3475
|
+
export {
|
|
3476
|
+
/** @deprecated */
|
|
3477
|
+
default as School2Icon
|
|
3478
|
+
} from '../icons/university';
|
|
3469
3479
|
// UserRoundCheck aliases
|
|
3470
3480
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3471
3481
|
export {
|
|
@@ -3496,34 +3506,34 @@ export {
|
|
|
3496
3506
|
/** @deprecated */
|
|
3497
3507
|
default as UserX2Icon
|
|
3498
3508
|
} from '../icons/user-round-x';
|
|
3499
|
-
// UserRound aliases
|
|
3500
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @deprecated */
|
|
3503
|
-
default as User2Icon
|
|
3504
|
-
} from '../icons/user-round';
|
|
3505
3509
|
// UsersRound aliases
|
|
3506
3510
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3507
3511
|
export {
|
|
3508
3512
|
/** @deprecated */
|
|
3509
3513
|
default as Users2Icon
|
|
3510
3514
|
} from '../icons/users-round';
|
|
3515
|
+
// UserRound aliases
|
|
3516
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3517
|
+
export {
|
|
3518
|
+
/** @deprecated */
|
|
3519
|
+
default as User2Icon
|
|
3520
|
+
} from '../icons/user-round';
|
|
3511
3521
|
// UtensilsCrossed aliases
|
|
3512
3522
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3513
3523
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3514
3524
|
// Utensils aliases
|
|
3515
3525
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3516
3526
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3517
|
-
// WandSparkles aliases
|
|
3518
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3519
|
-
export {
|
|
3520
|
-
/** @deprecated */
|
|
3521
|
-
default as Wand2Icon
|
|
3522
|
-
} from '../icons/wand-sparkles';
|
|
3523
3527
|
// WalletMinimal aliases
|
|
3524
3528
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3525
3529
|
export {
|
|
3526
3530
|
/** @deprecated */
|
|
3527
3531
|
default as Wallet2Icon
|
|
3528
3532
|
} from '../icons/wallet-minimal';
|
|
3533
|
+
// WandSparkles aliases
|
|
3534
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3535
|
+
export {
|
|
3536
|
+
/** @deprecated */
|
|
3537
|
+
default as Wand2Icon
|
|
3538
|
+
} from '../icons/wand-sparkles';
|
|
3529
3539
|
|