@lucide/astro 0.565.0 → 0.566.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 +166 -166
- package/src/aliases/prefixed.ts +714 -712
- package/src/aliases/suffixed.ts +1063 -1061
- package/src/icons/forklift.ts +2 -2
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/index.ts +135 -134
- package/src/icons/rocket.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
// AArrowUp aliases
|
|
2
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
1
|
// ALargeSmall aliases
|
|
4
2
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowDown aliases
|
|
6
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
7
|
-
// Accessibility aliases
|
|
8
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
3
|
// Activity aliases
|
|
10
4
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
5
|
// AirVent aliases
|
|
14
6
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
7
|
+
// Airplay aliases
|
|
8
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
9
|
+
// Accessibility aliases
|
|
10
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
15
11
|
// AlarmClockOff aliases
|
|
16
12
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
13
|
// AlarmSmoke aliases
|
|
20
14
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
15
|
+
// AlarmClock aliases
|
|
16
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
+
// AArrowUp aliases
|
|
18
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
21
19
|
// Album aliases
|
|
22
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
@@ -28,24 +26,24 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
28
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
27
|
// AlignEndVertical aliases
|
|
30
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
29
|
// AlignHorizontalDistributeEnd aliases
|
|
34
30
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeStart aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
-
// AlignHorizontalJustifyEnd aliases
|
|
40
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
37
|
// AlignHorizontalJustifyStart aliases
|
|
42
38
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
43
|
// AlignStartHorizontal aliases
|
|
48
44
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
47
|
// AlignStartVertical aliases
|
|
50
48
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
@@ -54,16 +52,16 @@ export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-ver
|
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
// AlignVerticalJustifyEnd aliases
|
|
58
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
55
|
// AlignVerticalJustifyCenter aliases
|
|
60
56
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
+
// AlignVerticalJustifyEnd aliases
|
|
58
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
59
|
+
// AlignVerticalSpaceAround aliases
|
|
60
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
61
61
|
// AlignVerticalJustifyStart aliases
|
|
62
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
63
|
// AlignVerticalSpaceBetween aliases
|
|
64
64
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
-
// AlignVerticalSpaceAround aliases
|
|
66
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
65
|
// Ambulance aliases
|
|
68
66
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
67
|
// Ampersand aliases
|
|
@@ -72,30 +70,30 @@ export { default as AmpersandIcon } from '../icons/ampersand';
|
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
-
// Antenna aliases
|
|
78
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
73
|
// Anchor aliases
|
|
80
74
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
|
+
// Angry aliases
|
|
76
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
81
77
|
// Annoyed aliases
|
|
82
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
79
|
// Anvil aliases
|
|
84
80
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
85
|
// AppWindow aliases
|
|
90
86
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
//
|
|
92
|
-
export { default as
|
|
87
|
+
// AppWindowMac aliases
|
|
88
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
93
89
|
// ArchiveRestore aliases
|
|
94
90
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
-
//
|
|
96
|
-
export { default as
|
|
91
|
+
// Apple aliases
|
|
92
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
93
|
// ArchiveX aliases
|
|
98
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
@@ -108,26 +106,26 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
// ArrowBigRight aliases
|
|
112
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
// ArrowDownFromLine aliases
|
|
114
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
109
|
// ArrowBigUpDash aliases
|
|
116
110
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
113
|
// ArrowBigUp aliases
|
|
118
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
|
-
//
|
|
120
|
-
export { default as
|
|
115
|
+
// ArrowDownFromLine aliases
|
|
116
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
117
|
// ArrowDownLeft aliases
|
|
122
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
//
|
|
124
|
-
export { default as
|
|
119
|
+
// ArrowDownNarrowWide aliases
|
|
120
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
125
121
|
// ArrowDownRight aliases
|
|
126
122
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
123
|
+
// ArrowDownToDot aliases
|
|
124
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
125
|
// ArrowDownUp aliases
|
|
130
126
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
127
|
+
// ArrowDownToLine aliases
|
|
128
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
129
|
// ArrowDown aliases
|
|
132
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
131
|
// ArrowLeftFromLine aliases
|
|
@@ -138,40 +136,40 @@ export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
139
|
// ArrowRightLeft aliases
|
|
144
140
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
141
|
// ArrowRightToLine aliases
|
|
146
142
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
143
|
// ArrowRight aliases
|
|
148
144
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
145
|
+
// ArrowRightFromLine aliases
|
|
146
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
147
|
// ArrowUpDown aliases
|
|
150
148
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
149
|
// ArrowUpFromDot aliases
|
|
154
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
|
-
// ArrowUpRight aliases
|
|
156
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpToLine aliases
|
|
158
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
159
|
-
// ArrowUpWideNarrow aliases
|
|
160
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
151
|
// ArrowUpLeft aliases
|
|
162
152
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpToLine aliases
|
|
156
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
157
|
+
// ArrowUpRight aliases
|
|
158
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
163
159
|
// ArrowUp aliases
|
|
164
160
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
166
164
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
-
// Asterisk aliases
|
|
168
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
165
|
// AtSign aliases
|
|
170
166
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
//
|
|
172
|
-
export { default as
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
173
169
|
// AudioLines aliases
|
|
174
170
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
175
|
// Award aliases
|
|
@@ -182,36 +180,36 @@ export { default as AxeIcon } from '../icons/axe';
|
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
181
|
// Backpack aliases
|
|
184
182
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
183
|
// BadgeCent aliases
|
|
188
184
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
187
|
// BadgeDollarSign aliases
|
|
190
188
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
189
|
// BadgeIndianRupee aliases
|
|
192
190
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
191
|
// BadgeEuro aliases
|
|
194
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
|
-
// BadgeInfo aliases
|
|
196
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
193
|
// BadgeJapaneseYen aliases
|
|
198
194
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
195
|
+
// BadgeInfo aliases
|
|
196
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
197
|
// BadgeMinus aliases
|
|
200
198
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePoundSterling aliases
|
|
202
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
203
199
|
// BadgePercent aliases
|
|
204
200
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
201
|
// BadgePlus aliases
|
|
206
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePoundSterling aliases
|
|
204
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
|
+
// BadgeRussianRuble aliases
|
|
206
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
207
|
// BadgeSwissFranc aliases
|
|
208
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
-
// BadgeX aliases
|
|
210
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgeX aliases
|
|
212
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
213
|
// Badge aliases
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
@@ -220,52 +218,52 @@ export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
|
220
218
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
219
|
// Ban aliases
|
|
222
220
|
export { default as BanIcon } from '../icons/ban';
|
|
223
|
-
// Banana aliases
|
|
224
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
225
221
|
// Bandage aliases
|
|
226
222
|
export { default as BandageIcon } from '../icons/bandage';
|
|
223
|
+
// Banana aliases
|
|
224
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
227
225
|
// BanknoteArrowDown aliases
|
|
228
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
227
|
// BanknoteArrowUp aliases
|
|
230
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
-
// Banknote aliases
|
|
234
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
231
|
// Barcode aliases
|
|
236
232
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
233
|
// Barrel aliases
|
|
238
234
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
|
+
// Banknote aliases
|
|
236
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
237
|
// Baseline aliases
|
|
240
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
239
|
// Bath aliases
|
|
242
240
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryCharging aliases
|
|
244
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
241
|
// BatteryFull aliases
|
|
246
242
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
243
|
// BatteryLow aliases
|
|
248
244
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
|
+
// BatteryCharging aliases
|
|
246
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
249
|
// BatteryPlus aliases
|
|
252
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
251
|
// BatteryWarning aliases
|
|
254
252
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
|
-
// Battery aliases
|
|
256
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
257
253
|
// Beaker aliases
|
|
258
254
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
255
|
// BeanOff aliases
|
|
260
256
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
257
|
// Bean aliases
|
|
262
258
|
export { default as BeanIcon } from '../icons/bean';
|
|
259
|
+
// Battery aliases
|
|
260
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
263
261
|
// BedDouble aliases
|
|
264
262
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
263
|
// BedSingle aliases
|
|
268
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
+
// Bed aliases
|
|
266
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
267
|
// Beef aliases
|
|
270
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
269
|
// BeerOff aliases
|
|
@@ -280,8 +278,6 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
280
278
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
// BellPlus aliases
|
|
284
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
281
|
// BellRing aliases
|
|
286
282
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
283
|
// Bell aliases
|
|
@@ -290,178 +286,180 @@ export { default as BellIcon } from '../icons/bell';
|
|
|
290
286
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
287
|
// BicepsFlexed aliases
|
|
292
288
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
289
|
+
// BellPlus aliases
|
|
290
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
291
|
// Bike aliases
|
|
296
292
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
293
|
// Binary aliases
|
|
298
294
|
export { default as BinaryIcon } from '../icons/binary';
|
|
295
|
+
// BetweenVerticalStart aliases
|
|
296
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
297
|
// Binoculars aliases
|
|
300
298
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
-
// Biohazard aliases
|
|
302
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
299
|
// Bird aliases
|
|
304
300
|
export { default as BirdIcon } from '../icons/bird';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
303
|
// Bitcoin aliases
|
|
306
304
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
305
|
// Birdhouse aliases
|
|
308
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
307
|
// Blinds aliases
|
|
314
308
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
309
|
+
// Blocks aliases
|
|
310
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
|
+
// Blend aliases
|
|
312
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
315
313
|
// BluetoothConnected aliases
|
|
316
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
315
|
// BluetoothOff aliases
|
|
318
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
317
|
// BluetoothSearching aliases
|
|
320
318
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
-
// Bold aliases
|
|
322
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
323
319
|
// Bluetooth aliases
|
|
324
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
//
|
|
326
|
-
export { default as
|
|
321
|
+
// Bold aliases
|
|
322
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
327
323
|
// Bomb aliases
|
|
328
324
|
export { default as BombIcon } from '../icons/bomb';
|
|
325
|
+
// Bolt aliases
|
|
326
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
329
327
|
// Bone aliases
|
|
330
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// BookAlert aliases
|
|
332
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
329
|
// BookA aliases
|
|
334
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
331
|
+
// BookAlert aliases
|
|
332
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
333
|
// BookCheck aliases
|
|
338
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
|
+
// BookAudio aliases
|
|
336
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
337
|
// BookCopy aliases
|
|
340
338
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
339
|
// BookDown aliases
|
|
342
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
341
|
// BookHeadphones aliases
|
|
344
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
|
-
// BookImage aliases
|
|
348
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
343
|
// BookKey aliases
|
|
350
344
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
345
|
+
// BookImage aliases
|
|
346
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
349
|
// BookLock aliases
|
|
352
350
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMarked aliases
|
|
354
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
351
|
// BookMinus aliases
|
|
356
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
|
+
// BookMarked aliases
|
|
354
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
355
|
// BookOpenCheck aliases
|
|
358
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookPlus aliases
|
|
358
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
363
|
// BookSearch aliases
|
|
366
364
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
365
|
// BookText aliases
|
|
370
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
+
// BookType aliases
|
|
368
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
369
|
// BookUp aliases
|
|
372
370
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
371
|
// BookUp2 aliases
|
|
374
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
373
|
// BookUser aliases
|
|
376
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
375
|
// BookX aliases
|
|
380
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
+
// Book aliases
|
|
378
|
+
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
381
|
// BookmarkMinus aliases
|
|
384
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
-
// BookmarkPlus aliases
|
|
386
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
383
|
// BookmarkX aliases
|
|
388
384
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
|
+
// BookmarkPlus aliases
|
|
386
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
387
|
// Bookmark aliases
|
|
390
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BoomBox aliases
|
|
392
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
389
|
// BotMessageSquare aliases
|
|
394
390
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
391
|
// BotOff aliases
|
|
396
392
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
393
|
// Bot aliases
|
|
398
394
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
-
//
|
|
400
|
-
export { default as
|
|
401
|
-
// Box aliases
|
|
402
|
-
export { default as BoxIcon } from '../icons/box';
|
|
395
|
+
// BoomBox aliases
|
|
396
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
403
397
|
// BowArrow aliases
|
|
404
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
|
+
// BottleWine aliases
|
|
400
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
405
401
|
// Boxes aliases
|
|
406
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
403
|
// Brackets aliases
|
|
408
404
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
405
|
// BrainCircuit aliases
|
|
410
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
+
// Box aliases
|
|
408
|
+
export { default as BoxIcon } from '../icons/box';
|
|
411
409
|
// BrainCog aliases
|
|
412
410
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
-
// Brain aliases
|
|
414
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
415
411
|
// BrickWallFire aliases
|
|
416
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
413
|
// BrickWallShield aliases
|
|
418
414
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
415
|
// BrickWall aliases
|
|
420
416
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
|
+
// Brain aliases
|
|
418
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
421
419
|
// BriefcaseBusiness aliases
|
|
422
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// BriefcaseConveyorBelt aliases
|
|
424
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
423
|
// BriefcaseMedical aliases
|
|
426
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
|
+
// BrushCleaning aliases
|
|
426
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
427
|
// Briefcase aliases
|
|
428
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
-
// BringToFront aliases
|
|
430
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
429
|
// Brush aliases
|
|
432
430
|
export { default as BrushIcon } from '../icons/brush';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
435
|
-
// BugOff aliases
|
|
436
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
431
|
+
// BringToFront aliases
|
|
432
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
437
433
|
// Bubbles aliases
|
|
438
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
435
|
+
// BugOff aliases
|
|
436
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
+
// Building2 aliases
|
|
438
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
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
|
-
// Building2 aliases
|
|
444
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
445
443
|
// Building aliases
|
|
446
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
|
-
// BusFront aliases
|
|
448
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
445
|
// Bus aliases
|
|
450
446
|
export { default as BusIcon } from '../icons/bus';
|
|
451
447
|
// CableCar aliases
|
|
452
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
|
+
// BusFront aliases
|
|
450
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
453
451
|
// Cable aliases
|
|
454
452
|
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
459
455
|
// Calendar1 aliases
|
|
460
456
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
457
|
+
// Cake aliases
|
|
458
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
463
459
|
// CalendarArrowDown aliases
|
|
464
460
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
|
+
// Calculator aliases
|
|
462
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
465
463
|
// CalendarArrowUp aliases
|
|
466
464
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
465
|
// CalendarCheck2 aliases
|
|
@@ -486,48 +484,48 @@ export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
|
486
484
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
|
-
// CalendarRange aliases
|
|
490
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
487
|
// CalendarPlus aliases
|
|
492
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
|
-
// CalendarX2 aliases
|
|
494
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
489
|
// CalendarSearch aliases
|
|
496
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
+
// CalendarRange aliases
|
|
492
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
493
|
+
// CalendarX2 aliases
|
|
494
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
495
|
// CalendarSync aliases
|
|
498
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
497
|
// CalendarX aliases
|
|
500
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
499
|
// Calendar aliases
|
|
502
500
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
|
-
// CameraOff aliases
|
|
504
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
501
|
// Calendars aliases
|
|
506
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
503
|
+
// CameraOff aliases
|
|
504
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
+
// Camera aliases
|
|
506
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
507
507
|
// CandyCane aliases
|
|
508
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
509
|
// CandyOff aliases
|
|
510
510
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
|
-
// Camera aliases
|
|
512
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
513
511
|
// Candy aliases
|
|
514
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
515
513
|
// CannabisOff aliases
|
|
516
514
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
515
|
// Cannabis aliases
|
|
518
516
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
|
-
// Car aliases
|
|
520
|
-
export { default as CarIcon } from '../icons/car';
|
|
521
517
|
// CaptionsOff aliases
|
|
522
518
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
519
|
// CarFront aliases
|
|
524
520
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
521
|
// CarTaxiFront aliases
|
|
526
522
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
|
-
//
|
|
528
|
-
export { default as
|
|
523
|
+
// Car aliases
|
|
524
|
+
export { default as CarIcon } from '../icons/car';
|
|
529
525
|
// CardSim aliases
|
|
530
526
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
527
|
+
// Caravan aliases
|
|
528
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
531
|
// CaseLower aliases
|
|
@@ -540,34 +538,34 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
540
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as CastIcon } from '../icons/cast';
|
|
543
|
-
// Castle aliases
|
|
544
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
545
541
|
// Cat aliases
|
|
546
542
|
export { default as CatIcon } from '../icons/cat';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
543
|
+
// Castle aliases
|
|
544
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
549
545
|
// ChartBarDecreasing aliases
|
|
550
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
547
|
// ChartBarStacked aliases
|
|
552
548
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
549
|
// ChartBarIncreasing aliases
|
|
554
550
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
+
// Cctv aliases
|
|
552
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
555
553
|
// ChartColumnDecreasing aliases
|
|
556
554
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
555
|
// ChartColumnStacked aliases
|
|
560
556
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
557
|
+
// ChartGantt aliases
|
|
558
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
559
|
// ChartNetwork aliases
|
|
562
560
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
564
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
|
-
// ChartNoAxesCombined aliases
|
|
566
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
563
|
// ChartSpline aliases
|
|
568
564
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
565
|
// CheckCheck aliases
|
|
570
566
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
567
|
+
// ChartNoAxesCombined aliases
|
|
568
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
571
569
|
// CheckLine aliases
|
|
572
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
571
|
// Check aliases
|
|
@@ -578,10 +576,10 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
578
576
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
581
|
-
// ChessKnight aliases
|
|
582
|
-
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
579
|
// ChessKing aliases
|
|
584
580
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
|
+
// ChessKnight aliases
|
|
582
|
+
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
583
|
// ChessPawn aliases
|
|
586
584
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
585
|
// ChessQueen aliases
|
|
@@ -596,34 +594,34 @@ export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
|
596
594
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
595
|
// ChevronLeft aliases
|
|
598
596
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
-
// ChevronUp aliases
|
|
600
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
597
|
// ChevronRight aliases
|
|
602
598
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
599
|
+
// ChevronUp aliases
|
|
600
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
+
// ChevronsLeftRightEllipsis aliases
|
|
602
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
+
// ChevronsLeftRight aliases
|
|
606
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
605
607
|
// ChevronsDown aliases
|
|
606
608
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
|
-
// ChevronsLeftRightEllipsis aliases
|
|
608
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
609
609
|
// ChevronsLeft aliases
|
|
610
610
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
611
|
+
// ChevronsRight aliases
|
|
612
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
615
|
// ChevronsUpDown aliases
|
|
616
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
|
-
// ChevronsRight aliases
|
|
618
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
617
|
// ChevronsUp aliases
|
|
620
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
619
|
// Church aliases
|
|
622
620
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
|
-
// CigaretteOff aliases
|
|
624
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
621
|
// Cigarette aliases
|
|
626
622
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
623
|
+
// CigaretteOff aliases
|
|
624
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
625
|
// CircleDashed aliases
|
|
628
626
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
629
627
|
// CircleDollarSign aliases
|
|
@@ -650,14 +648,14 @@ export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterli
|
|
|
650
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
|
-
// CircleStar aliases
|
|
654
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
651
|
// Circle aliases
|
|
656
652
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
|
-
//
|
|
658
|
-
export { default as
|
|
653
|
+
// CircleStar aliases
|
|
654
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
659
655
|
// Citrus aliases
|
|
660
656
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
657
|
+
// CircuitBoard aliases
|
|
658
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
659
|
// Clapperboard aliases
|
|
662
660
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
661
|
// ClipboardCheck aliases
|
|
@@ -668,28 +666,30 @@ export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
|
668
666
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
667
|
// ClipboardList aliases
|
|
670
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
671
|
-
// ClipboardMinus aliases
|
|
672
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
669
|
// ClipboardPaste aliases
|
|
674
670
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
671
|
+
// ClipboardMinus aliases
|
|
672
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
675
673
|
// ClipboardPlus aliases
|
|
676
674
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
675
|
// ClipboardType aliases
|
|
678
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
677
|
// ClipboardX aliases
|
|
680
678
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
|
-
// Clipboard aliases
|
|
682
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
679
|
// Clock1 aliases
|
|
684
680
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
681
|
+
// Clipboard aliases
|
|
682
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
+
// AArrowDown aliases
|
|
684
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
685
685
|
// Clock10 aliases
|
|
686
686
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
687
|
// Clock11 aliases
|
|
688
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
-
// Clock2 aliases
|
|
690
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
691
689
|
// Clock12 aliases
|
|
692
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
|
+
// Clock2 aliases
|
|
692
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
693
|
// Clock3 aliases
|
|
694
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
695
|
// Clock4 aliases
|
|
@@ -704,24 +704,24 @@ export { default as Clock7Icon } from '../icons/clock-7';
|
|
|
704
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
705
|
// Clock9 aliases
|
|
706
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
|
-
// ClockArrowDown aliases
|
|
708
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
707
|
// ClockAlert aliases
|
|
710
708
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
711
|
-
//
|
|
712
|
-
export { default as
|
|
709
|
+
// ClockArrowDown aliases
|
|
710
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
713
711
|
// ClockArrowUp aliases
|
|
714
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
|
+
// ClockCheck aliases
|
|
714
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
716
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
717
|
// ClockPlus aliases
|
|
718
718
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
|
-
// CloudAlert aliases
|
|
722
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
723
721
|
// ClosedCaption aliases
|
|
724
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
|
+
// CloudAlert aliases
|
|
724
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
725
|
// CloudBackup aliases
|
|
726
726
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
727
|
// CloudCheck aliases
|
|
@@ -730,16 +730,16 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
+
// CloudLightning aliases
|
|
734
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
733
735
|
// CloudFog aliases
|
|
734
736
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
737
|
// CloudHail aliases
|
|
736
738
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
-
// CloudLightning aliases
|
|
738
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
-
// CloudMoon aliases
|
|
740
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
739
|
// CloudMoonRain aliases
|
|
742
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
|
+
// CloudMoon aliases
|
|
742
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
@@ -752,16 +752,16 @@ export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
754
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
755
|
-
// Cloud aliases
|
|
756
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
757
|
-
// Cloudy aliases
|
|
758
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
759
755
|
// CloudSync aliases
|
|
760
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
|
+
// Cloud aliases
|
|
758
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
761
759
|
// Clover aliases
|
|
762
760
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
761
|
// Club aliases
|
|
764
762
|
export { default as ClubIcon } from '../icons/club';
|
|
763
|
+
// Cloudy aliases
|
|
764
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
765
765
|
// Code aliases
|
|
766
766
|
export { default as CodeIcon } from '../icons/code';
|
|
767
767
|
// Codepen aliases
|
|
@@ -770,10 +770,10 @@ export { default as CodepenIcon } from '../icons/codepen';
|
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
771
|
// Coffee aliases
|
|
772
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
-
// Coins aliases
|
|
774
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
775
773
|
// Cog aliases
|
|
776
774
|
export { default as CogIcon } from '../icons/cog';
|
|
775
|
+
// Coins aliases
|
|
776
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
777
777
|
// Columns4 aliases
|
|
778
778
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
779
|
// Combine aliases
|
|
@@ -782,20 +782,20 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
782
782
|
export { default as CommandIcon } from '../icons/command';
|
|
783
783
|
// Compass aliases
|
|
784
784
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Component aliases
|
|
786
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
787
785
|
// Computer aliases
|
|
788
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
787
|
+
// Component aliases
|
|
788
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
791
789
|
// ConciergeBell aliases
|
|
792
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
|
+
// Cone aliases
|
|
792
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Construction aliases
|
|
794
794
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Contact aliases
|
|
796
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
797
795
|
// Container aliases
|
|
798
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
+
// Contact aliases
|
|
798
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
801
|
// Cookie aliases
|
|
@@ -806,30 +806,30 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
806
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
// CopySlash aliases
|
|
810
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
809
|
// CopyPlus aliases
|
|
812
810
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
813
|
-
//
|
|
814
|
-
export { default as
|
|
811
|
+
// CopySlash aliases
|
|
812
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
815
813
|
// Copy aliases
|
|
816
814
|
export { default as CopyIcon } from '../icons/copy';
|
|
815
|
+
// CopyX aliases
|
|
816
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
817
817
|
// Copyleft aliases
|
|
818
818
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
|
-
// CornerDownLeft aliases
|
|
820
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
821
|
-
// CornerDownRight aliases
|
|
822
|
-
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
819
|
// Copyright aliases
|
|
824
820
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
|
+
// CornerDownRight aliases
|
|
822
|
+
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
823
|
+
// CornerDownLeft aliases
|
|
824
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
|
-
// CornerRightDown aliases
|
|
828
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
827
|
// CornerLeftUp aliases
|
|
830
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
831
829
|
// CornerRightUp aliases
|
|
832
830
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
831
|
+
// CornerRightDown aliases
|
|
832
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
833
833
|
// CornerUpLeft aliases
|
|
834
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// CornerUpRight aliases
|
|
@@ -846,32 +846,32 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
846
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
847
|
// Crop aliases
|
|
848
848
|
export { default as CropIcon } from '../icons/crop';
|
|
849
|
-
// Crown aliases
|
|
850
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
851
849
|
// Crosshair aliases
|
|
852
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Crown aliases
|
|
852
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
855
|
// CupSoda aliases
|
|
856
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
857
|
-
// Currency aliases
|
|
858
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
857
|
// Cylinder aliases
|
|
860
858
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
859
|
+
// Currency aliases
|
|
860
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
+
// DatabaseSearch aliases
|
|
864
|
+
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
863
865
|
// DatabaseBackup aliases
|
|
864
866
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
867
|
// DatabaseZap aliases
|
|
866
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
-
//
|
|
868
|
-
export { default as
|
|
869
|
+
// Database aliases
|
|
870
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
869
871
|
// DecimalsArrowLeft aliases
|
|
870
872
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
871
873
|
// DecimalsArrowRight aliases
|
|
872
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
-
// Database aliases
|
|
874
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
875
875
|
// Delete aliases
|
|
876
876
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
877
|
// Dessert aliases
|
|
@@ -880,38 +880,38 @@ export { default as DessertIcon } from '../icons/dessert';
|
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
-
// Diamond aliases
|
|
884
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
883
|
// DiamondPlus aliases
|
|
886
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
|
+
// Diamond aliases
|
|
886
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
889
|
// Dice2 aliases
|
|
890
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
|
-
// Dice4 aliases
|
|
892
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
893
891
|
// Dice3 aliases
|
|
894
892
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
893
|
+
// Dice4 aliases
|
|
894
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
895
|
// Dice5 aliases
|
|
898
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
899
897
|
// Dice6 aliases
|
|
900
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
901
|
-
//
|
|
902
|
-
export { default as
|
|
899
|
+
// Dices aliases
|
|
900
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
903
901
|
// Diff aliases
|
|
904
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
+
// Disc2 aliases
|
|
904
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
905
|
// Disc3 aliases
|
|
906
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
907
|
// DiscAlbum aliases
|
|
908
908
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
|
-
// DnaOff aliases
|
|
910
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
911
909
|
// Disc aliases
|
|
912
910
|
export { default as DiscIcon } from '../icons/disc';
|
|
913
911
|
// Divide aliases
|
|
914
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
+
// DnaOff aliases
|
|
914
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
915
|
// Dna aliases
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
917
|
// Dock aliases
|
|
@@ -922,12 +922,12 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
924
924
|
export { default as DonutIcon } from '../icons/donut';
|
|
925
|
-
// DoorClosed aliases
|
|
926
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
929
927
|
// DoorOpen aliases
|
|
930
928
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
929
|
+
// DoorClosed aliases
|
|
930
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
931
931
|
// Dot aliases
|
|
932
932
|
export { default as DotIcon } from '../icons/dot';
|
|
933
933
|
// Download aliases
|
|
@@ -936,8 +936,6 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
937
|
// Drama aliases
|
|
938
938
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
939
|
// Dribbble aliases
|
|
942
940
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
943
941
|
// Drone aliases
|
|
@@ -946,22 +944,24 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
945
|
// Droplet aliases
|
|
948
946
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
|
-
// Droplets aliases
|
|
950
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
947
|
// Drum aliases
|
|
952
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
953
|
-
//
|
|
954
|
-
export { default as
|
|
949
|
+
// Drill aliases
|
|
950
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
951
|
+
// Droplets aliases
|
|
952
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
955
953
|
// Drumstick aliases
|
|
956
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
957
|
-
//
|
|
958
|
-
export { default as
|
|
959
|
-
// EarthLock aliases
|
|
960
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
955
|
+
// Dumbbell aliases
|
|
956
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
961
957
|
// Ear aliases
|
|
962
958
|
export { default as EarIcon } from '../icons/ear';
|
|
959
|
+
// EarOff aliases
|
|
960
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
963
961
|
// Eclipse aliases
|
|
964
962
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
|
+
// EarthLock aliases
|
|
964
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
965
965
|
// EggFried aliases
|
|
966
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
967
|
// EggOff aliases
|
|
@@ -974,40 +974,40 @@ export { default as EqualApproximatelyIcon } from '../icons/equal-approximately'
|
|
|
974
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
|
-
// Eraser aliases
|
|
978
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
979
977
|
// EthernetPort aliases
|
|
980
978
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
979
|
+
// Eraser aliases
|
|
980
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
981
981
|
// Euro aliases
|
|
982
982
|
export { default as EuroIcon } from '../icons/euro';
|
|
983
983
|
// EvCharger aliases
|
|
984
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
985
|
// Expand aliases
|
|
986
986
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
-
// EyeClosed aliases
|
|
988
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
987
|
// ExternalLink aliases
|
|
990
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
|
+
// EyeClosed aliases
|
|
990
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
991
|
// EyeOff aliases
|
|
992
992
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
993
993
|
// Eye aliases
|
|
994
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
|
-
// Facebook aliases
|
|
996
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
995
|
// Factory aliases
|
|
998
996
|
export { default as FactoryIcon } from '../icons/factory';
|
|
997
|
+
// Facebook aliases
|
|
998
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
999
999
|
// Fan aliases
|
|
1000
1000
|
export { default as FanIcon } from '../icons/fan';
|
|
1001
1001
|
// FastForward aliases
|
|
1002
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
|
-
// Feather aliases
|
|
1004
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
|
-
// FerrisWheel aliases
|
|
1006
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1007
1003
|
// Fence aliases
|
|
1008
1004
|
export { default as FenceIcon } from '../icons/fence';
|
|
1005
|
+
// Feather aliases
|
|
1006
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1009
1007
|
// Figma aliases
|
|
1010
1008
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1009
|
+
// FerrisWheel aliases
|
|
1010
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1011
1011
|
// FileArchive aliases
|
|
1012
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
1013
|
// FileBox aliases
|
|
@@ -1024,10 +1024,10 @@ export { default as FileDiffIcon } from '../icons/file-diff';
|
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
1025
|
// FileDown aliases
|
|
1026
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1027
|
-
// FileHeart aliases
|
|
1028
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1029
|
+
// FileHeart aliases
|
|
1030
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
1033
|
// FileMinus aliases
|
|
@@ -1036,14 +1036,14 @@ export { default as FileMinusIcon } from '../icons/file-minus';
|
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1037
|
// FileOutput aliases
|
|
1038
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
|
-
// FilePlus aliases
|
|
1040
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
-
// FileScan aliases
|
|
1042
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1039
|
// FileSearch aliases
|
|
1044
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FilePlus aliases
|
|
1042
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1045
1043
|
// FileSliders aliases
|
|
1046
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
|
+
// FileScan aliases
|
|
1046
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1047
1047
|
// FileSpreadsheet aliases
|
|
1048
1048
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1049
|
// FileStack aliases
|
|
@@ -1052,34 +1052,34 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
+
// FileText aliases
|
|
1056
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
1057
|
// FileType aliases
|
|
1056
1058
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
|
-
// FileUp aliases
|
|
1058
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
1059
|
// FileVolume aliases
|
|
1060
1060
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1061
|
-
// FileText aliases
|
|
1062
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1063
1061
|
// FileUser aliases
|
|
1064
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
-
//
|
|
1066
|
-
export { default as
|
|
1063
|
+
// FileUp aliases
|
|
1064
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1067
1065
|
// FileX aliases
|
|
1068
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
|
+
// File aliases
|
|
1068
|
+
export { default as FileIcon } from '../icons/file';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
|
-
// FireExtinguisher aliases
|
|
1072
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1071
|
// Film aliases
|
|
1074
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
+
// FireExtinguisher aliases
|
|
1074
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1075
1075
|
// FishOff aliases
|
|
1076
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1077
|
-
// FishingHook aliases
|
|
1078
|
-
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1079
1077
|
// FishSymbol aliases
|
|
1080
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1081
1079
|
// Fish aliases
|
|
1082
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
+
// FishingHook aliases
|
|
1082
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1083
|
// FlagOff aliases
|
|
1084
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
1085
|
// FlagTriangleRight aliases
|
|
@@ -1090,18 +1090,18 @@ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
|
1090
1090
|
export { default as FlagIcon } from '../icons/flag';
|
|
1091
1091
|
// FlameKindling aliases
|
|
1092
1092
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1093
|
-
// FlashlightOff aliases
|
|
1094
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1095
1093
|
// Flashlight aliases
|
|
1096
1094
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1095
|
+
// FlashlightOff aliases
|
|
1096
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1097
|
// Flame aliases
|
|
1098
1098
|
export { default as FlameIcon } from '../icons/flame';
|
|
1099
1099
|
// FlaskConicalOff aliases
|
|
1100
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
|
-
// FlaskConical aliases
|
|
1102
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
1101
|
// FlaskRound aliases
|
|
1104
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
|
+
// FlaskConical aliases
|
|
1104
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
1105
|
// FlipHorizontal2 aliases
|
|
1106
1106
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
1107
|
// FlipHorizontal aliases
|
|
@@ -1112,122 +1112,122 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1112
1112
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1113
1113
|
// Flower2 aliases
|
|
1114
1114
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
|
+
// Focus aliases
|
|
1116
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1115
1117
|
// Flower aliases
|
|
1116
1118
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1119
|
// FoldHorizontal aliases
|
|
1118
1120
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
|
-
// FoldVertical aliases
|
|
1120
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
-
// Focus aliases
|
|
1122
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1121
|
// FolderArchive aliases
|
|
1124
1122
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1123
|
+
// FoldVertical aliases
|
|
1124
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
1127
|
// FolderClock aliases
|
|
1128
1128
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
|
-
// FolderCode aliases
|
|
1130
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
1129
|
// FolderClosed aliases
|
|
1132
1130
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1131
|
+
// FolderCode aliases
|
|
1132
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1133
|
// FolderDot aliases
|
|
1134
1134
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1135
|
-
// FolderGit2 aliases
|
|
1136
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1137
1135
|
// FolderDown aliases
|
|
1138
1136
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1137
|
+
// FolderGit2 aliases
|
|
1138
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1139
|
+
// FolderHeart aliases
|
|
1140
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
1141
|
// FolderInput aliases
|
|
1140
1142
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
|
-
// FolderGit aliases
|
|
1142
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1143
1143
|
// FolderKanban aliases
|
|
1144
1144
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1145
|
-
//
|
|
1146
|
-
export { default as
|
|
1145
|
+
// FolderGit aliases
|
|
1146
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
1147
|
// FolderKey aliases
|
|
1148
1148
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1149
|
-
// FolderLock aliases
|
|
1150
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1151
1149
|
// FolderMinus aliases
|
|
1152
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
|
+
// FolderLock aliases
|
|
1152
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
1154
1154
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
|
+
// FolderOpen aliases
|
|
1156
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1155
1157
|
// FolderOutput aliases
|
|
1156
1158
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
|
+
// FolderSearch2 aliases
|
|
1160
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1157
1161
|
// FolderPlus aliases
|
|
1158
1162
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
|
-
// FolderOpen aliases
|
|
1160
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1161
1163
|
// FolderRoot aliases
|
|
1162
1164
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
|
-
// FolderSearch2 aliases
|
|
1164
|
-
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
1165
|
// FolderSearch aliases
|
|
1166
1166
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1167
|
// FolderSymlink aliases
|
|
1168
1168
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
|
+
// FolderTree aliases
|
|
1170
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1171
|
// FolderSync aliases
|
|
1170
1172
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
1173
|
// FolderUp aliases
|
|
1172
1174
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
-
// FolderTree aliases
|
|
1174
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1175
|
-
// FolderX aliases
|
|
1176
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1175
|
// Folder aliases
|
|
1178
1176
|
export { default as FolderIcon } from '../icons/folder';
|
|
1177
|
+
// FolderX aliases
|
|
1178
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1179
1179
|
// Folders aliases
|
|
1180
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
-
// Forklift aliases
|
|
1182
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1183
1181
|
// Footprints aliases
|
|
1184
1182
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// Forklift aliases
|
|
1184
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1187
1185
|
// Form aliases
|
|
1188
1186
|
export { default as FormIcon } from '../icons/form';
|
|
1187
|
+
// Forward aliases
|
|
1188
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1189
1189
|
// Frame aliases
|
|
1190
1190
|
export { default as FrameIcon } from '../icons/frame';
|
|
1191
1191
|
// Framer aliases
|
|
1192
1192
|
export { default as FramerIcon } from '../icons/framer';
|
|
1193
|
-
// Frown aliases
|
|
1194
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1193
|
// Fuel aliases
|
|
1196
1194
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1195
|
+
// Frown aliases
|
|
1196
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1197
1197
|
// FunnelPlus aliases
|
|
1198
1198
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1199
|
-
// Fullscreen aliases
|
|
1200
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1201
1199
|
// GalleryHorizontalEnd aliases
|
|
1202
1200
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
|
+
// Fullscreen aliases
|
|
1202
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
1203
|
// GalleryHorizontal aliases
|
|
1204
1204
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1205
|
-
// GalleryVerticalEnd aliases
|
|
1206
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1207
1205
|
// GalleryThumbnails aliases
|
|
1208
1206
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1207
|
+
// GalleryVerticalEnd aliases
|
|
1208
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1211
1209
|
// Gamepad2 aliases
|
|
1212
1210
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
|
-
//
|
|
1214
|
-
export { default as
|
|
1211
|
+
// GalleryVertical aliases
|
|
1212
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1213
|
// Gamepad aliases
|
|
1216
1214
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1215
|
+
// GamepadDirectional aliases
|
|
1216
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1217
1217
|
// Gauge aliases
|
|
1218
1218
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
1219
|
// Gavel aliases
|
|
1220
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
|
-
// GeorgianLari aliases
|
|
1224
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1225
1223
|
// Ghost aliases
|
|
1226
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
|
-
//
|
|
1228
|
-
export { default as
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
1227
|
// GitBranchMinus aliases
|
|
1230
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// Gift aliases
|
|
1230
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
1233
|
// GitBranch aliases
|
|
@@ -1238,36 +1238,38 @@ export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
|
1238
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
-
// GitGraph aliases
|
|
1242
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
|
-
// GitMerge aliases
|
|
1244
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1241
|
// GitFork aliases
|
|
1246
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
|
+
// GitGraph aliases
|
|
1244
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
1245
|
// GitPullRequestArrow aliases
|
|
1248
1246
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1247
|
// GitPullRequestClosed aliases
|
|
1250
1248
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
|
-
//
|
|
1252
|
-
export { default as
|
|
1249
|
+
// GitMerge aliases
|
|
1250
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1253
1251
|
// GitPullRequestCreate aliases
|
|
1254
1252
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
-
//
|
|
1256
|
-
export { default as
|
|
1253
|
+
// GitPullRequestCreateArrow aliases
|
|
1254
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1257
1255
|
// GitPullRequestDraft aliases
|
|
1258
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
|
-
//
|
|
1260
|
-
export { default as
|
|
1257
|
+
// GitPullRequest aliases
|
|
1258
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1259
|
// Gitlab aliases
|
|
1262
1260
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
|
-
// GlassWater aliases
|
|
1264
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
1261
|
// Glasses aliases
|
|
1266
1262
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
|
-
//
|
|
1268
|
-
export { default as
|
|
1263
|
+
// GlassWater aliases
|
|
1264
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
|
+
// Github aliases
|
|
1266
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1267
|
+
// GlobeOff aliases
|
|
1268
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1269
1269
|
// GlobeLock aliases
|
|
1270
1270
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
+
// GlobeX aliases
|
|
1272
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1271
1273
|
// Globe aliases
|
|
1272
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
1275
|
// Goal aliases
|
|
@@ -1286,56 +1288,56 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1286
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1289
|
// Grip aliases
|
|
1288
1290
|
export { default as GripIcon } from '../icons/grip';
|
|
1289
|
-
// Ham aliases
|
|
1290
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1291
|
-
// Guitar aliases
|
|
1292
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
1291
|
// Group aliases
|
|
1294
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
+
// Ham aliases
|
|
1296
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1295
1297
|
// Hamburger aliases
|
|
1296
1298
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
1299
|
// Hammer aliases
|
|
1298
1300
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
1301
|
// HandCoins aliases
|
|
1300
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
|
-
// HandHeart aliases
|
|
1302
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1303
|
-
// HandFist aliases
|
|
1304
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1305
1303
|
// HandMetal aliases
|
|
1306
1304
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1305
|
+
// HandFist aliases
|
|
1306
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1307
1307
|
// HandPlatter aliases
|
|
1308
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1309
|
+
// HandHeart aliases
|
|
1310
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1311
|
// Hand aliases
|
|
1310
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
|
-
// Handbag aliases
|
|
1312
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
|
-
// Handshake aliases
|
|
1314
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1315
1313
|
// HardDriveDownload aliases
|
|
1316
1314
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1315
|
// HardDriveUpload aliases
|
|
1318
1316
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1317
|
+
// Handbag aliases
|
|
1318
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1319
|
+
// Handshake aliases
|
|
1320
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
1321
|
// HardDrive aliases
|
|
1320
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
1323
|
// HardHat aliases
|
|
1322
1324
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
1325
|
// Hash aliases
|
|
1324
1326
|
export { default as HashIcon } from '../icons/hash';
|
|
1327
|
+
// Haze aliases
|
|
1328
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1325
1329
|
// HatGlasses aliases
|
|
1326
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1331
|
// Hd aliases
|
|
1328
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1329
|
-
// Haze aliases
|
|
1330
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1333
|
// HdmiPort aliases
|
|
1332
1334
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1335
|
// Heading1 aliases
|
|
1334
1336
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
|
-
// Heading2 aliases
|
|
1336
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
|
+
// Heading2 aliases
|
|
1340
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1339
1341
|
// Heading5 aliases
|
|
1340
1342
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1341
1343
|
// Heading4 aliases
|
|
@@ -1350,36 +1352,36 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
|
1350
1352
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1351
1353
|
// Headset aliases
|
|
1352
1354
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1353
|
-
// HeartCrack aliases
|
|
1354
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
|
-
// HeartMinus aliases
|
|
1358
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
1357
|
// HeartOff aliases
|
|
1360
1358
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1359
|
+
// HeartCrack aliases
|
|
1360
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1361
|
+
// HeartMinus aliases
|
|
1362
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1363
|
// HeartPlus aliases
|
|
1362
1364
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
1365
|
// HeartPulse aliases
|
|
1364
1366
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
|
+
// Heart aliases
|
|
1368
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1365
1369
|
// Heater aliases
|
|
1366
1370
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1367
1371
|
// Helicopter aliases
|
|
1368
1372
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1369
|
-
// Heart aliases
|
|
1370
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1373
|
// Hexagon aliases
|
|
1372
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
1375
|
// Highlighter aliases
|
|
1374
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1375
1377
|
// History aliases
|
|
1376
1378
|
export { default as HistoryIcon } from '../icons/history';
|
|
1377
|
-
// Hop aliases
|
|
1378
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1379
1379
|
// HopOff aliases
|
|
1380
1380
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1381
1381
|
// Hospital aliases
|
|
1382
1382
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1383
|
+
// Hop aliases
|
|
1384
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1383
1385
|
// Hotel aliases
|
|
1384
1386
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1385
1387
|
// Hourglass aliases
|
|
@@ -1390,32 +1392,32 @@ export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
|
1390
1392
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1391
1393
|
// HouseWifi aliases
|
|
1392
1394
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1393
|
-
// HousePlus aliases
|
|
1394
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
1395
|
// IdCardLanyard aliases
|
|
1396
1396
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
|
+
// HousePlus aliases
|
|
1398
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1399
|
+
// ImageMinus aliases
|
|
1400
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1397
1401
|
// IdCard aliases
|
|
1398
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
1403
|
// ImageDown aliases
|
|
1400
1404
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
|
-
// ImageMinus aliases
|
|
1402
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
|
-
// ImagePlay aliases
|
|
1404
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1405
1405
|
// ImageOff aliases
|
|
1406
1406
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1407
1407
|
// ImagePlus aliases
|
|
1408
1408
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1409
|
+
// ImagePlay aliases
|
|
1410
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1411
1411
|
// ImageUpscale aliases
|
|
1412
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
1413
|
// Image aliases
|
|
1414
1414
|
export { default as ImageIcon } from '../icons/image';
|
|
1415
|
-
//
|
|
1416
|
-
export { default as
|
|
1415
|
+
// ImageUp aliases
|
|
1416
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1417
1417
|
// Import aliases
|
|
1418
1418
|
export { default as ImportIcon } from '../icons/import';
|
|
1419
|
+
// Images aliases
|
|
1420
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1419
1421
|
// Inbox aliases
|
|
1420
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1421
1423
|
// Infinity aliases
|
|
@@ -1428,56 +1430,56 @@ export { default as InfoIcon } from '../icons/info';
|
|
|
1428
1430
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1429
1431
|
// Instagram aliases
|
|
1430
1432
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1433
|
+
// IterationCcw aliases
|
|
1434
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1431
1435
|
// Italic aliases
|
|
1432
1436
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
1437
|
// IterationCw aliases
|
|
1434
1438
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
|
-
// IterationCcw aliases
|
|
1436
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
1439
|
// JapaneseYen aliases
|
|
1438
1440
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
1441
|
// Joystick aliases
|
|
1440
1442
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1443
|
// Kanban aliases
|
|
1442
1444
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
|
+
// KeySquare aliases
|
|
1446
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1443
1447
|
// Kayak aliases
|
|
1444
1448
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1445
1449
|
// KeyRound aliases
|
|
1446
1450
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
|
-
// KeySquare aliases
|
|
1448
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
1451
|
// Key aliases
|
|
1450
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1451
|
-
// KeyboardOff aliases
|
|
1452
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1453
1453
|
// KeyboardMusic aliases
|
|
1454
1454
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1455
|
+
// KeyboardOff aliases
|
|
1456
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1455
1457
|
// Keyboard aliases
|
|
1456
1458
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
|
-
// LampCeiling aliases
|
|
1458
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
1459
|
// LampDesk aliases
|
|
1460
1460
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1461
|
+
// LampCeiling aliases
|
|
1462
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1463
|
// LampFloor aliases
|
|
1464
1464
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
|
-
//
|
|
1466
|
-
export { default as
|
|
1465
|
+
// LampWallDown aliases
|
|
1466
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
1467
|
// Lamp aliases
|
|
1468
1468
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
+
// LampWallUp aliases
|
|
1470
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1469
1471
|
// LandPlot aliases
|
|
1470
1472
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1473
|
// Landmark aliases
|
|
1472
1474
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
1475
|
// Languages aliases
|
|
1474
1476
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1477
|
+
// LaptopMinimalCheck aliases
|
|
1478
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1475
1479
|
// Laptop aliases
|
|
1476
1480
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
1481
|
// LassoSelect aliases
|
|
1478
1482
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
|
-
// LaptopMinimalCheck aliases
|
|
1480
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1481
1483
|
// Lasso aliases
|
|
1482
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
1485
|
// Laugh aliases
|
|
@@ -1506,22 +1508,22 @@ export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
|
1506
1508
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1507
1509
|
// LensConcave aliases
|
|
1508
1510
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
|
-
// LensConvex aliases
|
|
1510
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1511
1511
|
// LibraryBig aliases
|
|
1512
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1513
|
+
// LensConvex aliases
|
|
1514
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1513
1515
|
// Library aliases
|
|
1514
1516
|
export { default as LibraryIcon } from '../icons/library';
|
|
1515
1517
|
// LifeBuoy aliases
|
|
1516
1518
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1517
1519
|
// Ligature aliases
|
|
1518
1520
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1519
|
-
// LineSquiggle aliases
|
|
1520
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1521
1521
|
// LightbulbOff aliases
|
|
1522
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
1523
|
// Lightbulb aliases
|
|
1524
1524
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
|
+
// LineSquiggle aliases
|
|
1526
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1525
1527
|
// Link2Off aliases
|
|
1526
1528
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1527
1529
|
// Link2 aliases
|
|
@@ -1536,108 +1538,108 @@ export { default as ListCheckIcon } from '../icons/list-check';
|
|
|
1536
1538
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1537
1539
|
// ListChevronsDownUp aliases
|
|
1538
1540
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1539
|
-
// ListChevronsUpDown aliases
|
|
1540
|
-
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1541
1541
|
// ListCollapse aliases
|
|
1542
1542
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1543
|
+
// ListChevronsUpDown aliases
|
|
1544
|
+
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1543
1545
|
// ListEnd aliases
|
|
1544
1546
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1545
1547
|
// ListFilterPlus aliases
|
|
1546
1548
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1547
1549
|
// ListFilter aliases
|
|
1548
1550
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1549
|
-
// ListMinus aliases
|
|
1550
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1551
1551
|
// ListMusic aliases
|
|
1552
1552
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1553
|
-
//
|
|
1554
|
-
export { default as
|
|
1553
|
+
// ListMinus aliases
|
|
1554
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1555
1555
|
// ListOrdered aliases
|
|
1556
1556
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1557
|
-
//
|
|
1558
|
-
export { default as
|
|
1557
|
+
// ListPlus aliases
|
|
1558
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1559
1559
|
// ListStart aliases
|
|
1560
1560
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1561
|
+
// ListRestart aliases
|
|
1562
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1561
1563
|
// ListTodo aliases
|
|
1562
1564
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1563
1565
|
// ListTree aliases
|
|
1564
1566
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1565
|
-
// ListX aliases
|
|
1566
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1567
1567
|
// ListVideo aliases
|
|
1568
1568
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1569
|
+
// ListX aliases
|
|
1570
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1569
1571
|
// List aliases
|
|
1570
1572
|
export { default as ListIcon } from '../icons/list';
|
|
1571
1573
|
// LoaderPinwheel aliases
|
|
1572
1574
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
1575
|
// Loader aliases
|
|
1574
1576
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1575
|
-
// Locate aliases
|
|
1576
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1577
1577
|
// LocateFixed aliases
|
|
1578
1578
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1579
1579
|
// LocateOff aliases
|
|
1580
1580
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1581
|
+
// Locate aliases
|
|
1582
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1581
1583
|
// LockKeyhole aliases
|
|
1582
1584
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1583
|
-
// Lock aliases
|
|
1584
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1585
1585
|
// LogIn aliases
|
|
1586
1586
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1587
|
+
// Lock aliases
|
|
1588
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1587
1589
|
// LogOut aliases
|
|
1588
1590
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1589
|
-
// Logs aliases
|
|
1590
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1591
1591
|
// Lollipop aliases
|
|
1592
1592
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1593
|
+
// Logs aliases
|
|
1594
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1593
1595
|
// Luggage aliases
|
|
1594
1596
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1595
1597
|
// Magnet aliases
|
|
1596
1598
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1597
|
-
// MailMinus aliases
|
|
1598
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1599
1599
|
// MailCheck aliases
|
|
1600
1600
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1601
|
+
// MailMinus aliases
|
|
1602
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
1603
|
// MailOpen aliases
|
|
1602
1604
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1603
1605
|
// MailPlus aliases
|
|
1604
1606
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1605
1607
|
// MailSearch aliases
|
|
1606
1608
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1607
|
-
// Mail aliases
|
|
1608
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1609
1609
|
// MailWarning aliases
|
|
1610
1610
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1611
1611
|
// MailX aliases
|
|
1612
1612
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1613
1613
|
// Mailbox aliases
|
|
1614
1614
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1615
|
-
// Mails aliases
|
|
1616
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1617
1615
|
// MapMinus aliases
|
|
1618
1616
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1617
|
+
// Mail aliases
|
|
1618
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1619
|
+
// Mails aliases
|
|
1620
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1621
1621
|
// MapPinCheck aliases
|
|
1622
1622
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1623
|
+
// MapPinCheckInside aliases
|
|
1624
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1623
1625
|
// MapPinHouse aliases
|
|
1624
1626
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1625
1627
|
// MapPinMinusInside aliases
|
|
1626
1628
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1627
|
-
// MapPinMinus aliases
|
|
1628
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1629
1629
|
// MapPinOff aliases
|
|
1630
1630
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1631
|
-
//
|
|
1632
|
-
export { default as
|
|
1631
|
+
// MapPinMinus aliases
|
|
1632
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1633
1633
|
// MapPinPlus aliases
|
|
1634
1634
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1635
|
+
// MapPinPlusInside aliases
|
|
1636
|
+
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1637
|
+
// MapPinX aliases
|
|
1638
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1635
1639
|
// MapPinXInside aliases
|
|
1636
1640
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1637
1641
|
// MapPin aliases
|
|
1638
1642
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1639
|
-
// MapPinX aliases
|
|
1640
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1641
1643
|
// MapPinned aliases
|
|
1642
1644
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1643
1645
|
// MapPlus aliases
|
|
@@ -1656,10 +1658,10 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1656
1658
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1657
1659
|
// Medal aliases
|
|
1658
1660
|
export { default as MedalIcon } from '../icons/medal';
|
|
1659
|
-
// Megaphone aliases
|
|
1660
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1661
1661
|
// MegaphoneOff aliases
|
|
1662
1662
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1663
|
+
// Megaphone aliases
|
|
1664
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
1665
|
// Meh aliases
|
|
1664
1666
|
export { default as MehIcon } from '../icons/meh';
|
|
1665
1667
|
// MemoryStick aliases
|
|
@@ -1672,110 +1674,110 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1672
1674
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1673
1675
|
// MessageCircleDashed aliases
|
|
1674
1676
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1677
|
+
// MessageCircleHeart aliases
|
|
1678
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1675
1679
|
// MessageCircleMore aliases
|
|
1676
1680
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1677
1681
|
// MessageCircleOff aliases
|
|
1678
1682
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1679
1683
|
// MessageCirclePlus aliases
|
|
1680
1684
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
|
-
// MessageCircleReply aliases
|
|
1684
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1685
1685
|
// MessageCircleWarning aliases
|
|
1686
1686
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1687
|
+
// MessageCircleReply aliases
|
|
1688
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
1689
|
// MessageCircle aliases
|
|
1690
1690
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1691
|
+
// MessageCircleX aliases
|
|
1692
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1691
1693
|
// MessageSquareCode aliases
|
|
1692
1694
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1693
|
-
// MessageSquareDiff aliases
|
|
1694
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1695
|
-
// MessageSquareDot aliases
|
|
1696
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
1695
|
// MessageSquareDashed aliases
|
|
1698
1696
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1697
|
+
// MessageSquareDiff aliases
|
|
1698
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1699
1699
|
// MessageSquareHeart aliases
|
|
1700
1700
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1701
|
+
// MessageSquareDot aliases
|
|
1702
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1701
1703
|
// MessageSquareLock aliases
|
|
1702
1704
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1703
1705
|
// MessageSquareMore aliases
|
|
1704
1706
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1707
|
+
// MessageSquarePlus aliases
|
|
1708
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1705
1709
|
// MessageSquareOff aliases
|
|
1706
1710
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1707
1711
|
// MessageSquareQuote aliases
|
|
1708
1712
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1709
|
-
// MessageSquarePlus aliases
|
|
1710
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1711
|
-
// MessageSquareReply aliases
|
|
1712
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1713
1713
|
// MessageSquareShare aliases
|
|
1714
1714
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1715
|
+
// MessageSquareReply aliases
|
|
1716
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1717
1717
|
// MessageSquareText aliases
|
|
1718
1718
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1719
|
+
// MessageSquareWarning aliases
|
|
1720
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1721
1721
|
// MessageSquare aliases
|
|
1722
1722
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1723
|
+
// MessageSquareX aliases
|
|
1724
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1723
1725
|
// MessagesSquare aliases
|
|
1724
1726
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1725
1727
|
// MicOff aliases
|
|
1726
1728
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1727
1729
|
// Mic aliases
|
|
1728
1730
|
export { default as MicIcon } from '../icons/mic';
|
|
1729
|
-
// Microscope aliases
|
|
1730
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1731
1731
|
// Microchip aliases
|
|
1732
1732
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1733
|
+
// Microscope aliases
|
|
1734
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1733
1735
|
// Microwave aliases
|
|
1734
1736
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1735
1737
|
// Milestone aliases
|
|
1736
1738
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1737
|
-
// Milk aliases
|
|
1738
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1739
1739
|
// MilkOff aliases
|
|
1740
1740
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1741
|
+
// Milk aliases
|
|
1742
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1741
1743
|
// Minimize2 aliases
|
|
1742
1744
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1743
1745
|
// Minimize aliases
|
|
1744
1746
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1747
|
+
// MonitorCheck aliases
|
|
1748
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
1749
|
// Minus aliases
|
|
1746
1750
|
export { default as MinusIcon } from '../icons/minus';
|
|
1747
1751
|
// MonitorCloud aliases
|
|
1748
1752
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1749
|
-
// MonitorCheck aliases
|
|
1750
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1751
1753
|
// MonitorCog aliases
|
|
1752
1754
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1753
|
-
// MonitorOff aliases
|
|
1754
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1755
|
-
// MonitorDot aliases
|
|
1756
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1757
1755
|
// MonitorDown aliases
|
|
1758
1756
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1757
|
+
// MonitorDot aliases
|
|
1758
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1759
|
+
// MonitorOff aliases
|
|
1760
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1761
1761
|
// MonitorPause aliases
|
|
1762
1762
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1763
|
+
// MonitorPlay aliases
|
|
1764
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1763
1765
|
// MonitorSmartphone aliases
|
|
1764
1766
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1765
|
-
// MonitorStop aliases
|
|
1766
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1767
1767
|
// MonitorSpeaker aliases
|
|
1768
1768
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1769
|
-
//
|
|
1770
|
-
export { default as
|
|
1769
|
+
// MonitorStop aliases
|
|
1770
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1771
1771
|
// MonitorUp aliases
|
|
1772
1772
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1773
1773
|
// Monitor aliases
|
|
1774
1774
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1775
|
-
//
|
|
1776
|
-
export { default as
|
|
1775
|
+
// MonitorX aliases
|
|
1776
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1777
1777
|
// Moon aliases
|
|
1778
1778
|
export { default as MoonIcon } from '../icons/moon';
|
|
1779
|
+
// MoonStar aliases
|
|
1780
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1779
1781
|
// Motorbike aliases
|
|
1780
1782
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1781
1783
|
// MountainSnow aliases
|
|
@@ -1790,16 +1792,16 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1790
1792
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1791
1793
|
// MousePointerBan aliases
|
|
1792
1794
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1793
|
-
// MousePointerClick aliases
|
|
1794
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1795
1795
|
// MousePointer aliases
|
|
1796
1796
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1797
|
+
// MousePointerClick aliases
|
|
1798
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1797
1799
|
// Mouse aliases
|
|
1798
1800
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1799
|
-
// MoveDiagonal2 aliases
|
|
1800
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1801
1801
|
// MoveDiagonal aliases
|
|
1802
1802
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1803
|
+
// MoveDiagonal2 aliases
|
|
1804
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1803
1805
|
// MoveDownLeft aliases
|
|
1804
1806
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1805
1807
|
// MoveDownRight aliases
|
|
@@ -1820,10 +1822,10 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1820
1822
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1821
1823
|
// MoveVertical aliases
|
|
1822
1824
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1823
|
-
// Music3 aliases
|
|
1824
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1825
1825
|
// Move aliases
|
|
1826
1826
|
export { default as MoveIcon } from '../icons/move';
|
|
1827
|
+
// Music3 aliases
|
|
1828
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1827
1829
|
// Music2 aliases
|
|
1828
1830
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1829
1831
|
// Music4 aliases
|
|
@@ -1834,20 +1836,20 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1834
1836
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1835
1837
|
// Navigation2Off aliases
|
|
1836
1838
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1837
|
-
// Navigation aliases
|
|
1838
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1839
1839
|
// NavigationOff aliases
|
|
1840
1840
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1841
1841
|
// Network aliases
|
|
1842
1842
|
export { default as NetworkIcon } from '../icons/network';
|
|
1843
|
+
// Navigation aliases
|
|
1844
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1843
1845
|
// Newspaper aliases
|
|
1844
1846
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1845
|
-
// NonBinary aliases
|
|
1846
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1847
1847
|
// Nfc aliases
|
|
1848
1848
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1849
1849
|
// NotebookPen aliases
|
|
1850
1850
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1851
|
+
// NonBinary aliases
|
|
1852
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1851
1853
|
// NotebookTabs aliases
|
|
1852
1854
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1853
1855
|
// NotebookText aliases
|
|
@@ -1856,14 +1858,14 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1856
1858
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1857
1859
|
// NotepadText aliases
|
|
1858
1860
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1859
|
-
// Nut aliases
|
|
1860
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1861
1861
|
// NotepadTextDashed aliases
|
|
1862
1862
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1863
|
-
//
|
|
1864
|
-
export { default as
|
|
1863
|
+
// Nut aliases
|
|
1864
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1865
1865
|
// OctagonMinus aliases
|
|
1866
1866
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1867
|
+
// NutOff aliases
|
|
1868
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1867
1869
|
// Octagon aliases
|
|
1868
1870
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1869
1871
|
// Omega aliases
|
|
@@ -1872,114 +1874,114 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1872
1874
|
export { default as OptionIcon } from '../icons/option';
|
|
1873
1875
|
// Orbit aliases
|
|
1874
1876
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1875
|
-
// Package2 aliases
|
|
1876
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1877
1877
|
// Origami aliases
|
|
1878
1878
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1879
|
+
// Package2 aliases
|
|
1880
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1879
1881
|
// PackageCheck aliases
|
|
1880
1882
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1881
1883
|
// PackageMinus aliases
|
|
1882
1884
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1883
|
-
// PackagePlus aliases
|
|
1884
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1885
1885
|
// PackageOpen aliases
|
|
1886
1886
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1887
|
+
// PackagePlus aliases
|
|
1888
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1887
1889
|
// PackageSearch aliases
|
|
1888
1890
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1889
1891
|
// PackageX aliases
|
|
1890
1892
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1891
|
-
// PaintBucket aliases
|
|
1892
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1893
1893
|
// Package aliases
|
|
1894
1894
|
export { default as PackageIcon } from '../icons/package';
|
|
1895
|
+
// PaintBucket aliases
|
|
1896
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1895
1897
|
// PaintRoller aliases
|
|
1896
1898
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1897
1899
|
// Palette aliases
|
|
1898
1900
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1899
|
-
// Paintbrush aliases
|
|
1900
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1901
1901
|
// Panda aliases
|
|
1902
1902
|
export { default as PandaIcon } from '../icons/panda';
|
|
1903
|
+
// Paintbrush aliases
|
|
1904
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1903
1905
|
// PanelBottomClose aliases
|
|
1904
1906
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1905
1907
|
// PanelBottomOpen aliases
|
|
1906
1908
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1907
|
-
// PanelLeftRightDashed aliases
|
|
1908
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1909
1909
|
// PanelBottom aliases
|
|
1910
1910
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1911
|
+
// PanelLeftRightDashed aliases
|
|
1912
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1911
1913
|
// PanelRightClose aliases
|
|
1912
1914
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1913
1915
|
// PanelRightOpen aliases
|
|
1914
1916
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1915
|
-
// PanelRight aliases
|
|
1916
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1917
1917
|
// PanelTopBottomDashed aliases
|
|
1918
1918
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1919
|
+
// PanelRight aliases
|
|
1920
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1919
1921
|
// PanelTopClose aliases
|
|
1920
1922
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1921
1923
|
// PanelTop aliases
|
|
1922
1924
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1923
|
-
// PanelTopOpen aliases
|
|
1924
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1925
1925
|
// PanelsLeftBottom aliases
|
|
1926
1926
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1927
|
+
// PanelTopOpen aliases
|
|
1928
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1927
1929
|
// PanelsRightBottom aliases
|
|
1928
1930
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1929
1931
|
// Paperclip aliases
|
|
1930
1932
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1931
|
-
// ParkingMeter aliases
|
|
1932
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1933
1933
|
// Parentheses aliases
|
|
1934
1934
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1935
|
+
// ParkingMeter aliases
|
|
1936
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1935
1937
|
// PartyPopper aliases
|
|
1936
1938
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1937
|
-
// Pause aliases
|
|
1938
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1939
|
-
// PcCase aliases
|
|
1940
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1941
1939
|
// PawPrint aliases
|
|
1942
1940
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1941
|
+
// Pause aliases
|
|
1942
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1943
1943
|
// PenOff aliases
|
|
1944
1944
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1945
|
+
// PcCase aliases
|
|
1946
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1945
1947
|
// PenTool aliases
|
|
1946
1948
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1947
1949
|
// PencilLine aliases
|
|
1948
1950
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1949
|
-
// PencilRuler aliases
|
|
1950
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1951
1951
|
// PencilOff aliases
|
|
1952
1952
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1953
|
+
// PencilRuler aliases
|
|
1954
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1953
1955
|
// Pencil aliases
|
|
1954
1956
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1955
1957
|
// Percent aliases
|
|
1956
1958
|
export { default as PercentIcon } from '../icons/percent';
|
|
1959
|
+
// PersonStanding aliases
|
|
1960
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1957
1961
|
// Pentagon aliases
|
|
1958
1962
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1959
1963
|
// PhilippinePeso aliases
|
|
1960
1964
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1961
|
-
// PersonStanding aliases
|
|
1962
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1963
1965
|
// PhoneCall aliases
|
|
1964
1966
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1965
1967
|
// PhoneForwarded aliases
|
|
1966
1968
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1967
1969
|
// PhoneIncoming aliases
|
|
1968
1970
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1969
|
-
// PhoneOff aliases
|
|
1970
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1971
1971
|
// PhoneMissed aliases
|
|
1972
1972
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1973
1973
|
// PhoneOutgoing aliases
|
|
1974
1974
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1975
1975
|
// Phone aliases
|
|
1976
1976
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1977
|
-
//
|
|
1978
|
-
export { default as
|
|
1979
|
-
// Piano aliases
|
|
1980
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1977
|
+
// PhoneOff aliases
|
|
1978
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1981
1979
|
// Pi aliases
|
|
1982
1980
|
export { default as PiIcon } from '../icons/pi';
|
|
1981
|
+
// Piano aliases
|
|
1982
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1983
|
+
// Pickaxe aliases
|
|
1984
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1983
1985
|
// PictureInPicture2 aliases
|
|
1984
1986
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1985
1987
|
// PictureInPicture aliases
|
|
@@ -1992,16 +1994,16 @@ export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
|
1992
1994
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1993
1995
|
// Pilcrow aliases
|
|
1994
1996
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1995
|
-
// PillBottle aliases
|
|
1996
|
-
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1997
1997
|
// Pill aliases
|
|
1998
1998
|
export { default as PillIcon } from '../icons/pill';
|
|
1999
|
+
// PillBottle aliases
|
|
2000
|
+
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1999
2001
|
// PinOff aliases
|
|
2000
2002
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2001
|
-
// Pipette aliases
|
|
2002
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
2003
2003
|
// Pin aliases
|
|
2004
2004
|
export { default as PinIcon } from '../icons/pin';
|
|
2005
|
+
// Pipette aliases
|
|
2006
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
2005
2007
|
// Pizza aliases
|
|
2006
2008
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2007
2009
|
// PlaneLanding aliases
|
|
@@ -2024,10 +2026,10 @@ export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
|
2024
2026
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2025
2027
|
// Podcast aliases
|
|
2026
2028
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2027
|
-
// PointerOff aliases
|
|
2028
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2029
2029
|
// Pointer aliases
|
|
2030
2030
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2031
|
+
// PointerOff aliases
|
|
2032
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2031
2033
|
// Popcorn aliases
|
|
2032
2034
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2033
2035
|
// Popsicle aliases
|
|
@@ -2036,10 +2038,10 @@ export { default as PopsicleIcon } from '../icons/popsicle';
|
|
|
2036
2038
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2037
2039
|
// PowerOff aliases
|
|
2038
2040
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2039
|
-
// Power aliases
|
|
2040
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2041
2041
|
// Presentation aliases
|
|
2042
2042
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2043
|
+
// Power aliases
|
|
2044
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2043
2045
|
// PrinterCheck aliases
|
|
2044
2046
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2045
2047
|
// PrinterX aliases
|
|
@@ -2048,10 +2050,10 @@ export { default as PrinterXIcon } from '../icons/printer-x';
|
|
|
2048
2050
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2049
2051
|
// Printer aliases
|
|
2050
2052
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2051
|
-
// Proportions aliases
|
|
2052
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2053
2053
|
// Puzzle aliases
|
|
2054
2054
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2055
|
+
// Proportions aliases
|
|
2056
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2055
2057
|
// Pyramid aliases
|
|
2056
2058
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2057
2059
|
// QrCode aliases
|
|
@@ -2066,12 +2068,12 @@ export { default as RabbitIcon } from '../icons/rabbit';
|
|
|
2066
2068
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2067
2069
|
// Radical aliases
|
|
2068
2070
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2071
|
+
// RadioReceiver aliases
|
|
2072
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2069
2073
|
// RadioTower aliases
|
|
2070
2074
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2071
2075
|
// Radio aliases
|
|
2072
2076
|
export { default as RadioIcon } from '../icons/radio';
|
|
2073
|
-
// RadioReceiver aliases
|
|
2074
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2075
2077
|
// Radius aliases
|
|
2076
2078
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2077
2079
|
// RailSymbol aliases
|
|
@@ -2086,10 +2088,10 @@ export { default as RatioIcon } from '../icons/ratio';
|
|
|
2086
2088
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2087
2089
|
// ReceiptIndianRupee aliases
|
|
2088
2090
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2089
|
-
// ReceiptJapaneseYen aliases
|
|
2090
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2091
2091
|
// ReceiptEuro aliases
|
|
2092
2092
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2093
|
+
// ReceiptJapaneseYen aliases
|
|
2094
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2093
2095
|
// ReceiptPoundSterling aliases
|
|
2094
2096
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2095
2097
|
// ReceiptRussianRuble aliases
|
|
@@ -2104,48 +2106,48 @@ export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira
|
|
|
2104
2106
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2105
2107
|
// RectangleCircle aliases
|
|
2106
2108
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2107
|
-
// RectangleHorizontal aliases
|
|
2108
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2109
2109
|
// RectangleGoggles aliases
|
|
2110
2110
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2111
|
-
//
|
|
2112
|
-
export { default as
|
|
2111
|
+
// RectangleHorizontal aliases
|
|
2112
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2113
2113
|
// RectangleVertical aliases
|
|
2114
2114
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2115
|
+
// Recycle aliases
|
|
2116
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2115
2117
|
// Redo2 aliases
|
|
2116
2118
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2117
2119
|
// RedoDot aliases
|
|
2118
2120
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2119
2121
|
// Redo aliases
|
|
2120
2122
|
export { default as RedoIcon } from '../icons/redo';
|
|
2121
|
-
// RefreshCcw aliases
|
|
2122
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2123
2123
|
// RefreshCcwDot aliases
|
|
2124
2124
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2125
|
+
// RefreshCcw aliases
|
|
2126
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2125
2127
|
// RefreshCwOff aliases
|
|
2126
2128
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2127
|
-
// RefreshCw aliases
|
|
2128
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2129
2129
|
// Refrigerator aliases
|
|
2130
2130
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2131
|
+
// RefreshCw aliases
|
|
2132
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
2133
|
// Regex aliases
|
|
2132
2134
|
export { default as RegexIcon } from '../icons/regex';
|
|
2133
2135
|
// RemoveFormatting aliases
|
|
2134
2136
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2135
|
-
// Repeat1 aliases
|
|
2136
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2137
2137
|
// Repeat2 aliases
|
|
2138
2138
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2139
2139
|
// Repeat aliases
|
|
2140
2140
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2141
2141
|
// ReplaceAll aliases
|
|
2142
2142
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2143
|
-
// Reply aliases
|
|
2144
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2145
2143
|
// Replace aliases
|
|
2146
2144
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2147
2145
|
// ReplyAll aliases
|
|
2148
2146
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2147
|
+
// Repeat1 aliases
|
|
2148
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2149
|
+
// Reply aliases
|
|
2150
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2149
2151
|
// Rewind aliases
|
|
2150
2152
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2151
2153
|
// Ribbon aliases
|
|
@@ -2158,34 +2160,34 @@ export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
|
2158
2160
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2159
2161
|
// Rose aliases
|
|
2160
2162
|
export { default as RoseIcon } from '../icons/rose';
|
|
2161
|
-
// RotateCcwKey aliases
|
|
2162
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2163
2163
|
// RotateCcwSquare aliases
|
|
2164
2164
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2165
|
+
// RotateCcwKey aliases
|
|
2166
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2165
2167
|
// RotateCcw aliases
|
|
2166
2168
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2167
2169
|
// RotateCwSquare aliases
|
|
2168
2170
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2169
|
-
// RouteOff aliases
|
|
2170
|
-
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2171
2171
|
// RotateCw aliases
|
|
2172
2172
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2173
2173
|
// Route aliases
|
|
2174
2174
|
export { default as RouteIcon } from '../icons/route';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// RouteOff aliases
|
|
2176
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2177
2177
|
// Router aliases
|
|
2178
2178
|
export { default as RouterIcon } from '../icons/router';
|
|
2179
|
+
// Rows4 aliases
|
|
2180
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2179
2181
|
// Rss aliases
|
|
2180
2182
|
export { default as RssIcon } from '../icons/rss';
|
|
2181
2183
|
// RulerDimensionLine aliases
|
|
2182
2184
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2183
2185
|
// Ruler aliases
|
|
2184
2186
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2185
|
-
// RussianRuble aliases
|
|
2186
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2187
2187
|
// Sailboat aliases
|
|
2188
2188
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2189
|
+
// RussianRuble aliases
|
|
2190
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2189
2191
|
// Salad aliases
|
|
2190
2192
|
export { default as SaladIcon } from '../icons/salad';
|
|
2191
2193
|
// Sandwich aliases
|
|
@@ -2200,26 +2202,26 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2200
2202
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2201
2203
|
// SaveOff aliases
|
|
2202
2204
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2203
|
-
// Save aliases
|
|
2204
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2205
2205
|
// Scale aliases
|
|
2206
2206
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2207
|
+
// Save aliases
|
|
2208
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2207
2209
|
// Scaling aliases
|
|
2208
2210
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2209
|
-
// ScanEye aliases
|
|
2210
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2211
2211
|
// ScanBarcode aliases
|
|
2212
2212
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2213
|
+
// ScanEye aliases
|
|
2214
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2213
2215
|
// ScanFace aliases
|
|
2214
2216
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2215
2217
|
// ScanHeart aliases
|
|
2216
2218
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2217
2219
|
// ScanLine aliases
|
|
2218
2220
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2219
|
-
// ScanQrCode aliases
|
|
2220
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2221
2221
|
// ScanSearch aliases
|
|
2222
2222
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2223
|
+
// ScanQrCode aliases
|
|
2224
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2223
2225
|
// ScanText aliases
|
|
2224
2226
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2225
2227
|
// Scan aliases
|
|
@@ -2240,18 +2242,18 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2240
2242
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2241
2243
|
// Scroll aliases
|
|
2242
2244
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2243
|
-
// SearchAlert aliases
|
|
2244
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2245
|
-
// SearchCheck aliases
|
|
2246
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2247
2245
|
// SearchCode aliases
|
|
2248
2246
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2247
|
+
// SearchCheck aliases
|
|
2248
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2249
|
+
// SearchAlert aliases
|
|
2250
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2249
2251
|
// SearchSlash aliases
|
|
2250
2252
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2251
|
-
// SearchX aliases
|
|
2252
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2253
2253
|
// Search aliases
|
|
2254
2254
|
export { default as SearchIcon } from '../icons/search';
|
|
2255
|
+
// SearchX aliases
|
|
2256
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2255
2257
|
// Section aliases
|
|
2256
2258
|
export { default as SectionIcon } from '../icons/section';
|
|
2257
2259
|
// SendToBack aliases
|
|
@@ -2264,10 +2266,10 @@ export { default as SeparatorHorizontalIcon } from '../icons/separator-horizonta
|
|
|
2264
2266
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2265
2267
|
// ServerCog aliases
|
|
2266
2268
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2267
|
-
// ServerCrash aliases
|
|
2268
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2269
2269
|
// ServerOff aliases
|
|
2270
2270
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2271
|
+
// ServerCrash aliases
|
|
2272
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2271
2273
|
// Server aliases
|
|
2272
2274
|
export { default as ServerIcon } from '../icons/server';
|
|
2273
2275
|
// Settings2 aliases
|
|
@@ -2284,58 +2286,58 @@ export { default as ShareIcon } from '../icons/share';
|
|
|
2284
2286
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2285
2287
|
// Shell aliases
|
|
2286
2288
|
export { default as ShellIcon } from '../icons/shell';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2289
|
+
// ShieldCheck aliases
|
|
2290
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2289
2291
|
// ShieldBan aliases
|
|
2290
2292
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2293
|
+
// ShieldAlert aliases
|
|
2294
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2291
2295
|
// ShieldEllipsis aliases
|
|
2292
2296
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2293
|
-
// ShieldCheck aliases
|
|
2294
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2295
|
-
// ShieldMinus aliases
|
|
2296
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2297
2297
|
// ShieldHalf aliases
|
|
2298
2298
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2299
|
+
// ShieldMinus aliases
|
|
2300
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2299
2301
|
// ShieldOff aliases
|
|
2300
2302
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2301
2303
|
// ShieldPlus aliases
|
|
2302
2304
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2303
|
-
// ShieldUser aliases
|
|
2304
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2305
2305
|
// Shield aliases
|
|
2306
2306
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2307
|
-
// Ship aliases
|
|
2308
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2309
2307
|
// ShipWheel aliases
|
|
2310
2308
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2309
|
+
// ShieldUser aliases
|
|
2310
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2311
2311
|
// Shirt aliases
|
|
2312
2312
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2313
|
+
// Ship aliases
|
|
2314
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2313
2315
|
// ShoppingBag aliases
|
|
2314
2316
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2315
2317
|
// ShoppingBasket aliases
|
|
2316
2318
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2317
2319
|
// ShoppingCart aliases
|
|
2318
2320
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2319
|
-
// ShowerHead aliases
|
|
2320
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2321
2321
|
// Shovel aliases
|
|
2322
2322
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2323
|
-
//
|
|
2324
|
-
export { default as
|
|
2323
|
+
// ShowerHead aliases
|
|
2324
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2325
2325
|
// Shrimp aliases
|
|
2326
2326
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2327
2327
|
// Shrink aliases
|
|
2328
2328
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2329
|
+
// Shredder aliases
|
|
2330
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2329
2331
|
// Shrub aliases
|
|
2330
2332
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2331
2333
|
// Shuffle aliases
|
|
2332
2334
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2333
|
-
// SignalHigh aliases
|
|
2334
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2335
2335
|
// Sigma aliases
|
|
2336
2336
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2337
2337
|
// SignalLow aliases
|
|
2338
2338
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2339
|
+
// SignalHigh aliases
|
|
2340
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2339
2341
|
// SignalMedium aliases
|
|
2340
2342
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2341
2343
|
// SignalZero aliases
|
|
@@ -2346,126 +2348,126 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2346
2348
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2347
2349
|
// SignpostBig aliases
|
|
2348
2350
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2351
|
+
// SkipBack aliases
|
|
2352
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2349
2353
|
// Signpost aliases
|
|
2350
2354
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2351
|
-
// Siren aliases
|
|
2352
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2353
2355
|
// SkipForward aliases
|
|
2354
2356
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2355
|
-
//
|
|
2356
|
-
export { default as
|
|
2357
|
-
// Skull aliases
|
|
2358
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2357
|
+
// Siren aliases
|
|
2358
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2359
2359
|
// Slack aliases
|
|
2360
2360
|
export { default as SlackIcon } from '../icons/slack';
|
|
2361
|
+
// Skull aliases
|
|
2362
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2361
2363
|
// Slash aliases
|
|
2362
2364
|
export { default as SlashIcon } from '../icons/slash';
|
|
2363
|
-
// Slice aliases
|
|
2364
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2365
2365
|
// SlidersHorizontal aliases
|
|
2366
2366
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2367
|
+
// Slice aliases
|
|
2368
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2367
2369
|
// SmartphoneCharging aliases
|
|
2368
2370
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2369
|
-
// SmartphoneNfc aliases
|
|
2370
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2371
2371
|
// Smartphone aliases
|
|
2372
2372
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2373
|
-
//
|
|
2374
|
-
export { default as
|
|
2373
|
+
// SmartphoneNfc aliases
|
|
2374
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2375
2375
|
// Smile aliases
|
|
2376
2376
|
export { default as SmileIcon } from '../icons/smile';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2377
|
+
// SmilePlus aliases
|
|
2378
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2379
2379
|
// Snowflake aliases
|
|
2380
2380
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2381
|
+
// Snail aliases
|
|
2382
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2381
2383
|
// SoapDispenserDroplet aliases
|
|
2382
2384
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2383
2385
|
// Sofa aliases
|
|
2384
2386
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2385
|
-
// SolarPanel aliases
|
|
2386
|
-
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2387
|
-
// Sparkle aliases
|
|
2388
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2389
2387
|
// Soup aliases
|
|
2390
2388
|
export { default as SoupIcon } from '../icons/soup';
|
|
2389
|
+
// SolarPanel aliases
|
|
2390
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2391
2391
|
// Space aliases
|
|
2392
2392
|
export { default as SpaceIcon } from '../icons/space';
|
|
2393
2393
|
// Spade aliases
|
|
2394
2394
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2395
|
+
// Sparkle aliases
|
|
2396
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2395
2397
|
// Speaker aliases
|
|
2396
2398
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2397
2399
|
// Speech aliases
|
|
2398
2400
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2399
|
-
// SpellCheck aliases
|
|
2400
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2401
2401
|
// SpellCheck2 aliases
|
|
2402
2402
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2403
2403
|
// SplinePointer aliases
|
|
2404
2404
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2405
|
-
// Spline aliases
|
|
2406
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2407
2405
|
// Split aliases
|
|
2408
2406
|
export { default as SplitIcon } from '../icons/split';
|
|
2407
|
+
// Spline aliases
|
|
2408
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2409
|
+
// SpellCheck aliases
|
|
2410
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2409
2411
|
// Spool aliases
|
|
2410
2412
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2413
|
+
// Sprout aliases
|
|
2414
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2411
2415
|
// Spotlight aliases
|
|
2412
2416
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2413
2417
|
// SprayCan aliases
|
|
2414
2418
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2415
2419
|
// SquareDashedBottomCode aliases
|
|
2416
2420
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2417
|
-
// Sprout aliases
|
|
2418
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2419
|
-
// SquareDashedTopSolid aliases
|
|
2420
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2421
2421
|
// SquareDashedBottom aliases
|
|
2422
2422
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2423
|
+
// SquareDashedTopSolid aliases
|
|
2424
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2423
2425
|
// SquarePause aliases
|
|
2424
2426
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2425
2427
|
// SquareRadical aliases
|
|
2426
2428
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2427
2429
|
// SquareRoundCorner aliases
|
|
2428
2430
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2429
|
-
// SquareSquare aliases
|
|
2430
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2431
2431
|
// SquareStack aliases
|
|
2432
2432
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2433
|
+
// SquareSquare aliases
|
|
2434
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2433
2435
|
// SquareStar aliases
|
|
2434
2436
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2435
2437
|
// SquareStop aliases
|
|
2436
2438
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2437
2439
|
// Square aliases
|
|
2438
2440
|
export { default as SquareIcon } from '../icons/square';
|
|
2441
|
+
// SquaresIntersect aliases
|
|
2442
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2439
2443
|
// SquaresExclude aliases
|
|
2440
2444
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2441
2445
|
// SquaresSubtract aliases
|
|
2442
2446
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2443
|
-
// SquaresIntersect aliases
|
|
2444
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2445
2447
|
// SquaresUnite aliases
|
|
2446
2448
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2447
2449
|
// SquircleDashed aliases
|
|
2448
2450
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2451
|
+
// Squircle aliases
|
|
2452
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2449
2453
|
// Squirrel aliases
|
|
2450
2454
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2451
2455
|
// Stamp aliases
|
|
2452
2456
|
export { default as StampIcon } from '../icons/stamp';
|
|
2453
|
-
// Squircle aliases
|
|
2454
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2455
2457
|
// StarHalf aliases
|
|
2456
2458
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2459
|
+
// Star aliases
|
|
2460
|
+
export { default as StarIcon } from '../icons/star';
|
|
2457
2461
|
// StarOff aliases
|
|
2458
2462
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2459
2463
|
// StepBack aliases
|
|
2460
2464
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2465
|
+
// Stethoscope aliases
|
|
2466
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2461
2467
|
// StepForward aliases
|
|
2462
2468
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2463
|
-
// Star aliases
|
|
2464
|
-
export { default as StarIcon } from '../icons/star';
|
|
2465
2469
|
// Sticker aliases
|
|
2466
2470
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2467
|
-
// Stethoscope aliases
|
|
2468
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2469
2471
|
// StickyNote aliases
|
|
2470
2472
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2471
2473
|
// Stone aliases
|
|
@@ -2474,10 +2476,10 @@ export { default as StoneIcon } from '../icons/stone';
|
|
|
2474
2476
|
export { default as StoreIcon } from '../icons/store';
|
|
2475
2477
|
// StretchHorizontal aliases
|
|
2476
2478
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2477
|
-
// StretchVertical aliases
|
|
2478
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2479
2479
|
// Strikethrough aliases
|
|
2480
2480
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2481
|
+
// StretchVertical aliases
|
|
2482
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2481
2483
|
// Subscript aliases
|
|
2482
2484
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2483
2485
|
// SunDim aliases
|
|
@@ -2506,32 +2508,32 @@ export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
|
2506
2508
|
export { default as SwordIcon } from '../icons/sword';
|
|
2507
2509
|
// Swords aliases
|
|
2508
2510
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2509
|
-
// Syringe aliases
|
|
2510
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2511
2511
|
// Table2 aliases
|
|
2512
2512
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2513
|
-
//
|
|
2514
|
-
export { default as
|
|
2513
|
+
// Syringe aliases
|
|
2514
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2515
2515
|
// TableCellsSplit aliases
|
|
2516
2516
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2517
|
+
// TableCellsMerge aliases
|
|
2518
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2519
|
+
// TableOfContents aliases
|
|
2520
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2517
2521
|
// TableColumnsSplit aliases
|
|
2518
2522
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2519
2523
|
// TableProperties aliases
|
|
2520
2524
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2521
|
-
// TableOfContents aliases
|
|
2522
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2523
2525
|
// TableRowsSplit aliases
|
|
2524
2526
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2525
|
-
// TabletSmartphone aliases
|
|
2526
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2527
2527
|
// Table aliases
|
|
2528
2528
|
export { default as TableIcon } from '../icons/table';
|
|
2529
|
+
// TabletSmartphone aliases
|
|
2530
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2529
2531
|
// Tablet aliases
|
|
2530
2532
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2531
|
-
// Tablets aliases
|
|
2532
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2533
2533
|
// Tag aliases
|
|
2534
2534
|
export { default as TagIcon } from '../icons/tag';
|
|
2535
|
+
// Tablets aliases
|
|
2536
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2535
2537
|
// Tags aliases
|
|
2536
2538
|
export { default as TagsIcon } from '../icons/tags';
|
|
2537
2539
|
// Tally1 aliases
|
|
@@ -2540,68 +2542,68 @@ export { default as Tally1Icon } from '../icons/tally-1';
|
|
|
2540
2542
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2541
2543
|
// Tally2 aliases
|
|
2542
2544
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2543
|
-
// Tally4 aliases
|
|
2544
|
-
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2545
2545
|
// Tally5 aliases
|
|
2546
2546
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2547
2547
|
// Tangent aliases
|
|
2548
2548
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2549
|
+
// Tally4 aliases
|
|
2550
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2549
2551
|
// Target aliases
|
|
2550
2552
|
export { default as TargetIcon } from '../icons/target';
|
|
2551
2553
|
// Telescope aliases
|
|
2552
2554
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2553
|
-
// TentTree aliases
|
|
2554
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2555
|
-
// Terminal aliases
|
|
2556
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2557
2555
|
// Tent aliases
|
|
2558
2556
|
export { default as TentIcon } from '../icons/tent';
|
|
2557
|
+
// Terminal aliases
|
|
2558
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2559
|
+
// TentTree aliases
|
|
2560
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2559
2561
|
// TestTube aliases
|
|
2560
2562
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2561
2563
|
// TestTubes aliases
|
|
2562
2564
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2563
|
-
// TextCursorInput aliases
|
|
2564
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2565
2565
|
// TextCursor aliases
|
|
2566
2566
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2567
2567
|
// TextQuote aliases
|
|
2568
2568
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2569
|
+
// TextCursorInput aliases
|
|
2570
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2569
2571
|
// TextSearch aliases
|
|
2570
2572
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2571
2573
|
// Theater aliases
|
|
2572
2574
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2573
2575
|
// ThermometerSnowflake aliases
|
|
2574
2576
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2575
|
-
// ThermometerSun aliases
|
|
2576
|
-
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2577
2577
|
// Thermometer aliases
|
|
2578
2578
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2579
|
+
// ThermometerSun aliases
|
|
2580
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2579
2581
|
// ThumbsDown aliases
|
|
2580
2582
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2581
2583
|
// ThumbsUp aliases
|
|
2582
2584
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2585
|
+
// TicketMinus aliases
|
|
2586
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2583
2587
|
// TicketCheck aliases
|
|
2584
2588
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2585
2589
|
// TicketPlus aliases
|
|
2586
2590
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2587
|
-
// TicketMinus aliases
|
|
2588
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2589
2591
|
// TicketPercent aliases
|
|
2590
2592
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2591
|
-
// TicketSlash aliases
|
|
2592
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2593
2593
|
// TicketX aliases
|
|
2594
2594
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2595
|
-
//
|
|
2596
|
-
export { default as
|
|
2595
|
+
// TicketSlash aliases
|
|
2596
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2597
2597
|
// Ticket aliases
|
|
2598
2598
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2599
|
-
//
|
|
2600
|
-
export { default as
|
|
2599
|
+
// TicketsPlane aliases
|
|
2600
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2601
2601
|
// TimerOff aliases
|
|
2602
2602
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2603
2603
|
// Timer aliases
|
|
2604
2604
|
export { default as TimerIcon } from '../icons/timer';
|
|
2605
|
+
// Tickets aliases
|
|
2606
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2605
2607
|
// TimerReset aliases
|
|
2606
2608
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2607
2609
|
// ToggleLeft aliases
|
|
@@ -2626,50 +2628,50 @@ export { default as TouchpadIcon } from '../icons/touchpad';
|
|
|
2626
2628
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2627
2629
|
// ToyBrick aliases
|
|
2628
2630
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2629
|
-
// Tractor aliases
|
|
2630
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2631
|
-
// TrafficCone aliases
|
|
2632
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2633
2631
|
// TrainFrontTunnel aliases
|
|
2634
2632
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2633
|
+
// Tractor aliases
|
|
2634
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2635
2635
|
// TrainFront aliases
|
|
2636
2636
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2637
|
+
// TrafficCone aliases
|
|
2638
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2637
2639
|
// TrainTrack aliases
|
|
2638
2640
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2639
|
-
// Transgender aliases
|
|
2640
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2641
2641
|
// Trash2 aliases
|
|
2642
2642
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2643
|
-
//
|
|
2644
|
-
export { default as
|
|
2643
|
+
// Transgender aliases
|
|
2644
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2645
2645
|
// Trash aliases
|
|
2646
2646
|
export { default as TrashIcon } from '../icons/trash';
|
|
2647
|
-
// Trees aliases
|
|
2648
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2649
2647
|
// TreePine aliases
|
|
2650
2648
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2649
|
+
// TreeDeciduous aliases
|
|
2650
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2651
|
+
// Trees aliases
|
|
2652
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2651
2653
|
// Trello aliases
|
|
2652
2654
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2653
2655
|
// TrendingDown aliases
|
|
2654
2656
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2655
2657
|
// TrendingUpDown aliases
|
|
2656
2658
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2657
|
-
// TriangleDashed aliases
|
|
2658
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2659
2659
|
// TrendingUp aliases
|
|
2660
2660
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2661
|
-
// Triangle aliases
|
|
2662
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2663
2661
|
// TriangleRight aliases
|
|
2664
2662
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2663
|
+
// TriangleDashed aliases
|
|
2664
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2665
|
+
// Triangle aliases
|
|
2666
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2665
2667
|
// Trophy aliases
|
|
2666
2668
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2667
2669
|
// TruckElectric aliases
|
|
2668
2670
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2669
|
-
// TurkishLira aliases
|
|
2670
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2671
2671
|
// Truck aliases
|
|
2672
2672
|
export { default as TruckIcon } from '../icons/truck';
|
|
2673
|
+
// TurkishLira aliases
|
|
2674
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2673
2675
|
// Turntable aliases
|
|
2674
2676
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2675
2677
|
// Turtle aliases
|
|
@@ -2680,90 +2682,90 @@ export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
|
2680
2682
|
export { default as TvIcon } from '../icons/tv';
|
|
2681
2683
|
// Twitch aliases
|
|
2682
2684
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2683
|
-
// TypeOutline aliases
|
|
2684
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2685
2685
|
// Twitter aliases
|
|
2686
2686
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2687
|
-
//
|
|
2688
|
-
export { default as
|
|
2687
|
+
// TypeOutline aliases
|
|
2688
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2689
2689
|
// Type aliases
|
|
2690
2690
|
export { default as TypeIcon } from '../icons/type';
|
|
2691
|
+
// UmbrellaOff aliases
|
|
2692
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2691
2693
|
// Umbrella aliases
|
|
2692
2694
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2693
2695
|
// Underline aliases
|
|
2694
2696
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2695
|
-
// Undo2 aliases
|
|
2696
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2697
|
-
// UndoDot aliases
|
|
2698
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2699
2697
|
// Undo aliases
|
|
2700
2698
|
export { default as UndoIcon } from '../icons/undo';
|
|
2701
2699
|
// UnfoldHorizontal aliases
|
|
2702
2700
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2701
|
+
// UndoDot aliases
|
|
2702
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2703
|
+
// Undo2 aliases
|
|
2704
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2703
2705
|
// UnfoldVertical aliases
|
|
2704
2706
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2705
|
-
// Unlink2 aliases
|
|
2706
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2707
2707
|
// Ungroup aliases
|
|
2708
2708
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2709
2709
|
// Unlink aliases
|
|
2710
2710
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2711
|
+
// Unlink2 aliases
|
|
2712
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2711
2713
|
// Unplug aliases
|
|
2712
2714
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2713
|
-
// Upload aliases
|
|
2714
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2715
2715
|
// Usb aliases
|
|
2716
2716
|
export { default as UsbIcon } from '../icons/usb';
|
|
2717
|
-
//
|
|
2718
|
-
export { default as
|
|
2717
|
+
// Upload aliases
|
|
2718
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2719
2719
|
// UserCheck aliases
|
|
2720
2720
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2721
|
+
// UserCog aliases
|
|
2722
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2721
2723
|
// UserKey aliases
|
|
2722
2724
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2723
2725
|
// UserLock aliases
|
|
2724
2726
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2725
|
-
// UserMinus aliases
|
|
2726
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2727
2727
|
// UserPen aliases
|
|
2728
2728
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2729
|
-
//
|
|
2730
|
-
export { default as
|
|
2729
|
+
// UserMinus aliases
|
|
2730
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2731
2731
|
// UserRoundKey aliases
|
|
2732
2732
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2733
|
-
//
|
|
2734
|
-
export { default as
|
|
2733
|
+
// UserPlus aliases
|
|
2734
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2735
2735
|
// UserRoundSearch aliases
|
|
2736
2736
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2737
|
+
// UserRoundPen aliases
|
|
2738
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2737
2739
|
// UserSearch aliases
|
|
2738
2740
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2739
2741
|
// UserStar aliases
|
|
2740
2742
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2741
|
-
// User aliases
|
|
2742
|
-
export { default as UserIcon } from '../icons/user';
|
|
2743
2743
|
// UserX aliases
|
|
2744
2744
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2745
|
+
// User aliases
|
|
2746
|
+
export { default as UserIcon } from '../icons/user';
|
|
2745
2747
|
// Users aliases
|
|
2746
2748
|
export { default as UsersIcon } from '../icons/users';
|
|
2747
2749
|
// UtilityPole aliases
|
|
2748
2750
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2749
2751
|
// Van aliases
|
|
2750
2752
|
export { default as VanIcon } from '../icons/van';
|
|
2751
|
-
// Variable aliases
|
|
2752
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2753
2753
|
// Vault aliases
|
|
2754
2754
|
export { default as VaultIcon } from '../icons/vault';
|
|
2755
2755
|
// VectorSquare aliases
|
|
2756
2756
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2757
|
+
// Variable aliases
|
|
2758
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2757
2759
|
// Vegan aliases
|
|
2758
2760
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2759
|
-
// VenusAndMars aliases
|
|
2760
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2761
2761
|
// VenetianMask aliases
|
|
2762
2762
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2763
|
+
// VenusAndMars aliases
|
|
2764
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2765
2765
|
// VibrateOff aliases
|
|
2766
2766
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2767
|
+
// Venus aliases
|
|
2768
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2767
2769
|
// VideoOff aliases
|
|
2768
2770
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2769
2771
|
// Vibrate aliases
|
|
@@ -2774,10 +2776,10 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2774
2776
|
export { default as VideoIcon } from '../icons/video';
|
|
2775
2777
|
// View aliases
|
|
2776
2778
|
export { default as ViewIcon } from '../icons/view';
|
|
2777
|
-
// Voicemail aliases
|
|
2778
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2779
2779
|
// Volleyball aliases
|
|
2780
2780
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2781
|
+
// Voicemail aliases
|
|
2782
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2781
2783
|
// Volume1 aliases
|
|
2782
2784
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2783
2785
|
// Volume2 aliases
|
|
@@ -2788,90 +2790,90 @@ export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
|
2788
2790
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2789
2791
|
// Volume aliases
|
|
2790
2792
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2791
|
-
// Vote aliases
|
|
2792
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2793
2793
|
// WalletCards aliases
|
|
2794
2794
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2795
|
+
// Vote aliases
|
|
2796
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2795
2797
|
// Wallet aliases
|
|
2796
2798
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2797
2799
|
// Wallpaper aliases
|
|
2798
2800
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2799
2801
|
// Wand aliases
|
|
2800
2802
|
export { default as WandIcon } from '../icons/wand';
|
|
2801
|
-
// WashingMachine aliases
|
|
2802
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2803
2803
|
// Warehouse aliases
|
|
2804
2804
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2805
|
+
// WashingMachine aliases
|
|
2806
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2805
2807
|
// Watch aliases
|
|
2806
2808
|
export { default as WatchIcon } from '../icons/watch';
|
|
2807
2809
|
// WavesArrowDown aliases
|
|
2808
2810
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2809
|
-
// Waves aliases
|
|
2810
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2811
2811
|
// WavesArrowUp aliases
|
|
2812
2812
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2813
2813
|
// WavesLadder aliases
|
|
2814
2814
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2815
|
+
// Waves aliases
|
|
2816
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2815
2817
|
// Waypoints aliases
|
|
2816
2818
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2817
2819
|
// Webcam aliases
|
|
2818
2820
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2819
2821
|
// WebhookOff aliases
|
|
2820
2822
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2821
|
-
// WeightTilde aliases
|
|
2822
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2823
2823
|
// Webhook aliases
|
|
2824
2824
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2825
|
-
// WheatOff aliases
|
|
2826
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2827
2825
|
// Weight aliases
|
|
2828
2826
|
export { default as WeightIcon } from '../icons/weight';
|
|
2827
|
+
// WeightTilde aliases
|
|
2828
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2829
|
+
// WheatOff aliases
|
|
2830
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2829
2831
|
// Wheat aliases
|
|
2830
2832
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2831
2833
|
// WholeWord aliases
|
|
2832
2834
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2833
|
-
// WifiHigh aliases
|
|
2834
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2835
2835
|
// WifiCog aliases
|
|
2836
2836
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2837
2837
|
// WifiLow aliases
|
|
2838
2838
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2839
|
+
// WifiHigh aliases
|
|
2840
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2839
2841
|
// WifiOff aliases
|
|
2840
2842
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2841
2843
|
// WifiPen aliases
|
|
2842
2844
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2843
2845
|
// WifiSync aliases
|
|
2844
2846
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2847
|
+
// Wifi aliases
|
|
2848
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2845
2849
|
// WifiZero aliases
|
|
2846
2850
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2847
2851
|
// WindArrowDown aliases
|
|
2848
2852
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2849
|
-
// Wifi aliases
|
|
2850
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2851
2853
|
// Wind aliases
|
|
2852
2854
|
export { default as WindIcon } from '../icons/wind';
|
|
2853
|
-
//
|
|
2854
|
-
export { default as
|
|
2855
|
+
// WineOff aliases
|
|
2856
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2855
2857
|
// Workflow aliases
|
|
2856
2858
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2859
|
+
// Wine aliases
|
|
2860
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2857
2861
|
// Worm aliases
|
|
2858
2862
|
export { default as WormIcon } from '../icons/worm';
|
|
2859
2863
|
// Wrench aliases
|
|
2860
2864
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2861
|
-
//
|
|
2862
|
-
export { default as
|
|
2865
|
+
// Youtube aliases
|
|
2866
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2863
2867
|
// X aliases
|
|
2864
2868
|
export { default as XIcon } from '../icons/x';
|
|
2865
2869
|
// ZapOff aliases
|
|
2866
2870
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2867
|
-
// Youtube aliases
|
|
2868
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2869
2871
|
// ZoomIn aliases
|
|
2870
2872
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2871
|
-
// ZoomOut aliases
|
|
2872
|
-
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2873
2873
|
// Zap aliases
|
|
2874
2874
|
export { default as ZapIcon } from '../icons/zap';
|
|
2875
|
+
// ZoomOut aliases
|
|
2876
|
+
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2875
2877
|
// ArrowDown01 aliases
|
|
2876
2878
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2877
2879
|
// ArrowDown10 aliases
|
|
@@ -2952,18 +2954,18 @@ export {
|
|
|
2952
2954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2953
2955
|
default as BadgeHelpIcon
|
|
2954
2956
|
} from '../icons/badge-question-mark';
|
|
2955
|
-
// BetweenHorizontalStart aliases
|
|
2956
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2957
|
-
export {
|
|
2958
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2959
|
-
default as BetweenHorizonalStartIcon
|
|
2960
|
-
} from '../icons/between-horizontal-start';
|
|
2961
2957
|
// BetweenHorizontalEnd aliases
|
|
2962
2958
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2963
2959
|
export {
|
|
2964
2960
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2965
2961
|
default as BetweenHorizonalEndIcon
|
|
2966
2962
|
} from '../icons/between-horizontal-end';
|
|
2963
|
+
// BetweenHorizontalStart aliases
|
|
2964
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2965
|
+
export {
|
|
2966
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2967
|
+
default as BetweenHorizonalStartIcon
|
|
2968
|
+
} from '../icons/between-horizontal-start';
|
|
2967
2969
|
// BookDashed aliases
|
|
2968
2970
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2969
2971
|
export {
|
|
@@ -2976,30 +2978,36 @@ export {
|
|
|
2976
2978
|
/** @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 */
|
|
2977
2979
|
default as CurlyBracesIcon
|
|
2978
2980
|
} from '../icons/braces';
|
|
2981
|
+
// ChartArea aliases
|
|
2982
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2983
|
+
export {
|
|
2984
|
+
/** @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 */
|
|
2985
|
+
default as AreaChartIcon
|
|
2986
|
+
} from '../icons/chart-area';
|
|
2979
2987
|
// Captions aliases
|
|
2980
2988
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2981
2989
|
export {
|
|
2982
2990
|
/** @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 */
|
|
2983
2991
|
default as SubtitlesIcon
|
|
2984
2992
|
} from '../icons/captions';
|
|
2985
|
-
//
|
|
2986
|
-
export { default as
|
|
2993
|
+
// ChartBar aliases
|
|
2994
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2987
2995
|
export {
|
|
2988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2989
|
-
default as
|
|
2990
|
-
} from '../icons/chart-
|
|
2996
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2997
|
+
default as BarChartHorizontalIcon
|
|
2998
|
+
} from '../icons/chart-bar';
|
|
2991
2999
|
// ChartBarBig aliases
|
|
2992
3000
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2993
3001
|
export {
|
|
2994
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2995
3003
|
default as BarChartHorizontalBigIcon
|
|
2996
3004
|
} from '../icons/chart-bar-big';
|
|
2997
|
-
//
|
|
2998
|
-
export { default as
|
|
3005
|
+
// ChartColumnIncreasing aliases
|
|
3006
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2999
3007
|
export {
|
|
3000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3001
|
-
default as
|
|
3002
|
-
} from '../icons/chart-
|
|
3008
|
+
/** @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 */
|
|
3009
|
+
default as BarChart4Icon
|
|
3010
|
+
} from '../icons/chart-column-increasing';
|
|
3003
3011
|
// ChartCandlestick aliases
|
|
3004
3012
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3005
3013
|
export {
|
|
@@ -3012,30 +3020,18 @@ export {
|
|
|
3012
3020
|
/** @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 */
|
|
3013
3021
|
default as BarChartBigIcon
|
|
3014
3022
|
} from '../icons/chart-column-big';
|
|
3015
|
-
// ChartColumnIncreasing aliases
|
|
3016
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
3017
|
-
export {
|
|
3018
|
-
/** @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 */
|
|
3019
|
-
default as BarChart4Icon
|
|
3020
|
-
} from '../icons/chart-column-increasing';
|
|
3021
|
-
// ChartColumn aliases
|
|
3022
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3023
|
-
export {
|
|
3024
|
-
/** @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 */
|
|
3025
|
-
default as BarChart3Icon
|
|
3026
|
-
} from '../icons/chart-column';
|
|
3027
3023
|
// ChartLine aliases
|
|
3028
3024
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3029
3025
|
export {
|
|
3030
3026
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3031
3027
|
default as LineChartIcon
|
|
3032
3028
|
} from '../icons/chart-line';
|
|
3033
|
-
//
|
|
3034
|
-
export { default as
|
|
3029
|
+
// ChartColumn aliases
|
|
3030
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3035
3031
|
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3037
|
-
default as
|
|
3038
|
-
} from '../icons/chart-
|
|
3032
|
+
/** @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 */
|
|
3033
|
+
default as BarChart3Icon
|
|
3034
|
+
} from '../icons/chart-column';
|
|
3039
3035
|
// ChartNoAxesColumnIncreasing aliases
|
|
3040
3036
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3041
3037
|
export {
|
|
@@ -3048,18 +3044,18 @@ export {
|
|
|
3048
3044
|
/** @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 */
|
|
3049
3045
|
default as BarChart2Icon
|
|
3050
3046
|
} from '../icons/chart-no-axes-column';
|
|
3047
|
+
// ChartNoAxesGantt aliases
|
|
3048
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3049
|
+
export {
|
|
3050
|
+
/** @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 */
|
|
3051
|
+
default as GanttChartIcon
|
|
3052
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3051
3053
|
// ChartPie aliases
|
|
3052
3054
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3053
3055
|
export {
|
|
3054
3056
|
/** @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 */
|
|
3055
3057
|
default as PieChartIcon
|
|
3056
3058
|
} from '../icons/chart-pie';
|
|
3057
|
-
// ChartScatter aliases
|
|
3058
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @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 */
|
|
3061
|
-
default as ScatterChartIcon
|
|
3062
|
-
} from '../icons/chart-scatter';
|
|
3063
3059
|
// Chromium aliases
|
|
3064
3060
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3065
3061
|
export {
|
|
@@ -3072,18 +3068,18 @@ export {
|
|
|
3072
3068
|
/** @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 */
|
|
3073
3069
|
default as ArrowDownCircleIcon
|
|
3074
3070
|
} from '../icons/circle-arrow-down';
|
|
3071
|
+
// ChartScatter aliases
|
|
3072
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3073
|
+
export {
|
|
3074
|
+
/** @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 */
|
|
3075
|
+
default as ScatterChartIcon
|
|
3076
|
+
} from '../icons/chart-scatter';
|
|
3075
3077
|
// CircleAlert aliases
|
|
3076
3078
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3077
3079
|
export {
|
|
3078
3080
|
/** @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 */
|
|
3079
3081
|
default as AlertCircleIcon
|
|
3080
3082
|
} from '../icons/circle-alert';
|
|
3081
|
-
// CircleArrowOutDownLeft aliases
|
|
3082
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3083
|
-
export {
|
|
3084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3085
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3086
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3087
3083
|
// CircleArrowLeft aliases
|
|
3088
3084
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3089
3085
|
export {
|
|
@@ -3096,36 +3092,42 @@ export {
|
|
|
3096
3092
|
/** @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 */
|
|
3097
3093
|
default as ArrowDownRightFromCircleIcon
|
|
3098
3094
|
} from '../icons/circle-arrow-out-down-right';
|
|
3099
|
-
//
|
|
3100
|
-
export { default as
|
|
3095
|
+
// CircleArrowOutDownLeft aliases
|
|
3096
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3101
3097
|
export {
|
|
3102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3103
|
-
default as
|
|
3104
|
-
} from '../icons/circle-arrow-out-
|
|
3098
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3099
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3100
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3105
3101
|
// CircleArrowOutUpRight aliases
|
|
3106
3102
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3107
3103
|
export {
|
|
3108
3104
|
/** @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 */
|
|
3109
3105
|
default as ArrowUpRightFromCircleIcon
|
|
3110
3106
|
} from '../icons/circle-arrow-out-up-right';
|
|
3107
|
+
// CircleArrowOutUpLeft aliases
|
|
3108
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3109
|
+
export {
|
|
3110
|
+
/** @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 */
|
|
3111
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3112
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3111
3113
|
// CircleArrowRight aliases
|
|
3112
3114
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3113
3115
|
export {
|
|
3114
3116
|
/** @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 */
|
|
3115
3117
|
default as ArrowRightCircleIcon
|
|
3116
3118
|
} from '../icons/circle-arrow-right';
|
|
3117
|
-
// CircleArrowUp aliases
|
|
3118
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3119
|
-
export {
|
|
3120
|
-
/** @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 */
|
|
3121
|
-
default as ArrowUpCircleIcon
|
|
3122
|
-
} from '../icons/circle-arrow-up';
|
|
3123
3119
|
// CircleCheckBig aliases
|
|
3124
3120
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3125
3121
|
export {
|
|
3126
3122
|
/** @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 */
|
|
3127
3123
|
default as CheckCircleIcon
|
|
3128
3124
|
} from '../icons/circle-check-big';
|
|
3125
|
+
// CircleArrowUp aliases
|
|
3126
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @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 */
|
|
3129
|
+
default as ArrowUpCircleIcon
|
|
3130
|
+
} from '../icons/circle-arrow-up';
|
|
3129
3131
|
// CircleCheck aliases
|
|
3130
3132
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3131
3133
|
export {
|
|
@@ -3138,24 +3140,18 @@ export {
|
|
|
3138
3140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3139
3141
|
default as ChevronDownCircleIcon
|
|
3140
3142
|
} from '../icons/circle-chevron-down';
|
|
3141
|
-
// CircleChevronLeft aliases
|
|
3142
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3143
|
-
export {
|
|
3144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3145
|
-
default as ChevronLeftCircleIcon
|
|
3146
|
-
} from '../icons/circle-chevron-left';
|
|
3147
3143
|
// CircleChevronUp aliases
|
|
3148
3144
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3149
3145
|
export {
|
|
3150
3146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3151
3147
|
default as ChevronUpCircleIcon
|
|
3152
3148
|
} from '../icons/circle-chevron-up';
|
|
3153
|
-
//
|
|
3154
|
-
export { default as
|
|
3149
|
+
// CircleChevronLeft aliases
|
|
3150
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3155
3151
|
export {
|
|
3156
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3157
|
-
default as
|
|
3158
|
-
} from '../icons/circle-
|
|
3152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3153
|
+
default as ChevronLeftCircleIcon
|
|
3154
|
+
} from '../icons/circle-chevron-left';
|
|
3159
3155
|
// CircleChevronRight aliases
|
|
3160
3156
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3161
3157
|
export {
|
|
@@ -3168,48 +3164,54 @@ export {
|
|
|
3168
3164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3169
3165
|
default as GaugeCircleIcon
|
|
3170
3166
|
} from '../icons/circle-gauge';
|
|
3167
|
+
// CircleParkingOff aliases
|
|
3168
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3169
|
+
export {
|
|
3170
|
+
/** @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 */
|
|
3171
|
+
default as ParkingCircleOffIcon
|
|
3172
|
+
} from '../icons/circle-parking-off';
|
|
3171
3173
|
// CircleMinus aliases
|
|
3172
3174
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3173
3175
|
export {
|
|
3174
3176
|
/** @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 */
|
|
3175
3177
|
default as MinusCircleIcon
|
|
3176
3178
|
} from '../icons/circle-minus';
|
|
3177
|
-
//
|
|
3178
|
-
export { default as
|
|
3179
|
+
// CircleDivide aliases
|
|
3180
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3179
3181
|
export {
|
|
3180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3181
|
-
default as
|
|
3182
|
-
} from '../icons/circle-
|
|
3182
|
+
/** @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 */
|
|
3183
|
+
default as DivideCircleIcon
|
|
3184
|
+
} from '../icons/circle-divide';
|
|
3185
|
+
// CirclePause aliases
|
|
3186
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3187
|
+
export {
|
|
3188
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3189
|
+
default as PauseCircleIcon
|
|
3190
|
+
} from '../icons/circle-pause';
|
|
3183
3191
|
// CircleParking aliases
|
|
3184
3192
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3185
3193
|
export {
|
|
3186
3194
|
/** @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 */
|
|
3187
3195
|
default as ParkingCircleIcon
|
|
3188
3196
|
} from '../icons/circle-parking';
|
|
3189
|
-
// CirclePlay aliases
|
|
3190
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3191
|
-
export {
|
|
3192
|
-
/** @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 */
|
|
3193
|
-
default as PlayCircleIcon
|
|
3194
|
-
} from '../icons/circle-play';
|
|
3195
3197
|
// CirclePercent aliases
|
|
3196
3198
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3197
3199
|
export {
|
|
3198
3200
|
/** @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 */
|
|
3199
3201
|
default as PercentCircleIcon
|
|
3200
3202
|
} from '../icons/circle-percent';
|
|
3203
|
+
// CirclePlay aliases
|
|
3204
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @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 */
|
|
3207
|
+
default as PlayCircleIcon
|
|
3208
|
+
} from '../icons/circle-play';
|
|
3201
3209
|
// CirclePlus aliases
|
|
3202
3210
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3203
3211
|
export {
|
|
3204
3212
|
/** @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
3213
|
default as PlusCircleIcon
|
|
3206
3214
|
} from '../icons/circle-plus';
|
|
3207
|
-
// CirclePause aliases
|
|
3208
|
-
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3209
|
-
export {
|
|
3210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3211
|
-
default as PauseCircleIcon
|
|
3212
|
-
} from '../icons/circle-pause';
|
|
3213
3215
|
// CirclePower aliases
|
|
3214
3216
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3215
3217
|
export {
|
|
@@ -3226,24 +3228,24 @@ export {
|
|
|
3226
3228
|
/** @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 */
|
|
3227
3229
|
default as CircleHelpIcon
|
|
3228
3230
|
} from '../icons/circle-question-mark';
|
|
3229
|
-
//
|
|
3230
|
-
export { default as
|
|
3231
|
+
// CircleUserRound aliases
|
|
3232
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3231
3233
|
export {
|
|
3232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3233
|
-
default as
|
|
3234
|
-
} from '../icons/circle-
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as UserCircle2Icon
|
|
3236
|
+
} from '../icons/circle-user-round';
|
|
3235
3237
|
// CircleStop aliases
|
|
3236
3238
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3237
3239
|
export {
|
|
3238
3240
|
/** @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 */
|
|
3239
3241
|
default as StopCircleIcon
|
|
3240
3242
|
} from '../icons/circle-stop';
|
|
3241
|
-
//
|
|
3242
|
-
export { default as
|
|
3243
|
+
// CircleSlash2 aliases
|
|
3244
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3243
3245
|
export {
|
|
3244
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3245
|
-
default as
|
|
3246
|
-
} from '../icons/circle-
|
|
3246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3247
|
+
default as CircleSlashedIcon
|
|
3248
|
+
} from '../icons/circle-slash-2';
|
|
3247
3249
|
// CircleUser aliases
|
|
3248
3250
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3249
3251
|
export {
|
|
@@ -3256,30 +3258,30 @@ export {
|
|
|
3256
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3257
3259
|
default as XCircleIcon
|
|
3258
3260
|
} from '../icons/circle-x';
|
|
3259
|
-
// ClipboardPenLine aliases
|
|
3260
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3261
|
-
export {
|
|
3262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3263
|
-
default as ClipboardSignatureIcon
|
|
3264
|
-
} from '../icons/clipboard-pen-line';
|
|
3265
3261
|
// ClipboardPen aliases
|
|
3266
3262
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3267
3263
|
export {
|
|
3268
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3269
3265
|
default as ClipboardEditIcon
|
|
3270
3266
|
} from '../icons/clipboard-pen';
|
|
3271
|
-
//
|
|
3272
|
-
export { default as
|
|
3267
|
+
// ClipboardPenLine aliases
|
|
3268
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3273
3269
|
export {
|
|
3274
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3275
|
-
default as
|
|
3276
|
-
} from '../icons/
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as ClipboardSignatureIcon
|
|
3272
|
+
} from '../icons/clipboard-pen-line';
|
|
3277
3273
|
// CloudDownload aliases
|
|
3278
3274
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3279
3275
|
export {
|
|
3280
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3281
3277
|
default as DownloadCloudIcon
|
|
3282
3278
|
} from '../icons/cloud-download';
|
|
3279
|
+
// CloudUpload aliases
|
|
3280
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3281
|
+
export {
|
|
3282
|
+
/** @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 */
|
|
3283
|
+
default as UploadCloudIcon
|
|
3284
|
+
} from '../icons/cloud-upload';
|
|
3283
3285
|
// CodeXml aliases
|
|
3284
3286
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3285
3287
|
export {
|
|
@@ -3308,6 +3310,12 @@ export {
|
|
|
3308
3310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3309
3311
|
default as PanelsLeftRightIcon
|
|
3310
3312
|
} from '../icons/columns-3';
|
|
3313
|
+
// ContactRound aliases
|
|
3314
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3315
|
+
export {
|
|
3316
|
+
/** @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 */
|
|
3317
|
+
default as Contact2Icon
|
|
3318
|
+
} from '../icons/contact-round';
|
|
3311
3319
|
// DiamondPercent aliases
|
|
3312
3320
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3313
3321
|
export {
|
|
@@ -3320,66 +3328,54 @@ export {
|
|
|
3320
3328
|
/** @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 */
|
|
3321
3329
|
default as Globe2Icon
|
|
3322
3330
|
} from '../icons/earth';
|
|
3323
|
-
// ContactRound aliases
|
|
3324
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3325
|
-
export {
|
|
3326
|
-
/** @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 */
|
|
3327
|
-
default as Contact2Icon
|
|
3328
|
-
} from '../icons/contact-round';
|
|
3329
3331
|
// EllipsisVertical aliases
|
|
3330
3332
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3331
3333
|
export {
|
|
3332
3334
|
/** @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 */
|
|
3333
3335
|
default as MoreVerticalIcon
|
|
3334
3336
|
} from '../icons/ellipsis-vertical';
|
|
3335
|
-
// Ellipsis aliases
|
|
3336
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3339
|
-
default as MoreHorizontalIcon
|
|
3340
|
-
} from '../icons/ellipsis';
|
|
3341
3337
|
// FileAxis3d aliases
|
|
3342
3338
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3343
3339
|
export {
|
|
3344
3340
|
/** @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 */
|
|
3345
3341
|
default as FileAxis3DIcon
|
|
3346
3342
|
} from '../icons/file-axis-3d';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3349
|
-
export {
|
|
3350
|
-
/** @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 */
|
|
3351
|
-
default as FileJson2Icon
|
|
3352
|
-
} from '../icons/file-braces-corner';
|
|
3353
|
-
// FileChartColumnIncreasing aliases
|
|
3354
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3343
|
+
// Ellipsis aliases
|
|
3344
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3355
3345
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3357
|
-
default as
|
|
3358
|
-
} from '../icons/
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as MoreHorizontalIcon
|
|
3348
|
+
} from '../icons/ellipsis';
|
|
3359
3349
|
// FileBadge aliases
|
|
3360
3350
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3361
3351
|
export {
|
|
3362
3352
|
/** @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 */
|
|
3363
3353
|
default as FileBadge2Icon
|
|
3364
3354
|
} from '../icons/file-badge';
|
|
3355
|
+
// FileBracesCorner aliases
|
|
3356
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3357
|
+
export {
|
|
3358
|
+
/** @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 */
|
|
3359
|
+
default as FileJson2Icon
|
|
3360
|
+
} from '../icons/file-braces-corner';
|
|
3365
3361
|
// FileBraces aliases
|
|
3366
3362
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3367
3363
|
export {
|
|
3368
3364
|
/** @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 */
|
|
3369
3365
|
default as FileJsonIcon
|
|
3370
3366
|
} from '../icons/file-braces';
|
|
3367
|
+
// FileChartColumnIncreasing aliases
|
|
3368
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3369
|
+
export {
|
|
3370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3371
|
+
default as FileBarChartIcon
|
|
3372
|
+
} from '../icons/file-chart-column-increasing';
|
|
3371
3373
|
// FileChartColumn aliases
|
|
3372
3374
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3373
3375
|
export {
|
|
3374
3376
|
/** @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 */
|
|
3375
3377
|
default as FileBarChart2Icon
|
|
3376
3378
|
} from '../icons/file-chart-column';
|
|
3377
|
-
// FileChartLine aliases
|
|
3378
|
-
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @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 */
|
|
3381
|
-
default as FileLineChartIcon
|
|
3382
|
-
} from '../icons/file-chart-line';
|
|
3383
3379
|
// FileChartPie aliases
|
|
3384
3380
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3385
3381
|
export {
|
|
@@ -3392,6 +3388,12 @@ export {
|
|
|
3392
3388
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3393
3389
|
default as FileCheck2Icon
|
|
3394
3390
|
} from '../icons/file-check-corner';
|
|
3391
|
+
// FileChartLine aliases
|
|
3392
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3393
|
+
export {
|
|
3394
|
+
/** @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 */
|
|
3395
|
+
default as FileLineChartIcon
|
|
3396
|
+
} from '../icons/file-chart-line';
|
|
3395
3397
|
// FileCodeCorner aliases
|
|
3396
3398
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3397
3399
|
export {
|
|
@@ -3410,6 +3412,12 @@ export {
|
|
|
3410
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3411
3413
|
default as FileWarningIcon
|
|
3412
3414
|
} from '../icons/file-exclamation-point';
|
|
3415
|
+
// FileKey aliases
|
|
3416
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3419
|
+
default as FileKey2Icon
|
|
3420
|
+
} from '../icons/file-key';
|
|
3413
3421
|
// FileHeadphone aliases
|
|
3414
3422
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3415
3423
|
export {
|
|
@@ -3420,24 +3428,12 @@ export {
|
|
|
3420
3428
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3421
3429
|
default as FileAudio2Icon
|
|
3422
3430
|
} from '../icons/file-headphone';
|
|
3423
|
-
// FileKey aliases
|
|
3424
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3425
|
-
export {
|
|
3426
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3427
|
-
default as FileKey2Icon
|
|
3428
|
-
} from '../icons/file-key';
|
|
3429
3431
|
// FileLock aliases
|
|
3430
3432
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3431
3433
|
export {
|
|
3432
3434
|
/** @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 */
|
|
3433
3435
|
default as FileLock2Icon
|
|
3434
3436
|
} from '../icons/file-lock';
|
|
3435
|
-
// FilePenLine aliases
|
|
3436
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3437
|
-
export {
|
|
3438
|
-
/** @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 */
|
|
3439
|
-
default as FileSignatureIcon
|
|
3440
|
-
} from '../icons/file-pen-line';
|
|
3441
3437
|
// FileMinusCorner aliases
|
|
3442
3438
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3443
3439
|
export {
|
|
@@ -3450,6 +3446,12 @@ export {
|
|
|
3450
3446
|
/** @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 */
|
|
3451
3447
|
default as FileEditIcon
|
|
3452
3448
|
} from '../icons/file-pen';
|
|
3449
|
+
// FilePenLine aliases
|
|
3450
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @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 */
|
|
3453
|
+
default as FileSignatureIcon
|
|
3454
|
+
} from '../icons/file-pen-line';
|
|
3453
3455
|
// FilePlay aliases
|
|
3454
3456
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3455
3457
|
export {
|
|
@@ -3504,12 +3506,6 @@ export {
|
|
|
3504
3506
|
/** @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 */
|
|
3505
3507
|
default as FingerprintIcon
|
|
3506
3508
|
} from '../icons/fingerprint-pattern';
|
|
3507
|
-
// FolderCog aliases
|
|
3508
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @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 */
|
|
3511
|
-
default as FolderCog2Icon
|
|
3512
|
-
} from '../icons/folder-cog';
|
|
3513
3509
|
// FolderPen aliases
|
|
3514
3510
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3515
3511
|
export {
|
|
@@ -3522,6 +3518,18 @@ export {
|
|
|
3522
3518
|
/** @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 */
|
|
3523
3519
|
default as FilterXIcon
|
|
3524
3520
|
} from '../icons/funnel-x';
|
|
3521
|
+
// FolderCog aliases
|
|
3522
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @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 */
|
|
3525
|
+
default as FolderCog2Icon
|
|
3526
|
+
} from '../icons/folder-cog';
|
|
3527
|
+
// Funnel aliases
|
|
3528
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as FilterIcon
|
|
3532
|
+
} from '../icons/funnel';
|
|
3525
3533
|
// GitCommitHorizontal aliases
|
|
3526
3534
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3527
3535
|
export {
|
|
@@ -3534,30 +3542,12 @@ export {
|
|
|
3534
3542
|
/** @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 */
|
|
3535
3543
|
default as Grid2X2CheckIcon
|
|
3536
3544
|
} from '../icons/grid-2x2-check';
|
|
3537
|
-
// Funnel aliases
|
|
3538
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3539
|
-
export {
|
|
3540
|
-
/** @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 */
|
|
3541
|
-
default as FilterIcon
|
|
3542
|
-
} from '../icons/funnel';
|
|
3543
|
-
// Grid2x2Plus aliases
|
|
3544
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @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 */
|
|
3547
|
-
default as Grid2X2PlusIcon
|
|
3548
|
-
} from '../icons/grid-2x2-plus';
|
|
3549
3545
|
// Grid2x2X aliases
|
|
3550
3546
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3551
3547
|
export {
|
|
3552
3548
|
/** @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 */
|
|
3553
3549
|
default as Grid2X2XIcon
|
|
3554
3550
|
} from '../icons/grid-2x2-x';
|
|
3555
|
-
// Grid2x2 aliases
|
|
3556
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3557
|
-
export {
|
|
3558
|
-
/** @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 */
|
|
3559
|
-
default as Grid2X2Icon
|
|
3560
|
-
} from '../icons/grid-2x2';
|
|
3561
3551
|
// Grid3x3 aliases
|
|
3562
3552
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3563
3553
|
export {
|
|
@@ -3568,64 +3558,60 @@ export {
|
|
|
3568
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3569
3559
|
default as Grid3X3Icon
|
|
3570
3560
|
} from '../icons/grid-3x3';
|
|
3561
|
+
// Grid2x2Plus aliases
|
|
3562
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3563
|
+
export {
|
|
3564
|
+
/** @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 */
|
|
3565
|
+
default as Grid2X2PlusIcon
|
|
3566
|
+
} from '../icons/grid-2x2-plus';
|
|
3567
|
+
// Grid2x2 aliases
|
|
3568
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @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 */
|
|
3571
|
+
default as Grid2X2Icon
|
|
3572
|
+
} from '../icons/grid-2x2';
|
|
3571
3573
|
// HandGrab aliases
|
|
3572
3574
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3573
3575
|
export {
|
|
3574
3576
|
/** @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 */
|
|
3575
3577
|
default as GrabIcon
|
|
3576
3578
|
} from '../icons/hand-grab';
|
|
3577
|
-
// HandHelping aliases
|
|
3578
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @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 */
|
|
3581
|
-
default as HelpingHandIcon
|
|
3582
|
-
} from '../icons/hand-helping';
|
|
3583
3579
|
// House aliases
|
|
3584
3580
|
export { default as HouseIcon } from '../icons/house';
|
|
3585
3581
|
export {
|
|
3586
3582
|
/** @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 */
|
|
3587
3583
|
default as HomeIcon
|
|
3588
3584
|
} from '../icons/house';
|
|
3585
|
+
// HandHelping aliases
|
|
3586
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3587
|
+
export {
|
|
3588
|
+
/** @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 */
|
|
3589
|
+
default as HelpingHandIcon
|
|
3590
|
+
} from '../icons/hand-helping';
|
|
3589
3591
|
// IceCreamBowl aliases
|
|
3590
3592
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3591
3593
|
export {
|
|
3592
3594
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3593
3595
|
default as IceCream2Icon
|
|
3594
3596
|
} from '../icons/ice-cream-bowl';
|
|
3595
|
-
// LaptopMinimal aliases
|
|
3596
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3597
|
-
export {
|
|
3598
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3599
|
-
default as Laptop2Icon
|
|
3600
|
-
} from '../icons/laptop-minimal';
|
|
3601
3597
|
// IceCreamCone aliases
|
|
3602
3598
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3603
3599
|
export {
|
|
3604
3600
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3605
3601
|
default as IceCreamIcon
|
|
3606
3602
|
} from '../icons/ice-cream-cone';
|
|
3603
|
+
// LaptopMinimal aliases
|
|
3604
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3605
|
+
export {
|
|
3606
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3607
|
+
default as Laptop2Icon
|
|
3608
|
+
} from '../icons/laptop-minimal';
|
|
3607
3609
|
// Layers aliases
|
|
3608
3610
|
export { default as LayersIcon } from '../icons/layers';
|
|
3609
3611
|
export {
|
|
3610
3612
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3611
3613
|
default as Layers3Icon
|
|
3612
3614
|
} from '../icons/layers';
|
|
3613
|
-
// ListIndentIncrease aliases
|
|
3614
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @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 */
|
|
3617
|
-
default as IndentIcon
|
|
3618
|
-
} from '../icons/list-indent-increase';
|
|
3619
|
-
export {
|
|
3620
|
-
/** @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 */
|
|
3621
|
-
default as IndentIncreaseIcon
|
|
3622
|
-
} from '../icons/list-indent-increase';
|
|
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';
|
|
3629
3615
|
// ListIndentDecrease aliases
|
|
3630
3616
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3631
3617
|
export {
|
|
@@ -3636,102 +3622,118 @@ export {
|
|
|
3636
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3637
3623
|
default as IndentDecreaseIcon
|
|
3638
3624
|
} from '../icons/list-indent-decrease';
|
|
3625
|
+
// ListIndentIncrease aliases
|
|
3626
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @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 */
|
|
3629
|
+
default as IndentIcon
|
|
3630
|
+
} from '../icons/list-indent-increase';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @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 */
|
|
3633
|
+
default as IndentIncreaseIcon
|
|
3634
|
+
} from '../icons/list-indent-increase';
|
|
3639
3635
|
// LockKeyholeOpen aliases
|
|
3640
3636
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3641
3637
|
export {
|
|
3642
3638
|
/** @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 */
|
|
3643
3639
|
default as UnlockKeyholeIcon
|
|
3644
3640
|
} from '../icons/lock-keyhole-open';
|
|
3645
|
-
//
|
|
3646
|
-
export { default as
|
|
3641
|
+
// LoaderCircle aliases
|
|
3642
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3647
3643
|
export {
|
|
3648
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3649
|
-
default as
|
|
3650
|
-
} from '../icons/
|
|
3644
|
+
/** @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 */
|
|
3645
|
+
default as Loader2Icon
|
|
3646
|
+
} from '../icons/loader-circle';
|
|
3651
3647
|
// MailQuestionMark aliases
|
|
3652
3648
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3653
3649
|
export {
|
|
3654
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3655
3651
|
default as MailQuestionIcon
|
|
3656
3652
|
} from '../icons/mail-question-mark';
|
|
3653
|
+
// LockOpen aliases
|
|
3654
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3655
|
+
export {
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as UnlockIcon
|
|
3658
|
+
} from '../icons/lock-open';
|
|
3657
3659
|
// MapPinPen aliases
|
|
3658
3660
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3659
3661
|
export {
|
|
3660
3662
|
/** @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 */
|
|
3661
3663
|
default as LocationEditIcon
|
|
3662
3664
|
} from '../icons/map-pin-pen';
|
|
3663
|
-
//
|
|
3664
|
-
export { default as
|
|
3665
|
+
// MessageCircleQuestionMark aliases
|
|
3666
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3665
3667
|
export {
|
|
3666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3667
|
-
default as
|
|
3668
|
-
} from '../icons/
|
|
3668
|
+
/** @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 */
|
|
3669
|
+
default as MessageCircleQuestionIcon
|
|
3670
|
+
} from '../icons/message-circle-question-mark';
|
|
3669
3671
|
// Move3d aliases
|
|
3670
3672
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3671
3673
|
export {
|
|
3672
3674
|
/** @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 */
|
|
3673
3675
|
default as Move3DIcon
|
|
3674
3676
|
} from '../icons/move-3d';
|
|
3675
|
-
//
|
|
3676
|
-
export { default as
|
|
3677
|
-
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3679
|
-
default as PauseOctagonIcon
|
|
3680
|
-
} from '../icons/octagon-pause';
|
|
3681
|
-
// MessageCircleQuestionMark aliases
|
|
3682
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3677
|
+
// MicVocal aliases
|
|
3678
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3683
3679
|
export {
|
|
3684
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3685
|
-
default as
|
|
3686
|
-
} from '../icons/
|
|
3680
|
+
/** @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 */
|
|
3681
|
+
default as Mic2Icon
|
|
3682
|
+
} from '../icons/mic-vocal';
|
|
3687
3683
|
// OctagonAlert aliases
|
|
3688
3684
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3689
3685
|
export {
|
|
3690
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3691
3687
|
default as AlertOctagonIcon
|
|
3692
3688
|
} from '../icons/octagon-alert';
|
|
3689
|
+
// OctagonPause aliases
|
|
3690
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3691
|
+
export {
|
|
3692
|
+
/** @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 */
|
|
3693
|
+
default as PauseOctagonIcon
|
|
3694
|
+
} from '../icons/octagon-pause';
|
|
3693
3695
|
// OctagonX aliases
|
|
3694
3696
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3695
3697
|
export {
|
|
3696
3698
|
/** @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 */
|
|
3697
3699
|
default as XOctagonIcon
|
|
3698
3700
|
} from '../icons/octagon-x';
|
|
3699
|
-
// PaintbrushVertical aliases
|
|
3700
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3701
|
-
export {
|
|
3702
|
-
/** @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 */
|
|
3703
|
-
default as Paintbrush2Icon
|
|
3704
|
-
} from '../icons/paintbrush-vertical';
|
|
3705
3701
|
// PanelBottomDashed aliases
|
|
3706
3702
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3707
3703
|
export {
|
|
3708
3704
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3709
3705
|
default as PanelBottomInactiveIcon
|
|
3710
3706
|
} from '../icons/panel-bottom-dashed';
|
|
3711
|
-
//
|
|
3712
|
-
export { default as
|
|
3707
|
+
// PaintbrushVertical aliases
|
|
3708
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3713
3709
|
export {
|
|
3714
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3715
|
-
default as
|
|
3716
|
-
} from '../icons/
|
|
3710
|
+
/** @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 */
|
|
3711
|
+
default as Paintbrush2Icon
|
|
3712
|
+
} from '../icons/paintbrush-vertical';
|
|
3717
3713
|
// PanelLeftDashed aliases
|
|
3718
3714
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3719
3715
|
export {
|
|
3720
3716
|
/** @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 */
|
|
3721
3717
|
default as PanelLeftInactiveIcon
|
|
3722
3718
|
} from '../icons/panel-left-dashed';
|
|
3723
|
-
//
|
|
3724
|
-
export { default as
|
|
3719
|
+
// PanelLeftClose aliases
|
|
3720
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3725
3721
|
export {
|
|
3726
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3727
|
-
default as
|
|
3728
|
-
} from '../icons/panel-left';
|
|
3722
|
+
/** @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 */
|
|
3723
|
+
default as SidebarCloseIcon
|
|
3724
|
+
} from '../icons/panel-left-close';
|
|
3729
3725
|
// PanelLeftOpen aliases
|
|
3730
3726
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3731
3727
|
export {
|
|
3732
3728
|
/** @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 */
|
|
3733
3729
|
default as SidebarOpenIcon
|
|
3734
3730
|
} from '../icons/panel-left-open';
|
|
3731
|
+
// PanelLeft aliases
|
|
3732
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3733
|
+
export {
|
|
3734
|
+
/** @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 */
|
|
3735
|
+
default as SidebarIcon
|
|
3736
|
+
} from '../icons/panel-left';
|
|
3735
3737
|
// PanelRightDashed aliases
|
|
3736
3738
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3737
3739
|
export {
|
|
@@ -3744,24 +3746,24 @@ export {
|
|
|
3744
3746
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3745
3747
|
default as PanelTopInactiveIcon
|
|
3746
3748
|
} from '../icons/panel-top-dashed';
|
|
3747
|
-
//
|
|
3748
|
-
export { default as
|
|
3749
|
+
// PenLine aliases
|
|
3750
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3749
3751
|
export {
|
|
3750
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3751
|
-
default as
|
|
3752
|
-
} from '../icons/
|
|
3752
|
+
/** @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 */
|
|
3753
|
+
default as Edit3Icon
|
|
3754
|
+
} from '../icons/pen-line';
|
|
3753
3755
|
// Pen aliases
|
|
3754
3756
|
export { default as PenIcon } from '../icons/pen';
|
|
3755
3757
|
export {
|
|
3756
3758
|
/** @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 */
|
|
3757
3759
|
default as Edit2Icon
|
|
3758
3760
|
} from '../icons/pen';
|
|
3759
|
-
//
|
|
3760
|
-
export { default as
|
|
3761
|
+
// PanelsTopLeft aliases
|
|
3762
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3761
3763
|
export {
|
|
3762
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3763
|
-
default as
|
|
3764
|
-
} from '../icons/
|
|
3764
|
+
/** @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 */
|
|
3765
|
+
default as LayoutIcon
|
|
3766
|
+
} from '../icons/panels-top-left';
|
|
3765
3767
|
// PlugZap aliases
|
|
3766
3768
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3767
3769
|
export {
|
|
@@ -3792,36 +3794,42 @@ export {
|
|
|
3792
3794
|
/** @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 */
|
|
3793
3795
|
default as PanelsTopBottomIcon
|
|
3794
3796
|
} from '../icons/rows-3';
|
|
3795
|
-
// Scale3d aliases
|
|
3796
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3797
|
-
export {
|
|
3798
|
-
/** @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 */
|
|
3799
|
-
default as Scale3DIcon
|
|
3800
|
-
} from '../icons/scale-3d';
|
|
3801
3797
|
// SendHorizontal aliases
|
|
3802
3798
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3803
3799
|
export {
|
|
3804
3800
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3805
3801
|
default as SendHorizonalIcon
|
|
3806
3802
|
} from '../icons/send-horizontal';
|
|
3807
|
-
//
|
|
3808
|
-
export { default as
|
|
3803
|
+
// Scale3d aliases
|
|
3804
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3809
3805
|
export {
|
|
3810
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3811
|
-
default as
|
|
3812
|
-
} from '../icons/
|
|
3806
|
+
/** @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 */
|
|
3807
|
+
default as Scale3DIcon
|
|
3808
|
+
} from '../icons/scale-3d';
|
|
3813
3809
|
// ShieldX aliases
|
|
3814
3810
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3815
3811
|
export {
|
|
3816
3812
|
/** @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 */
|
|
3817
3813
|
default as ShieldCloseIcon
|
|
3818
3814
|
} from '../icons/shield-x';
|
|
3815
|
+
// ShieldQuestionMark aliases
|
|
3816
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3817
|
+
export {
|
|
3818
|
+
/** @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 */
|
|
3819
|
+
default as ShieldQuestionIcon
|
|
3820
|
+
} from '../icons/shield-question-mark';
|
|
3819
3821
|
// SlidersVertical aliases
|
|
3820
3822
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3821
3823
|
export {
|
|
3822
3824
|
/** @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 */
|
|
3823
3825
|
default as SlidersIcon
|
|
3824
3826
|
} from '../icons/sliders-vertical';
|
|
3827
|
+
// Sparkles aliases
|
|
3828
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3829
|
+
export {
|
|
3830
|
+
/** @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 */
|
|
3831
|
+
default as StarsIcon
|
|
3832
|
+
} from '../icons/sparkles';
|
|
3825
3833
|
// SquareActivity aliases
|
|
3826
3834
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3827
3835
|
export {
|
|
@@ -3834,18 +3842,6 @@ export {
|
|
|
3834
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3835
3843
|
default as ArrowDownLeftSquareIcon
|
|
3836
3844
|
} from '../icons/square-arrow-down-left';
|
|
3837
|
-
// SquareArrowDownRight aliases
|
|
3838
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @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 */
|
|
3841
|
-
default as ArrowDownRightSquareIcon
|
|
3842
|
-
} from '../icons/square-arrow-down-right';
|
|
3843
|
-
// Sparkles aliases
|
|
3844
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @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 */
|
|
3847
|
-
default as StarsIcon
|
|
3848
|
-
} from '../icons/sparkles';
|
|
3849
3845
|
// SquareArrowDown aliases
|
|
3850
3846
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3851
3847
|
export {
|
|
@@ -3858,6 +3854,12 @@ export {
|
|
|
3858
3854
|
/** @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 */
|
|
3859
3855
|
default as ArrowLeftSquareIcon
|
|
3860
3856
|
} from '../icons/square-arrow-left';
|
|
3857
|
+
// SquareArrowDownRight aliases
|
|
3858
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3859
|
+
export {
|
|
3860
|
+
/** @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 */
|
|
3861
|
+
default as ArrowDownRightSquareIcon
|
|
3862
|
+
} from '../icons/square-arrow-down-right';
|
|
3861
3863
|
// SquareArrowOutDownLeft aliases
|
|
3862
3864
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3863
3865
|
export {
|
|
@@ -3876,18 +3878,24 @@ export {
|
|
|
3876
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3877
3879
|
default as ArrowUpLeftFromSquareIcon
|
|
3878
3880
|
} from '../icons/square-arrow-out-up-left';
|
|
3881
|
+
// SquareArrowOutUpRight aliases
|
|
3882
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @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 */
|
|
3885
|
+
default as ArrowUpRightFromSquareIcon
|
|
3886
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3879
3887
|
// SquareArrowRight aliases
|
|
3880
3888
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3881
3889
|
export {
|
|
3882
3890
|
/** @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 */
|
|
3883
3891
|
default as ArrowRightSquareIcon
|
|
3884
3892
|
} from '../icons/square-arrow-right';
|
|
3885
|
-
//
|
|
3886
|
-
export { default as
|
|
3893
|
+
// SquareArrowUp aliases
|
|
3894
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3887
3895
|
export {
|
|
3888
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3889
|
-
default as
|
|
3890
|
-
} from '../icons/square-arrow-
|
|
3896
|
+
/** @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 */
|
|
3897
|
+
default as ArrowUpSquareIcon
|
|
3898
|
+
} from '../icons/square-arrow-up';
|
|
3891
3899
|
// SquareArrowUpLeft aliases
|
|
3892
3900
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3893
3901
|
export {
|
|
@@ -3900,12 +3908,6 @@ export {
|
|
|
3900
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3901
3909
|
default as ArrowUpRightSquareIcon
|
|
3902
3910
|
} from '../icons/square-arrow-up-right';
|
|
3903
|
-
// SquareArrowUp aliases
|
|
3904
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3905
|
-
export {
|
|
3906
|
-
/** @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 */
|
|
3907
|
-
default as ArrowUpSquareIcon
|
|
3908
|
-
} from '../icons/square-arrow-up';
|
|
3909
3911
|
// SquareAsterisk aliases
|
|
3910
3912
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3911
3913
|
export {
|
|
@@ -3928,6 +3930,12 @@ export {
|
|
|
3928
3930
|
/** @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 */
|
|
3929
3931
|
default as CheckSquareIcon
|
|
3930
3932
|
} from '../icons/square-check-big';
|
|
3933
|
+
// SquareChevronDown aliases
|
|
3934
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3937
|
+
default as ChevronDownSquareIcon
|
|
3938
|
+
} from '../icons/square-chevron-down';
|
|
3931
3939
|
// SquareBottomDashedScissors aliases
|
|
3932
3940
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3933
3941
|
export {
|
|
@@ -3940,12 +3948,6 @@ export {
|
|
|
3940
3948
|
/** @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 */
|
|
3941
3949
|
default as CheckSquare2Icon
|
|
3942
3950
|
} from '../icons/square-check';
|
|
3943
|
-
// SquareChevronDown aliases
|
|
3944
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
3947
|
-
default as ChevronDownSquareIcon
|
|
3948
|
-
} from '../icons/square-chevron-down';
|
|
3949
3951
|
// SquareChevronRight aliases
|
|
3950
3952
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3951
3953
|
export {
|
|
@@ -3958,18 +3960,18 @@ export {
|
|
|
3958
3960
|
/** @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 */
|
|
3959
3961
|
default as ChevronUpSquareIcon
|
|
3960
3962
|
} from '../icons/square-chevron-up';
|
|
3961
|
-
// SquareCode aliases
|
|
3962
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3963
|
-
export {
|
|
3964
|
-
/** @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 */
|
|
3965
|
-
default as CodeSquareIcon
|
|
3966
|
-
} from '../icons/square-code';
|
|
3967
3963
|
// SquareChevronLeft aliases
|
|
3968
3964
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3969
3965
|
export {
|
|
3970
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3971
3967
|
default as ChevronLeftSquareIcon
|
|
3972
3968
|
} from '../icons/square-chevron-left';
|
|
3969
|
+
// SquareCode aliases
|
|
3970
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3971
|
+
export {
|
|
3972
|
+
/** @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 */
|
|
3973
|
+
default as CodeSquareIcon
|
|
3974
|
+
} from '../icons/square-code';
|
|
3973
3975
|
// SquareDashedKanban aliases
|
|
3974
3976
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3975
3977
|
export {
|
|
@@ -3982,48 +3984,48 @@ export {
|
|
|
3982
3984
|
/** @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 */
|
|
3983
3985
|
default as MousePointerSquareDashedIcon
|
|
3984
3986
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3985
|
-
// SquareDashed aliases
|
|
3986
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3987
|
-
export {
|
|
3988
|
-
/** @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 */
|
|
3989
|
-
default as BoxSelectIcon
|
|
3990
|
-
} from '../icons/square-dashed';
|
|
3991
3987
|
// SquareDot aliases
|
|
3992
3988
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3993
3989
|
export {
|
|
3994
3990
|
/** @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 */
|
|
3995
3991
|
default as DotSquareIcon
|
|
3996
3992
|
} from '../icons/square-dot';
|
|
3997
|
-
//
|
|
3998
|
-
export { default as
|
|
3993
|
+
// SquareDashed aliases
|
|
3994
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3999
3995
|
export {
|
|
4000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4001
|
-
default as
|
|
4002
|
-
} from '../icons/square-
|
|
3996
|
+
/** @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 */
|
|
3997
|
+
default as BoxSelectIcon
|
|
3998
|
+
} from '../icons/square-dashed';
|
|
4003
3999
|
// SquareEqual aliases
|
|
4004
4000
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4005
4001
|
export {
|
|
4006
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
4007
4003
|
default as EqualSquareIcon
|
|
4008
4004
|
} from '../icons/square-equal';
|
|
4005
|
+
// SquareDivide aliases
|
|
4006
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4007
|
+
export {
|
|
4008
|
+
/** @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 */
|
|
4009
|
+
default as DivideSquareIcon
|
|
4010
|
+
} from '../icons/square-divide';
|
|
4009
4011
|
// SquareKanban aliases
|
|
4010
4012
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4011
4013
|
export {
|
|
4012
4014
|
/** @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 */
|
|
4013
4015
|
default as KanbanSquareIcon
|
|
4014
4016
|
} from '../icons/square-kanban';
|
|
4015
|
-
// SquareFunction aliases
|
|
4016
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @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 */
|
|
4019
|
-
default as FunctionSquareIcon
|
|
4020
|
-
} from '../icons/square-function';
|
|
4021
4017
|
// SquareLibrary aliases
|
|
4022
4018
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4023
4019
|
export {
|
|
4024
4020
|
/** @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 */
|
|
4025
4021
|
default as LibrarySquareIcon
|
|
4026
4022
|
} from '../icons/square-library';
|
|
4023
|
+
// SquareFunction aliases
|
|
4024
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @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 */
|
|
4027
|
+
default as FunctionSquareIcon
|
|
4028
|
+
} from '../icons/square-function';
|
|
4027
4029
|
// SquareM aliases
|
|
4028
4030
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4029
4031
|
export {
|
|
@@ -4036,6 +4038,12 @@ export {
|
|
|
4036
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
4037
4039
|
default as MenuSquareIcon
|
|
4038
4040
|
} from '../icons/square-menu';
|
|
4041
|
+
// SquareMousePointer aliases
|
|
4042
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @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 */
|
|
4045
|
+
default as InspectIcon
|
|
4046
|
+
} from '../icons/square-mouse-pointer';
|
|
4039
4047
|
// SquareMinus aliases
|
|
4040
4048
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4041
4049
|
export {
|
|
@@ -4048,24 +4056,12 @@ export {
|
|
|
4048
4056
|
/** @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 */
|
|
4049
4057
|
default as ParkingSquareOffIcon
|
|
4050
4058
|
} from '../icons/square-parking-off';
|
|
4051
|
-
// SquareMousePointer aliases
|
|
4052
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4053
|
-
export {
|
|
4054
|
-
/** @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 */
|
|
4055
|
-
default as InspectIcon
|
|
4056
|
-
} from '../icons/square-mouse-pointer';
|
|
4057
4059
|
// SquareParking aliases
|
|
4058
4060
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4059
4061
|
export {
|
|
4060
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4061
4063
|
default as ParkingSquareIcon
|
|
4062
4064
|
} from '../icons/square-parking';
|
|
4063
|
-
// SquarePercent aliases
|
|
4064
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @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 */
|
|
4067
|
-
default as PercentSquareIcon
|
|
4068
|
-
} from '../icons/square-percent';
|
|
4069
4065
|
// SquarePen aliases
|
|
4070
4066
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4071
4067
|
export {
|
|
@@ -4080,12 +4076,24 @@ export {
|
|
|
4080
4076
|
/** @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 */
|
|
4081
4077
|
default as PenSquareIcon
|
|
4082
4078
|
} from '../icons/square-pen';
|
|
4079
|
+
// SquarePercent aliases
|
|
4080
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @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 */
|
|
4083
|
+
default as PercentSquareIcon
|
|
4084
|
+
} from '../icons/square-percent';
|
|
4083
4085
|
// SquarePi aliases
|
|
4084
4086
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4085
4087
|
export {
|
|
4086
4088
|
/** @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 */
|
|
4087
4089
|
default as PiSquareIcon
|
|
4088
4090
|
} from '../icons/square-pi';
|
|
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';
|
|
4089
4097
|
// SquarePilcrow aliases
|
|
4090
4098
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4091
4099
|
export {
|
|
@@ -4098,12 +4106,12 @@ export {
|
|
|
4098
4106
|
/** @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 */
|
|
4099
4107
|
default as PlaySquareIcon
|
|
4100
4108
|
} from '../icons/square-play';
|
|
4101
|
-
//
|
|
4102
|
-
export { default as
|
|
4109
|
+
// SquareSigma aliases
|
|
4110
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4103
4111
|
export {
|
|
4104
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4105
|
-
default as
|
|
4106
|
-
} from '../icons/square-
|
|
4112
|
+
/** @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 */
|
|
4113
|
+
default as SigmaSquareIcon
|
|
4114
|
+
} from '../icons/square-sigma';
|
|
4107
4115
|
// SquarePower aliases
|
|
4108
4116
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4109
4117
|
export {
|
|
@@ -4116,24 +4124,18 @@ export {
|
|
|
4116
4124
|
/** @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 */
|
|
4117
4125
|
default as ScissorsSquareIcon
|
|
4118
4126
|
} from '../icons/square-scissors';
|
|
4119
|
-
//
|
|
4120
|
-
export { default as
|
|
4127
|
+
// SquareSlash aliases
|
|
4128
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4121
4129
|
export {
|
|
4122
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4123
|
-
default as
|
|
4124
|
-
} from '../icons/square-
|
|
4130
|
+
/** @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 */
|
|
4131
|
+
default as SlashSquareIcon
|
|
4132
|
+
} from '../icons/square-slash';
|
|
4125
4133
|
// SquareSplitHorizontal aliases
|
|
4126
4134
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4127
4135
|
export {
|
|
4128
4136
|
/** @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 */
|
|
4129
4137
|
default as SplitSquareHorizontalIcon
|
|
4130
4138
|
} from '../icons/square-split-horizontal';
|
|
4131
|
-
// SquareSlash aliases
|
|
4132
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4133
|
-
export {
|
|
4134
|
-
/** @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 */
|
|
4135
|
-
default as SlashSquareIcon
|
|
4136
|
-
} from '../icons/square-slash';
|
|
4137
4139
|
// SquareTerminal aliases
|
|
4138
4140
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4139
4141
|
export {
|
|
@@ -4170,24 +4172,30 @@ export {
|
|
|
4170
4172
|
/** @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 */
|
|
4171
4173
|
default as TestTube2Icon
|
|
4172
4174
|
} from '../icons/test-tube-diagonal';
|
|
4173
|
-
// TextAlignCenter aliases
|
|
4174
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4175
|
-
export {
|
|
4176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4177
|
-
default as AlignCenterIcon
|
|
4178
|
-
} from '../icons/text-align-center';
|
|
4179
4175
|
// TextAlignEnd aliases
|
|
4180
4176
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4181
4177
|
export {
|
|
4182
4178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4183
4179
|
default as AlignRightIcon
|
|
4184
4180
|
} from '../icons/text-align-end';
|
|
4181
|
+
// TextAlignCenter aliases
|
|
4182
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4185
|
+
default as AlignCenterIcon
|
|
4186
|
+
} from '../icons/text-align-center';
|
|
4185
4187
|
// TextAlignJustify aliases
|
|
4186
4188
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4187
4189
|
export {
|
|
4188
4190
|
/** @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 */
|
|
4189
4191
|
default as AlignJustifyIcon
|
|
4190
4192
|
} from '../icons/text-align-justify';
|
|
4193
|
+
// TextInitial aliases
|
|
4194
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as LetterTextIcon
|
|
4198
|
+
} from '../icons/text-initial';
|
|
4191
4199
|
// TextAlignStart aliases
|
|
4192
4200
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4193
4201
|
export {
|
|
@@ -4198,30 +4206,24 @@ export {
|
|
|
4198
4206
|
/** @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 */
|
|
4199
4207
|
default as AlignLeftIcon
|
|
4200
4208
|
} from '../icons/text-align-start';
|
|
4201
|
-
// TextInitial aliases
|
|
4202
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4203
|
-
export {
|
|
4204
|
-
/** @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 */
|
|
4205
|
-
default as LetterTextIcon
|
|
4206
|
-
} from '../icons/text-initial';
|
|
4207
4209
|
// TextSelect aliases
|
|
4208
4210
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4209
4211
|
export {
|
|
4210
4212
|
/** @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 */
|
|
4211
4213
|
default as TextSelectionIcon
|
|
4212
4214
|
} from '../icons/text-select';
|
|
4213
|
-
// TextWrap aliases
|
|
4214
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4215
|
-
export {
|
|
4216
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4217
|
-
default as WrapTextIcon
|
|
4218
|
-
} from '../icons/text-wrap';
|
|
4219
4215
|
// TramFront aliases
|
|
4220
4216
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4221
4217
|
export {
|
|
4222
4218
|
/** @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 */
|
|
4223
4219
|
default as TrainIcon
|
|
4224
4220
|
} from '../icons/tram-front';
|
|
4221
|
+
// TextWrap aliases
|
|
4222
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4223
|
+
export {
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4225
|
+
default as WrapTextIcon
|
|
4226
|
+
} from '../icons/text-wrap';
|
|
4225
4227
|
// TreePalm aliases
|
|
4226
4228
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4227
4229
|
export {
|
|
@@ -4234,24 +4236,18 @@ export {
|
|
|
4234
4236
|
/** @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 */
|
|
4235
4237
|
default as AlertTriangleIcon
|
|
4236
4238
|
} from '../icons/triangle-alert';
|
|
4237
|
-
// TvMinimal aliases
|
|
4238
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4239
|
-
export {
|
|
4240
|
-
/** @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 */
|
|
4241
|
-
default as Tv2Icon
|
|
4242
|
-
} from '../icons/tv-minimal';
|
|
4243
4239
|
// University aliases
|
|
4244
4240
|
export { default as UniversityIcon } from '../icons/university';
|
|
4245
4241
|
export {
|
|
4246
4242
|
/** @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 */
|
|
4247
4243
|
default as School2Icon
|
|
4248
4244
|
} from '../icons/university';
|
|
4249
|
-
//
|
|
4250
|
-
export { default as
|
|
4245
|
+
// TvMinimal aliases
|
|
4246
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4251
4247
|
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4253
|
-
default as
|
|
4254
|
-
} from '../icons/
|
|
4248
|
+
/** @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 */
|
|
4249
|
+
default as Tv2Icon
|
|
4250
|
+
} from '../icons/tv-minimal';
|
|
4255
4251
|
// UserRoundCheck aliases
|
|
4256
4252
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4257
4253
|
export {
|
|
@@ -4264,24 +4260,18 @@ export {
|
|
|
4264
4260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4265
4261
|
default as UserMinus2Icon
|
|
4266
4262
|
} from '../icons/user-round-minus';
|
|
4267
|
-
// UserRoundX aliases
|
|
4268
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4269
|
-
export {
|
|
4270
|
-
/** @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 */
|
|
4271
|
-
default as UserX2Icon
|
|
4272
|
-
} from '../icons/user-round-x';
|
|
4273
|
-
// UsersRound aliases
|
|
4274
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4275
|
-
export {
|
|
4276
|
-
/** @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 */
|
|
4277
|
-
default as Users2Icon
|
|
4278
|
-
} from '../icons/users-round';
|
|
4279
4263
|
// UserRoundPlus aliases
|
|
4280
4264
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4281
4265
|
export {
|
|
4282
4266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4283
4267
|
default as UserPlus2Icon
|
|
4284
4268
|
} from '../icons/user-round-plus';
|
|
4269
|
+
// UserRoundCog aliases
|
|
4270
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4271
|
+
export {
|
|
4272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4273
|
+
default as UserCog2Icon
|
|
4274
|
+
} from '../icons/user-round-cog';
|
|
4285
4275
|
// UserRound aliases
|
|
4286
4276
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4287
4277
|
export {
|
|
@@ -4294,22 +4284,34 @@ export {
|
|
|
4294
4284
|
/** @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 */
|
|
4295
4285
|
default as ForkKnifeCrossedIcon
|
|
4296
4286
|
} from '../icons/utensils-crossed';
|
|
4287
|
+
// UserRoundX aliases
|
|
4288
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4289
|
+
export {
|
|
4290
|
+
/** @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 */
|
|
4291
|
+
default as UserX2Icon
|
|
4292
|
+
} from '../icons/user-round-x';
|
|
4293
|
+
// UsersRound aliases
|
|
4294
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4295
|
+
export {
|
|
4296
|
+
/** @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 */
|
|
4297
|
+
default as Users2Icon
|
|
4298
|
+
} from '../icons/users-round';
|
|
4297
4299
|
// Utensils aliases
|
|
4298
4300
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4299
4301
|
export {
|
|
4300
4302
|
/** @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 */
|
|
4301
4303
|
default as ForkKnifeIcon
|
|
4302
4304
|
} from '../icons/utensils';
|
|
4303
|
-
// WandSparkles aliases
|
|
4304
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4305
|
-
export {
|
|
4306
|
-
/** @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 */
|
|
4307
|
-
default as Wand2Icon
|
|
4308
|
-
} from '../icons/wand-sparkles';
|
|
4309
4305
|
// WalletMinimal aliases
|
|
4310
4306
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4311
4307
|
export {
|
|
4312
4308
|
/** @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 */
|
|
4313
4309
|
default as Wallet2Icon
|
|
4314
4310
|
} from '../icons/wallet-minimal';
|
|
4311
|
+
// WandSparkles aliases
|
|
4312
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4313
|
+
export {
|
|
4314
|
+
/** @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 */
|
|
4315
|
+
default as Wand2Icon
|
|
4316
|
+
} from '../icons/wand-sparkles';
|
|
4315
4317
|
|