@lucide/astro 0.559.0 → 0.561.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +126 -126
- package/src/aliases/prefixed.ts +718 -714
- package/src/aliases/suffixed.ts +981 -977
- package/src/icons/cannabis-off.ts +18 -0
- package/src/icons/index.ts +133 -131
- package/src/icons/stone.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
3
|
// Accessibility aliases
|
|
8
4
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
9
7
|
// Activity aliases
|
|
10
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
9
|
// AirVent aliases
|
|
12
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AlarmClock aliases
|
|
14
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmSmoke aliases
|
|
18
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// AlarmClock aliases
|
|
20
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
21
|
// AlignCenterHorizontal aliases
|
|
26
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
+
// AlignCenterVertical aliases
|
|
24
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignEndHorizontal aliases
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignEndVertical aliases
|
|
@@ -38,38 +36,38 @@ export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-hori
|
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
39
|
// AlignHorizontalJustifyStart aliases
|
|
44
40
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
47
|
-
// AlignVerticalDistributeCenter aliases
|
|
48
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
41
|
+
// AlignHorizontalSpaceAround aliases
|
|
42
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
43
|
// AlignHorizontalSpaceBetween aliases
|
|
50
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
+
// AlignStartHorizontal aliases
|
|
46
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignStartVertical aliases
|
|
48
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeEnd aliases
|
|
52
50
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
51
|
+
// AlignVerticalDistributeCenter aliases
|
|
52
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
53
|
// AlignVerticalDistributeStart aliases
|
|
54
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
-
// AlignStartHorizontal aliases
|
|
56
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignVerticalJustifyCenter aliases
|
|
58
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyStart aliases
|
|
60
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
55
|
// AlignVerticalJustifyEnd aliases
|
|
62
56
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
//
|
|
64
|
-
export { default as
|
|
57
|
+
// AlignVerticalJustifyStart aliases
|
|
58
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
59
|
// AlignVerticalSpaceAround aliases
|
|
66
60
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
61
|
+
// AlignVerticalJustifyCenter aliases
|
|
62
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
63
|
// AlignVerticalSpaceBetween aliases
|
|
68
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
|
-
//
|
|
70
|
-
export { default as
|
|
65
|
+
// Ambulance aliases
|
|
66
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
67
|
// Ampersands aliases
|
|
72
68
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Anchor aliases
|
|
@@ -88,52 +86,52 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
// Apple aliases
|
|
92
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
93
89
|
// ArchiveRestore aliases
|
|
94
90
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
99
93
|
// ArchiveX aliases
|
|
100
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
|
+
// Armchair aliases
|
|
98
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigDown aliases
|
|
104
102
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigLeft aliases
|
|
108
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
105
|
// ArrowBigRightDash aliases
|
|
110
106
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
113
109
|
// ArrowBigUpDash aliases
|
|
114
110
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
111
|
// ArrowBigUp aliases
|
|
116
112
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownLeft aliases
|
|
118
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
-
// ArrowDownNarrowWide aliases
|
|
120
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
113
|
// ArrowDownFromLine aliases
|
|
122
114
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
+
// ArrowBigRight aliases
|
|
116
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
|
+
// ArrowDownNarrowWide aliases
|
|
118
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
119
|
+
// ArrowDownLeft aliases
|
|
120
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
121
|
// ArrowDownRight aliases
|
|
124
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
123
|
// ArrowDownToLine aliases
|
|
126
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
125
|
// ArrowDownToDot aliases
|
|
128
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
+
// ArrowLeftRight aliases
|
|
128
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
133
|
// ArrowLeftFromLine aliases
|
|
134
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
-
// ArrowLeftRight aliases
|
|
136
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
@@ -142,10 +140,10 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightToLine aliases
|
|
144
142
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
143
|
// ArrowRightLeft aliases
|
|
148
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
+
// ArrowRight aliases
|
|
146
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
@@ -156,46 +154,46 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
156
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
155
|
// ArrowUpRight aliases
|
|
158
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
+
// ArrowUpWideNarrow aliases
|
|
158
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowsUpFromLine aliases
|
|
160
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
159
161
|
// ArrowUpToLine aliases
|
|
160
162
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
-
//
|
|
164
|
-
export { default as
|
|
165
|
-
// ArrowUpWideNarrow aliases
|
|
166
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
|
+
// AtSign aliases
|
|
166
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
169
|
// Atom aliases
|
|
170
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
+
// AudioWaveform aliases
|
|
172
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
171
173
|
// AudioLines aliases
|
|
172
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
|
-
// AtSign aliases
|
|
174
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
|
-
// Axe aliases
|
|
176
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
177
|
// Baby aliases
|
|
182
178
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// Backpack aliases
|
|
184
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
179
|
// BadgeAlert aliases
|
|
186
180
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
181
|
+
// Backpack aliases
|
|
182
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
183
|
// BadgeCent aliases
|
|
188
184
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
185
|
// BadgeDollarSign aliases
|
|
190
186
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
|
+
// Axe aliases
|
|
188
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
189
|
// BadgeEuro aliases
|
|
192
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
+
// BadgeJapaneseYen aliases
|
|
192
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
193
193
|
// BadgeIndianRupee aliases
|
|
194
194
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
|
-
// BadgeJapaneseYen aliases
|
|
198
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
197
|
// BadgeMinus aliases
|
|
200
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
199
|
// BadgePoundSterling aliases
|
|
@@ -220,44 +218,44 @@ export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
|
220
218
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
219
|
// Banana aliases
|
|
222
220
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// Ban aliases
|
|
224
|
-
export { default as BanIcon } from '../icons/ban';
|
|
225
221
|
// Bandage aliases
|
|
226
222
|
export { default as BandageIcon } from '../icons/bandage';
|
|
227
|
-
//
|
|
228
|
-
export { default as
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
229
225
|
// BanknoteArrowUp aliases
|
|
230
226
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
|
+
// BanknoteArrowDown aliases
|
|
228
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
231
|
// Banknote aliases
|
|
234
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
-
// Barcode aliases
|
|
236
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
// Baseline aliases
|
|
238
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
233
|
// Barrel aliases
|
|
240
234
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
235
|
+
// Barcode aliases
|
|
236
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
237
|
// Bath aliases
|
|
244
238
|
export { default as BathIcon } from '../icons/bath';
|
|
239
|
+
// Baseline aliases
|
|
240
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
241
|
// BatteryFull aliases
|
|
246
242
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
243
|
+
// BatteryCharging aliases
|
|
244
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
245
|
// BatteryLow aliases
|
|
248
246
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
+
// BatteryWarning aliases
|
|
248
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
251
|
// BatteryMedium aliases
|
|
252
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
|
-
// BatteryWarning aliases
|
|
254
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
253
|
// Battery aliases
|
|
256
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
-
// Bean aliases
|
|
258
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
259
255
|
// Beaker aliases
|
|
260
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
+
// Bean aliases
|
|
258
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
261
259
|
// BeanOff aliases
|
|
262
260
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
261
|
// BedDouble aliases
|
|
@@ -278,76 +276,78 @@ export { default as BellDotIcon } from '../icons/bell-dot';
|
|
|
278
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
277
|
// BellMinus aliases
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
+
// ALargeSmall aliases
|
|
280
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
281
281
|
// BellOff aliases
|
|
282
282
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
286
286
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
|
-
// Bell aliases
|
|
288
|
-
export { default as BellIcon } from '../icons/bell';
|
|
289
287
|
// BetweenVerticalEnd aliases
|
|
290
288
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BicepsFlexed aliases
|
|
292
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
289
|
// BetweenVerticalStart aliases
|
|
294
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
-
//
|
|
296
|
-
export { default as
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
293
|
+
// BicepsFlexed aliases
|
|
294
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
295
|
// Binary aliases
|
|
298
296
|
export { default as BinaryIcon } from '../icons/binary';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
303
|
// Bird aliases
|
|
304
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
305
|
-
// Birdhouse aliases
|
|
306
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
307
|
// Blend aliases
|
|
310
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
309
|
+
// Birdhouse aliases
|
|
310
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
313
311
|
// Blocks aliases
|
|
314
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
313
|
+
// Blinds aliases
|
|
314
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
315
|
// BluetoothConnected aliases
|
|
318
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
323
|
// Bold aliases
|
|
324
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
325
|
// Bolt aliases
|
|
326
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
+
// Bone aliases
|
|
328
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
327
329
|
// Bomb aliases
|
|
328
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
331
|
// BookA aliases
|
|
330
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
|
-
// Bone aliases
|
|
332
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
333
|
// BookAlert aliases
|
|
336
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// BookAudio aliases
|
|
336
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
337
|
// BookCheck aliases
|
|
340
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
339
|
// BookDown aliases
|
|
342
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookImage aliases
|
|
346
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
349
|
// BookKey aliases
|
|
348
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
-
// BookHeart aliases
|
|
350
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
@@ -356,42 +356,42 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
+
// BookOpenText aliases
|
|
360
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
361
|
// BookOpen aliases
|
|
360
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
363
|
// BookSearch aliases
|
|
362
364
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
363
|
-
// BookOpenText aliases
|
|
364
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
365
|
// BookPlus aliases
|
|
366
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
// BookText aliases
|
|
368
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
-
// BookUp aliases
|
|
370
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
367
|
// BookUp2 aliases
|
|
372
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
369
|
// BookType aliases
|
|
374
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookText aliases
|
|
372
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
// BookmarkCheck aliases
|
|
380
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
-
// BookmarkMinus aliases
|
|
382
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
379
|
// Book aliases
|
|
384
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
+
// BookmarkCheck aliases
|
|
382
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
383
|
// BookmarkPlus aliases
|
|
386
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BookmarkX aliases
|
|
388
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
//
|
|
390
|
-
export { default as
|
|
387
|
+
// BookmarkMinus aliases
|
|
388
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
391
|
// BotMessageSquare aliases
|
|
394
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
@@ -412,46 +412,46 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
414
414
|
export { default as BrainIcon } from '../icons/brain';
|
|
415
|
-
// BrickWallFire aliases
|
|
416
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
415
|
// BrickWallShield aliases
|
|
418
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BrickWall aliases
|
|
420
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
417
|
// BriefcaseBusiness aliases
|
|
422
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
419
|
+
// BrickWallFire aliases
|
|
420
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BriefcaseConveyorBelt aliases
|
|
426
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
429
427
|
// BringToFront aliases
|
|
430
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
|
+
// Briefcase aliases
|
|
430
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Bubbles aliases
|
|
434
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
435
|
// Brush aliases
|
|
438
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
437
|
+
// BugOff aliases
|
|
438
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// Bug aliases
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building aliases
|
|
444
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
445
443
|
// BusFront aliases
|
|
446
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
445
|
// Building2 aliases
|
|
448
446
|
export { default as Building2Icon } from '../icons/building-2';
|
|
449
|
-
//
|
|
450
|
-
export { default as
|
|
447
|
+
// Building aliases
|
|
448
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
451
449
|
// Bus aliases
|
|
452
450
|
export { default as BusIcon } from '../icons/bus';
|
|
453
451
|
// Cable aliases
|
|
454
452
|
export { default as CableIcon } from '../icons/cable';
|
|
453
|
+
// CableCar aliases
|
|
454
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
@@ -462,60 +462,62 @@ export { default as CalculatorIcon } from '../icons/calculator';
|
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
|
-
// CalendarArrowUp aliases
|
|
466
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
465
|
// CalendarCheck2 aliases
|
|
468
466
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
467
|
// CalendarCheck aliases
|
|
470
468
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
|
+
// CalendarArrowUp aliases
|
|
470
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
471
|
+
// CalendarClock aliases
|
|
472
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
473
|
// CalendarCog aliases
|
|
472
474
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
475
|
// CalendarDays aliases
|
|
474
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
-
// CalendarClock aliases
|
|
476
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
|
-
// CalendarFold aliases
|
|
478
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
477
|
// CalendarHeart aliases
|
|
480
478
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarPlus2 aliases
|
|
486
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
+
// CalendarPlus aliases
|
|
488
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
489
|
// CalendarOff aliases
|
|
488
490
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
491
|
// CalendarRange aliases
|
|
490
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
|
-
// CalendarPlus aliases
|
|
492
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
// CalendarSync aliases
|
|
496
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarSync aliases
|
|
498
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
+
// Calendars aliases
|
|
504
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
505
|
// CameraOff aliases
|
|
504
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
+
// Camera aliases
|
|
508
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
505
509
|
// CandyCane aliases
|
|
506
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
|
-
// Calendars aliases
|
|
508
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
509
|
-
// Camera aliases
|
|
510
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
+
// Candy aliases
|
|
514
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
+
// CannabisOff aliases
|
|
516
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
513
517
|
// Cannabis aliases
|
|
514
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
519
|
// CaptionsOff aliases
|
|
516
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
|
-
// Candy aliases
|
|
518
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
519
521
|
// CarFront aliases
|
|
520
522
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
523
|
// CarTaxiFront aliases
|
|
@@ -536,36 +538,36 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
536
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
539
|
// CassetteTape aliases
|
|
538
540
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
-
// Cast aliases
|
|
540
|
-
export { default as CastIcon } from '../icons/cast';
|
|
541
541
|
// Castle aliases
|
|
542
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
543
|
+
// Cast aliases
|
|
544
|
+
export { default as CastIcon } from '../icons/cast';
|
|
545
545
|
// Cat aliases
|
|
546
546
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
547
|
+
// Cctv aliases
|
|
548
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
551
|
// ChartBarStacked aliases
|
|
552
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
-
//
|
|
554
|
-
export { default as
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
+
// ChartColumnStacked aliases
|
|
558
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
557
559
|
// ChartGantt aliases
|
|
558
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
+
// ChartNoAxesCombined aliases
|
|
562
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
563
|
// ChartNetwork aliases
|
|
560
564
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
565
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
566
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
-
// CheckCheck aliases
|
|
564
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
-
// ChartNoAxesCombined aliases
|
|
566
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// ChartSpline aliases
|
|
568
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
+
// CheckCheck aliases
|
|
570
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
571
|
// CheckLine aliases
|
|
570
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
573
|
// Check aliases
|
|
@@ -576,88 +578,88 @@ export { default as CherryIcon } from '../icons/cherry';
|
|
|
576
578
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
579
|
// ChessBishop aliases
|
|
578
580
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
-
// ChessKing aliases
|
|
580
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
581
|
// ChessKnight aliases
|
|
582
582
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
583
|
+
// ChessKing aliases
|
|
584
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
587
|
+
// ChessQueen aliases
|
|
588
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
589
|
// ChevronDown aliases
|
|
590
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
591
|
+
// ChessRook aliases
|
|
592
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
593
|
// ChevronFirst aliases
|
|
592
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
593
|
-
// ChevronLast aliases
|
|
594
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
595
595
|
// ChevronLeft aliases
|
|
596
596
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
597
597
|
// ChevronRight aliases
|
|
598
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
599
|
// ChevronUp aliases
|
|
600
600
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
+
// ChevronLast aliases
|
|
602
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
601
603
|
// ChevronsDownUp aliases
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
605
|
// ChevronsDown aliases
|
|
604
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
605
607
|
// ChevronsLeftRight aliases
|
|
606
608
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
607
|
-
// ChevronsLeft aliases
|
|
608
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
609
|
// ChevronsLeftRightEllipsis aliases
|
|
610
610
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
|
+
// ChevronsLeft aliases
|
|
612
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
613
|
// ChevronsRightLeft aliases
|
|
612
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
615
|
// ChevronsRight aliases
|
|
614
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
|
-
// Church aliases
|
|
618
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
619
617
|
// ChevronsUp aliases
|
|
620
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
621
621
|
// CigaretteOff aliases
|
|
622
622
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
623
623
|
// Cigarette aliases
|
|
624
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
625
625
|
// CircleDashed aliases
|
|
626
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
627
|
+
// Church aliases
|
|
628
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
627
629
|
// CircleDollarSign aliases
|
|
628
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
|
-
// CircleDotDashed aliases
|
|
630
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
631
|
// CircleDot aliases
|
|
632
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
633
|
+
// CircleDotDashed aliases
|
|
634
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
635
|
// CircleEqual aliases
|
|
634
636
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
635
|
-
// CircleEllipsis aliases
|
|
636
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleFadingArrowUp aliases
|
|
638
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
|
+
// CircleEllipsis aliases
|
|
640
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
639
641
|
// CircleFadingPlus aliases
|
|
640
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
641
643
|
// CircleOff aliases
|
|
642
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
643
645
|
// CirclePile aliases
|
|
644
646
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
|
-
// CircleSlash aliases
|
|
646
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
|
+
// CircleSlash aliases
|
|
650
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
651
|
// CircleSmall aliases
|
|
650
652
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
653
|
// CircleStar aliases
|
|
652
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
653
655
|
// Circle aliases
|
|
654
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
+
// CircuitBoard aliases
|
|
658
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
655
659
|
// Citrus aliases
|
|
656
660
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
657
661
|
// Clapperboard aliases
|
|
658
662
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
659
|
-
// CircuitBoard aliases
|
|
660
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
663
|
// ClipboardCheck aliases
|
|
662
664
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
665
|
// ClipboardCopy aliases
|
|
@@ -676,120 +678,120 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
676
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
679
|
// ClipboardX aliases
|
|
678
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
|
-
// Clock10 aliases
|
|
680
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
|
+
// Clock10 aliases
|
|
686
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
687
|
// Clock11 aliases
|
|
686
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
689
|
// Clock12 aliases
|
|
688
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
691
|
// Clock2 aliases
|
|
690
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock5 aliases
|
|
694
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
691
695
|
// Clock3 aliases
|
|
692
696
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
697
|
// Clock4 aliases
|
|
694
698
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
|
-
// Clock5 aliases
|
|
696
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
697
699
|
// Clock7 aliases
|
|
698
700
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
699
701
|
// Clock6 aliases
|
|
700
702
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
|
-
// Clock8 aliases
|
|
702
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
703
703
|
// Clock9 aliases
|
|
704
704
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
705
|
+
// Clock8 aliases
|
|
706
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
707
707
|
// ClockArrowDown aliases
|
|
708
708
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
|
-
//
|
|
710
|
-
export { default as
|
|
709
|
+
// ClockAlert aliases
|
|
710
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
711
711
|
// ClockCheck aliases
|
|
712
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
713
|
// ClockFading aliases
|
|
714
714
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
715
|
+
// ClockArrowUp aliases
|
|
716
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
717
717
|
// ClockPlus aliases
|
|
718
718
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
|
+
// Clock aliases
|
|
720
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
719
721
|
// ClosedCaption aliases
|
|
720
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
723
|
// CloudAlert aliases
|
|
722
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
723
|
-
// CloudBackup aliases
|
|
724
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
725
725
|
// CloudCheck aliases
|
|
726
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
|
+
// CloudBackup aliases
|
|
728
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
729
|
// CloudCog aliases
|
|
728
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
731
|
// CloudDrizzle aliases
|
|
730
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
731
|
-
// CloudHail aliases
|
|
732
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
733
733
|
// CloudFog aliases
|
|
734
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
|
+
// CloudHail aliases
|
|
736
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
737
|
// CloudLightning aliases
|
|
736
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
739
|
// CloudMoonRain aliases
|
|
738
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
|
-
// CloudOff aliases
|
|
740
|
-
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
741
741
|
// CloudMoon aliases
|
|
742
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
743
|
// CloudRainWind aliases
|
|
744
744
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
745
|
+
// CloudOff aliases
|
|
746
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
747
|
// CloudRain aliases
|
|
746
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
747
|
-
// CloudSnow aliases
|
|
748
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
749
749
|
// CloudSunRain aliases
|
|
750
750
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
751
|
+
// CloudSnow aliases
|
|
752
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
753
|
// CloudSun aliases
|
|
752
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
|
-
//
|
|
754
|
-
export { default as
|
|
755
|
+
// Cloudy aliases
|
|
756
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
755
757
|
// Cloud aliases
|
|
756
758
|
export { default as CloudIcon } from '../icons/cloud';
|
|
759
|
+
// CloudSync aliases
|
|
760
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
761
|
// Clover aliases
|
|
758
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
759
|
-
// Cloudy aliases
|
|
760
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
763
|
// Club aliases
|
|
762
764
|
export { default as ClubIcon } from '../icons/club';
|
|
763
765
|
// Code aliases
|
|
764
766
|
export { default as CodeIcon } from '../icons/code';
|
|
765
767
|
// Codepen aliases
|
|
766
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
767
|
-
// Codesandbox aliases
|
|
768
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
769
769
|
// Coffee aliases
|
|
770
770
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
|
+
// Codesandbox aliases
|
|
772
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
773
|
// Cog aliases
|
|
772
774
|
export { default as CogIcon } from '../icons/cog';
|
|
773
775
|
// Coins aliases
|
|
774
776
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
777
|
// Combine aliases
|
|
776
778
|
export { default as CombineIcon } from '../icons/combine';
|
|
777
|
-
// Command aliases
|
|
778
|
-
export { default as CommandIcon } from '../icons/command';
|
|
779
779
|
// Columns4 aliases
|
|
780
780
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
|
+
// Command aliases
|
|
782
|
+
export { default as CommandIcon } from '../icons/command';
|
|
781
783
|
// Compass aliases
|
|
782
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
783
785
|
// Component aliases
|
|
784
786
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
-
// Computer aliases
|
|
786
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
787
787
|
// ConciergeBell aliases
|
|
788
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
+
// Construction aliases
|
|
794
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
793
795
|
// Contact aliases
|
|
794
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
797
|
// Container aliases
|
|
@@ -798,10 +800,10 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
798
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
801
|
// Cookie aliases
|
|
800
802
|
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
-
// CookingPot aliases
|
|
802
|
-
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
803
|
// CopyCheck aliases
|
|
804
804
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
+
// CookingPot aliases
|
|
806
|
+
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
805
807
|
// CopyMinus aliases
|
|
806
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
807
809
|
// CopyPlus aliases
|
|
@@ -822,10 +824,10 @@ export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
|
822
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
825
|
// CornerLeftDown aliases
|
|
824
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
|
-
// CornerLeftUp aliases
|
|
826
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
827
|
// CornerRightDown aliases
|
|
828
828
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
|
+
// CornerLeftUp aliases
|
|
830
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
831
|
// CornerRightUp aliases
|
|
830
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
831
833
|
// CornerUpLeft aliases
|
|
@@ -834,26 +836,26 @@ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
|
834
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
837
|
// Cpu aliases
|
|
836
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
837
|
-
// CreativeCommons aliases
|
|
838
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
839
|
// CreditCard aliases
|
|
840
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
+
// CreativeCommons aliases
|
|
842
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
843
|
// Croissant aliases
|
|
842
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
845
|
// Crop aliases
|
|
844
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
+
// Crown aliases
|
|
848
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
845
849
|
// Cross aliases
|
|
846
850
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
851
|
// Crosshair aliases
|
|
848
852
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
853
|
+
// Currency aliases
|
|
854
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
849
855
|
// Cuboid aliases
|
|
850
856
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
851
857
|
// CupSoda aliases
|
|
852
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
853
|
-
// Crown aliases
|
|
854
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
855
|
-
// Currency aliases
|
|
856
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
859
|
// Cylinder aliases
|
|
858
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
861
|
// Dam aliases
|
|
@@ -862,14 +864,14 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
862
864
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
865
|
// Database aliases
|
|
864
866
|
export { default as DatabaseIcon } from '../icons/database';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
867
|
+
// DecimalsArrowLeft aliases
|
|
868
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
867
869
|
// DecimalsArrowRight aliases
|
|
868
870
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
871
|
+
// DatabaseZap aliases
|
|
872
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
873
|
// Delete aliases
|
|
870
874
|
export { default as DeleteIcon } from '../icons/delete';
|
|
871
|
-
// DecimalsArrowLeft aliases
|
|
872
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
875
|
// Dessert aliases
|
|
874
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
875
877
|
// Diameter aliases
|
|
@@ -890,10 +892,10 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
890
892
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
891
893
|
// Dice5 aliases
|
|
892
894
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
893
|
-
// Dice6 aliases
|
|
894
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
895
895
|
// Dices aliases
|
|
896
896
|
export { default as DicesIcon } from '../icons/dices';
|
|
897
|
+
// Dice6 aliases
|
|
898
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
899
|
// Diff aliases
|
|
898
900
|
export { default as DiffIcon } from '../icons/diff';
|
|
899
901
|
// Disc2 aliases
|
|
@@ -902,86 +904,86 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
902
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
903
905
|
// DiscAlbum aliases
|
|
904
906
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
|
-
// Disc aliases
|
|
906
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
907
907
|
// Divide aliases
|
|
908
908
|
export { default as DivideIcon } from '../icons/divide';
|
|
909
909
|
// DnaOff aliases
|
|
910
910
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
911
913
|
// Dna aliases
|
|
912
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
915
|
// Dock aliases
|
|
914
916
|
export { default as DockIcon } from '../icons/dock';
|
|
915
917
|
// Dog aliases
|
|
916
918
|
export { default as DogIcon } from '../icons/dog';
|
|
917
|
-
// Donut aliases
|
|
918
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
919
919
|
// DollarSign aliases
|
|
920
920
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
921
|
// DoorClosedLocked aliases
|
|
922
922
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
|
-
//
|
|
924
|
-
export { default as
|
|
923
|
+
// Donut aliases
|
|
924
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
925
925
|
// DoorOpen aliases
|
|
926
926
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
929
|
// Dot aliases
|
|
928
930
|
export { default as DotIcon } from '../icons/dot';
|
|
929
|
-
// DraftingCompass aliases
|
|
930
|
-
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
931
931
|
// Download aliases
|
|
932
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// DraftingCompass aliases
|
|
934
|
+
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
933
935
|
// Drama aliases
|
|
934
936
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
937
|
// Dribbble aliases
|
|
936
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
937
|
-
// DropletOff aliases
|
|
938
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
939
|
// Drone aliases
|
|
942
940
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
941
|
+
// Drill aliases
|
|
942
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
+
// DropletOff aliases
|
|
944
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
945
|
// Droplet aliases
|
|
946
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
+
// Droplets aliases
|
|
948
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
947
949
|
// Drum aliases
|
|
948
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
+
// Drumstick aliases
|
|
952
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
949
953
|
// Dumbbell aliases
|
|
950
954
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
951
955
|
// EarOff aliases
|
|
952
956
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
953
|
-
// Drumstick aliases
|
|
954
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
-
// Ear aliases
|
|
956
|
-
export { default as EarIcon } from '../icons/ear';
|
|
957
957
|
// EarthLock aliases
|
|
958
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
959
|
+
// Ear aliases
|
|
960
|
+
export { default as EarIcon } from '../icons/ear';
|
|
959
961
|
// Eclipse aliases
|
|
960
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
961
963
|
// EggFried aliases
|
|
962
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
965
|
// EggOff aliases
|
|
964
966
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
|
-
// EqualApproximately aliases
|
|
966
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
967
967
|
// Egg aliases
|
|
968
968
|
export { default as EggIcon } from '../icons/egg';
|
|
969
|
+
// EqualApproximately aliases
|
|
970
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
969
971
|
// EqualNot aliases
|
|
970
972
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
|
+
// EthernetPort aliases
|
|
974
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
975
|
+
// Euro aliases
|
|
976
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
971
977
|
// Equal aliases
|
|
972
978
|
export { default as EqualIcon } from '../icons/equal';
|
|
973
979
|
// Eraser aliases
|
|
974
980
|
export { default as EraserIcon } from '../icons/eraser';
|
|
975
|
-
// Euro aliases
|
|
976
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
977
|
-
// EthernetPort aliases
|
|
978
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
981
|
// EvCharger aliases
|
|
980
982
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
|
-
// Expand aliases
|
|
982
|
-
export { default as ExpandIcon } from '../icons/expand';
|
|
983
983
|
// EyeClosed aliases
|
|
984
984
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
985
|
+
// Expand aliases
|
|
986
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
985
987
|
// ExternalLink aliases
|
|
986
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
989
|
// EyeOff aliases
|
|
@@ -996,22 +998,22 @@ export { default as FactoryIcon } from '../icons/factory';
|
|
|
996
998
|
export { default as FanIcon } from '../icons/fan';
|
|
997
999
|
// FastForward aliases
|
|
998
1000
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
999
|
-
// Feather aliases
|
|
1000
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1001
1001
|
// Fence aliases
|
|
1002
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1003
|
+
// Feather aliases
|
|
1004
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
1005
|
// FerrisWheel aliases
|
|
1004
1006
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1007
|
// Figma aliases
|
|
1006
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1007
1009
|
// FileArchive aliases
|
|
1008
1010
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
|
-
// FileBox aliases
|
|
1010
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
1011
|
// FileCheck aliases
|
|
1012
1012
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
1013
|
// FileClock aliases
|
|
1014
1014
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
|
+
// FileBox aliases
|
|
1016
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
1017
|
// FileCode aliases
|
|
1016
1018
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
1019
|
// FileDiff aliases
|
|
@@ -1030,12 +1032,12 @@ export { default as FileInputIcon } from '../icons/file-input';
|
|
|
1030
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1033
|
// FileMusic aliases
|
|
1032
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
|
+
// FileOutput aliases
|
|
1036
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
1037
|
// FilePlus aliases
|
|
1034
1038
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1039
|
// FileScan aliases
|
|
1036
1040
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1037
|
-
// FileOutput aliases
|
|
1038
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1041
|
// FileSearch aliases
|
|
1040
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
1043
|
// FileSliders aliases
|
|
@@ -1046,12 +1048,12 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1046
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
1049
|
// FileSymlink aliases
|
|
1048
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
-
// FileType aliases
|
|
1050
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1051
1051
|
// FileTerminal aliases
|
|
1052
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1053
1053
|
// FileText aliases
|
|
1054
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
|
+
// FileType aliases
|
|
1056
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
1057
|
// FileUp aliases
|
|
1056
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1059
|
// FileUser aliases
|
|
@@ -1074,66 +1076,66 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1074
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1077
|
// Fish aliases
|
|
1076
1078
|
export { default as FishIcon } from '../icons/fish';
|
|
1077
|
-
// FishingHook aliases
|
|
1078
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1079
|
// FlagOff aliases
|
|
1080
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1083
|
-
// Flag aliases
|
|
1084
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1081
|
+
// FishingHook aliases
|
|
1082
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1085
1083
|
// FlagTriangleLeft aliases
|
|
1086
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1085
|
+
// FlagTriangleRight aliases
|
|
1086
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1087
|
+
// FlameKindling aliases
|
|
1088
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1087
1089
|
// Flame aliases
|
|
1088
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1089
1093
|
// FlashlightOff aliases
|
|
1090
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1091
1095
|
// Flashlight aliases
|
|
1092
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
1097
|
// FlaskConicalOff aliases
|
|
1094
1098
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
|
-
// FlameKindling aliases
|
|
1096
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1097
1099
|
// FlaskRound aliases
|
|
1098
1100
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1099
1101
|
// FlaskConical aliases
|
|
1100
1102
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
|
-
// FlipHorizontal2 aliases
|
|
1102
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1103
|
// FlipHorizontal aliases
|
|
1104
1104
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
1105
|
// FlipVertical2 aliases
|
|
1106
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
|
+
// FlipHorizontal2 aliases
|
|
1108
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
1109
|
// FlipVertical aliases
|
|
1108
1110
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1109
|
-
// Flower aliases
|
|
1110
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
|
-
// Focus aliases
|
|
1112
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1113
1111
|
// Flower2 aliases
|
|
1114
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
|
-
//
|
|
1116
|
-
export { default as
|
|
1113
|
+
// Flower aliases
|
|
1114
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1115
|
// FoldVertical aliases
|
|
1118
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
|
+
// FoldHorizontal aliases
|
|
1118
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1119
|
// FolderArchive aliases
|
|
1120
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
|
+
// Focus aliases
|
|
1122
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1121
1123
|
// FolderCheck aliases
|
|
1122
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1123
1125
|
// FolderClock aliases
|
|
1124
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1127
|
// FolderClosed aliases
|
|
1126
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
|
-
// FolderDot aliases
|
|
1128
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1129
1129
|
// FolderCode aliases
|
|
1130
1130
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
+
// FolderDot aliases
|
|
1132
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
1133
|
// FolderDown aliases
|
|
1132
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
-
// FolderGit aliases
|
|
1134
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1135
1135
|
// FolderGit2 aliases
|
|
1136
1136
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
|
+
// FolderGit aliases
|
|
1138
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1139
|
// FolderHeart aliases
|
|
1138
1140
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
1141
|
// FolderInput aliases
|
|
@@ -1154,10 +1156,10 @@ export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
|
1154
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
1157
|
// FolderPlus aliases
|
|
1156
1158
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
|
-
// FolderSearch2 aliases
|
|
1158
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
1159
|
// FolderRoot aliases
|
|
1160
1160
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
|
+
// FolderSearch2 aliases
|
|
1162
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1161
1163
|
// FolderSearch aliases
|
|
1162
1164
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1163
1165
|
// FolderSymlink aliases
|
|
@@ -1174,98 +1176,98 @@ export { default as FolderXIcon } from '../icons/folder-x';
|
|
|
1174
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1175
1177
|
// Folders aliases
|
|
1176
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
|
+
// Footprints aliases
|
|
1180
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1177
1181
|
// Forklift aliases
|
|
1178
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
1183
|
// Form aliases
|
|
1180
1184
|
export { default as FormIcon } from '../icons/form';
|
|
1181
|
-
// Footprints aliases
|
|
1182
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
1185
|
// Forward aliases
|
|
1184
1186
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1185
1187
|
// Frame aliases
|
|
1186
1188
|
export { default as FrameIcon } from '../icons/frame';
|
|
1187
|
-
// Framer aliases
|
|
1188
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1189
1189
|
// Frown aliases
|
|
1190
1190
|
export { default as FrownIcon } from '../icons/frown';
|
|
1191
|
-
//
|
|
1192
|
-
export { default as
|
|
1191
|
+
// Framer aliases
|
|
1192
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1193
1193
|
// Fuel aliases
|
|
1194
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
1195
|
// FunnelPlus aliases
|
|
1196
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
|
+
// Fullscreen aliases
|
|
1198
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1197
1199
|
// GalleryHorizontalEnd aliases
|
|
1198
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
1201
|
// GalleryHorizontal aliases
|
|
1200
1202
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
|
-
// GalleryThumbnails aliases
|
|
1202
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1203
1203
|
// GalleryVerticalEnd aliases
|
|
1204
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1205
|
+
// GalleryThumbnails aliases
|
|
1206
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1205
1207
|
// GalleryVertical aliases
|
|
1206
1208
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1207
1209
|
// Gamepad2 aliases
|
|
1208
1210
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1209
1211
|
// Gamepad aliases
|
|
1210
1212
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
|
-
// GamepadDirectional aliases
|
|
1212
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1213
1213
|
// Gauge aliases
|
|
1214
1214
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1215
|
-
//
|
|
1216
|
-
export { default as
|
|
1215
|
+
// GamepadDirectional aliases
|
|
1216
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1217
1217
|
// Gavel aliases
|
|
1218
1218
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
|
+
// Gem aliases
|
|
1220
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1219
1221
|
// Ghost aliases
|
|
1220
1222
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1221
|
-
// GeorgianLari aliases
|
|
1222
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1223
1223
|
// Gift aliases
|
|
1224
1224
|
export { default as GiftIcon } from '../icons/gift';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1227
|
// GitBranchMinus aliases
|
|
1226
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1227
1229
|
// GitBranchPlus aliases
|
|
1228
1230
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
|
-
// GitBranch aliases
|
|
1230
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1231
1231
|
// GitCommitVertical aliases
|
|
1232
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1233
|
+
// GitBranch aliases
|
|
1234
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1235
|
+
// GitCompare aliases
|
|
1236
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1233
1237
|
// GitCompareArrows aliases
|
|
1234
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1235
1239
|
// GitFork aliases
|
|
1236
1240
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
1241
|
// GitGraph aliases
|
|
1238
1242
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
|
-
// GitCompare aliases
|
|
1240
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1243
|
// GitMerge aliases
|
|
1242
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1243
1245
|
// GitPullRequestArrow aliases
|
|
1244
1246
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
1247
|
// GitPullRequestCreateArrow aliases
|
|
1246
1248
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
|
-
// GitPullRequestClosed aliases
|
|
1248
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
1249
|
// GitPullRequestCreate aliases
|
|
1250
1250
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1251
|
-
// GitPullRequest aliases
|
|
1252
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
1251
|
// GitPullRequestDraft aliases
|
|
1254
1252
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
|
+
// GitPullRequestClosed aliases
|
|
1254
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
|
+
// GitPullRequest aliases
|
|
1256
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1255
1257
|
// Github aliases
|
|
1256
1258
|
export { default as GithubIcon } from '../icons/github';
|
|
1257
1259
|
// Gitlab aliases
|
|
1258
1260
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1259
1261
|
// GlassWater aliases
|
|
1260
1262
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1261
|
-
// GlobeLock aliases
|
|
1262
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
1263
|
// Glasses aliases
|
|
1264
1264
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
|
-
//
|
|
1266
|
-
export { default as
|
|
1265
|
+
// GlobeLock aliases
|
|
1266
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1267
|
// Globe aliases
|
|
1268
1268
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1269
|
+
// Goal aliases
|
|
1270
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1269
1271
|
// Gpu aliases
|
|
1270
1272
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
1273
|
// GraduationCap aliases
|
|
@@ -1278,24 +1280,24 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1278
1280
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1279
1281
|
// GripVertical aliases
|
|
1280
1282
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1281
|
-
// Grip aliases
|
|
1282
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1283
1283
|
// Group aliases
|
|
1284
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1285
|
+
// Grip aliases
|
|
1286
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1287
|
+
// Guitar aliases
|
|
1288
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1285
1289
|
// Ham aliases
|
|
1286
1290
|
export { default as HamIcon } from '../icons/ham';
|
|
1287
1291
|
// Hamburger aliases
|
|
1288
1292
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
|
-
// Guitar aliases
|
|
1290
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
1293
|
// Hammer aliases
|
|
1292
1294
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1295
|
+
// HandCoins aliases
|
|
1296
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
1297
|
// HandFist aliases
|
|
1294
1298
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
1299
|
// HandHeart aliases
|
|
1296
1300
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1297
|
-
// HandCoins aliases
|
|
1298
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
1301
|
// HandMetal aliases
|
|
1300
1302
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1301
1303
|
// HandPlatter aliases
|
|
@@ -1310,14 +1312,14 @@ export { default as HandshakeIcon } from '../icons/handshake';
|
|
|
1310
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1313
|
// HardDriveUpload aliases
|
|
1312
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
|
-
// HardHat aliases
|
|
1314
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1315
|
// HardDrive aliases
|
|
1316
1316
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
|
-
//
|
|
1318
|
-
export { default as
|
|
1317
|
+
// HardHat aliases
|
|
1318
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1319
|
// Hash aliases
|
|
1320
1320
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
|
+
// HatGlasses aliases
|
|
1322
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1321
1323
|
// Haze aliases
|
|
1322
1324
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
1325
|
// Hd aliases
|
|
@@ -1326,10 +1328,10 @@ export { default as HdIcon } from '../icons/hd';
|
|
|
1326
1328
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
1329
|
// Heading1 aliases
|
|
1328
1330
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1329
|
-
// Heading3 aliases
|
|
1330
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1331
1331
|
// Heading2 aliases
|
|
1332
1332
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1333
|
+
// Heading3 aliases
|
|
1334
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1333
1335
|
// Heading4 aliases
|
|
1334
1336
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1335
1337
|
// Heading5 aliases
|
|
@@ -1344,18 +1346,18 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
|
1344
1346
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1347
|
// Headset aliases
|
|
1346
1348
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1347
|
-
// HeartMinus aliases
|
|
1348
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
1349
|
// HeartCrack aliases
|
|
1350
1350
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
1351
|
// HeartHandshake aliases
|
|
1352
1352
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1353
|
+
// HeartMinus aliases
|
|
1354
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
1355
|
// HeartOff aliases
|
|
1354
1356
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
|
-
// Heart aliases
|
|
1356
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1357
|
// HeartPlus aliases
|
|
1358
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1359
|
+
// Heart aliases
|
|
1360
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1359
1361
|
// HeartPulse aliases
|
|
1360
1362
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
1363
|
// Heater aliases
|
|
@@ -1380,10 +1382,10 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1380
1382
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1381
1383
|
// HouseHeart aliases
|
|
1382
1384
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1383
|
-
// HousePlus aliases
|
|
1384
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1385
|
// HousePlug aliases
|
|
1386
1386
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1387
|
+
// HousePlus aliases
|
|
1388
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1387
1389
|
// HouseWifi aliases
|
|
1388
1390
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
1391
|
// IdCardLanyard aliases
|
|
@@ -1398,10 +1400,10 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1398
1400
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
1401
|
// ImagePlay aliases
|
|
1400
1402
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
|
-
// ImagePlus aliases
|
|
1402
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
1403
|
// ImageUp aliases
|
|
1404
1404
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1405
|
+
// ImagePlus aliases
|
|
1406
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1405
1407
|
// ImageUpscale aliases
|
|
1406
1408
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1407
1409
|
// Image aliases
|
|
@@ -1410,14 +1412,14 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1410
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1411
1413
|
// Inbox aliases
|
|
1412
1414
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
|
-
// IndianRupee aliases
|
|
1414
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
1415
|
// Import aliases
|
|
1416
1416
|
export { default as ImportIcon } from '../icons/import';
|
|
1417
|
-
//
|
|
1418
|
-
export { default as
|
|
1417
|
+
// IndianRupee aliases
|
|
1418
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
1419
|
// Info aliases
|
|
1420
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1421
|
+
// Infinity aliases
|
|
1422
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1421
1423
|
// InspectionPanel aliases
|
|
1422
1424
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1423
1425
|
// Instagram aliases
|
|
@@ -1428,52 +1430,52 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1428
1430
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1431
|
// IterationCw aliases
|
|
1430
1432
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1433
|
+
// Kanban aliases
|
|
1434
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1435
|
// JapaneseYen aliases
|
|
1432
1436
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1433
1437
|
// Joystick aliases
|
|
1434
1438
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1435
|
-
// Kanban aliases
|
|
1436
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
1439
|
// Kayak aliases
|
|
1438
1440
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1439
|
-
// KeySquare aliases
|
|
1440
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
1441
|
// KeyRound aliases
|
|
1442
1442
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1443
|
+
// KeySquare aliases
|
|
1444
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1443
1445
|
// Key aliases
|
|
1444
1446
|
export { default as KeyIcon } from '../icons/key';
|
|
1445
1447
|
// KeyboardMusic aliases
|
|
1446
1448
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1447
|
-
// LampCeiling aliases
|
|
1448
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
1449
|
// KeyboardOff aliases
|
|
1450
1450
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1451
1451
|
// Keyboard aliases
|
|
1452
1452
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1453
|
+
// LampCeiling aliases
|
|
1454
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1455
1455
|
// LampFloor aliases
|
|
1456
1456
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
|
+
// LampDesk aliases
|
|
1458
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1457
1459
|
// LampWallDown aliases
|
|
1458
1460
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1459
1461
|
// LampWallUp aliases
|
|
1460
1462
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1461
|
-
// LandPlot aliases
|
|
1462
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1463
1463
|
// Lamp aliases
|
|
1464
1464
|
export { default as LampIcon } from '../icons/lamp';
|
|
1465
|
+
// LandPlot aliases
|
|
1466
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1467
|
+
// Landmark aliases
|
|
1468
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1465
1469
|
// Languages aliases
|
|
1466
1470
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1471
|
// LaptopMinimalCheck aliases
|
|
1468
1472
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
|
-
// Landmark aliases
|
|
1470
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1471
|
-
// Lasso aliases
|
|
1472
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
1473
|
// Laptop aliases
|
|
1474
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1475
1475
|
// LassoSelect aliases
|
|
1476
1476
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1477
|
+
// Lasso aliases
|
|
1478
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1477
1479
|
// Laugh aliases
|
|
1478
1480
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1479
1481
|
// Layers2 aliases
|
|
@@ -1484,32 +1486,32 @@ export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
|
1484
1486
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1485
1487
|
// LayoutGrid aliases
|
|
1486
1488
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1487
|
-
// LayoutPanelTop aliases
|
|
1488
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1489
|
// LayoutList aliases
|
|
1490
1490
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
1491
|
// LayoutPanelLeft aliases
|
|
1492
1492
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1493
|
+
// LayoutPanelTop aliases
|
|
1494
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1493
1495
|
// LayoutTemplate aliases
|
|
1494
1496
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1495
|
-
//
|
|
1496
|
-
export { default as
|
|
1497
|
-
// LibraryBig aliases
|
|
1498
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1497
|
+
// Leaf aliases
|
|
1498
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
1499
|
// Lectern aliases
|
|
1500
1500
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1501
|
+
// LeafyGreen aliases
|
|
1502
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1501
1503
|
// Library aliases
|
|
1502
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1505
|
+
// LibraryBig aliases
|
|
1506
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
1507
|
// LifeBuoy aliases
|
|
1506
1508
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
|
+
// Ligature aliases
|
|
1510
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1511
|
// LightbulbOff aliases
|
|
1508
1512
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
1513
|
// Lightbulb aliases
|
|
1510
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
-
// Ligature aliases
|
|
1512
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1513
1515
|
// LineSquiggle aliases
|
|
1514
1516
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
1517
|
// Link2Off aliases
|
|
@@ -1522,10 +1524,10 @@ export { default as LinkedinIcon } from '../icons/linkedin';
|
|
|
1522
1524
|
export { default as LinkIcon } from '../icons/link';
|
|
1523
1525
|
// ListCheck aliases
|
|
1524
1526
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
-
// ListChevronsDownUp aliases
|
|
1526
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1527
1527
|
// ListChecks aliases
|
|
1528
1528
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
+
// ListChevronsDownUp aliases
|
|
1530
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1529
1531
|
// ListChevronsUpDown aliases
|
|
1530
1532
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1531
1533
|
// ListCollapse aliases
|
|
@@ -1540,10 +1542,10 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1540
1542
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1541
1543
|
// ListMusic aliases
|
|
1542
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1543
|
-
// ListPlus aliases
|
|
1544
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
1545
|
// ListOrdered aliases
|
|
1546
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
|
+
// ListPlus aliases
|
|
1548
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1547
1549
|
// ListRestart aliases
|
|
1548
1550
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1549
1551
|
// ListStart aliases
|
|
@@ -1558,20 +1560,20 @@ export { default as ListVideoIcon } from '../icons/list-video';
|
|
|
1558
1560
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
1561
|
// List aliases
|
|
1560
1562
|
export { default as ListIcon } from '../icons/list';
|
|
1563
|
+
// LoaderPinwheel aliases
|
|
1564
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1561
1565
|
// Loader aliases
|
|
1562
1566
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1563
1567
|
// LocateFixed aliases
|
|
1564
1568
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1565
|
-
// LoaderPinwheel aliases
|
|
1566
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
1569
|
// LocateOff aliases
|
|
1568
1570
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1569
1571
|
// Locate aliases
|
|
1570
1572
|
export { default as LocateIcon } from '../icons/locate';
|
|
1571
|
-
// Lock aliases
|
|
1572
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1573
1573
|
// LockKeyhole aliases
|
|
1574
1574
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
|
+
// Lock aliases
|
|
1576
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1575
1577
|
// LogIn aliases
|
|
1576
1578
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1577
1579
|
// LogOut aliases
|
|
@@ -1580,64 +1582,64 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1580
1582
|
export { default as LogsIcon } from '../icons/logs';
|
|
1581
1583
|
// Lollipop aliases
|
|
1582
1584
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1583
|
-
// MailCheck aliases
|
|
1584
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1585
|
-
// Magnet aliases
|
|
1586
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1585
|
// Luggage aliases
|
|
1588
1586
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
-
//
|
|
1590
|
-
export { default as
|
|
1587
|
+
// Magnet aliases
|
|
1588
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
|
+
// MailCheck aliases
|
|
1590
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1591
|
// MailMinus aliases
|
|
1592
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
-
//
|
|
1594
|
-
export { default as
|
|
1593
|
+
// MailOpen aliases
|
|
1594
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1595
1595
|
// MailSearch aliases
|
|
1596
1596
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1597
|
+
// MailPlus aliases
|
|
1598
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1599
|
+
// MailWarning aliases
|
|
1600
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1597
1601
|
// MailX aliases
|
|
1598
1602
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1599
1603
|
// Mail aliases
|
|
1600
1604
|
export { default as MailIcon } from '../icons/mail';
|
|
1601
1605
|
// Mailbox aliases
|
|
1602
1606
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
|
-
// MailWarning aliases
|
|
1604
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
|
-
// MapMinus aliases
|
|
1606
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1607
|
// Mails aliases
|
|
1608
1608
|
export { default as MailsIcon } from '../icons/mails';
|
|
1609
|
+
// MapMinus aliases
|
|
1610
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1609
1611
|
// MapPinCheckInside aliases
|
|
1610
1612
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
1613
|
// MapPinCheck aliases
|
|
1612
1614
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1613
|
-
// MapPinMinusInside aliases
|
|
1614
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1615
1615
|
// MapPinHouse aliases
|
|
1616
1616
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
|
+
// MapPinMinusInside aliases
|
|
1618
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
|
+
// MapPinMinus aliases
|
|
1620
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1617
1621
|
// MapPinOff aliases
|
|
1618
1622
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1619
1623
|
// MapPinPlusInside aliases
|
|
1620
1624
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1621
|
-
// MapPinMinus aliases
|
|
1622
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
|
-
// MapPinXInside aliases
|
|
1624
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
1625
|
// MapPinPlus aliases
|
|
1626
1626
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1627
|
-
// MapPin aliases
|
|
1628
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
1627
|
// MapPinX aliases
|
|
1630
1628
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1629
|
+
// MapPinXInside aliases
|
|
1630
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
|
+
// MapPin aliases
|
|
1632
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1631
1633
|
// MapPinned aliases
|
|
1632
1634
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1633
|
-
// MapPlus aliases
|
|
1634
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1635
1635
|
// Map aliases
|
|
1636
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1637
|
+
// MapPlus aliases
|
|
1638
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1639
1639
|
// Mars aliases
|
|
1640
1640
|
export { default as MarsIcon } from '../icons/mars';
|
|
1641
|
+
// MarsStroke aliases
|
|
1642
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1641
1643
|
// Martini aliases
|
|
1642
1644
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
1645
|
// Maximize2 aliases
|
|
@@ -1646,10 +1648,10 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1646
1648
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1647
1649
|
// Medal aliases
|
|
1648
1650
|
export { default as MedalIcon } from '../icons/medal';
|
|
1649
|
-
// Megaphone aliases
|
|
1650
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1651
|
// MegaphoneOff aliases
|
|
1652
1652
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1653
|
+
// Megaphone aliases
|
|
1654
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1653
1655
|
// Meh aliases
|
|
1654
1656
|
export { default as MehIcon } from '../icons/meh';
|
|
1655
1657
|
// MemoryStick aliases
|
|
@@ -1662,12 +1664,12 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1662
1664
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1663
1665
|
// MessageCircleDashed aliases
|
|
1664
1666
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1665
|
-
// MessageCircleHeart aliases
|
|
1666
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1667
1667
|
// MessageCircleMore aliases
|
|
1668
1668
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1669
1669
|
// MessageCircleOff aliases
|
|
1670
1670
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1671
|
+
// MessageCircleHeart aliases
|
|
1672
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1671
1673
|
// MessageCirclePlus aliases
|
|
1672
1674
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1673
1675
|
// MessageCircleReply aliases
|
|
@@ -1680,52 +1682,52 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1680
1682
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1681
1683
|
// MessageSquareCode aliases
|
|
1682
1684
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1685
|
+
// MessageSquareDashed aliases
|
|
1686
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1683
1687
|
// MessageSquareDiff aliases
|
|
1684
1688
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1685
1689
|
// MessageSquareDot aliases
|
|
1686
1690
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1687
|
-
// MessageSquareDashed aliases
|
|
1688
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1689
1691
|
// MessageSquareHeart aliases
|
|
1690
1692
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1691
|
-
// MessageSquareMore aliases
|
|
1692
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1693
1693
|
// MessageSquareLock aliases
|
|
1694
1694
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1695
|
+
// MessageSquareMore aliases
|
|
1696
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1695
1697
|
// MessageSquareOff aliases
|
|
1696
1698
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1697
1699
|
// MessageSquarePlus aliases
|
|
1698
1700
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1699
1701
|
// MessageSquareQuote aliases
|
|
1700
1702
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1701
|
-
// MessageSquareReply aliases
|
|
1702
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1703
1703
|
// MessageSquareShare aliases
|
|
1704
1704
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1705
|
-
//
|
|
1706
|
-
export { default as
|
|
1707
|
-
// MessageSquareX aliases
|
|
1708
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1709
|
-
// MessageSquare aliases
|
|
1710
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1705
|
+
// MessageSquareReply aliases
|
|
1706
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1711
1707
|
// MessageSquareWarning aliases
|
|
1712
1708
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
|
+
// MessageSquareX aliases
|
|
1710
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1711
|
+
// MessageSquareText aliases
|
|
1712
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
1713
|
// MessagesSquare aliases
|
|
1714
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1715
|
+
// MessageSquare aliases
|
|
1716
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1717
1717
|
// MicOff aliases
|
|
1718
1718
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1719
|
+
// Mic aliases
|
|
1720
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1719
1721
|
// Microchip aliases
|
|
1720
1722
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1721
1723
|
// Microscope aliases
|
|
1722
1724
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1723
1725
|
// Microwave aliases
|
|
1724
1726
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1725
|
-
// Milestone aliases
|
|
1726
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
1727
|
// MilkOff aliases
|
|
1728
1728
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1729
|
+
// Milestone aliases
|
|
1730
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1729
1731
|
// Milk aliases
|
|
1730
1732
|
export { default as MilkIcon } from '../icons/milk';
|
|
1731
1733
|
// Minimize2 aliases
|
|
@@ -1742,10 +1744,10 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1742
1744
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1743
1745
|
// MonitorDot aliases
|
|
1744
1746
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1745
|
-
// MonitorDown aliases
|
|
1746
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1747
1747
|
// MonitorOff aliases
|
|
1748
1748
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1749
|
+
// MonitorDown aliases
|
|
1750
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1749
1751
|
// MonitorPause aliases
|
|
1750
1752
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1751
1753
|
// MonitorPlay aliases
|
|
@@ -1762,12 +1764,12 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1762
1764
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1763
1765
|
// Monitor aliases
|
|
1764
1766
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1767
|
+
// MoonStar aliases
|
|
1768
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1765
1769
|
// Moon aliases
|
|
1766
1770
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
1771
|
// Motorbike aliases
|
|
1768
1772
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1769
|
-
// MoonStar aliases
|
|
1770
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1771
1773
|
// MountainSnow aliases
|
|
1772
1774
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1773
1775
|
// Mountain aliases
|
|
@@ -1776,36 +1778,36 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1776
1778
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1777
1779
|
// MousePointer2Off aliases
|
|
1778
1780
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1779
|
-
// MousePointerClick aliases
|
|
1780
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1781
1781
|
// MousePointer2 aliases
|
|
1782
1782
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1783
1783
|
// MousePointerBan aliases
|
|
1784
1784
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1785
|
+
// MousePointerClick aliases
|
|
1786
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1785
1787
|
// MousePointer aliases
|
|
1786
1788
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1787
1789
|
// Mouse aliases
|
|
1788
1790
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1789
|
-
// MoveDiagonal2 aliases
|
|
1790
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1791
1791
|
// MoveDiagonal aliases
|
|
1792
1792
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1793
|
-
//
|
|
1794
|
-
export { default as
|
|
1793
|
+
// MoveDiagonal2 aliases
|
|
1794
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1795
1795
|
// MoveDownLeft aliases
|
|
1796
1796
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1797
1797
|
// MoveDown aliases
|
|
1798
1798
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1799
|
+
// MoveDownRight aliases
|
|
1800
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1799
1801
|
// MoveHorizontal aliases
|
|
1800
1802
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1801
1803
|
// MoveRight aliases
|
|
1802
1804
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1803
1805
|
// MoveLeft aliases
|
|
1804
1806
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1805
|
-
// MoveUpLeft aliases
|
|
1806
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1807
1807
|
// MoveUpRight aliases
|
|
1808
1808
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1809
|
+
// MoveUpLeft aliases
|
|
1810
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1809
1811
|
// MoveUp aliases
|
|
1810
1812
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1811
1813
|
// MoveVertical aliases
|
|
@@ -1814,24 +1816,24 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1814
1816
|
export { default as MoveIcon } from '../icons/move';
|
|
1815
1817
|
// Music2 aliases
|
|
1816
1818
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1819
|
+
// Music4 aliases
|
|
1820
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1817
1821
|
// Music3 aliases
|
|
1818
1822
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1819
1823
|
// Music aliases
|
|
1820
1824
|
export { default as MusicIcon } from '../icons/music';
|
|
1821
1825
|
// Navigation2Off aliases
|
|
1822
1826
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1823
|
-
// Music4 aliases
|
|
1824
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1825
1827
|
// Navigation2 aliases
|
|
1826
1828
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1827
1829
|
// NavigationOff aliases
|
|
1828
1830
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1829
1831
|
// Navigation aliases
|
|
1830
1832
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1831
|
-
// Newspaper aliases
|
|
1832
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1833
1833
|
// Network aliases
|
|
1834
1834
|
export { default as NetworkIcon } from '../icons/network';
|
|
1835
|
+
// Newspaper aliases
|
|
1836
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1835
1837
|
// Nfc aliases
|
|
1836
1838
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1837
1839
|
// NonBinary aliases
|
|
@@ -1840,60 +1842,60 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1840
1842
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1841
1843
|
// NotebookTabs aliases
|
|
1842
1844
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1843
|
-
// Notebook aliases
|
|
1844
|
-
export { default as NotebookIcon } from '../icons/notebook';
|
|
1845
1845
|
// NotebookText aliases
|
|
1846
1846
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1847
1847
|
// NotepadTextDashed aliases
|
|
1848
1848
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1849
|
+
// Notebook aliases
|
|
1850
|
+
export { default as NotebookIcon } from '../icons/notebook';
|
|
1849
1851
|
// NotepadText aliases
|
|
1850
1852
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1851
1853
|
// NutOff aliases
|
|
1852
1854
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1853
|
-
// Nut aliases
|
|
1854
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1855
1855
|
// OctagonMinus aliases
|
|
1856
1856
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
|
+
// Nut aliases
|
|
1858
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1857
1859
|
// Octagon aliases
|
|
1858
1860
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1859
1861
|
// Omega aliases
|
|
1860
1862
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1861
1863
|
// Option aliases
|
|
1862
1864
|
export { default as OptionIcon } from '../icons/option';
|
|
1863
|
-
// PackageCheck aliases
|
|
1864
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1865
|
-
// Orbit aliases
|
|
1866
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
1865
|
// Origami aliases
|
|
1868
1866
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1867
|
+
// Orbit aliases
|
|
1868
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1869
1869
|
// Package2 aliases
|
|
1870
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1871
|
+
// PackageCheck aliases
|
|
1872
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1873
1873
|
// PackageOpen aliases
|
|
1874
1874
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1875
|
+
// PackageMinus aliases
|
|
1876
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1875
1877
|
// PackagePlus aliases
|
|
1876
1878
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1877
|
-
// PackageX aliases
|
|
1878
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1879
1879
|
// PackageSearch aliases
|
|
1880
1880
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1881
|
+
// PackageX aliases
|
|
1882
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1881
1883
|
// Package aliases
|
|
1882
1884
|
export { default as PackageIcon } from '../icons/package';
|
|
1883
|
-
// PaintBucket aliases
|
|
1884
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
1885
|
// PaintRoller aliases
|
|
1886
1886
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1887
|
+
// PaintBucket aliases
|
|
1888
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1887
1889
|
// Paintbrush aliases
|
|
1888
1890
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1889
1891
|
// Palette aliases
|
|
1890
1892
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1891
1893
|
// Panda aliases
|
|
1892
1894
|
export { default as PandaIcon } from '../icons/panda';
|
|
1893
|
-
// PanelBottomOpen aliases
|
|
1894
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1895
1895
|
// PanelBottomClose aliases
|
|
1896
1896
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1897
|
+
// PanelBottomOpen aliases
|
|
1898
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1897
1899
|
// PanelBottom aliases
|
|
1898
1900
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1899
1901
|
// PanelLeftRightDashed aliases
|
|
@@ -1908,26 +1910,26 @@ export { default as PanelRightIcon } from '../icons/panel-right';
|
|
|
1908
1910
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1909
1911
|
// PanelTopClose aliases
|
|
1910
1912
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1911
|
-
// PanelsLeftBottom aliases
|
|
1912
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1913
1913
|
// PanelTop aliases
|
|
1914
1914
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1915
|
-
// PanelsRightBottom aliases
|
|
1916
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
1915
|
// PanelTopOpen aliases
|
|
1918
1916
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1917
|
+
// PanelsLeftBottom aliases
|
|
1918
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1919
|
+
// PanelsRightBottom aliases
|
|
1920
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1921
1921
|
// Paperclip aliases
|
|
1922
1922
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1923
|
+
// Parentheses aliases
|
|
1924
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1923
1925
|
// ParkingMeter aliases
|
|
1924
1926
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
|
+
// Pause aliases
|
|
1928
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1925
1929
|
// PartyPopper aliases
|
|
1926
1930
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1927
1931
|
// PawPrint aliases
|
|
1928
1932
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1929
|
-
// Pause aliases
|
|
1930
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1931
1933
|
// PcCase aliases
|
|
1932
1934
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1933
1935
|
// PenOff aliases
|
|
@@ -1936,10 +1938,10 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1936
1938
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1937
1939
|
// PencilLine aliases
|
|
1938
1940
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1939
|
-
// PencilOff aliases
|
|
1940
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1941
1941
|
// PencilRuler aliases
|
|
1942
1942
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1943
|
+
// PencilOff aliases
|
|
1944
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
1945
|
// Pencil aliases
|
|
1944
1946
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1945
1947
|
// Pentagon aliases
|
|
@@ -1958,10 +1960,10 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
1958
1960
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1959
1961
|
// PhoneMissed aliases
|
|
1960
1962
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1961
|
-
// PhoneOutgoing aliases
|
|
1962
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1963
1963
|
// PhoneOff aliases
|
|
1964
1964
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1965
|
+
// PhoneOutgoing aliases
|
|
1966
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1965
1967
|
// Phone aliases
|
|
1966
1968
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1967
1969
|
// Pi aliases
|
|
@@ -1972,10 +1974,10 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1972
1974
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1973
1975
|
// PictureInPicture2 aliases
|
|
1974
1976
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1975
|
-
// PictureInPicture aliases
|
|
1976
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1977
1977
|
// PiggyBank aliases
|
|
1978
1978
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1979
|
+
// PictureInPicture aliases
|
|
1980
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1979
1981
|
// PilcrowLeft aliases
|
|
1980
1982
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
1983
|
// PilcrowRight aliases
|
|
@@ -1984,54 +1986,54 @@ export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
|
1984
1986
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1985
1987
|
// Pilcrow aliases
|
|
1986
1988
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1987
|
-
// PinOff aliases
|
|
1988
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1989
1989
|
// Pill aliases
|
|
1990
1990
|
export { default as PillIcon } from '../icons/pill';
|
|
1991
|
+
// PinOff aliases
|
|
1992
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1991
1993
|
// Pin aliases
|
|
1992
1994
|
export { default as PinIcon } from '../icons/pin';
|
|
1993
1995
|
// Pipette aliases
|
|
1994
1996
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1995
1997
|
// Pizza aliases
|
|
1996
1998
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1997
|
-
// PlaneLanding aliases
|
|
1998
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1999
1999
|
// PlaneTakeoff aliases
|
|
2000
2000
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2001
|
+
// PlaneLanding aliases
|
|
2002
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2001
2003
|
// Plane aliases
|
|
2002
2004
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2003
2005
|
// Play aliases
|
|
2004
2006
|
export { default as PlayIcon } from '../icons/play';
|
|
2007
|
+
// Plug aliases
|
|
2008
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2005
2009
|
// Plug2 aliases
|
|
2006
2010
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2007
2011
|
// Plus aliases
|
|
2008
2012
|
export { default as PlusIcon } from '../icons/plus';
|
|
2009
|
-
// Plug aliases
|
|
2010
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2011
|
-
// PocketKnife aliases
|
|
2012
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2013
2013
|
// Pocket aliases
|
|
2014
2014
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2015
|
+
// PocketKnife aliases
|
|
2016
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2015
2017
|
// Podcast aliases
|
|
2016
2018
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2017
2019
|
// PointerOff aliases
|
|
2018
2020
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2021
|
+
// Popcorn aliases
|
|
2022
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2019
2023
|
// Pointer aliases
|
|
2020
2024
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2021
2025
|
// Popsicle aliases
|
|
2022
2026
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2023
|
-
// Popcorn aliases
|
|
2024
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2025
2027
|
// PoundSterling aliases
|
|
2026
2028
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2027
2029
|
// PowerOff aliases
|
|
2028
2030
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2029
2031
|
// Power aliases
|
|
2030
2032
|
export { default as PowerIcon } from '../icons/power';
|
|
2031
|
-
// PrinterCheck aliases
|
|
2032
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2033
2033
|
// Presentation aliases
|
|
2034
2034
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
|
+
// PrinterCheck aliases
|
|
2036
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2035
2037
|
// Printer aliases
|
|
2036
2038
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2037
2039
|
// Projector aliases
|
|
@@ -2040,10 +2042,10 @@ export { default as ProjectorIcon } from '../icons/projector';
|
|
|
2040
2042
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2041
2043
|
// Puzzle aliases
|
|
2042
2044
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2043
|
-
// Pyramid aliases
|
|
2044
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2045
2045
|
// QrCode aliases
|
|
2046
2046
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2047
|
+
// Pyramid aliases
|
|
2048
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2047
2049
|
// Quote aliases
|
|
2048
2050
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2049
2051
|
// Radar aliases
|
|
@@ -2054,12 +2056,12 @@ export { default as RabbitIcon } from '../icons/rabbit';
|
|
|
2054
2056
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2055
2057
|
// Radical aliases
|
|
2056
2058
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2057
|
-
// Radio aliases
|
|
2058
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2059
2059
|
// RadioReceiver aliases
|
|
2060
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2061
2061
|
// RadioTower aliases
|
|
2062
2062
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2063
|
+
// Radio aliases
|
|
2064
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2063
2065
|
// Radius aliases
|
|
2064
2066
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2065
2067
|
// RailSymbol aliases
|
|
@@ -2070,10 +2072,10 @@ export { default as RainbowIcon } from '../icons/rainbow';
|
|
|
2070
2072
|
export { default as RatIcon } from '../icons/rat';
|
|
2071
2073
|
// Ratio aliases
|
|
2072
2074
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2073
|
-
// ReceiptEuro aliases
|
|
2074
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2075
2075
|
// ReceiptCent aliases
|
|
2076
2076
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2077
|
+
// ReceiptEuro aliases
|
|
2078
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2077
2079
|
// ReceiptIndianRupee aliases
|
|
2078
2080
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2079
2081
|
// ReceiptJapaneseYen aliases
|
|
@@ -2084,40 +2086,40 @@ export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-ster
|
|
|
2084
2086
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2085
2087
|
// ReceiptSwissFranc aliases
|
|
2086
2088
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2087
|
-
// ReceiptTurkishLira aliases
|
|
2088
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2089
2089
|
// ReceiptText aliases
|
|
2090
2090
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2091
2091
|
// Receipt aliases
|
|
2092
2092
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
|
+
// ReceiptTurkishLira aliases
|
|
2094
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2093
2095
|
// RectangleGoggles aliases
|
|
2094
2096
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
2097
|
// RectangleCircle aliases
|
|
2096
2098
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2097
|
-
// RectangleHorizontal aliases
|
|
2098
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2099
2099
|
// RectangleVertical aliases
|
|
2100
2100
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2101
|
+
// RectangleHorizontal aliases
|
|
2102
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2101
2103
|
// Recycle aliases
|
|
2102
2104
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2103
|
-
// Redo2 aliases
|
|
2104
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2105
|
-
// Redo aliases
|
|
2106
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2107
2105
|
// RedoDot aliases
|
|
2108
2106
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2107
|
+
// Redo aliases
|
|
2108
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2109
|
+
// Redo2 aliases
|
|
2110
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2109
2111
|
// RefreshCcwDot aliases
|
|
2110
2112
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2111
2113
|
// RefreshCcw aliases
|
|
2112
2114
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2113
|
-
// RefreshCw aliases
|
|
2114
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2115
2115
|
// RefreshCwOff aliases
|
|
2116
2116
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2117
|
-
//
|
|
2118
|
-
export { default as
|
|
2117
|
+
// RefreshCw aliases
|
|
2118
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2119
2119
|
// Refrigerator aliases
|
|
2120
2120
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2121
|
+
// Regex aliases
|
|
2122
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2121
2123
|
// RemoveFormatting aliases
|
|
2122
2124
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2123
2125
|
// Repeat1 aliases
|
|
@@ -2126,22 +2128,22 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2126
2128
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2127
2129
|
// Repeat aliases
|
|
2128
2130
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2129
|
-
// ReplaceAll aliases
|
|
2130
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2131
2131
|
// Replace aliases
|
|
2132
2132
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2133
|
+
// ReplaceAll aliases
|
|
2134
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2135
2135
|
// ReplyAll aliases
|
|
2136
2136
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2137
|
+
// Reply aliases
|
|
2138
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2137
2139
|
// Ribbon aliases
|
|
2138
2140
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2139
2141
|
// Rewind aliases
|
|
2140
2142
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2141
|
-
// RockingChair aliases
|
|
2142
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2143
2143
|
// Rocket aliases
|
|
2144
2144
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2145
|
+
// RockingChair aliases
|
|
2146
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2145
2147
|
// RollerCoaster aliases
|
|
2146
2148
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2147
2149
|
// Rose aliases
|
|
@@ -2150,32 +2152,32 @@ export { default as RoseIcon } from '../icons/rose';
|
|
|
2150
2152
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2151
2153
|
// RotateCcwSquare aliases
|
|
2152
2154
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2153
|
-
// RotateCcw aliases
|
|
2154
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2155
2155
|
// RotateCwSquare aliases
|
|
2156
2156
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2157
|
+
// RotateCcw aliases
|
|
2158
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2157
2159
|
// RotateCw aliases
|
|
2158
2160
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2159
|
-
//
|
|
2160
|
-
export { default as
|
|
2161
|
+
// Route aliases
|
|
2162
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2161
2163
|
// Router aliases
|
|
2162
2164
|
export { default as RouterIcon } from '../icons/router';
|
|
2165
|
+
// RouteOff aliases
|
|
2166
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2163
2167
|
// Rows4 aliases
|
|
2164
2168
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2165
|
-
// Route aliases
|
|
2166
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2167
2169
|
// Rss aliases
|
|
2168
2170
|
export { default as RssIcon } from '../icons/rss';
|
|
2169
|
-
// RulerDimensionLine aliases
|
|
2170
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2171
2171
|
// Ruler aliases
|
|
2172
2172
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2173
2173
|
// RussianRuble aliases
|
|
2174
2174
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// RulerDimensionLine aliases
|
|
2176
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2177
2177
|
// Salad aliases
|
|
2178
2178
|
export { default as SaladIcon } from '../icons/salad';
|
|
2179
|
+
// Sailboat aliases
|
|
2180
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2179
2181
|
// Sandwich aliases
|
|
2180
2182
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2181
2183
|
// SatelliteDish aliases
|
|
@@ -2184,30 +2186,30 @@ export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
|
2184
2186
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2185
2187
|
// SaudiRiyal aliases
|
|
2186
2188
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2187
|
-
// SaveOff aliases
|
|
2188
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2189
2189
|
// SaveAll aliases
|
|
2190
2190
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
|
+
// SaveOff aliases
|
|
2192
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2191
2193
|
// Save aliases
|
|
2192
2194
|
export { default as SaveIcon } from '../icons/save';
|
|
2193
2195
|
// Scale aliases
|
|
2194
2196
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2195
|
-
// ScanBarcode aliases
|
|
2196
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2197
|
-
// ScanEye aliases
|
|
2198
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2199
2197
|
// Scaling aliases
|
|
2200
2198
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
|
+
// ScanBarcode aliases
|
|
2200
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2201
2201
|
// ScanFace aliases
|
|
2202
2202
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2203
|
+
// ScanEye aliases
|
|
2204
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2203
2205
|
// ScanHeart aliases
|
|
2204
2206
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2205
2207
|
// ScanLine aliases
|
|
2206
2208
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2207
|
-
// ScanSearch aliases
|
|
2208
|
-
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2209
2209
|
// ScanQrCode aliases
|
|
2210
2210
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2211
|
+
// ScanSearch aliases
|
|
2212
|
+
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2211
2213
|
// ScanText aliases
|
|
2212
2214
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2213
2215
|
// Scan aliases
|
|
@@ -2216,12 +2218,12 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2216
2218
|
export { default as SchoolIcon } from '../icons/school';
|
|
2217
2219
|
// ScissorsLineDashed aliases
|
|
2218
2220
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2221
|
+
// Scissors aliases
|
|
2222
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2219
2223
|
// Scooter aliases
|
|
2220
2224
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2221
2225
|
// ScreenShareOff aliases
|
|
2222
2226
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2223
|
-
// Scissors aliases
|
|
2224
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
2227
|
// ScreenShare aliases
|
|
2226
2228
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
2229
|
// ScrollText aliases
|
|
@@ -2234,32 +2236,32 @@ export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
|
2234
2236
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2235
2237
|
// SearchCode aliases
|
|
2236
2238
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
|
-
// Search aliases
|
|
2238
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2239
|
-
// Section aliases
|
|
2240
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2241
2239
|
// SearchSlash aliases
|
|
2242
2240
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2243
2241
|
// SearchX aliases
|
|
2244
2242
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2243
|
+
// Search aliases
|
|
2244
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2247
2245
|
// SendToBack aliases
|
|
2248
2246
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2247
|
+
// Send aliases
|
|
2248
|
+
export { default as SendIcon } from '../icons/send';
|
|
2249
|
+
// Section aliases
|
|
2250
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2249
2251
|
// SeparatorHorizontal aliases
|
|
2250
2252
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2251
2253
|
// SeparatorVertical aliases
|
|
2252
2254
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2255
|
+
// ServerCog aliases
|
|
2256
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2253
2257
|
// ServerCrash aliases
|
|
2254
2258
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2259
|
+
// Server aliases
|
|
2260
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2255
2261
|
// ServerOff aliases
|
|
2256
2262
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2257
|
-
// ServerCog aliases
|
|
2258
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2259
2263
|
// Settings aliases
|
|
2260
2264
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2261
|
-
// Server aliases
|
|
2262
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2263
2265
|
// Settings2 aliases
|
|
2264
2266
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2265
2267
|
// Shapes aliases
|
|
@@ -2270,58 +2272,58 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2270
2272
|
export { default as ShareIcon } from '../icons/share';
|
|
2271
2273
|
// Sheet aliases
|
|
2272
2274
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2273
|
-
// ShieldAlert aliases
|
|
2274
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2275
2275
|
// Shell aliases
|
|
2276
2276
|
export { default as ShellIcon } from '../icons/shell';
|
|
2277
|
-
//
|
|
2278
|
-
export { default as
|
|
2277
|
+
// ShieldAlert aliases
|
|
2278
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2279
2279
|
// ShieldBan aliases
|
|
2280
2280
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2281
|
+
// ShieldCheck aliases
|
|
2282
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2281
2283
|
// ShieldEllipsis aliases
|
|
2282
2284
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2283
2285
|
// ShieldHalf aliases
|
|
2284
2286
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2285
|
-
// ShieldOff aliases
|
|
2286
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2287
2287
|
// ShieldMinus aliases
|
|
2288
2288
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2289
|
-
//
|
|
2290
|
-
export { default as
|
|
2289
|
+
// ShieldOff aliases
|
|
2290
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2291
2291
|
// ShieldUser aliases
|
|
2292
2292
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2293
|
+
// ShieldPlus aliases
|
|
2294
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2293
2295
|
// Shield aliases
|
|
2294
2296
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
2297
|
// ShipWheel aliases
|
|
2296
2298
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2297
|
-
// Shirt aliases
|
|
2298
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2299
2299
|
// Ship aliases
|
|
2300
2300
|
export { default as ShipIcon } from '../icons/ship';
|
|
2301
|
+
// Shirt aliases
|
|
2302
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2301
2303
|
// ShoppingBag aliases
|
|
2302
2304
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2303
2305
|
// ShoppingBasket aliases
|
|
2304
2306
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2305
2307
|
// ShoppingCart aliases
|
|
2306
2308
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2309
|
+
// ShowerHead aliases
|
|
2310
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2307
2311
|
// Shovel aliases
|
|
2308
2312
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2309
|
-
// Shredder aliases
|
|
2310
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2311
2313
|
// Shrimp aliases
|
|
2312
2314
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2313
|
-
// ShowerHead aliases
|
|
2314
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2315
2315
|
// Shrink aliases
|
|
2316
2316
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2317
|
+
// Shredder aliases
|
|
2318
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2317
2319
|
// Shrub aliases
|
|
2318
2320
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2319
2321
|
// Shuffle aliases
|
|
2320
2322
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2321
|
-
// SignalHigh aliases
|
|
2322
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2323
2323
|
// Sigma aliases
|
|
2324
2324
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2325
|
+
// SignalHigh aliases
|
|
2326
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
2327
|
// SignalMedium aliases
|
|
2326
2328
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2327
2329
|
// SignalLow aliases
|
|
@@ -2334,58 +2336,58 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2334
2336
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2335
2337
|
// SignpostBig aliases
|
|
2336
2338
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2339
|
+
// Siren aliases
|
|
2340
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2337
2341
|
// Signpost aliases
|
|
2338
2342
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2339
2343
|
// SkipBack aliases
|
|
2340
2344
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2341
|
-
// Siren aliases
|
|
2342
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2343
2345
|
// SkipForward aliases
|
|
2344
2346
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2345
2347
|
// Skull aliases
|
|
2346
2348
|
export { default as SkullIcon } from '../icons/skull';
|
|
2347
|
-
// Slash aliases
|
|
2348
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2349
2349
|
// Slack aliases
|
|
2350
2350
|
export { default as SlackIcon } from '../icons/slack';
|
|
2351
2351
|
// Slice aliases
|
|
2352
2352
|
export { default as SliceIcon } from '../icons/slice';
|
|
2353
|
+
// Slash aliases
|
|
2354
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2353
2355
|
// SlidersHorizontal aliases
|
|
2354
2356
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2355
2357
|
// SmartphoneCharging aliases
|
|
2356
2358
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2357
2359
|
// SmartphoneNfc aliases
|
|
2358
2360
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
|
-
// Smartphone aliases
|
|
2360
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2361
2361
|
// SmilePlus aliases
|
|
2362
2362
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2363
|
+
// Smartphone aliases
|
|
2364
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2363
2365
|
// Smile aliases
|
|
2364
2366
|
export { default as SmileIcon } from '../icons/smile';
|
|
2365
|
-
// Snowflake aliases
|
|
2366
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2367
|
-
// SoapDispenserDroplet aliases
|
|
2368
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
2367
|
// Snail aliases
|
|
2370
2368
|
export { default as SnailIcon } from '../icons/snail';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2369
|
+
// Snowflake aliases
|
|
2370
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2373
2371
|
// Sofa aliases
|
|
2374
2372
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2373
|
+
// SoapDispenserDroplet aliases
|
|
2374
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2375
2375
|
// SolarPanel aliases
|
|
2376
2376
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2377
|
+
// Soup aliases
|
|
2378
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2379
2379
|
// Spade aliases
|
|
2380
2380
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
2381
|
// Sparkle aliases
|
|
2382
2382
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2383
|
+
// Space aliases
|
|
2384
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2383
2385
|
// Speaker aliases
|
|
2384
2386
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2385
|
-
// SpellCheck2 aliases
|
|
2386
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2387
2387
|
// Speech aliases
|
|
2388
2388
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2389
|
+
// SpellCheck2 aliases
|
|
2390
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2389
2391
|
// SpellCheck aliases
|
|
2390
2392
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2391
2393
|
// SplinePointer aliases
|
|
@@ -2410,10 +2412,10 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2410
2412
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2411
2413
|
// SquarePause aliases
|
|
2412
2414
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2413
|
-
// SquareRadical aliases
|
|
2414
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2415
2415
|
// SquareRoundCorner aliases
|
|
2416
2416
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
|
+
// SquareRadical aliases
|
|
2418
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2417
2419
|
// SquareSquare aliases
|
|
2418
2420
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2419
2421
|
// SquareStack aliases
|
|
@@ -2424,38 +2426,40 @@ export { default as SquareStarIcon } from '../icons/square-star';
|
|
|
2424
2426
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
2427
|
// Square aliases
|
|
2426
2428
|
export { default as SquareIcon } from '../icons/square';
|
|
2429
|
+
// SquaresExclude aliases
|
|
2430
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2427
2431
|
// SquaresIntersect aliases
|
|
2428
2432
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
2433
|
// SquaresSubtract aliases
|
|
2430
2434
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
|
-
// SquaresExclude aliases
|
|
2432
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2433
2435
|
// SquaresUnite aliases
|
|
2434
2436
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2435
2437
|
// SquircleDashed aliases
|
|
2436
2438
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2437
|
-
// Squircle aliases
|
|
2438
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2439
2439
|
// Squirrel aliases
|
|
2440
2440
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2441
|
+
// Squircle aliases
|
|
2442
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2443
2443
|
// StarHalf aliases
|
|
2444
2444
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2445
|
+
// Stamp aliases
|
|
2446
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2445
2447
|
// StarOff aliases
|
|
2446
2448
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2447
2449
|
// Star aliases
|
|
2448
2450
|
export { default as StarIcon } from '../icons/star';
|
|
2449
|
-
// StepForward aliases
|
|
2450
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2451
2451
|
// StepBack aliases
|
|
2452
2452
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2453
|
+
// StepForward aliases
|
|
2454
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2453
2455
|
// Stethoscope aliases
|
|
2454
2456
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2455
|
-
// Sticker aliases
|
|
2456
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2457
2457
|
// StickyNote aliases
|
|
2458
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
|
+
// Sticker aliases
|
|
2460
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2461
|
+
// Stone aliases
|
|
2462
|
+
export { default as StoneIcon } from '../icons/stone';
|
|
2459
2463
|
// Store aliases
|
|
2460
2464
|
export { default as StoreIcon } from '../icons/store';
|
|
2461
2465
|
// StretchHorizontal aliases
|
|
@@ -2474,62 +2478,62 @@ export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
|
2474
2478
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2475
2479
|
// SunSnow aliases
|
|
2476
2480
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2477
|
-
// Sun aliases
|
|
2478
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2479
2481
|
// Sunrise aliases
|
|
2480
2482
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2481
2483
|
// Sunset aliases
|
|
2482
2484
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2485
|
+
// Sun aliases
|
|
2486
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2483
2487
|
// Superscript aliases
|
|
2484
2488
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2485
|
-
// SwissFranc aliases
|
|
2486
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2487
2489
|
// SwatchBook aliases
|
|
2488
2490
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2491
|
+
// SwissFranc aliases
|
|
2492
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2489
2493
|
// SwitchCamera aliases
|
|
2490
2494
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2491
2495
|
// Sword aliases
|
|
2492
2496
|
export { default as SwordIcon } from '../icons/sword';
|
|
2493
2497
|
// Swords aliases
|
|
2494
2498
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2495
|
-
// Table2 aliases
|
|
2496
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
2499
|
// Syringe aliases
|
|
2498
2500
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2501
|
+
// Table2 aliases
|
|
2502
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2499
2503
|
// TableCellsMerge aliases
|
|
2500
2504
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2501
2505
|
// TableCellsSplit aliases
|
|
2502
2506
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2503
2507
|
// TableColumnsSplit aliases
|
|
2504
2508
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2505
|
-
// TableOfContents aliases
|
|
2506
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2507
2509
|
// TableProperties aliases
|
|
2508
2510
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2511
|
+
// TableOfContents aliases
|
|
2512
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2509
2513
|
// TableRowsSplit aliases
|
|
2510
2514
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2511
2515
|
// Table aliases
|
|
2512
2516
|
export { default as TableIcon } from '../icons/table';
|
|
2513
2517
|
// TabletSmartphone aliases
|
|
2514
2518
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2515
|
-
// Tablet aliases
|
|
2516
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2517
2519
|
// Tablets aliases
|
|
2518
2520
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2521
|
+
// Tablet aliases
|
|
2522
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2519
2523
|
// Tag aliases
|
|
2520
2524
|
export { default as TagIcon } from '../icons/tag';
|
|
2521
2525
|
// Tags aliases
|
|
2522
2526
|
export { default as TagsIcon } from '../icons/tags';
|
|
2523
|
-
// Tally1 aliases
|
|
2524
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2525
2527
|
// Tally2 aliases
|
|
2526
2528
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2529
|
+
// Tally1 aliases
|
|
2530
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2531
|
+
// Tally3 aliases
|
|
2532
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2527
2533
|
// Tally4 aliases
|
|
2528
2534
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2529
2535
|
// Tally5 aliases
|
|
2530
2536
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2531
|
-
// Tally3 aliases
|
|
2532
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2533
2537
|
// Tangent aliases
|
|
2534
2538
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2535
2539
|
// Target aliases
|
|
@@ -2540,24 +2544,24 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2540
2544
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2541
2545
|
// Tent aliases
|
|
2542
2546
|
export { default as TentIcon } from '../icons/tent';
|
|
2547
|
+
// TestTubes aliases
|
|
2548
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2543
2549
|
// Terminal aliases
|
|
2544
2550
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2545
2551
|
// TestTube aliases
|
|
2546
2552
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2547
|
-
// TestTubes aliases
|
|
2548
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2549
2553
|
// TextCursorInput aliases
|
|
2550
2554
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2551
|
-
// TextQuote aliases
|
|
2552
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2553
2555
|
// TextCursor aliases
|
|
2554
2556
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2557
|
+
// TextQuote aliases
|
|
2558
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2555
2559
|
// TextSearch aliases
|
|
2556
2560
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2557
|
-
// Theater aliases
|
|
2558
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2559
2561
|
// ThermometerSnowflake aliases
|
|
2560
2562
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2563
|
+
// Theater aliases
|
|
2564
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2561
2565
|
// ThermometerSun aliases
|
|
2562
2566
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2563
2567
|
// ThumbsDown aliases
|
|
@@ -2566,14 +2570,14 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2566
2570
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2567
2571
|
// ThumbsUp aliases
|
|
2568
2572
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2573
|
+
// TicketCheck aliases
|
|
2574
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2569
2575
|
// TicketMinus aliases
|
|
2570
2576
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2571
2577
|
// TicketPercent aliases
|
|
2572
2578
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2573
2579
|
// TicketPlus aliases
|
|
2574
2580
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2575
|
-
// TicketCheck aliases
|
|
2576
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2577
2581
|
// TicketSlash aliases
|
|
2578
2582
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2579
2583
|
// Ticket aliases
|
|
@@ -2584,28 +2588,28 @@ export { default as TicketXIcon } from '../icons/ticket-x';
|
|
|
2584
2588
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2585
2589
|
// Tickets aliases
|
|
2586
2590
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2587
|
-
// TimerReset aliases
|
|
2588
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2589
2591
|
// TimerOff aliases
|
|
2590
2592
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2593
|
+
// TimerReset aliases
|
|
2594
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2593
2595
|
// Timer aliases
|
|
2594
2596
|
export { default as TimerIcon } from '../icons/timer';
|
|
2597
|
+
// ToggleLeft aliases
|
|
2598
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2595
2599
|
// ToggleRight aliases
|
|
2596
2600
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2597
2601
|
// Toilet aliases
|
|
2598
2602
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2599
|
-
// Tornado aliases
|
|
2600
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2601
2603
|
// ToolCase aliases
|
|
2602
2604
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2605
|
+
// Tornado aliases
|
|
2606
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2607
|
+
// Torus aliases
|
|
2608
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2603
2609
|
// TouchpadOff aliases
|
|
2604
2610
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2605
2611
|
// Touchpad aliases
|
|
2606
2612
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
|
-
// Torus aliases
|
|
2608
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2609
2613
|
// TowerControl aliases
|
|
2610
2614
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2611
2615
|
// ToyBrick aliases
|
|
@@ -2616,70 +2620,70 @@ export { default as TractorIcon } from '../icons/tractor';
|
|
|
2616
2620
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
2621
|
// TrainFrontTunnel aliases
|
|
2618
2622
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2619
|
-
// TrainTrack aliases
|
|
2620
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
2623
|
// TrainFront aliases
|
|
2622
2624
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2625
|
+
// TrainTrack aliases
|
|
2626
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2623
2627
|
// Transgender aliases
|
|
2624
2628
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2625
|
-
// Trash aliases
|
|
2626
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2627
|
-
// TreeDeciduous aliases
|
|
2628
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2629
2629
|
// Trash2 aliases
|
|
2630
2630
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2631
|
+
// Trash aliases
|
|
2632
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2631
2633
|
// TreePine aliases
|
|
2632
2634
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2635
|
+
// TreeDeciduous aliases
|
|
2636
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2635
2637
|
// Trees aliases
|
|
2636
2638
|
export { default as TreesIcon } from '../icons/trees';
|
|
2637
2639
|
// TrendingDown aliases
|
|
2638
2640
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2641
|
+
// Trello aliases
|
|
2642
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2639
2643
|
// TrendingUpDown aliases
|
|
2640
2644
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2645
|
+
// TrendingUp aliases
|
|
2646
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2641
2647
|
// TriangleDashed aliases
|
|
2642
2648
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2643
2649
|
// TriangleRight aliases
|
|
2644
2650
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2645
|
-
// TrendingUp aliases
|
|
2646
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2647
2651
|
// Triangle aliases
|
|
2648
2652
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2649
2653
|
// Trophy aliases
|
|
2650
2654
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2655
|
+
// Truck aliases
|
|
2656
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2651
2657
|
// TurkishLira aliases
|
|
2652
2658
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2653
2659
|
// TruckElectric aliases
|
|
2654
2660
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2655
|
-
// Turntable aliases
|
|
2656
|
-
export { default as TurntableIcon } from '../icons/turntable';
|
|
2657
2661
|
// Turtle aliases
|
|
2658
2662
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2659
|
-
// Truck aliases
|
|
2660
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2661
2663
|
// TvMinimalPlay aliases
|
|
2662
2664
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2665
|
+
// Turntable aliases
|
|
2666
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2663
2667
|
// Tv aliases
|
|
2664
2668
|
export { default as TvIcon } from '../icons/tv';
|
|
2665
2669
|
// Twitch aliases
|
|
2666
2670
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2671
|
+
// Twitter aliases
|
|
2672
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2667
2673
|
// TypeOutline aliases
|
|
2668
2674
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2669
2675
|
// Type aliases
|
|
2670
2676
|
export { default as TypeIcon } from '../icons/type';
|
|
2671
|
-
// Twitter aliases
|
|
2672
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2673
2677
|
// UmbrellaOff aliases
|
|
2674
2678
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2675
2679
|
// Umbrella aliases
|
|
2676
2680
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2677
2681
|
// Underline aliases
|
|
2678
2682
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2679
|
-
// Undo2 aliases
|
|
2680
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2681
2683
|
// UndoDot aliases
|
|
2682
2684
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2685
|
+
// Undo2 aliases
|
|
2686
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2683
2687
|
// Undo aliases
|
|
2684
2688
|
export { default as UndoIcon } from '../icons/undo';
|
|
2685
2689
|
// UnfoldHorizontal aliases
|
|
@@ -2690,10 +2694,10 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2690
2694
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2691
2695
|
// Unlink2 aliases
|
|
2692
2696
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2693
|
-
// Unplug aliases
|
|
2694
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
2697
|
// Unlink aliases
|
|
2696
2698
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2699
|
+
// Unplug aliases
|
|
2700
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2697
2701
|
// Upload aliases
|
|
2698
2702
|
export { default as UploadIcon } from '../icons/upload';
|
|
2699
2703
|
// Usb aliases
|
|
@@ -2712,12 +2716,12 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2712
2716
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2713
2717
|
// UserRoundPen aliases
|
|
2714
2718
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2715
|
-
// UserRoundSearch aliases
|
|
2716
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2717
2719
|
// UserStar aliases
|
|
2718
2720
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2719
2721
|
// UserSearch aliases
|
|
2720
2722
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2723
|
+
// UserRoundSearch aliases
|
|
2724
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2721
2725
|
// UserX aliases
|
|
2722
2726
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2723
2727
|
// User aliases
|
|
@@ -2742,8 +2746,6 @@ export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
|
2742
2746
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2743
2747
|
// Venus aliases
|
|
2744
2748
|
export { default as VenusIcon } from '../icons/venus';
|
|
2745
|
-
// VideoOff aliases
|
|
2746
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2747
2749
|
// VibrateOff aliases
|
|
2748
2750
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2749
2751
|
// Vibrate aliases
|
|
@@ -2752,6 +2754,8 @@ export { default as VibrateIcon } from '../icons/vibrate';
|
|
|
2752
2754
|
export { default as VideoIcon } from '../icons/video';
|
|
2753
2755
|
// Videotape aliases
|
|
2754
2756
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2757
|
+
// VideoOff aliases
|
|
2758
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2755
2759
|
// View aliases
|
|
2756
2760
|
export { default as ViewIcon } from '../icons/view';
|
|
2757
2761
|
// Voicemail aliases
|
|
@@ -2766,14 +2770,14 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2766
2770
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2767
2771
|
// VolumeX aliases
|
|
2768
2772
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2773
|
+
// Vote aliases
|
|
2774
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2769
2775
|
// Volume aliases
|
|
2770
2776
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2771
2777
|
// WalletCards aliases
|
|
2772
2778
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2773
2779
|
// Wallet aliases
|
|
2774
2780
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2775
|
-
// Vote aliases
|
|
2776
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2777
2781
|
// Wallpaper aliases
|
|
2778
2782
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2779
2783
|
// Wand aliases
|
|
@@ -2800,10 +2804,10 @@ export { default as WebcamIcon } from '../icons/webcam';
|
|
|
2800
2804
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2801
2805
|
// Webhook aliases
|
|
2802
2806
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2803
|
-
// Weight aliases
|
|
2804
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2805
2807
|
// WeightTilde aliases
|
|
2806
2808
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2809
|
+
// Weight aliases
|
|
2810
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2807
2811
|
// WheatOff aliases
|
|
2808
2812
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2809
2813
|
// Wheat aliases
|
|
@@ -2818,28 +2822,28 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2818
2822
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2819
2823
|
// WifiOff aliases
|
|
2820
2824
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2821
|
-
// WifiPen aliases
|
|
2822
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2823
2825
|
// WifiSync aliases
|
|
2824
2826
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2825
|
-
// WifiZero aliases
|
|
2826
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2827
2827
|
// Wifi aliases
|
|
2828
2828
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2829
|
+
// WifiZero aliases
|
|
2830
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2831
|
+
// WifiPen aliases
|
|
2832
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2829
2833
|
// WindArrowDown aliases
|
|
2830
2834
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2831
|
-
// Wind aliases
|
|
2832
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2833
2835
|
// WineOff aliases
|
|
2834
2836
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2837
|
+
// Wind aliases
|
|
2838
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2835
2839
|
// Wine aliases
|
|
2836
2840
|
export { default as WineIcon } from '../icons/wine';
|
|
2837
|
-
// Workflow aliases
|
|
2838
|
-
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2839
2841
|
// Worm aliases
|
|
2840
2842
|
export { default as WormIcon } from '../icons/worm';
|
|
2841
2843
|
// Wrench aliases
|
|
2842
2844
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2845
|
+
// Workflow aliases
|
|
2846
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2843
2847
|
// X aliases
|
|
2844
2848
|
export { default as XIcon } from '../icons/x';
|
|
2845
2849
|
// ZapOff aliases
|
|
@@ -2848,14 +2852,14 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
2848
2852
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2849
2853
|
// Zap aliases
|
|
2850
2854
|
export { default as ZapIcon } from '../icons/zap';
|
|
2851
|
-
// ZoomOut aliases
|
|
2852
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2853
2855
|
// ZoomIn aliases
|
|
2854
2856
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2855
|
-
//
|
|
2856
|
-
export { default as
|
|
2857
|
+
// ZoomOut aliases
|
|
2858
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2857
2859
|
// ArrowDown01 aliases
|
|
2858
2860
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2861
|
+
// ArrowDown10 aliases
|
|
2862
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2859
2863
|
// ArrowUp01 aliases
|
|
2860
2864
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2861
2865
|
// ArrowUp10 aliases
|
|
@@ -2914,18 +2918,18 @@ export {
|
|
|
2914
2918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2915
2919
|
default as ArrowUpZaIcon
|
|
2916
2920
|
} from '../icons/arrow-up-z-a';
|
|
2917
|
-
// BadgeCheck aliases
|
|
2918
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2919
|
-
export {
|
|
2920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2921
|
-
default as VerifiedIcon
|
|
2922
|
-
} from '../icons/badge-check';
|
|
2923
2921
|
// Axis3d aliases
|
|
2924
2922
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2925
2923
|
export {
|
|
2926
2924
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2927
2925
|
default as Axis3DIcon
|
|
2928
2926
|
} from '../icons/axis-3d';
|
|
2927
|
+
// BadgeCheck aliases
|
|
2928
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2929
|
+
export {
|
|
2930
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2931
|
+
default as VerifiedIcon
|
|
2932
|
+
} from '../icons/badge-check';
|
|
2929
2933
|
// BadgeQuestionMark aliases
|
|
2930
2934
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2931
2935
|
export {
|
|
@@ -2950,24 +2954,24 @@ export {
|
|
|
2950
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2951
2955
|
default as BookTemplateIcon
|
|
2952
2956
|
} from '../icons/book-dashed';
|
|
2953
|
-
//
|
|
2954
|
-
export { default as
|
|
2957
|
+
// Braces aliases
|
|
2958
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2955
2959
|
export {
|
|
2956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2957
|
-
default as
|
|
2958
|
-
} from '../icons/
|
|
2960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2961
|
+
default as CurlyBracesIcon
|
|
2962
|
+
} from '../icons/braces';
|
|
2959
2963
|
// Captions aliases
|
|
2960
2964
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2961
2965
|
export {
|
|
2962
2966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2963
2967
|
default as SubtitlesIcon
|
|
2964
2968
|
} from '../icons/captions';
|
|
2965
|
-
//
|
|
2966
|
-
export { default as
|
|
2969
|
+
// ChartArea aliases
|
|
2970
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2967
2971
|
export {
|
|
2968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2969
|
-
default as
|
|
2970
|
-
} from '../icons/
|
|
2972
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2973
|
+
default as AreaChartIcon
|
|
2974
|
+
} from '../icons/chart-area';
|
|
2971
2975
|
// ChartBarBig aliases
|
|
2972
2976
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2973
2977
|
export {
|
|
@@ -2986,14 +2990,8 @@ export {
|
|
|
2986
2990
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2987
2991
|
default as CandlestickChartIcon
|
|
2988
2992
|
} from '../icons/chart-candlestick';
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2991
|
-
export {
|
|
2992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2993
|
-
default as BarChart3Icon
|
|
2994
|
-
} from '../icons/chart-column';
|
|
2995
|
-
// ChartColumnBig aliases
|
|
2996
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2993
|
+
// ChartColumnBig aliases
|
|
2994
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2997
2995
|
export {
|
|
2998
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2999
2997
|
default as BarChartBigIcon
|
|
@@ -3004,6 +3002,12 @@ export {
|
|
|
3004
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3005
3003
|
default as BarChart4Icon
|
|
3006
3004
|
} from '../icons/chart-column-increasing';
|
|
3005
|
+
// ChartColumn aliases
|
|
3006
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
3009
|
+
default as BarChart3Icon
|
|
3010
|
+
} from '../icons/chart-column';
|
|
3007
3011
|
// ChartLine aliases
|
|
3008
3012
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3009
3013
|
export {
|
|
@@ -3016,48 +3020,48 @@ export {
|
|
|
3016
3020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3017
3021
|
default as BarChartIcon
|
|
3018
3022
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3023
|
+
// ChartNoAxesColumn aliases
|
|
3024
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3025
|
+
export {
|
|
3026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3027
|
+
default as BarChart2Icon
|
|
3028
|
+
} from '../icons/chart-no-axes-column';
|
|
3019
3029
|
// ChartNoAxesGantt aliases
|
|
3020
3030
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3021
3031
|
export {
|
|
3022
3032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3023
3033
|
default as GanttChartIcon
|
|
3024
3034
|
} from '../icons/chart-no-axes-gantt';
|
|
3025
|
-
//
|
|
3026
|
-
export { default as
|
|
3035
|
+
// ChartScatter aliases
|
|
3036
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3027
3037
|
export {
|
|
3028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3029
|
-
default as
|
|
3030
|
-
} from '../icons/chart-
|
|
3038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3039
|
+
default as ScatterChartIcon
|
|
3040
|
+
} from '../icons/chart-scatter';
|
|
3031
3041
|
// ChartPie aliases
|
|
3032
3042
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3033
3043
|
export {
|
|
3034
3044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3035
3045
|
default as PieChartIcon
|
|
3036
3046
|
} from '../icons/chart-pie';
|
|
3037
|
-
// Chromium aliases
|
|
3038
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3039
|
-
export {
|
|
3040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3041
|
-
default as ChromeIcon
|
|
3042
|
-
} from '../icons/chromium';
|
|
3043
3047
|
// CircleAlert aliases
|
|
3044
3048
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3045
3049
|
export {
|
|
3046
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3047
3051
|
default as AlertCircleIcon
|
|
3048
3052
|
} from '../icons/circle-alert';
|
|
3053
|
+
// Chromium aliases
|
|
3054
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as ChromeIcon
|
|
3058
|
+
} from '../icons/chromium';
|
|
3049
3059
|
// CircleArrowDown aliases
|
|
3050
3060
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3051
3061
|
export {
|
|
3052
3062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3053
3063
|
default as ArrowDownCircleIcon
|
|
3054
3064
|
} from '../icons/circle-arrow-down';
|
|
3055
|
-
// ChartScatter aliases
|
|
3056
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3057
|
-
export {
|
|
3058
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3059
|
-
default as ScatterChartIcon
|
|
3060
|
-
} from '../icons/chart-scatter';
|
|
3061
3065
|
// CircleArrowLeft aliases
|
|
3062
3066
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3063
3067
|
export {
|
|
@@ -3076,42 +3080,42 @@ export {
|
|
|
3076
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3077
3081
|
default as ArrowDownRightFromCircleIcon
|
|
3078
3082
|
} from '../icons/circle-arrow-out-down-right';
|
|
3079
|
-
// CircleArrowOutUpRight aliases
|
|
3080
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3081
|
-
export {
|
|
3082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3083
|
-
default as ArrowUpRightFromCircleIcon
|
|
3084
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3085
3083
|
// CircleArrowOutUpLeft aliases
|
|
3086
3084
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3087
3085
|
export {
|
|
3088
3086
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3089
3087
|
default as ArrowUpLeftFromCircleIcon
|
|
3090
3088
|
} from '../icons/circle-arrow-out-up-left';
|
|
3089
|
+
// CircleArrowOutUpRight aliases
|
|
3090
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3091
|
+
export {
|
|
3092
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3093
|
+
default as ArrowUpRightFromCircleIcon
|
|
3094
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3091
3095
|
// CircleArrowRight aliases
|
|
3092
3096
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3093
3097
|
export {
|
|
3094
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3095
3099
|
default as ArrowRightCircleIcon
|
|
3096
3100
|
} from '../icons/circle-arrow-right';
|
|
3097
|
-
//
|
|
3098
|
-
export { default as
|
|
3101
|
+
// CircleArrowUp aliases
|
|
3102
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3099
3103
|
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3101
|
-
default as
|
|
3102
|
-
} from '../icons/circle-
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3105
|
+
default as ArrowUpCircleIcon
|
|
3106
|
+
} from '../icons/circle-arrow-up';
|
|
3103
3107
|
// CircleCheck aliases
|
|
3104
3108
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3105
3109
|
export {
|
|
3106
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3107
3111
|
default as CheckCircle2Icon
|
|
3108
3112
|
} from '../icons/circle-check';
|
|
3109
|
-
//
|
|
3110
|
-
export { default as
|
|
3113
|
+
// CircleCheckBig aliases
|
|
3114
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3111
3115
|
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3113
|
-
default as
|
|
3114
|
-
} from '../icons/circle-
|
|
3116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3117
|
+
default as CheckCircleIcon
|
|
3118
|
+
} from '../icons/circle-check-big';
|
|
3115
3119
|
// CircleChevronDown aliases
|
|
3116
3120
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3117
3121
|
export {
|
|
@@ -3142,6 +3146,12 @@ export {
|
|
|
3142
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3143
3147
|
default as DivideCircleIcon
|
|
3144
3148
|
} from '../icons/circle-divide';
|
|
3149
|
+
// CircleParkingOff aliases
|
|
3150
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3151
|
+
export {
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as ParkingCircleOffIcon
|
|
3154
|
+
} from '../icons/circle-parking-off';
|
|
3145
3155
|
// CircleGauge aliases
|
|
3146
3156
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3147
3157
|
export {
|
|
@@ -3154,12 +3164,6 @@ export {
|
|
|
3154
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3155
3165
|
default as MinusCircleIcon
|
|
3156
3166
|
} from '../icons/circle-minus';
|
|
3157
|
-
// CircleParking aliases
|
|
3158
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3159
|
-
export {
|
|
3160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3161
|
-
default as ParkingCircleIcon
|
|
3162
|
-
} from '../icons/circle-parking';
|
|
3163
3167
|
// CirclePause aliases
|
|
3164
3168
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3165
3169
|
export {
|
|
@@ -3172,30 +3176,18 @@ export {
|
|
|
3172
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3173
3177
|
default as PercentCircleIcon
|
|
3174
3178
|
} from '../icons/circle-percent';
|
|
3175
|
-
//
|
|
3176
|
-
export { default as
|
|
3177
|
-
export {
|
|
3178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3179
|
-
default as ParkingCircleOffIcon
|
|
3180
|
-
} from '../icons/circle-parking-off';
|
|
3181
|
-
// CirclePlus aliases
|
|
3182
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3179
|
+
// CircleParking aliases
|
|
3180
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3183
3181
|
export {
|
|
3184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3185
|
-
default as
|
|
3186
|
-
} from '../icons/circle-
|
|
3182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3183
|
+
default as ParkingCircleIcon
|
|
3184
|
+
} from '../icons/circle-parking';
|
|
3187
3185
|
// CirclePlay aliases
|
|
3188
3186
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3189
3187
|
export {
|
|
3190
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3191
3189
|
default as PlayCircleIcon
|
|
3192
3190
|
} from '../icons/circle-play';
|
|
3193
|
-
// CirclePower aliases
|
|
3194
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3197
|
-
default as PowerCircleIcon
|
|
3198
|
-
} from '../icons/circle-power';
|
|
3199
3191
|
// CircleQuestionMark aliases
|
|
3200
3192
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3201
3193
|
export {
|
|
@@ -3206,6 +3198,18 @@ export {
|
|
|
3206
3198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3207
3199
|
default as CircleHelpIcon
|
|
3208
3200
|
} from '../icons/circle-question-mark';
|
|
3201
|
+
// CirclePlus aliases
|
|
3202
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3203
|
+
export {
|
|
3204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3205
|
+
default as PlusCircleIcon
|
|
3206
|
+
} from '../icons/circle-plus';
|
|
3207
|
+
// CirclePower aliases
|
|
3208
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3209
|
+
export {
|
|
3210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3211
|
+
default as PowerCircleIcon
|
|
3212
|
+
} from '../icons/circle-power';
|
|
3209
3213
|
// CircleSlash2 aliases
|
|
3210
3214
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3211
3215
|
export {
|
|
@@ -3218,18 +3222,18 @@ export {
|
|
|
3218
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3219
3223
|
default as StopCircleIcon
|
|
3220
3224
|
} from '../icons/circle-stop';
|
|
3221
|
-
// CircleUser aliases
|
|
3222
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3225
|
-
default as UserCircleIcon
|
|
3226
|
-
} from '../icons/circle-user';
|
|
3227
3225
|
// CircleUserRound aliases
|
|
3228
3226
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3229
3227
|
export {
|
|
3230
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3231
3229
|
default as UserCircle2Icon
|
|
3232
3230
|
} from '../icons/circle-user-round';
|
|
3231
|
+
// CircleUser aliases
|
|
3232
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3235
|
+
default as UserCircleIcon
|
|
3236
|
+
} from '../icons/circle-user';
|
|
3233
3237
|
// CircleX aliases
|
|
3234
3238
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3235
3239
|
export {
|
|
@@ -3260,18 +3264,18 @@ export {
|
|
|
3260
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3261
3265
|
default as UploadCloudIcon
|
|
3262
3266
|
} from '../icons/cloud-upload';
|
|
3263
|
-
// CodeXml aliases
|
|
3264
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3267
|
-
default as Code2Icon
|
|
3268
|
-
} from '../icons/code-xml';
|
|
3269
3267
|
// Columns2 aliases
|
|
3270
3268
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3271
3269
|
export {
|
|
3272
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3273
3271
|
default as ColumnsIcon
|
|
3274
3272
|
} from '../icons/columns-2';
|
|
3273
|
+
// CodeXml aliases
|
|
3274
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3277
|
+
default as Code2Icon
|
|
3278
|
+
} from '../icons/code-xml';
|
|
3275
3279
|
// Columns3Cog aliases
|
|
3276
3280
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3277
3281
|
export {
|
|
@@ -3282,12 +3286,6 @@ export {
|
|
|
3282
3286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3283
3287
|
default as TableConfigIcon
|
|
3284
3288
|
} from '../icons/columns-3-cog';
|
|
3285
|
-
// ContactRound aliases
|
|
3286
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3287
|
-
export {
|
|
3288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3289
|
-
default as Contact2Icon
|
|
3290
|
-
} from '../icons/contact-round';
|
|
3291
3289
|
// Columns3 aliases
|
|
3292
3290
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3293
3291
|
export {
|
|
@@ -3300,12 +3298,24 @@ export {
|
|
|
3300
3298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3301
3299
|
default as PercentDiamondIcon
|
|
3302
3300
|
} from '../icons/diamond-percent';
|
|
3301
|
+
// ContactRound aliases
|
|
3302
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3303
|
+
export {
|
|
3304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3305
|
+
default as Contact2Icon
|
|
3306
|
+
} from '../icons/contact-round';
|
|
3303
3307
|
// EllipsisVertical aliases
|
|
3304
3308
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3305
3309
|
export {
|
|
3306
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3307
3311
|
default as MoreVerticalIcon
|
|
3308
3312
|
} from '../icons/ellipsis-vertical';
|
|
3313
|
+
// Earth aliases
|
|
3314
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3315
|
+
export {
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as Globe2Icon
|
|
3318
|
+
} from '../icons/earth';
|
|
3309
3319
|
// Ellipsis aliases
|
|
3310
3320
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3311
3321
|
export {
|
|
@@ -3318,36 +3328,24 @@ export {
|
|
|
3318
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3319
3329
|
default as FileAxis3DIcon
|
|
3320
3330
|
} from '../icons/file-axis-3d';
|
|
3321
|
-
// Earth aliases
|
|
3322
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3323
|
-
export {
|
|
3324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3325
|
-
default as Globe2Icon
|
|
3326
|
-
} from '../icons/earth';
|
|
3327
3331
|
// FileBadge aliases
|
|
3328
3332
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3329
3333
|
export {
|
|
3330
3334
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3331
3335
|
default as FileBadge2Icon
|
|
3332
3336
|
} from '../icons/file-badge';
|
|
3333
|
-
// FileBracesCorner aliases
|
|
3334
|
-
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3335
|
-
export {
|
|
3336
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3337
|
-
default as FileJson2Icon
|
|
3338
|
-
} from '../icons/file-braces-corner';
|
|
3339
3337
|
// FileBraces aliases
|
|
3340
3338
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3341
3339
|
export {
|
|
3342
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3343
3341
|
default as FileJsonIcon
|
|
3344
3342
|
} from '../icons/file-braces';
|
|
3345
|
-
//
|
|
3346
|
-
export { default as
|
|
3343
|
+
// FileBracesCorner aliases
|
|
3344
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3347
3345
|
export {
|
|
3348
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3349
|
-
default as
|
|
3350
|
-
} from '../icons/file-
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as FileJson2Icon
|
|
3348
|
+
} from '../icons/file-braces-corner';
|
|
3351
3349
|
// FileChartColumnIncreasing aliases
|
|
3352
3350
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3353
3351
|
export {
|
|
@@ -3360,6 +3358,12 @@ export {
|
|
|
3360
3358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3361
3359
|
default as FileLineChartIcon
|
|
3362
3360
|
} from '../icons/file-chart-line';
|
|
3361
|
+
// FileChartColumn aliases
|
|
3362
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3363
|
+
export {
|
|
3364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3365
|
+
default as FileBarChart2Icon
|
|
3366
|
+
} from '../icons/file-chart-column';
|
|
3363
3367
|
// FileChartPie aliases
|
|
3364
3368
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3365
3369
|
export {
|
|
@@ -3378,6 +3382,12 @@ export {
|
|
|
3378
3382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3379
3383
|
default as FileCode2Icon
|
|
3380
3384
|
} from '../icons/file-code-corner';
|
|
3385
|
+
// FileCog aliases
|
|
3386
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3389
|
+
default as FileCog2Icon
|
|
3390
|
+
} from '../icons/file-cog';
|
|
3381
3391
|
// FileExclamationPoint aliases
|
|
3382
3392
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3383
3393
|
export {
|
|
@@ -3406,30 +3416,24 @@ export {
|
|
|
3406
3416
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3407
3417
|
default as FileLock2Icon
|
|
3408
3418
|
} from '../icons/file-lock';
|
|
3409
|
-
// FileCog aliases
|
|
3410
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3413
|
-
default as FileCog2Icon
|
|
3414
|
-
} from '../icons/file-cog';
|
|
3415
3419
|
// FileMinusCorner aliases
|
|
3416
3420
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3417
3421
|
export {
|
|
3418
3422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3419
3423
|
default as FileMinus2Icon
|
|
3420
3424
|
} from '../icons/file-minus-corner';
|
|
3421
|
-
// FilePen aliases
|
|
3422
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3423
|
-
export {
|
|
3424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3425
|
-
default as FileEditIcon
|
|
3426
|
-
} from '../icons/file-pen';
|
|
3427
3425
|
// FilePenLine aliases
|
|
3428
3426
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3429
3427
|
export {
|
|
3430
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3431
3429
|
default as FileSignatureIcon
|
|
3432
3430
|
} from '../icons/file-pen-line';
|
|
3431
|
+
// FilePen aliases
|
|
3432
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as FileEditIcon
|
|
3436
|
+
} from '../icons/file-pen';
|
|
3433
3437
|
// FilePlay aliases
|
|
3434
3438
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3435
3439
|
export {
|
|
@@ -3448,18 +3452,18 @@ export {
|
|
|
3448
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3449
3453
|
default as FileQuestionIcon
|
|
3450
3454
|
} from '../icons/file-question-mark';
|
|
3451
|
-
// FileSignal aliases
|
|
3452
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3453
|
-
export {
|
|
3454
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3455
|
-
default as FileVolume2Icon
|
|
3456
|
-
} from '../icons/file-signal';
|
|
3457
3455
|
// FileSearchCorner aliases
|
|
3458
3456
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3459
3457
|
export {
|
|
3460
3458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3461
3459
|
default as FileSearch2Icon
|
|
3462
3460
|
} from '../icons/file-search-corner';
|
|
3461
|
+
// FileSignal aliases
|
|
3462
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3463
|
+
export {
|
|
3464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3465
|
+
default as FileVolume2Icon
|
|
3466
|
+
} from '../icons/file-signal';
|
|
3463
3467
|
// FileVideoCamera aliases
|
|
3464
3468
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3465
3469
|
export {
|
|
@@ -3484,60 +3488,60 @@ export {
|
|
|
3484
3488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3485
3489
|
default as FingerprintIcon
|
|
3486
3490
|
} from '../icons/fingerprint-pattern';
|
|
3487
|
-
// FolderPen aliases
|
|
3488
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3489
|
-
export {
|
|
3490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3491
|
-
default as FolderEditIcon
|
|
3492
|
-
} from '../icons/folder-pen';
|
|
3493
|
-
// FunnelX aliases
|
|
3494
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3495
|
-
export {
|
|
3496
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3497
|
-
default as FilterXIcon
|
|
3498
|
-
} from '../icons/funnel-x';
|
|
3499
3491
|
// FolderCog aliases
|
|
3500
3492
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3501
3493
|
export {
|
|
3502
3494
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3503
3495
|
default as FolderCog2Icon
|
|
3504
3496
|
} from '../icons/folder-cog';
|
|
3497
|
+
// FolderPen aliases
|
|
3498
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3499
|
+
export {
|
|
3500
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3501
|
+
default as FolderEditIcon
|
|
3502
|
+
} from '../icons/folder-pen';
|
|
3505
3503
|
// Funnel aliases
|
|
3506
3504
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3507
3505
|
export {
|
|
3508
3506
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3509
3507
|
default as FilterIcon
|
|
3510
3508
|
} from '../icons/funnel';
|
|
3509
|
+
// FunnelX aliases
|
|
3510
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3511
|
+
export {
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3513
|
+
default as FilterXIcon
|
|
3514
|
+
} from '../icons/funnel-x';
|
|
3511
3515
|
// GitCommitHorizontal aliases
|
|
3512
3516
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3513
3517
|
export {
|
|
3514
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3515
3519
|
default as GitCommitIcon
|
|
3516
3520
|
} from '../icons/git-commit-horizontal';
|
|
3517
|
-
// Grid2x2Plus aliases
|
|
3518
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3519
|
-
export {
|
|
3520
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3521
|
-
default as Grid2X2PlusIcon
|
|
3522
|
-
} from '../icons/grid-2x2-plus';
|
|
3523
3521
|
// Grid2x2Check aliases
|
|
3524
3522
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3525
3523
|
export {
|
|
3526
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3527
3525
|
default as Grid2X2CheckIcon
|
|
3528
3526
|
} from '../icons/grid-2x2-check';
|
|
3529
|
-
//
|
|
3530
|
-
export { default as
|
|
3527
|
+
// Grid2x2Plus aliases
|
|
3528
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3531
3529
|
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3533
|
-
default as
|
|
3534
|
-
} from '../icons/grid-2x2';
|
|
3530
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3531
|
+
default as Grid2X2PlusIcon
|
|
3532
|
+
} from '../icons/grid-2x2-plus';
|
|
3535
3533
|
// Grid2x2X aliases
|
|
3536
3534
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3537
3535
|
export {
|
|
3538
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3539
3537
|
default as Grid2X2XIcon
|
|
3540
3538
|
} from '../icons/grid-2x2-x';
|
|
3539
|
+
// Grid2x2 aliases
|
|
3540
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3541
|
+
export {
|
|
3542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3543
|
+
default as Grid2X2Icon
|
|
3544
|
+
} from '../icons/grid-2x2';
|
|
3541
3545
|
// Grid3x3 aliases
|
|
3542
3546
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3543
3547
|
export {
|
|
@@ -3554,18 +3558,18 @@ export {
|
|
|
3554
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3555
3559
|
default as GrabIcon
|
|
3556
3560
|
} from '../icons/hand-grab';
|
|
3557
|
-
// House aliases
|
|
3558
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3559
|
-
export {
|
|
3560
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3561
|
-
default as HomeIcon
|
|
3562
|
-
} from '../icons/house';
|
|
3563
3561
|
// HandHelping aliases
|
|
3564
3562
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3565
3563
|
export {
|
|
3566
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3567
3565
|
default as HelpingHandIcon
|
|
3568
3566
|
} from '../icons/hand-helping';
|
|
3567
|
+
// House aliases
|
|
3568
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3571
|
+
default as HomeIcon
|
|
3572
|
+
} from '../icons/house';
|
|
3569
3573
|
// IceCreamBowl aliases
|
|
3570
3574
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3571
3575
|
export {
|
|
@@ -3610,18 +3614,18 @@ export {
|
|
|
3610
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3611
3615
|
default as IndentIncreaseIcon
|
|
3612
3616
|
} from '../icons/list-indent-increase';
|
|
3613
|
-
// LoaderCircle aliases
|
|
3614
|
-
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as Loader2Icon
|
|
3618
|
-
} from '../icons/loader-circle';
|
|
3619
3617
|
// LockKeyholeOpen aliases
|
|
3620
3618
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3621
3619
|
export {
|
|
3622
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
3623
3621
|
default as UnlockKeyholeIcon
|
|
3624
3622
|
} from '../icons/lock-keyhole-open';
|
|
3623
|
+
// LoaderCircle aliases
|
|
3624
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3625
|
+
export {
|
|
3626
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3627
|
+
default as Loader2Icon
|
|
3628
|
+
} from '../icons/loader-circle';
|
|
3625
3629
|
// LockOpen aliases
|
|
3626
3630
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3627
3631
|
export {
|
|
@@ -3640,24 +3644,30 @@ export {
|
|
|
3640
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3641
3645
|
default as LocationEditIcon
|
|
3642
3646
|
} from '../icons/map-pin-pen';
|
|
3643
|
-
// MicVocal aliases
|
|
3644
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3647
|
-
default as Mic2Icon
|
|
3648
|
-
} from '../icons/mic-vocal';
|
|
3649
3647
|
// MessageCircleQuestionMark aliases
|
|
3650
3648
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3651
3649
|
export {
|
|
3652
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3653
3651
|
default as MessageCircleQuestionIcon
|
|
3654
3652
|
} from '../icons/message-circle-question-mark';
|
|
3653
|
+
// MicVocal aliases
|
|
3654
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3655
|
+
export {
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as Mic2Icon
|
|
3658
|
+
} from '../icons/mic-vocal';
|
|
3655
3659
|
// Move3d aliases
|
|
3656
3660
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3657
3661
|
export {
|
|
3658
3662
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3659
3663
|
default as Move3DIcon
|
|
3660
3664
|
} from '../icons/move-3d';
|
|
3665
|
+
// OctagonPause aliases
|
|
3666
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3667
|
+
export {
|
|
3668
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3669
|
+
default as PauseOctagonIcon
|
|
3670
|
+
} from '../icons/octagon-pause';
|
|
3661
3671
|
// OctagonAlert aliases
|
|
3662
3672
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3663
3673
|
export {
|
|
@@ -3670,12 +3680,12 @@ export {
|
|
|
3670
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3671
3681
|
default as XOctagonIcon
|
|
3672
3682
|
} from '../icons/octagon-x';
|
|
3673
|
-
//
|
|
3674
|
-
export { default as
|
|
3683
|
+
// PaintbrushVertical aliases
|
|
3684
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3675
3685
|
export {
|
|
3676
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3677
|
-
default as
|
|
3678
|
-
} from '../icons/
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as Paintbrush2Icon
|
|
3688
|
+
} from '../icons/paintbrush-vertical';
|
|
3679
3689
|
// PanelBottomDashed aliases
|
|
3680
3690
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3681
3691
|
export {
|
|
@@ -3688,36 +3698,24 @@ export {
|
|
|
3688
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3689
3699
|
default as SidebarCloseIcon
|
|
3690
3700
|
} from '../icons/panel-left-close';
|
|
3691
|
-
// PaintbrushVertical aliases
|
|
3692
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3695
|
-
default as Paintbrush2Icon
|
|
3696
|
-
} from '../icons/paintbrush-vertical';
|
|
3697
3701
|
// PanelLeftDashed aliases
|
|
3698
3702
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3699
3703
|
export {
|
|
3700
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3701
3705
|
default as PanelLeftInactiveIcon
|
|
3702
3706
|
} from '../icons/panel-left-dashed';
|
|
3703
|
-
//
|
|
3704
|
-
export { default as
|
|
3707
|
+
// PanelLeft aliases
|
|
3708
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3705
3709
|
export {
|
|
3706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3707
|
-
default as
|
|
3708
|
-
} from '../icons/panel-
|
|
3710
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3711
|
+
default as SidebarIcon
|
|
3712
|
+
} from '../icons/panel-left';
|
|
3709
3713
|
// PanelLeftOpen aliases
|
|
3710
3714
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3711
3715
|
export {
|
|
3712
3716
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3713
3717
|
default as SidebarOpenIcon
|
|
3714
3718
|
} from '../icons/panel-left-open';
|
|
3715
|
-
// PanelLeft aliases
|
|
3716
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3719
|
-
default as SidebarIcon
|
|
3720
|
-
} from '../icons/panel-left';
|
|
3721
3719
|
// PanelTopDashed aliases
|
|
3722
3720
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3723
3721
|
export {
|
|
@@ -3730,18 +3728,24 @@ export {
|
|
|
3730
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3731
3729
|
default as LayoutIcon
|
|
3732
3730
|
} from '../icons/panels-top-left';
|
|
3733
|
-
//
|
|
3734
|
-
export { default as
|
|
3731
|
+
// PanelRightDashed aliases
|
|
3732
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3735
3733
|
export {
|
|
3736
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3737
|
-
default as
|
|
3738
|
-
} from '../icons/
|
|
3734
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3735
|
+
default as PanelRightInactiveIcon
|
|
3736
|
+
} from '../icons/panel-right-dashed';
|
|
3739
3737
|
// PenLine aliases
|
|
3740
3738
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3741
3739
|
export {
|
|
3742
3740
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3743
3741
|
default as Edit3Icon
|
|
3744
3742
|
} from '../icons/pen-line';
|
|
3743
|
+
// Pen aliases
|
|
3744
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3745
|
+
export {
|
|
3746
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3747
|
+
default as Edit2Icon
|
|
3748
|
+
} from '../icons/pen';
|
|
3745
3749
|
// PlugZap aliases
|
|
3746
3750
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3747
3751
|
export {
|
|
@@ -3772,42 +3776,48 @@ export {
|
|
|
3772
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3773
3777
|
default as PanelsTopBottomIcon
|
|
3774
3778
|
} from '../icons/rows-3';
|
|
3775
|
-
// ShieldQuestionMark aliases
|
|
3776
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3779
|
-
default as ShieldQuestionIcon
|
|
3780
|
-
} from '../icons/shield-question-mark';
|
|
3781
3779
|
// Scale3d aliases
|
|
3782
3780
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3783
3781
|
export {
|
|
3784
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3785
3783
|
default as Scale3DIcon
|
|
3786
3784
|
} from '../icons/scale-3d';
|
|
3785
|
+
// ShieldQuestionMark aliases
|
|
3786
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as ShieldQuestionIcon
|
|
3790
|
+
} from '../icons/shield-question-mark';
|
|
3787
3791
|
// SendHorizontal aliases
|
|
3788
3792
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3789
3793
|
export {
|
|
3790
3794
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3791
3795
|
default as SendHorizonalIcon
|
|
3792
3796
|
} from '../icons/send-horizontal';
|
|
3793
|
-
// ShieldX aliases
|
|
3794
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3795
|
-
export {
|
|
3796
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3797
|
-
default as ShieldCloseIcon
|
|
3798
|
-
} from '../icons/shield-x';
|
|
3799
3797
|
// SlidersVertical aliases
|
|
3800
3798
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3801
3799
|
export {
|
|
3802
3800
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3803
3801
|
default as SlidersIcon
|
|
3804
3802
|
} from '../icons/sliders-vertical';
|
|
3803
|
+
// ShieldX aliases
|
|
3804
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3805
|
+
export {
|
|
3806
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3807
|
+
default as ShieldCloseIcon
|
|
3808
|
+
} from '../icons/shield-x';
|
|
3805
3809
|
// Sparkles aliases
|
|
3806
3810
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3807
3811
|
export {
|
|
3808
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3809
3813
|
default as StarsIcon
|
|
3810
3814
|
} from '../icons/sparkles';
|
|
3815
|
+
// SquareActivity aliases
|
|
3816
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3819
|
+
default as ActivitySquareIcon
|
|
3820
|
+
} from '../icons/square-activity';
|
|
3811
3821
|
// SquareArrowDownLeft aliases
|
|
3812
3822
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3813
3823
|
export {
|
|
@@ -3820,24 +3830,18 @@ export {
|
|
|
3820
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3821
3831
|
default as ArrowDownRightSquareIcon
|
|
3822
3832
|
} from '../icons/square-arrow-down-right';
|
|
3823
|
-
//
|
|
3824
|
-
export { default as
|
|
3833
|
+
// SquareArrowLeft aliases
|
|
3834
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3825
3835
|
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3827
|
-
default as
|
|
3828
|
-
} from '../icons/square-
|
|
3836
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3837
|
+
default as ArrowLeftSquareIcon
|
|
3838
|
+
} from '../icons/square-arrow-left';
|
|
3829
3839
|
// SquareArrowDown aliases
|
|
3830
3840
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3831
3841
|
export {
|
|
3832
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3833
3843
|
default as ArrowDownSquareIcon
|
|
3834
3844
|
} from '../icons/square-arrow-down';
|
|
3835
|
-
// SquareArrowLeft aliases
|
|
3836
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3837
|
-
export {
|
|
3838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3839
|
-
default as ArrowLeftSquareIcon
|
|
3840
|
-
} from '../icons/square-arrow-left';
|
|
3841
3845
|
// SquareArrowOutDownLeft aliases
|
|
3842
3846
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3843
3847
|
export {
|
|
@@ -3856,24 +3860,24 @@ export {
|
|
|
3856
3860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3857
3861
|
default as ArrowDownRightFromSquareIcon
|
|
3858
3862
|
} from '../icons/square-arrow-out-down-right';
|
|
3859
|
-
// SquareArrowRight aliases
|
|
3860
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3861
|
-
export {
|
|
3862
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3863
|
-
default as ArrowRightSquareIcon
|
|
3864
|
-
} from '../icons/square-arrow-right';
|
|
3865
3863
|
// SquareArrowOutUpRight aliases
|
|
3866
3864
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3867
3865
|
export {
|
|
3868
3866
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3869
3867
|
default as ArrowUpRightFromSquareIcon
|
|
3870
3868
|
} from '../icons/square-arrow-out-up-right';
|
|
3871
|
-
//
|
|
3872
|
-
export { default as
|
|
3869
|
+
// SquareArrowRight aliases
|
|
3870
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3873
3871
|
export {
|
|
3874
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3875
|
-
default as
|
|
3876
|
-
} from '../icons/square-arrow-
|
|
3872
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3873
|
+
default as ArrowRightSquareIcon
|
|
3874
|
+
} from '../icons/square-arrow-right';
|
|
3875
|
+
// SquareArrowUp aliases
|
|
3876
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3877
|
+
export {
|
|
3878
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3879
|
+
default as ArrowUpSquareIcon
|
|
3880
|
+
} from '../icons/square-arrow-up';
|
|
3877
3881
|
// SquareArrowUpRight aliases
|
|
3878
3882
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3879
3883
|
export {
|
|
@@ -3886,24 +3890,12 @@ export {
|
|
|
3886
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3887
3891
|
default as ScissorsSquareDashedBottomIcon
|
|
3888
3892
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3889
|
-
//
|
|
3890
|
-
export { default as
|
|
3891
|
-
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3893
|
-
default as ArrowUpSquareIcon
|
|
3894
|
-
} from '../icons/square-arrow-up';
|
|
3895
|
-
// SquareCheckBig aliases
|
|
3896
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as CheckSquareIcon
|
|
3900
|
-
} from '../icons/square-check-big';
|
|
3901
|
-
// SquareCheck aliases
|
|
3902
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3893
|
+
// SquareArrowUpLeft aliases
|
|
3894
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3903
3895
|
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3905
|
-
default as
|
|
3906
|
-
} from '../icons/square-
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3897
|
+
default as ArrowUpLeftSquareIcon
|
|
3898
|
+
} from '../icons/square-arrow-up-left';
|
|
3907
3899
|
// SquareAsterisk aliases
|
|
3908
3900
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3909
3901
|
export {
|
|
@@ -3920,6 +3912,18 @@ export {
|
|
|
3920
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3921
3913
|
default as SquareGanttChartIcon
|
|
3922
3914
|
} from '../icons/square-chart-gantt';
|
|
3915
|
+
// SquareCheckBig aliases
|
|
3916
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3917
|
+
export {
|
|
3918
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3919
|
+
default as CheckSquareIcon
|
|
3920
|
+
} from '../icons/square-check-big';
|
|
3921
|
+
// SquareCheck aliases
|
|
3922
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3923
|
+
export {
|
|
3924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3925
|
+
default as CheckSquare2Icon
|
|
3926
|
+
} from '../icons/square-check';
|
|
3923
3927
|
// SquareChevronDown aliases
|
|
3924
3928
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3925
3929
|
export {
|
|
@@ -3932,6 +3936,12 @@ export {
|
|
|
3932
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3933
3937
|
default as ChevronRightSquareIcon
|
|
3934
3938
|
} from '../icons/square-chevron-right';
|
|
3939
|
+
// SquareCode aliases
|
|
3940
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3943
|
+
default as CodeSquareIcon
|
|
3944
|
+
} from '../icons/square-code';
|
|
3935
3945
|
// SquareChevronLeft aliases
|
|
3936
3946
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3937
3947
|
export {
|
|
@@ -3944,48 +3954,36 @@ export {
|
|
|
3944
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3945
3955
|
default as ChevronUpSquareIcon
|
|
3946
3956
|
} from '../icons/square-chevron-up';
|
|
3947
|
-
//
|
|
3948
|
-
export { default as
|
|
3957
|
+
// SquareDashedKanban aliases
|
|
3958
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3949
3959
|
export {
|
|
3950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3951
|
-
default as
|
|
3952
|
-
} from '../icons/square-
|
|
3960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3961
|
+
default as KanbanSquareDashedIcon
|
|
3962
|
+
} from '../icons/square-dashed-kanban';
|
|
3953
3963
|
// SquareDashedMousePointer aliases
|
|
3954
3964
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3955
3965
|
export {
|
|
3956
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3957
3967
|
default as MousePointerSquareDashedIcon
|
|
3958
3968
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3959
|
-
// SquareDashed aliases
|
|
3960
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3961
|
-
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3963
|
-
default as BoxSelectIcon
|
|
3964
|
-
} from '../icons/square-dashed';
|
|
3965
|
-
// SquareDashedKanban aliases
|
|
3966
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3967
|
-
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3969
|
-
default as KanbanSquareDashedIcon
|
|
3970
|
-
} from '../icons/square-dashed-kanban';
|
|
3971
3969
|
// SquareDivide aliases
|
|
3972
3970
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3973
3971
|
export {
|
|
3974
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3975
3973
|
default as DivideSquareIcon
|
|
3976
3974
|
} from '../icons/square-divide';
|
|
3975
|
+
// SquareDashed aliases
|
|
3976
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3977
|
+
export {
|
|
3978
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3979
|
+
default as BoxSelectIcon
|
|
3980
|
+
} from '../icons/square-dashed';
|
|
3977
3981
|
// SquareDot aliases
|
|
3978
3982
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3979
3983
|
export {
|
|
3980
3984
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3981
3985
|
default as DotSquareIcon
|
|
3982
3986
|
} from '../icons/square-dot';
|
|
3983
|
-
// SquareFunction aliases
|
|
3984
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3987
|
-
default as FunctionSquareIcon
|
|
3988
|
-
} from '../icons/square-function';
|
|
3989
3987
|
// SquareEqual aliases
|
|
3990
3988
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3991
3989
|
export {
|
|
@@ -3998,6 +3996,18 @@ export {
|
|
|
3998
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3999
3997
|
default as KanbanSquareIcon
|
|
4000
3998
|
} from '../icons/square-kanban';
|
|
3999
|
+
// SquareFunction aliases
|
|
4000
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4001
|
+
export {
|
|
4002
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4003
|
+
default as FunctionSquareIcon
|
|
4004
|
+
} from '../icons/square-function';
|
|
4005
|
+
// SquareLibrary aliases
|
|
4006
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4009
|
+
default as LibrarySquareIcon
|
|
4010
|
+
} from '../icons/square-library';
|
|
4001
4011
|
// SquareM aliases
|
|
4002
4012
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4003
4013
|
export {
|
|
@@ -4016,18 +4026,18 @@ export {
|
|
|
4016
4026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4017
4027
|
default as MinusSquareIcon
|
|
4018
4028
|
} from '../icons/square-minus';
|
|
4019
|
-
// SquareLibrary aliases
|
|
4020
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4023
|
-
default as LibrarySquareIcon
|
|
4024
|
-
} from '../icons/square-library';
|
|
4025
4029
|
// SquareMousePointer aliases
|
|
4026
4030
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4027
4031
|
export {
|
|
4028
4032
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4029
4033
|
default as InspectIcon
|
|
4030
4034
|
} from '../icons/square-mouse-pointer';
|
|
4035
|
+
// SquareParkingOff aliases
|
|
4036
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4037
|
+
export {
|
|
4038
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4039
|
+
default as ParkingSquareOffIcon
|
|
4040
|
+
} from '../icons/square-parking-off';
|
|
4031
4041
|
// SquareParking aliases
|
|
4032
4042
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4033
4043
|
export {
|
|
@@ -4048,66 +4058,66 @@ export {
|
|
|
4048
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4049
4059
|
default as PenSquareIcon
|
|
4050
4060
|
} from '../icons/square-pen';
|
|
4051
|
-
// SquareParkingOff aliases
|
|
4052
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4055
|
-
default as ParkingSquareOffIcon
|
|
4056
|
-
} from '../icons/square-parking-off';
|
|
4057
4061
|
// SquarePercent aliases
|
|
4058
4062
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4059
4063
|
export {
|
|
4060
4064
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4061
4065
|
default as PercentSquareIcon
|
|
4062
4066
|
} from '../icons/square-percent';
|
|
4063
|
-
// SquarePilcrow aliases
|
|
4064
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as PilcrowSquareIcon
|
|
4068
|
-
} from '../icons/square-pilcrow';
|
|
4069
4067
|
// SquarePi aliases
|
|
4070
4068
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4071
4069
|
export {
|
|
4072
4070
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4073
4071
|
default as PiSquareIcon
|
|
4074
4072
|
} from '../icons/square-pi';
|
|
4075
|
-
// SquarePlus aliases
|
|
4076
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4079
|
-
default as PlusSquareIcon
|
|
4080
|
-
} from '../icons/square-plus';
|
|
4081
4073
|
// SquarePlay aliases
|
|
4082
4074
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4083
4075
|
export {
|
|
4084
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4085
4077
|
default as PlaySquareIcon
|
|
4086
4078
|
} from '../icons/square-play';
|
|
4079
|
+
// SquarePilcrow aliases
|
|
4080
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4083
|
+
default as PilcrowSquareIcon
|
|
4084
|
+
} from '../icons/square-pilcrow';
|
|
4087
4085
|
// SquarePower aliases
|
|
4088
4086
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4089
4087
|
export {
|
|
4090
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4091
4089
|
default as PowerSquareIcon
|
|
4092
4090
|
} from '../icons/square-power';
|
|
4091
|
+
// SquarePlus aliases
|
|
4092
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4093
|
+
export {
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4095
|
+
default as PlusSquareIcon
|
|
4096
|
+
} from '../icons/square-plus';
|
|
4093
4097
|
// SquareScissors aliases
|
|
4094
4098
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4095
4099
|
export {
|
|
4096
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4097
4101
|
default as ScissorsSquareIcon
|
|
4098
4102
|
} from '../icons/square-scissors';
|
|
4103
|
+
// SquareSigma aliases
|
|
4104
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4107
|
+
default as SigmaSquareIcon
|
|
4108
|
+
} from '../icons/square-sigma';
|
|
4099
4109
|
// SquareSlash aliases
|
|
4100
4110
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4101
4111
|
export {
|
|
4102
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4103
4113
|
default as SlashSquareIcon
|
|
4104
4114
|
} from '../icons/square-slash';
|
|
4105
|
-
//
|
|
4106
|
-
export { default as
|
|
4115
|
+
// SquareSplitHorizontal aliases
|
|
4116
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4107
4117
|
export {
|
|
4108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4109
|
-
default as
|
|
4110
|
-
} from '../icons/square-
|
|
4118
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4119
|
+
default as SplitSquareHorizontalIcon
|
|
4120
|
+
} from '../icons/square-split-horizontal';
|
|
4111
4121
|
// SquareSplitVertical aliases
|
|
4112
4122
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4113
4123
|
export {
|
|
@@ -4120,12 +4130,6 @@ export {
|
|
|
4120
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4121
4131
|
default as TerminalSquareIcon
|
|
4122
4132
|
} from '../icons/square-terminal';
|
|
4123
|
-
// SquareSplitHorizontal aliases
|
|
4124
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4127
|
-
default as SplitSquareHorizontalIcon
|
|
4128
|
-
} from '../icons/square-split-horizontal';
|
|
4129
4133
|
// SquareUserRound aliases
|
|
4130
4134
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4131
4135
|
export {
|
|
@@ -4138,18 +4142,18 @@ export {
|
|
|
4138
4142
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4139
4143
|
default as UserSquareIcon
|
|
4140
4144
|
} from '../icons/square-user';
|
|
4141
|
-
// SquareX aliases
|
|
4142
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4145
|
-
default as XSquareIcon
|
|
4146
|
-
} from '../icons/square-x';
|
|
4147
4145
|
// TestTubeDiagonal aliases
|
|
4148
4146
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4149
4147
|
export {
|
|
4150
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4151
4149
|
default as TestTube2Icon
|
|
4152
4150
|
} from '../icons/test-tube-diagonal';
|
|
4151
|
+
// SquareX aliases
|
|
4152
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4155
|
+
default as XSquareIcon
|
|
4156
|
+
} from '../icons/square-x';
|
|
4153
4157
|
// TextAlignCenter aliases
|
|
4154
4158
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4155
4159
|
export {
|
|
@@ -4168,6 +4172,12 @@ export {
|
|
|
4168
4172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4169
4173
|
default as AlignJustifyIcon
|
|
4170
4174
|
} from '../icons/text-align-justify';
|
|
4175
|
+
// TextInitial aliases
|
|
4176
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4177
|
+
export {
|
|
4178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4179
|
+
default as LetterTextIcon
|
|
4180
|
+
} from '../icons/text-initial';
|
|
4171
4181
|
// TextAlignStart aliases
|
|
4172
4182
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4173
4183
|
export {
|
|
@@ -4178,18 +4188,24 @@ export {
|
|
|
4178
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4179
4189
|
default as AlignLeftIcon
|
|
4180
4190
|
} from '../icons/text-align-start';
|
|
4181
|
-
// TextInitial aliases
|
|
4182
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4185
|
-
default as LetterTextIcon
|
|
4186
|
-
} from '../icons/text-initial';
|
|
4187
4191
|
// TextSelect aliases
|
|
4188
4192
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4189
4193
|
export {
|
|
4190
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4191
4195
|
default as TextSelectionIcon
|
|
4192
4196
|
} from '../icons/text-select';
|
|
4197
|
+
// TramFront aliases
|
|
4198
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4201
|
+
default as TrainIcon
|
|
4202
|
+
} from '../icons/tram-front';
|
|
4203
|
+
// TriangleAlert aliases
|
|
4204
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4205
|
+
export {
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4207
|
+
default as AlertTriangleIcon
|
|
4208
|
+
} from '../icons/triangle-alert';
|
|
4193
4209
|
// TextWrap aliases
|
|
4194
4210
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4195
4211
|
export {
|
|
@@ -4202,30 +4218,18 @@ export {
|
|
|
4202
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4203
4219
|
default as PalmtreeIcon
|
|
4204
4220
|
} from '../icons/tree-palm';
|
|
4205
|
-
//
|
|
4206
|
-
export { default as
|
|
4207
|
-
export {
|
|
4208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4209
|
-
default as AlertTriangleIcon
|
|
4210
|
-
} from '../icons/triangle-alert';
|
|
4211
|
-
// TramFront aliases
|
|
4212
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4221
|
+
// TvMinimal aliases
|
|
4222
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4213
4223
|
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4215
|
-
default as
|
|
4216
|
-
} from '../icons/
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4225
|
+
default as Tv2Icon
|
|
4226
|
+
} from '../icons/tv-minimal';
|
|
4217
4227
|
// University aliases
|
|
4218
4228
|
export { default as UniversityIcon } from '../icons/university';
|
|
4219
4229
|
export {
|
|
4220
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4221
4231
|
default as School2Icon
|
|
4222
4232
|
} from '../icons/university';
|
|
4223
|
-
// TvMinimal aliases
|
|
4224
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4225
|
-
export {
|
|
4226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4227
|
-
default as Tv2Icon
|
|
4228
|
-
} from '../icons/tv-minimal';
|
|
4229
4233
|
// UserRoundCheck aliases
|
|
4230
4234
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4231
4235
|
export {
|
|
@@ -4256,40 +4260,40 @@ export {
|
|
|
4256
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4257
4261
|
default as UserX2Icon
|
|
4258
4262
|
} from '../icons/user-round-x';
|
|
4259
|
-
// UsersRound aliases
|
|
4260
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4261
|
-
export {
|
|
4262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4263
|
-
default as Users2Icon
|
|
4264
|
-
} from '../icons/users-round';
|
|
4265
4263
|
// UserRound aliases
|
|
4266
4264
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4267
4265
|
export {
|
|
4268
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4269
4267
|
default as User2Icon
|
|
4270
4268
|
} from '../icons/user-round';
|
|
4271
|
-
//
|
|
4272
|
-
export { default as
|
|
4269
|
+
// UsersRound aliases
|
|
4270
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4273
4271
|
export {
|
|
4274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4275
|
-
default as
|
|
4276
|
-
} from '../icons/
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as Users2Icon
|
|
4274
|
+
} from '../icons/users-round';
|
|
4277
4275
|
// UtensilsCrossed aliases
|
|
4278
4276
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4279
4277
|
export {
|
|
4280
4278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4281
4279
|
default as ForkKnifeCrossedIcon
|
|
4282
4280
|
} from '../icons/utensils-crossed';
|
|
4283
|
-
//
|
|
4284
|
-
export { default as
|
|
4281
|
+
// Utensils aliases
|
|
4282
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4285
4283
|
export {
|
|
4286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4287
|
-
default as
|
|
4288
|
-
} from '../icons/
|
|
4284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4285
|
+
default as ForkKnifeIcon
|
|
4286
|
+
} from '../icons/utensils';
|
|
4289
4287
|
// WalletMinimal aliases
|
|
4290
4288
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4291
4289
|
export {
|
|
4292
4290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4293
4291
|
default as Wallet2Icon
|
|
4294
4292
|
} from '../icons/wallet-minimal';
|
|
4293
|
+
// WandSparkles aliases
|
|
4294
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4297
|
+
default as Wand2Icon
|
|
4298
|
+
} from '../icons/wand-sparkles';
|
|
4295
4299
|
|