@lucide/astro 0.557.0 → 0.559.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +96 -96
- package/src/aliases/prefixed.ts +740 -736
- package/src/aliases/suffixed.ts +1069 -1065
- package/src/icons/fishing-hook.ts +18 -0
- package/src/icons/hd.ts +18 -0
- package/src/icons/index.ts +154 -152
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// ALargeSmall aliases
|
|
4
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
5
|
// AArrowUp aliases
|
|
4
6
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
9
|
// Activity aliases
|
|
6
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
11
|
// AirVent aliases
|
|
8
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
|
-
// Accessibility aliases
|
|
10
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
15
|
// AlarmClockOff aliases
|
|
14
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// ALargeSmall aliases
|
|
16
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterVertical aliases
|
|
@@ -28,50 +28,50 @@ export { default as AlignCenterHorizontalIcon } from '../icons/align-center-hori
|
|
|
28
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
29
|
// AlignEndVertical aliases
|
|
30
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignHorizontalDistributeEnd aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyEnd aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
41
|
// AlignHorizontalSpaceAround aliases
|
|
44
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
49
45
|
// AlignStartVertical aliases
|
|
50
46
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeEnd aliases
|
|
52
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
47
|
// AlignVerticalDistributeCenter aliases
|
|
54
48
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
|
-
//
|
|
56
|
-
export { default as
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
|
+
// AlignVerticalDistributeEnd aliases
|
|
52
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
53
|
// AlignVerticalDistributeStart aliases
|
|
58
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
55
|
+
// AlignStartHorizontal aliases
|
|
56
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
+
// Ambulance aliases
|
|
64
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
63
65
|
// AlignVerticalSpaceAround aliases
|
|
64
66
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
67
|
// AlignVerticalSpaceBetween aliases
|
|
66
68
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
-
// Amphora aliases
|
|
72
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
71
|
// Ampersands aliases
|
|
74
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
|
+
// Amphora aliases
|
|
74
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
@@ -90,16 +90,16 @@ export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
|
-
// ArchiveX aliases
|
|
94
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
93
|
// ArchiveRestore aliases
|
|
96
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
+
// Armchair aliases
|
|
96
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// ArchiveX aliases
|
|
100
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
101
|
// ArrowBigDownDash aliases
|
|
100
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
-
// Armchair aliases
|
|
102
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
@@ -114,70 +114,70 @@ export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowDownFromLine aliases
|
|
122
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToDot aliases
|
|
126
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
125
|
// ArrowDownToLine aliases
|
|
128
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
+
// ArrowDownToDot aliases
|
|
128
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
129
|
// ArrowDownUp aliases
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
132
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
135
|
// ArrowLeftRight aliases
|
|
134
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
-
// ArrowDown aliases
|
|
136
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
139
|
// ArrowLeft aliases
|
|
140
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
141
|
// ArrowRightFromLine aliases
|
|
144
142
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
143
|
// ArrowRightToLine aliases
|
|
148
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRight aliases
|
|
146
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightLeft aliases
|
|
148
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpLeft aliases
|
|
152
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
155
153
|
// ArrowUpFromLine aliases
|
|
156
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
161
|
// ArrowUp aliases
|
|
162
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
|
-
// ArrowUpWideNarrow aliases
|
|
164
|
-
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
|
-
//
|
|
168
|
-
export { default as
|
|
169
|
-
// Atom aliases
|
|
170
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
165
|
+
// ArrowUpWideNarrow aliases
|
|
166
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
167
|
// Asterisk aliases
|
|
172
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
+
// Atom aliases
|
|
170
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
173
171
|
// AudioLines aliases
|
|
174
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as AwardIcon } from '../icons/award';
|
|
173
|
+
// AtSign aliases
|
|
174
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
175
|
// Axe aliases
|
|
180
176
|
export { default as AxeIcon } from '../icons/axe';
|
|
177
|
+
// Award aliases
|
|
178
|
+
export { default as AwardIcon } from '../icons/award';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
181
|
// Baby aliases
|
|
182
182
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
@@ -190,66 +190,66 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
192
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
+
// BadgeIndianRupee aliases
|
|
194
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
195
|
// BadgeInfo aliases
|
|
194
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
197
|
// BadgeJapaneseYen aliases
|
|
196
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
|
-
// BadgeIndianRupee aliases
|
|
198
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
+
// BadgePoundSterling aliases
|
|
202
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
201
203
|
// BadgePercent aliases
|
|
202
204
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
205
|
// BadgePlus aliases
|
|
204
206
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
|
-
// BadgeRussianRuble aliases
|
|
208
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeX aliases
|
|
210
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
211
207
|
// BadgeSwissFranc aliases
|
|
212
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
+
// BadgeRussianRuble aliases
|
|
210
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
211
|
// BadgeTurkishLira aliases
|
|
214
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeX aliases
|
|
214
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
217
215
|
// Badge aliases
|
|
218
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
|
+
// BaggageClaim aliases
|
|
218
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
-
// Ban aliases
|
|
222
|
-
export { default as BanIcon } from '../icons/ban';
|
|
223
221
|
// Banana aliases
|
|
224
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
+
// Ban aliases
|
|
224
|
+
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Bandage aliases
|
|
226
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
225
227
|
// BanknoteArrowDown aliases
|
|
226
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
229
|
// BanknoteArrowUp aliases
|
|
228
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// Bandage aliases
|
|
230
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Banknote aliases
|
|
234
234
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
|
-
// Barrel aliases
|
|
236
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
235
|
// Barcode aliases
|
|
238
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
|
-
// Bath aliases
|
|
240
|
-
export { default as BathIcon } from '../icons/bath';
|
|
241
237
|
// Baseline aliases
|
|
242
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
+
// Barrel aliases
|
|
240
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
241
|
// BatteryCharging aliases
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
245
245
|
// BatteryFull aliases
|
|
246
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryPlus aliases
|
|
250
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
247
|
// BatteryLow aliases
|
|
252
248
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
+
// BatteryPlus aliases
|
|
250
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
+
// BatteryMedium aliases
|
|
252
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
253
|
// BatteryWarning aliases
|
|
254
254
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Battery aliases
|
|
@@ -272,14 +272,14 @@ export { default as BedIcon } from '../icons/bed';
|
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
274
274
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
275
|
// BellDot aliases
|
|
278
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
277
|
+
// BellElectric aliases
|
|
278
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
279
|
// BellMinus aliases
|
|
282
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellPlus aliases
|
|
284
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
285
|
// BellRing aliases
|
|
@@ -288,22 +288,22 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
290
290
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BetweenVerticalStart aliases
|
|
292
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
291
|
// BicepsFlexed aliases
|
|
294
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
+
// BetweenVerticalStart aliases
|
|
294
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// Bike aliases
|
|
296
296
|
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binary aliases
|
|
298
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
299
299
|
// Binoculars aliases
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
303
|
// Bird aliases
|
|
302
304
|
export { default as BirdIcon } from '../icons/bird';
|
|
303
305
|
// Birdhouse aliases
|
|
304
306
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
305
|
-
// Biohazard aliases
|
|
306
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bitcoin aliases
|
|
308
308
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
309
|
// Blend aliases
|
|
@@ -312,12 +312,12 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
313
|
// Blocks aliases
|
|
314
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
+
// Bluetooth aliases
|
|
316
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
315
317
|
// BluetoothConnected aliases
|
|
316
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
319
|
// BluetoothOff aliases
|
|
318
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
-
// Bluetooth aliases
|
|
320
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bold aliases
|
|
@@ -326,70 +326,70 @@ export { default as BoldIcon } from '../icons/bold';
|
|
|
326
326
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
327
|
// Bomb aliases
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// Bone aliases
|
|
330
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
331
329
|
// BookA aliases
|
|
332
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
-
//
|
|
334
|
-
export { default as
|
|
331
|
+
// Bone aliases
|
|
332
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
335
333
|
// BookAudio aliases
|
|
336
334
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
|
+
// BookAlert aliases
|
|
336
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
|
+
// BookCopy aliases
|
|
338
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
339
|
// BookCheck aliases
|
|
338
340
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
341
|
// BookDown aliases
|
|
340
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
343
|
// BookHeadphones aliases
|
|
342
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookCopy aliases
|
|
344
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
347
|
// BookKey aliases
|
|
350
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
+
// BookHeart aliases
|
|
350
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookOpenCheck aliases
|
|
356
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpen aliases
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
|
+
// BookSearch aliases
|
|
362
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
361
363
|
// BookOpenText aliases
|
|
362
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
365
|
// BookPlus aliases
|
|
364
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
-
// BookSearch aliases
|
|
366
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
-
// BookType aliases
|
|
368
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
367
|
// BookText aliases
|
|
370
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
369
|
// BookUp aliases
|
|
374
370
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
+
// BookType aliases
|
|
374
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
// Book aliases
|
|
380
|
-
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';
|
|
383
|
+
// Book aliases
|
|
384
|
+
export { default as BookIcon } from '../icons/book';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
389
|
// BoomBox aliases
|
|
392
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
+
// Bookmark aliases
|
|
392
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
@@ -416,10 +416,10 @@ export { default as BrainIcon } from '../icons/brain';
|
|
|
416
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
417
|
// BrickWallShield aliases
|
|
418
418
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
419
|
-
// BriefcaseBusiness aliases
|
|
420
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
419
|
// BrickWall aliases
|
|
422
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
+
// BriefcaseBusiness aliases
|
|
422
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseConveyorBelt aliases
|
|
424
424
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
425
425
|
// BriefcaseMedical aliases
|
|
@@ -430,28 +430,28 @@ export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
|
430
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
-
// Brush aliases
|
|
434
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
435
433
|
// Bubbles aliases
|
|
436
434
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
435
|
// BugOff aliases
|
|
438
436
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
+
// Brush aliases
|
|
438
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
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
|
-
// Bus aliases
|
|
448
|
-
export { default as BusIcon } from '../icons/bus';
|
|
449
445
|
// BusFront aliases
|
|
450
446
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
447
|
+
// Building2 aliases
|
|
448
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
453
449
|
// CableCar aliases
|
|
454
450
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
|
+
// Bus aliases
|
|
452
|
+
export { default as BusIcon } from '../icons/bus';
|
|
453
|
+
// Cable aliases
|
|
454
|
+
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
@@ -460,20 +460,20 @@ export { default as CakeIcon } from '../icons/cake';
|
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarCheck2 aliases
|
|
464
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
465
|
// CalendarArrowUp aliases
|
|
468
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
|
+
// CalendarCheck2 aliases
|
|
468
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
470
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
471
471
|
// CalendarCog aliases
|
|
472
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
|
-
// CalendarClock aliases
|
|
474
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
475
473
|
// CalendarDays aliases
|
|
476
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarClock aliases
|
|
476
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
479
|
// CalendarHeart aliases
|
|
@@ -482,14 +482,14 @@ export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
-
// CalendarOff aliases
|
|
486
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
485
|
// CalendarPlus2 aliases
|
|
488
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
|
-
//
|
|
490
|
-
export { default as
|
|
487
|
+
// CalendarOff aliases
|
|
488
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
489
|
// CalendarRange aliases
|
|
492
490
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
|
+
// CalendarPlus aliases
|
|
492
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
493
|
// CalendarSearch aliases
|
|
494
494
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
495
|
// CalendarSync aliases
|
|
@@ -502,20 +502,20 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
+
// CandyCane aliases
|
|
506
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
507
|
// Calendars aliases
|
|
506
508
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
509
|
// Camera aliases
|
|
508
510
|
export { default as CameraIcon } from '../icons/camera';
|
|
509
|
-
// CandyCane aliases
|
|
510
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
512
512
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
513
|
-
// Candy aliases
|
|
514
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
515
|
-
// CaptionsOff aliases
|
|
516
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
513
|
// Cannabis aliases
|
|
518
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
|
+
// CaptionsOff aliases
|
|
516
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
517
|
+
// Candy aliases
|
|
518
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
519
519
|
// CarFront aliases
|
|
520
520
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
521
|
// CarTaxiFront aliases
|
|
@@ -526,46 +526,46 @@ export { default as CarIcon } from '../icons/car';
|
|
|
526
526
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
527
527
|
// CardSim aliases
|
|
528
528
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
|
-
// CaseLower aliases
|
|
530
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
529
|
// Carrot aliases
|
|
532
530
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
|
+
// CaseLower aliases
|
|
532
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
533
533
|
// CaseSensitive aliases
|
|
534
534
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
535
535
|
// CaseUpper aliases
|
|
536
536
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
-
// Cast aliases
|
|
538
|
-
export { default as CastIcon } from '../icons/cast';
|
|
539
537
|
// CassetteTape aliases
|
|
540
538
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
+
// Cast aliases
|
|
540
|
+
export { default as CastIcon } from '../icons/cast';
|
|
541
541
|
// Castle aliases
|
|
542
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
543
|
-
// Cat aliases
|
|
544
|
-
export { default as CatIcon } from '../icons/cat';
|
|
545
543
|
// Cctv aliases
|
|
546
544
|
export { default as CctvIcon } from '../icons/cctv';
|
|
547
|
-
//
|
|
548
|
-
export { default as
|
|
545
|
+
// Cat aliases
|
|
546
|
+
export { default as CatIcon } from '../icons/cat';
|
|
549
547
|
// ChartBarIncreasing aliases
|
|
550
548
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
549
|
+
// ChartBarDecreasing aliases
|
|
550
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
553
551
|
// ChartBarStacked aliases
|
|
554
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
555
553
|
// ChartColumnStacked aliases
|
|
556
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
|
+
// ChartColumnDecreasing aliases
|
|
556
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartGantt aliases
|
|
558
558
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
559
|
// ChartNetwork aliases
|
|
560
560
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
561
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
562
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
|
+
// CheckCheck aliases
|
|
564
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
563
565
|
// ChartNoAxesCombined aliases
|
|
564
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
565
567
|
// ChartSpline aliases
|
|
566
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
|
-
// CheckCheck aliases
|
|
568
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
569
|
// CheckLine aliases
|
|
570
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
571
|
// Check aliases
|
|
@@ -580,10 +580,10 @@ export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
|
580
580
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
581
|
// ChessKnight aliases
|
|
582
582
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
583
|
-
// ChessPawn aliases
|
|
584
|
-
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
585
583
|
// ChessQueen aliases
|
|
586
584
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
585
|
+
// ChessPawn aliases
|
|
586
|
+
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessRook aliases
|
|
588
588
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
589
589
|
// ChevronDown aliases
|
|
@@ -602,24 +602,24 @@ export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
|
602
602
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
603
|
// ChevronsDown aliases
|
|
604
604
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
605
|
-
// ChevronsLeftRightEllipsis aliases
|
|
606
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
-
// ChevronsLeft aliases
|
|
608
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
605
|
// ChevronsLeftRight aliases
|
|
610
606
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
607
|
+
// ChevronsLeft aliases
|
|
608
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
609
|
+
// ChevronsLeftRightEllipsis aliases
|
|
610
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
611
611
|
// ChevronsRightLeft aliases
|
|
612
612
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
613
613
|
// ChevronsRight aliases
|
|
614
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
615
|
// ChevronsUpDown aliases
|
|
616
616
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
|
+
// Church aliases
|
|
618
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
617
619
|
// ChevronsUp aliases
|
|
618
620
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
621
|
// CigaretteOff aliases
|
|
620
622
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
621
|
-
// Church aliases
|
|
622
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
623
623
|
// Cigarette aliases
|
|
624
624
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
625
625
|
// CircleDashed aliases
|
|
@@ -628,12 +628,12 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
628
628
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
629
|
// CircleDotDashed aliases
|
|
630
630
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
631
|
-
// CircleEllipsis aliases
|
|
632
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
633
631
|
// CircleDot aliases
|
|
634
632
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
633
|
// CircleEqual aliases
|
|
636
634
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
635
|
+
// CircleEllipsis aliases
|
|
636
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
637
637
|
// CircleFadingArrowUp aliases
|
|
638
638
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
639
639
|
// CircleFadingPlus aliases
|
|
@@ -646,26 +646,26 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
646
646
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
647
647
|
// CirclePoundSterling aliases
|
|
648
648
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
649
|
-
// CircleStar aliases
|
|
650
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
651
|
+
// CircleStar aliases
|
|
652
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
653
|
// Circle aliases
|
|
656
654
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
655
|
// Citrus aliases
|
|
658
656
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
659
657
|
// Clapperboard aliases
|
|
660
658
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
659
|
+
// CircuitBoard aliases
|
|
660
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
661
661
|
// ClipboardCheck aliases
|
|
662
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
663
|
+
// ClipboardCopy aliases
|
|
664
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
663
665
|
// ClipboardClock aliases
|
|
664
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
665
667
|
// ClipboardList aliases
|
|
666
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
667
|
-
// ClipboardCopy aliases
|
|
668
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
669
669
|
// ClipboardMinus aliases
|
|
670
670
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
671
671
|
// ClipboardPaste aliases
|
|
@@ -676,12 +676,12 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
676
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
677
|
// ClipboardX aliases
|
|
678
678
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
679
|
+
// Clock10 aliases
|
|
680
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
679
681
|
// Clipboard aliases
|
|
680
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
683
|
// Clock1 aliases
|
|
682
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
683
|
-
// Clock10 aliases
|
|
684
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
685
|
// Clock11 aliases
|
|
686
686
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
687
|
// Clock12 aliases
|
|
@@ -694,28 +694,28 @@ export { default as Clock3Icon } from '../icons/clock-3';
|
|
|
694
694
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
695
|
// Clock5 aliases
|
|
696
696
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
697
|
-
// Clock6 aliases
|
|
698
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
697
|
// Clock7 aliases
|
|
700
698
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
|
-
//
|
|
702
|
-
export { default as
|
|
699
|
+
// Clock6 aliases
|
|
700
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
703
701
|
// Clock8 aliases
|
|
704
702
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// Clock9 aliases
|
|
704
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
707
705
|
// ClockAlert aliases
|
|
708
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
+
// ClockArrowDown aliases
|
|
708
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
709
|
// ClockArrowUp aliases
|
|
710
710
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
711
711
|
// ClockCheck aliases
|
|
712
712
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
713
713
|
// ClockFading aliases
|
|
714
714
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
-
// ClockPlus aliases
|
|
716
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
715
|
// Clock aliases
|
|
718
716
|
export { default as ClockIcon } from '../icons/clock';
|
|
717
|
+
// ClockPlus aliases
|
|
718
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// ClosedCaption aliases
|
|
720
720
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
721
721
|
// CloudAlert aliases
|
|
@@ -728,26 +728,26 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
728
728
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
729
|
// CloudDrizzle aliases
|
|
730
730
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
731
|
-
// CloudFog aliases
|
|
732
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
733
731
|
// CloudHail aliases
|
|
734
732
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
735
|
-
//
|
|
736
|
-
export { default as
|
|
733
|
+
// CloudFog aliases
|
|
734
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
737
735
|
// CloudLightning aliases
|
|
738
736
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
737
|
+
// CloudMoonRain aliases
|
|
738
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
|
+
// CloudOff aliases
|
|
740
|
+
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
739
741
|
// CloudMoon aliases
|
|
740
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
741
743
|
// CloudRainWind aliases
|
|
742
744
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
743
|
-
//
|
|
744
|
-
export { default as
|
|
745
|
+
// CloudRain aliases
|
|
746
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
745
747
|
// CloudSnow aliases
|
|
746
748
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
747
749
|
// CloudSunRain aliases
|
|
748
750
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
749
|
-
// CloudRain aliases
|
|
750
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSun aliases
|
|
752
752
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
753
|
// CloudSync aliases
|
|
@@ -756,10 +756,10 @@ export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
|
756
756
|
export { default as CloudIcon } from '../icons/cloud';
|
|
757
757
|
// Clover aliases
|
|
758
758
|
export { default as CloverIcon } from '../icons/clover';
|
|
759
|
-
// Club aliases
|
|
760
|
-
export { default as ClubIcon } from '../icons/club';
|
|
761
759
|
// Cloudy aliases
|
|
762
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
|
+
// Club aliases
|
|
762
|
+
export { default as ClubIcon } from '../icons/club';
|
|
763
763
|
// Code aliases
|
|
764
764
|
export { default as CodeIcon } from '../icons/code';
|
|
765
765
|
// Codepen aliases
|
|
@@ -772,32 +772,32 @@ export { default as CoffeeIcon } from '../icons/coffee';
|
|
|
772
772
|
export { default as CogIcon } from '../icons/cog';
|
|
773
773
|
// Coins aliases
|
|
774
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
-
// Columns4 aliases
|
|
776
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
775
|
// Combine aliases
|
|
778
776
|
export { default as CombineIcon } from '../icons/combine';
|
|
779
|
-
// Compass aliases
|
|
780
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
781
777
|
// Command aliases
|
|
782
778
|
export { default as CommandIcon } from '../icons/command';
|
|
779
|
+
// Columns4 aliases
|
|
780
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
|
+
// Compass aliases
|
|
782
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
783
|
+
// Component aliases
|
|
784
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
783
785
|
// Computer aliases
|
|
784
786
|
export { default as ComputerIcon } from '../icons/computer';
|
|
785
787
|
// ConciergeBell aliases
|
|
786
788
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
787
|
-
// Component aliases
|
|
788
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
789
|
-
// Cone aliases
|
|
790
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
791
789
|
// Construction aliases
|
|
792
790
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
791
|
+
// Cone aliases
|
|
792
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
793
793
|
// Contact aliases
|
|
794
794
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
795
|
// Container aliases
|
|
796
796
|
export { default as ContainerIcon } from '../icons/container';
|
|
797
|
-
// Cookie aliases
|
|
798
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
799
797
|
// Contrast aliases
|
|
800
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
+
// Cookie aliases
|
|
800
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
801
801
|
// CookingPot aliases
|
|
802
802
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
803
|
// CopyCheck aliases
|
|
@@ -838,38 +838,38 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
838
838
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
839
839
|
// CreditCard aliases
|
|
840
840
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
|
-
// Crop aliases
|
|
842
|
-
export { default as CropIcon } from '../icons/crop';
|
|
843
841
|
// Croissant aliases
|
|
844
842
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
843
|
+
// Crop aliases
|
|
844
|
+
export { default as CropIcon } from '../icons/crop';
|
|
845
845
|
// Cross aliases
|
|
846
846
|
export { default as CrossIcon } from '../icons/cross';
|
|
847
847
|
// Crosshair aliases
|
|
848
848
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
|
-
// Crown aliases
|
|
850
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
851
849
|
// Cuboid aliases
|
|
852
850
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
851
|
// CupSoda aliases
|
|
854
852
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
|
-
//
|
|
856
|
-
export { default as
|
|
853
|
+
// Crown aliases
|
|
854
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
857
855
|
// Currency aliases
|
|
858
856
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
|
-
//
|
|
860
|
-
export { default as
|
|
857
|
+
// Cylinder aliases
|
|
858
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
859
|
// Dam aliases
|
|
862
860
|
export { default as DamIcon } from '../icons/dam';
|
|
861
|
+
// DatabaseBackup aliases
|
|
862
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
863
863
|
// Database aliases
|
|
864
864
|
export { default as DatabaseIcon } from '../icons/database';
|
|
865
865
|
// DatabaseZap aliases
|
|
866
866
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
|
-
// DecimalsArrowLeft aliases
|
|
868
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
867
|
// DecimalsArrowRight aliases
|
|
870
868
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
871
869
|
// Delete aliases
|
|
872
870
|
export { default as DeleteIcon } from '../icons/delete';
|
|
871
|
+
// DecimalsArrowLeft aliases
|
|
872
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
873
|
// Dessert aliases
|
|
874
874
|
export { default as DessertIcon } from '../icons/dessert';
|
|
875
875
|
// Diameter aliases
|
|
@@ -882,28 +882,28 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
882
882
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
883
883
|
// Dice1 aliases
|
|
884
884
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
885
|
-
// Dice3 aliases
|
|
886
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
887
885
|
// Dice2 aliases
|
|
888
886
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
887
|
+
// Dice3 aliases
|
|
888
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
889
889
|
// Dice4 aliases
|
|
890
890
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
891
891
|
// Dice5 aliases
|
|
892
892
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
893
|
-
// Dices aliases
|
|
894
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
895
893
|
// Dice6 aliases
|
|
896
894
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
897
|
-
//
|
|
898
|
-
export { default as
|
|
895
|
+
// Dices aliases
|
|
896
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
899
897
|
// Diff aliases
|
|
900
898
|
export { default as DiffIcon } from '../icons/diff';
|
|
899
|
+
// Disc2 aliases
|
|
900
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
901
|
// Disc3 aliases
|
|
902
902
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
903
|
-
// Disc aliases
|
|
904
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
905
903
|
// DiscAlbum aliases
|
|
906
904
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
905
|
+
// Disc aliases
|
|
906
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
907
907
|
// Divide aliases
|
|
908
908
|
export { default as DivideIcon } from '../icons/divide';
|
|
909
909
|
// DnaOff aliases
|
|
@@ -912,12 +912,12 @@ export { default as DnaOffIcon } from '../icons/dna-off';
|
|
|
912
912
|
export { default as DnaIcon } from '../icons/dna';
|
|
913
913
|
// Dock aliases
|
|
914
914
|
export { default as DockIcon } from '../icons/dock';
|
|
915
|
-
// DollarSign aliases
|
|
916
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
917
915
|
// Dog aliases
|
|
918
916
|
export { default as DogIcon } from '../icons/dog';
|
|
919
917
|
// Donut aliases
|
|
920
918
|
export { default as DonutIcon } from '../icons/donut';
|
|
919
|
+
// DollarSign aliases
|
|
920
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
921
921
|
// DoorClosedLocked aliases
|
|
922
922
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
923
923
|
// DoorClosed aliases
|
|
@@ -926,80 +926,80 @@ export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
|
926
926
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
927
927
|
// Dot aliases
|
|
928
928
|
export { default as DotIcon } from '../icons/dot';
|
|
929
|
-
// Download aliases
|
|
930
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
931
929
|
// DraftingCompass aliases
|
|
932
930
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
931
|
+
// Download aliases
|
|
932
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
933
933
|
// Drama aliases
|
|
934
934
|
export { default as DramaIcon } from '../icons/drama';
|
|
935
935
|
// Dribbble aliases
|
|
936
936
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
937
|
-
// Drone aliases
|
|
938
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
937
|
// DropletOff aliases
|
|
942
938
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
943
|
-
//
|
|
944
|
-
export { default as
|
|
939
|
+
// Drill aliases
|
|
940
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
941
|
+
// Drone aliases
|
|
942
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
945
943
|
// Droplets aliases
|
|
946
944
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
945
|
+
// Droplet aliases
|
|
946
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
947
947
|
// Drum aliases
|
|
948
948
|
export { default as DrumIcon } from '../icons/drum';
|
|
949
|
-
// Drumstick aliases
|
|
950
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
951
949
|
// Dumbbell aliases
|
|
952
950
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
953
|
-
// Ear aliases
|
|
954
|
-
export { default as EarIcon } from '../icons/ear';
|
|
955
951
|
// EarOff aliases
|
|
956
952
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
|
-
//
|
|
958
|
-
export { default as
|
|
953
|
+
// Drumstick aliases
|
|
954
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
+
// Ear aliases
|
|
956
|
+
export { default as EarIcon } from '../icons/ear';
|
|
959
957
|
// EarthLock aliases
|
|
960
958
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
961
|
-
// EggOff aliases
|
|
962
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
963
959
|
// Eclipse aliases
|
|
964
960
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
965
|
-
//
|
|
966
|
-
export { default as
|
|
961
|
+
// EggFried aliases
|
|
962
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
963
|
+
// EggOff aliases
|
|
964
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
967
965
|
// EqualApproximately aliases
|
|
968
966
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
967
|
+
// Egg aliases
|
|
968
|
+
export { default as EggIcon } from '../icons/egg';
|
|
969
969
|
// EqualNot aliases
|
|
970
970
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
971
971
|
// Equal aliases
|
|
972
972
|
export { default as EqualIcon } from '../icons/equal';
|
|
973
973
|
// Eraser aliases
|
|
974
974
|
export { default as EraserIcon } from '../icons/eraser';
|
|
975
|
-
// EthernetPort aliases
|
|
976
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
977
975
|
// Euro aliases
|
|
978
976
|
export { default as EuroIcon } from '../icons/euro';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
977
|
+
// EthernetPort aliases
|
|
978
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
979
|
// EvCharger aliases
|
|
982
980
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
981
|
+
// Expand aliases
|
|
982
|
+
export { default as ExpandIcon } from '../icons/expand';
|
|
983
983
|
// EyeClosed aliases
|
|
984
984
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
|
-
// Eye aliases
|
|
988
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
989
987
|
// EyeOff aliases
|
|
990
988
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
989
|
+
// Eye aliases
|
|
990
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
991
991
|
// Facebook aliases
|
|
992
992
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
993
993
|
// Factory aliases
|
|
994
994
|
export { default as FactoryIcon } from '../icons/factory';
|
|
995
995
|
// Fan aliases
|
|
996
996
|
export { default as FanIcon } from '../icons/fan';
|
|
997
|
+
// FastForward aliases
|
|
998
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
997
999
|
// Feather aliases
|
|
998
1000
|
export { default as FeatherIcon } from '../icons/feather';
|
|
999
1001
|
// Fence aliases
|
|
1000
1002
|
export { default as FenceIcon } from '../icons/fence';
|
|
1001
|
-
// FastForward aliases
|
|
1002
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
1003
|
// FerrisWheel aliases
|
|
1004
1004
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
1005
|
// Figma aliases
|
|
@@ -1010,48 +1010,48 @@ export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
1011
|
// FileCheck aliases
|
|
1012
1012
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1013
|
+
// FileClock aliases
|
|
1014
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1013
1015
|
// FileCode aliases
|
|
1014
1016
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1015
1017
|
// FileDiff aliases
|
|
1016
1018
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1017
|
-
// FileClock aliases
|
|
1018
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1019
1019
|
// FileDigit aliases
|
|
1020
1020
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1021
1021
|
// FileDown aliases
|
|
1022
1022
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1023
1023
|
// FileHeart aliases
|
|
1024
1024
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1025
|
-
// FileInput aliases
|
|
1026
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1027
1025
|
// FileImage aliases
|
|
1028
1026
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1027
|
+
// FileInput aliases
|
|
1028
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1029
1029
|
// FileMinus aliases
|
|
1030
1030
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1031
|
// FileMusic aliases
|
|
1032
1032
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
|
-
// FileOutput aliases
|
|
1034
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
1033
|
// FilePlus aliases
|
|
1036
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1035
|
// FileScan aliases
|
|
1038
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
|
-
//
|
|
1040
|
-
export { default as
|
|
1037
|
+
// FileOutput aliases
|
|
1038
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1041
1039
|
// FileSearch aliases
|
|
1042
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FileSliders aliases
|
|
1042
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1043
|
// FileSpreadsheet aliases
|
|
1044
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
1045
|
// FileStack aliases
|
|
1046
1046
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
1047
|
// FileSymlink aliases
|
|
1048
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
+
// FileType aliases
|
|
1050
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1049
1051
|
// FileTerminal aliases
|
|
1050
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
1053
|
// FileText aliases
|
|
1052
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
|
-
// FileType aliases
|
|
1054
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
1055
|
// FileUp aliases
|
|
1056
1056
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
1057
|
// FileUser aliases
|
|
@@ -1074,28 +1074,30 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1074
1074
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1075
1075
|
// Fish aliases
|
|
1076
1076
|
export { default as FishIcon } from '../icons/fish';
|
|
1077
|
+
// FishingHook aliases
|
|
1078
|
+
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1077
1079
|
// FlagOff aliases
|
|
1078
1080
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1079
|
-
// FlagTriangleLeft aliases
|
|
1080
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1081
1081
|
// FlagTriangleRight aliases
|
|
1082
1082
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1083
1083
|
// Flag aliases
|
|
1084
1084
|
export { default as FlagIcon } from '../icons/flag';
|
|
1085
|
-
//
|
|
1086
|
-
export { default as
|
|
1085
|
+
// FlagTriangleLeft aliases
|
|
1086
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1087
|
// Flame aliases
|
|
1088
1088
|
export { default as FlameIcon } from '../icons/flame';
|
|
1089
1089
|
// FlashlightOff aliases
|
|
1090
1090
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1091
1091
|
// Flashlight aliases
|
|
1092
1092
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1093
|
-
// FlaskConical aliases
|
|
1094
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1095
1093
|
// FlaskConicalOff aliases
|
|
1096
1094
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1095
|
+
// FlameKindling aliases
|
|
1096
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1097
1097
|
// FlaskRound aliases
|
|
1098
1098
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1099
|
+
// FlaskConical aliases
|
|
1100
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
1101
|
// FlipHorizontal2 aliases
|
|
1100
1102
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1101
1103
|
// FlipHorizontal aliases
|
|
@@ -1104,80 +1106,80 @@ export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
|
1104
1106
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1105
1107
|
// FlipVertical aliases
|
|
1106
1108
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1107
|
-
// Flower2 aliases
|
|
1108
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1109
1109
|
// Flower aliases
|
|
1110
1110
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1111
1111
|
// Focus aliases
|
|
1112
1112
|
export { default as FocusIcon } from '../icons/focus';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1113
|
+
// Flower2 aliases
|
|
1114
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1115
|
// FoldHorizontal aliases
|
|
1116
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
|
+
// FoldVertical aliases
|
|
1118
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
1119
|
// FolderArchive aliases
|
|
1118
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
1121
|
// FolderCheck aliases
|
|
1120
1122
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
|
-
// FolderCode aliases
|
|
1122
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1123
1123
|
// FolderClock aliases
|
|
1124
1124
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1125
|
// FolderClosed aliases
|
|
1126
1126
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1127
|
-
// FolderDown aliases
|
|
1128
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
1127
|
// FolderDot aliases
|
|
1130
1128
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1129
|
+
// FolderCode aliases
|
|
1130
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1131
1133
|
// FolderGit aliases
|
|
1132
1134
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1133
1135
|
// FolderGit2 aliases
|
|
1134
1136
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1135
|
-
// FolderInput aliases
|
|
1136
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
1137
|
// FolderHeart aliases
|
|
1138
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
+
// FolderInput aliases
|
|
1140
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
1141
|
// FolderKanban aliases
|
|
1140
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
1143
|
// FolderKey aliases
|
|
1142
1144
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
1145
|
// FolderLock aliases
|
|
1144
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1145
|
-
// FolderOpenDot aliases
|
|
1146
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1147
1147
|
// FolderMinus aliases
|
|
1148
1148
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
|
+
// FolderOpenDot aliases
|
|
1150
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1151
|
// FolderOpen aliases
|
|
1150
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
1153
|
// FolderOutput aliases
|
|
1152
1154
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1153
1155
|
// FolderPlus aliases
|
|
1154
1156
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1155
|
-
// FolderRoot aliases
|
|
1156
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1157
1157
|
// FolderSearch2 aliases
|
|
1158
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
|
-
//
|
|
1160
|
-
export { default as
|
|
1159
|
+
// FolderRoot aliases
|
|
1160
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1161
1161
|
// FolderSearch aliases
|
|
1162
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1163
|
+
// FolderSymlink aliases
|
|
1164
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1163
1165
|
// FolderSync aliases
|
|
1164
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
|
-
// FolderUp aliases
|
|
1166
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1167
1167
|
// FolderTree aliases
|
|
1168
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
|
+
// FolderUp aliases
|
|
1170
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1169
1171
|
// FolderX aliases
|
|
1170
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1171
|
-
// Folders aliases
|
|
1172
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1173
1173
|
// Folder aliases
|
|
1174
1174
|
export { default as FolderIcon } from '../icons/folder';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1175
|
+
// Folders aliases
|
|
1176
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
1177
|
// Forklift aliases
|
|
1178
1178
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1179
1179
|
// Form aliases
|
|
1180
1180
|
export { default as FormIcon } from '../icons/form';
|
|
1181
|
+
// Footprints aliases
|
|
1182
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
1183
|
// Forward aliases
|
|
1182
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
1185
|
// Frame aliases
|
|
@@ -1186,34 +1188,34 @@ export { default as FrameIcon } from '../icons/frame';
|
|
|
1186
1188
|
export { default as FramerIcon } from '../icons/framer';
|
|
1187
1189
|
// Frown aliases
|
|
1188
1190
|
export { default as FrownIcon } from '../icons/frown';
|
|
1189
|
-
// Fuel aliases
|
|
1190
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
1191
|
// Fullscreen aliases
|
|
1192
1192
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
|
+
// Fuel aliases
|
|
1194
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1193
1195
|
// FunnelPlus aliases
|
|
1194
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
|
+
// GalleryHorizontalEnd aliases
|
|
1198
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1195
1199
|
// GalleryHorizontal aliases
|
|
1196
1200
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1197
1201
|
// GalleryThumbnails aliases
|
|
1198
1202
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
|
-
// GalleryHorizontalEnd aliases
|
|
1200
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1201
1203
|
// GalleryVerticalEnd aliases
|
|
1202
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
1205
|
// GalleryVertical aliases
|
|
1204
1206
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1205
1207
|
// Gamepad2 aliases
|
|
1206
1208
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1207
|
-
// GamepadDirectional aliases
|
|
1208
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1209
1209
|
// Gamepad aliases
|
|
1210
1210
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1211
|
+
// GamepadDirectional aliases
|
|
1212
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1211
1213
|
// Gauge aliases
|
|
1212
1214
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1213
|
-
// Gavel aliases
|
|
1214
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
1215
|
// Gem aliases
|
|
1216
1216
|
export { default as GemIcon } from '../icons/gem';
|
|
1217
|
+
// Gavel aliases
|
|
1218
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1217
1219
|
// Ghost aliases
|
|
1218
1220
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1221
|
// GeorgianLari aliases
|
|
@@ -1222,78 +1224,78 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1222
1224
|
export { default as GiftIcon } from '../icons/gift';
|
|
1223
1225
|
// GitBranchMinus aliases
|
|
1224
1226
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1225
|
-
// GitBranch aliases
|
|
1226
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1227
1227
|
// GitBranchPlus aliases
|
|
1228
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
|
+
// GitBranch aliases
|
|
1230
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1229
1231
|
// GitCommitVertical aliases
|
|
1230
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1231
1233
|
// GitCompareArrows aliases
|
|
1232
1234
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1233
|
-
// GitCompare aliases
|
|
1234
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
1235
|
// GitFork aliases
|
|
1236
1236
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
1237
|
// GitGraph aliases
|
|
1238
1238
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
|
+
// GitCompare aliases
|
|
1240
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
1241
|
// GitMerge aliases
|
|
1240
1242
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1241
1243
|
// GitPullRequestArrow aliases
|
|
1242
1244
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1243
1245
|
// GitPullRequestCreateArrow aliases
|
|
1244
1246
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1245
|
-
// GitPullRequestCreate aliases
|
|
1246
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1247
1247
|
// GitPullRequestClosed aliases
|
|
1248
1248
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1249
|
-
//
|
|
1250
|
-
export { default as
|
|
1251
|
-
// Gitlab aliases
|
|
1252
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1249
|
+
// GitPullRequestCreate aliases
|
|
1250
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1253
1251
|
// GitPullRequest aliases
|
|
1254
1252
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
+
// GitPullRequestDraft aliases
|
|
1254
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
1255
|
// Github aliases
|
|
1256
1256
|
export { default as GithubIcon } from '../icons/github';
|
|
1257
|
+
// Gitlab aliases
|
|
1258
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1257
1259
|
// GlassWater aliases
|
|
1258
1260
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1259
|
-
// Glasses aliases
|
|
1260
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1261
1261
|
// GlobeLock aliases
|
|
1262
1262
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
|
-
//
|
|
1264
|
-
export { default as
|
|
1263
|
+
// Glasses aliases
|
|
1264
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
1265
|
// Goal aliases
|
|
1266
1266
|
export { default as GoalIcon } from '../icons/goal';
|
|
1267
|
+
// Globe aliases
|
|
1268
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1267
1269
|
// Gpu aliases
|
|
1268
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
1271
|
// GraduationCap aliases
|
|
1270
1272
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1271
|
-
// Grid3x2 aliases
|
|
1272
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1273
1273
|
// Grape aliases
|
|
1274
1274
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1275
|
-
//
|
|
1276
|
-
export { default as
|
|
1275
|
+
// Grid3x2 aliases
|
|
1276
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1277
1277
|
// GripHorizontal aliases
|
|
1278
1278
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1279
|
+
// GripVertical aliases
|
|
1280
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1279
1281
|
// Grip aliases
|
|
1280
1282
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1283
|
// Group aliases
|
|
1282
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
-
// Guitar aliases
|
|
1284
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1285
1285
|
// Ham aliases
|
|
1286
1286
|
export { default as HamIcon } from '../icons/ham';
|
|
1287
1287
|
// Hamburger aliases
|
|
1288
1288
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
|
+
// Guitar aliases
|
|
1290
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1289
1291
|
// Hammer aliases
|
|
1290
1292
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1291
|
-
// HandCoins aliases
|
|
1292
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
|
-
// HandHeart aliases
|
|
1294
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1295
1293
|
// HandFist aliases
|
|
1296
1294
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
|
+
// HandHeart aliases
|
|
1296
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1297
|
+
// HandCoins aliases
|
|
1298
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1297
1299
|
// HandMetal aliases
|
|
1298
1300
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
1301
|
// HandPlatter aliases
|
|
@@ -1306,60 +1308,62 @@ export { default as HandbagIcon } from '../icons/handbag';
|
|
|
1306
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
1309
|
// HardDriveDownload aliases
|
|
1308
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1309
|
-
// HardDrive aliases
|
|
1310
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1311
|
// HardDriveUpload aliases
|
|
1312
1312
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
1313
|
// HardHat aliases
|
|
1314
1314
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
|
-
//
|
|
1316
|
-
export { default as
|
|
1315
|
+
// HardDrive aliases
|
|
1316
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
1317
|
// HatGlasses aliases
|
|
1318
1318
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1319
|
+
// Hash aliases
|
|
1320
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1319
1321
|
// Haze aliases
|
|
1320
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
+
// Hd aliases
|
|
1324
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1321
1325
|
// HdmiPort aliases
|
|
1322
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
1327
|
// Heading1 aliases
|
|
1324
1328
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1325
|
-
// Heading2 aliases
|
|
1326
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1327
1329
|
// Heading3 aliases
|
|
1328
1330
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1331
|
+
// Heading2 aliases
|
|
1332
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1331
1333
|
// Heading4 aliases
|
|
1332
1334
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1335
|
+
// Heading5 aliases
|
|
1336
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1337
|
// Heading6 aliases
|
|
1334
1338
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1339
|
// Heading aliases
|
|
1336
1340
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
1341
|
// HeadphoneOff aliases
|
|
1338
1342
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1343
|
+
// Headphones aliases
|
|
1344
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
1345
|
// Headset aliases
|
|
1340
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1347
|
+
// HeartMinus aliases
|
|
1348
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1341
1349
|
// HeartCrack aliases
|
|
1342
1350
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1343
|
-
// Headphones aliases
|
|
1344
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1345
1351
|
// HeartHandshake aliases
|
|
1346
1352
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
|
-
// HeartMinus aliases
|
|
1348
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
1353
|
// HeartOff aliases
|
|
1350
1354
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
|
+
// Heart aliases
|
|
1356
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1351
1357
|
// HeartPlus aliases
|
|
1352
1358
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1353
1359
|
// HeartPulse aliases
|
|
1354
1360
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1355
|
-
// Heart aliases
|
|
1356
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1361
|
// Heater aliases
|
|
1358
1362
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
|
-
// Hexagon aliases
|
|
1360
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
1363
|
// Helicopter aliases
|
|
1362
1364
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1365
|
+
// Hexagon aliases
|
|
1366
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1367
|
// Highlighter aliases
|
|
1364
1368
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
1369
|
// History aliases
|
|
@@ -1370,30 +1374,30 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1370
1374
|
export { default as HopIcon } from '../icons/hop';
|
|
1371
1375
|
// Hospital aliases
|
|
1372
1376
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
-
// Hourglass aliases
|
|
1374
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1375
1377
|
// Hotel aliases
|
|
1376
1378
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
|
+
// Hourglass aliases
|
|
1380
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
1381
|
// HouseHeart aliases
|
|
1378
1382
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1379
|
-
// HousePlug aliases
|
|
1380
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1381
1383
|
// HousePlus aliases
|
|
1382
1384
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
|
+
// HousePlug aliases
|
|
1386
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1383
1387
|
// HouseWifi aliases
|
|
1384
1388
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1385
1389
|
// IdCardLanyard aliases
|
|
1386
1390
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1387
1391
|
// IdCard aliases
|
|
1388
1392
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1389
|
-
// ImageMinus aliases
|
|
1390
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1391
1393
|
// ImageDown aliases
|
|
1392
1394
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
|
-
//
|
|
1394
|
-
export { default as
|
|
1395
|
+
// ImageMinus aliases
|
|
1396
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1397
|
// ImageOff aliases
|
|
1396
1398
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
|
+
// ImagePlay aliases
|
|
1400
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1397
1401
|
// ImagePlus aliases
|
|
1398
1402
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1399
1403
|
// ImageUp aliases
|
|
@@ -1404,12 +1408,12 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1404
1408
|
export { default as ImageIcon } from '../icons/image';
|
|
1405
1409
|
// Images aliases
|
|
1406
1410
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
|
-
// Import aliases
|
|
1408
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1409
1411
|
// Inbox aliases
|
|
1410
1412
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1411
1413
|
// IndianRupee aliases
|
|
1412
1414
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1415
|
+
// Import aliases
|
|
1416
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1413
1417
|
// Infinity aliases
|
|
1414
1418
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
1419
|
// Info aliases
|
|
@@ -1420,18 +1424,18 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1420
1424
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1421
1425
|
// Italic aliases
|
|
1422
1426
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1427
|
+
// IterationCcw aliases
|
|
1428
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
1429
|
// IterationCw aliases
|
|
1424
1430
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
1431
|
// JapaneseYen aliases
|
|
1426
1432
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
-
// IterationCcw aliases
|
|
1428
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1433
|
// Joystick aliases
|
|
1430
1434
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
|
-
// Kayak aliases
|
|
1432
|
-
export { default as KayakIcon } from '../icons/kayak';
|
|
1433
1435
|
// Kanban aliases
|
|
1434
1436
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1437
|
+
// Kayak aliases
|
|
1438
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1435
1439
|
// KeySquare aliases
|
|
1436
1440
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1437
1441
|
// KeyRound aliases
|
|
@@ -1440,134 +1444,134 @@ export { default as KeyRoundIcon } from '../icons/key-round';
|
|
|
1440
1444
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
1445
|
// KeyboardMusic aliases
|
|
1442
1446
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
|
-
//
|
|
1444
|
-
export { default as
|
|
1447
|
+
// LampCeiling aliases
|
|
1448
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1445
1449
|
// KeyboardOff aliases
|
|
1446
1450
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1451
|
+
// Keyboard aliases
|
|
1452
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1453
|
// LampDesk aliases
|
|
1448
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
|
-
// LampCeiling aliases
|
|
1450
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
1455
|
// LampFloor aliases
|
|
1452
1456
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1453
1457
|
// LampWallDown aliases
|
|
1454
1458
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
// Lamp aliases
|
|
1456
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
-
// Landmark aliases
|
|
1458
|
-
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
1459
|
// LampWallUp aliases
|
|
1460
1460
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1461
|
-
// Languages aliases
|
|
1462
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
1461
|
// LandPlot aliases
|
|
1464
1462
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1463
|
+
// Lamp aliases
|
|
1464
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1465
|
+
// Languages aliases
|
|
1466
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
1467
|
// LaptopMinimalCheck aliases
|
|
1466
1468
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
|
+
// Landmark aliases
|
|
1470
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1471
|
+
// Lasso aliases
|
|
1472
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1467
1473
|
// Laptop aliases
|
|
1468
1474
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1469
1475
|
// LassoSelect aliases
|
|
1470
1476
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
|
-
// Lasso aliases
|
|
1472
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
|
-
// Layers2 aliases
|
|
1474
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
1477
|
// Laugh aliases
|
|
1476
1478
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1479
|
+
// Layers2 aliases
|
|
1480
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1477
1481
|
// LayersPlus aliases
|
|
1478
1482
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1479
1483
|
// LayoutDashboard aliases
|
|
1480
1484
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1481
1485
|
// LayoutGrid aliases
|
|
1482
1486
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1487
|
+
// LayoutPanelTop aliases
|
|
1488
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1483
1489
|
// LayoutList aliases
|
|
1484
1490
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1485
1491
|
// LayoutPanelLeft aliases
|
|
1486
1492
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
|
-
// LayoutPanelTop aliases
|
|
1488
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1493
|
// LayoutTemplate aliases
|
|
1490
1494
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// Leaf aliases
|
|
1492
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
1495
|
// LeafyGreen aliases
|
|
1494
1496
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1495
|
-
// Lectern aliases
|
|
1496
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1497
1497
|
// LibraryBig aliases
|
|
1498
1498
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1499
|
+
// Lectern aliases
|
|
1500
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
1501
|
// Library aliases
|
|
1500
1502
|
export { default as LibraryIcon } from '../icons/library';
|
|
1503
|
+
// Leaf aliases
|
|
1504
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1501
1505
|
// LifeBuoy aliases
|
|
1502
1506
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1503
1507
|
// LightbulbOff aliases
|
|
1504
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1509
|
+
// Lightbulb aliases
|
|
1510
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1505
1511
|
// Ligature aliases
|
|
1506
1512
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1507
1513
|
// LineSquiggle aliases
|
|
1508
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
-
// Link2 aliases
|
|
1510
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1511
1515
|
// Link2Off aliases
|
|
1512
1516
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1513
|
-
//
|
|
1514
|
-
export { default as
|
|
1515
|
-
// Link aliases
|
|
1516
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1517
|
+
// Link2 aliases
|
|
1518
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
1519
|
// Linkedin aliases
|
|
1518
1520
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1521
|
+
// Link aliases
|
|
1522
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1519
1523
|
// ListCheck aliases
|
|
1520
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1525
|
+
// ListChevronsDownUp aliases
|
|
1526
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1521
1527
|
// ListChecks aliases
|
|
1522
1528
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1523
1529
|
// ListChevronsUpDown aliases
|
|
1524
1530
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1525
1531
|
// ListCollapse aliases
|
|
1526
1532
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1527
|
-
// ListChevronsDownUp aliases
|
|
1528
|
-
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1529
1533
|
// ListEnd aliases
|
|
1530
1534
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1531
1535
|
// ListFilterPlus aliases
|
|
1532
1536
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1533
|
-
// ListMinus aliases
|
|
1534
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1535
1537
|
// ListFilter aliases
|
|
1536
1538
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1539
|
+
// ListMinus aliases
|
|
1540
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
1541
|
// ListMusic aliases
|
|
1538
1542
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
|
-
// ListOrdered aliases
|
|
1540
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
1543
|
// ListPlus aliases
|
|
1542
1544
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1545
|
+
// ListOrdered aliases
|
|
1546
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1543
1547
|
// ListRestart aliases
|
|
1544
1548
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1545
1549
|
// ListStart aliases
|
|
1546
1550
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1547
|
-
// ListTree aliases
|
|
1548
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1549
1551
|
// ListTodo aliases
|
|
1550
1552
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1553
|
+
// ListTree aliases
|
|
1554
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1551
1555
|
// ListVideo aliases
|
|
1552
1556
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1553
1557
|
// ListX aliases
|
|
1554
1558
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1555
1559
|
// List aliases
|
|
1556
1560
|
export { default as ListIcon } from '../icons/list';
|
|
1557
|
-
// LoaderPinwheel aliases
|
|
1558
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1559
1561
|
// Loader aliases
|
|
1560
1562
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1561
|
-
// LocateOff aliases
|
|
1562
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1563
1563
|
// LocateFixed aliases
|
|
1564
1564
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1565
|
+
// LoaderPinwheel aliases
|
|
1566
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
|
+
// LocateOff aliases
|
|
1568
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1565
1569
|
// Locate aliases
|
|
1566
1570
|
export { default as LocateIcon } from '../icons/locate';
|
|
1567
|
-
// LockKeyhole aliases
|
|
1568
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1569
1571
|
// Lock aliases
|
|
1570
1572
|
export { default as LockIcon } from '../icons/lock';
|
|
1573
|
+
// LockKeyhole aliases
|
|
1574
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1571
1575
|
// LogIn aliases
|
|
1572
1576
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
1577
|
// LogOut aliases
|
|
@@ -1576,76 +1580,76 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1576
1580
|
export { default as LogsIcon } from '../icons/logs';
|
|
1577
1581
|
// Lollipop aliases
|
|
1578
1582
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1579
|
-
// Luggage aliases
|
|
1580
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1581
|
-
// Magnet aliases
|
|
1582
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1583
1583
|
// MailCheck aliases
|
|
1584
1584
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1585
|
+
// Magnet aliases
|
|
1586
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
|
+
// Luggage aliases
|
|
1588
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1585
1589
|
// MailOpen aliases
|
|
1586
1590
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1587
1591
|
// MailMinus aliases
|
|
1588
1592
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
+
// MailPlus aliases
|
|
1594
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1589
1595
|
// MailSearch aliases
|
|
1590
1596
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1591
1597
|
// MailX aliases
|
|
1592
1598
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1593
|
-
// MailWarning aliases
|
|
1594
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
|
-
// MailPlus aliases
|
|
1596
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
1599
|
// Mail aliases
|
|
1598
1600
|
export { default as MailIcon } from '../icons/mail';
|
|
1599
1601
|
// Mailbox aliases
|
|
1600
1602
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1603
|
+
// MailWarning aliases
|
|
1604
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1605
|
+
// MapMinus aliases
|
|
1606
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1601
1607
|
// Mails aliases
|
|
1602
1608
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
1609
|
// MapPinCheckInside aliases
|
|
1604
1610
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
|
-
// MapMinus aliases
|
|
1606
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1611
|
// MapPinCheck aliases
|
|
1608
1612
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1609
|
-
// MapPinHouse aliases
|
|
1610
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1611
1613
|
// MapPinMinusInside aliases
|
|
1612
1614
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1613
|
-
//
|
|
1614
|
-
export { default as
|
|
1615
|
+
// MapPinHouse aliases
|
|
1616
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1615
1617
|
// MapPinOff aliases
|
|
1616
1618
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1617
1619
|
// MapPinPlusInside aliases
|
|
1618
1620
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1621
|
-
// MapPinX aliases
|
|
1622
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1621
|
+
// MapPinMinus aliases
|
|
1622
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1623
1623
|
// MapPinXInside aliases
|
|
1624
1624
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1625
|
+
// MapPinPlus aliases
|
|
1626
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
1627
|
// MapPin aliases
|
|
1626
1628
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1629
|
+
// MapPinX aliases
|
|
1630
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1627
1631
|
// MapPinned aliases
|
|
1628
1632
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1629
1633
|
// MapPlus aliases
|
|
1630
1634
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1635
|
// Map aliases
|
|
1632
1636
|
export { default as MapIcon } from '../icons/map';
|
|
1633
|
-
// Mars aliases
|
|
1634
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1635
1637
|
// MarsStroke aliases
|
|
1636
1638
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
+
// Mars aliases
|
|
1640
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1637
1641
|
// Martini aliases
|
|
1638
1642
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1643
|
+
// Maximize2 aliases
|
|
1644
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1639
1645
|
// Maximize aliases
|
|
1640
1646
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1641
|
-
// MegaphoneOff aliases
|
|
1642
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1643
1647
|
// Medal aliases
|
|
1644
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1645
|
-
// Maximize2 aliases
|
|
1646
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1647
1649
|
// Megaphone aliases
|
|
1648
1650
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
|
+
// MegaphoneOff aliases
|
|
1652
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1649
1653
|
// Meh aliases
|
|
1650
1654
|
export { default as MehIcon } from '../icons/meh';
|
|
1651
1655
|
// MemoryStick aliases
|
|
@@ -1676,22 +1680,22 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1676
1680
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
1681
|
// MessageSquareCode aliases
|
|
1678
1682
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1679
|
-
// MessageSquareDashed aliases
|
|
1680
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
1683
|
// MessageSquareDiff aliases
|
|
1682
1684
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1683
1685
|
// MessageSquareDot aliases
|
|
1684
1686
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1687
|
+
// MessageSquareDashed aliases
|
|
1688
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1685
1689
|
// MessageSquareHeart aliases
|
|
1686
1690
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1687
|
-
// MessageSquareLock aliases
|
|
1688
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1689
1691
|
// MessageSquareMore aliases
|
|
1690
1692
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1693
|
+
// MessageSquareLock aliases
|
|
1694
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1693
1695
|
// MessageSquareOff aliases
|
|
1694
1696
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1697
|
+
// MessageSquarePlus aliases
|
|
1698
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1695
1699
|
// MessageSquareQuote aliases
|
|
1696
1700
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1697
1701
|
// MessageSquareReply aliases
|
|
@@ -1702,16 +1706,16 @@ export { default as MessageSquareShareIcon } from '../icons/message-square-share
|
|
|
1702
1706
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1703
1707
|
// MessageSquareX aliases
|
|
1704
1708
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1705
|
-
// MessageSquareWarning aliases
|
|
1706
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1707
1709
|
// MessageSquare aliases
|
|
1708
1710
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1711
|
+
// MessageSquareWarning aliases
|
|
1712
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1709
1713
|
// MessagesSquare aliases
|
|
1710
1714
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1711
|
-
// MicOff aliases
|
|
1712
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1713
1715
|
// Mic aliases
|
|
1714
1716
|
export { default as MicIcon } from '../icons/mic';
|
|
1717
|
+
// MicOff aliases
|
|
1718
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1715
1719
|
// Microchip aliases
|
|
1716
1720
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
1721
|
// Microscope aliases
|
|
@@ -1730,10 +1734,10 @@ export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
|
1730
1734
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1731
1735
|
// Minus aliases
|
|
1732
1736
|
export { default as MinusIcon } from '../icons/minus';
|
|
1733
|
-
// MonitorCheck aliases
|
|
1734
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1735
1737
|
// MonitorCloud aliases
|
|
1736
1738
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1739
|
+
// MonitorCheck aliases
|
|
1740
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1737
1741
|
// MonitorCog aliases
|
|
1738
1742
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1739
1743
|
// MonitorDot aliases
|
|
@@ -1742,40 +1746,40 @@ export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
|
1742
1746
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1743
1747
|
// MonitorOff aliases
|
|
1744
1748
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1745
|
-
// MonitorPlay aliases
|
|
1746
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
1749
|
// MonitorPause aliases
|
|
1748
1750
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1751
|
+
// MonitorPlay aliases
|
|
1752
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1749
1753
|
// MonitorSmartphone aliases
|
|
1750
1754
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1751
|
-
// MonitorStop aliases
|
|
1752
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1753
1755
|
// MonitorSpeaker aliases
|
|
1754
1756
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1755
|
-
//
|
|
1756
|
-
export { default as
|
|
1757
|
+
// MonitorStop aliases
|
|
1758
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1757
1759
|
// MonitorUp aliases
|
|
1758
1760
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1761
|
+
// MonitorX aliases
|
|
1762
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1759
1763
|
// Monitor aliases
|
|
1760
1764
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1761
|
-
// MoonStar aliases
|
|
1762
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
|
-
// Motorbike aliases
|
|
1764
|
-
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1765
1765
|
// Moon aliases
|
|
1766
1766
|
export { default as MoonIcon } from '../icons/moon';
|
|
1767
|
+
// Motorbike aliases
|
|
1768
|
+
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1769
|
+
// MoonStar aliases
|
|
1770
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1771
|
+
// MountainSnow aliases
|
|
1772
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1767
1773
|
// Mountain aliases
|
|
1768
1774
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1769
1775
|
// MouseOff aliases
|
|
1770
1776
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1771
|
-
// MountainSnow aliases
|
|
1772
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1773
1777
|
// MousePointer2Off aliases
|
|
1774
1778
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1775
|
-
// MousePointer2 aliases
|
|
1776
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1777
1779
|
// MousePointerClick aliases
|
|
1778
1780
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1781
|
+
// MousePointer2 aliases
|
|
1782
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1779
1783
|
// MousePointerBan aliases
|
|
1780
1784
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1781
1785
|
// MousePointer aliases
|
|
@@ -1784,150 +1788,150 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1784
1788
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1785
1789
|
// MoveDiagonal2 aliases
|
|
1786
1790
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1787
|
-
// MoveDownLeft aliases
|
|
1788
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1789
1791
|
// MoveDiagonal aliases
|
|
1790
1792
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1791
1793
|
// MoveDownRight aliases
|
|
1792
1794
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1795
|
+
// MoveDownLeft aliases
|
|
1796
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1793
1797
|
// MoveDown aliases
|
|
1794
1798
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1795
1799
|
// MoveHorizontal aliases
|
|
1796
1800
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1797
|
-
// MoveLeft aliases
|
|
1798
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1799
|
-
// MoveUpRight aliases
|
|
1800
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1801
1801
|
// MoveRight aliases
|
|
1802
1802
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1803
|
+
// MoveLeft aliases
|
|
1804
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1803
1805
|
// MoveUpLeft aliases
|
|
1804
1806
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1807
|
+
// MoveUpRight aliases
|
|
1808
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1805
1809
|
// MoveUp aliases
|
|
1806
1810
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1807
|
-
// Move aliases
|
|
1808
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1809
1811
|
// MoveVertical aliases
|
|
1810
1812
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1813
|
+
// Move aliases
|
|
1814
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1811
1815
|
// Music2 aliases
|
|
1812
1816
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1813
1817
|
// Music3 aliases
|
|
1814
1818
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1815
|
-
// Music4 aliases
|
|
1816
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1817
1819
|
// Music aliases
|
|
1818
1820
|
export { default as MusicIcon } from '../icons/music';
|
|
1819
1821
|
// Navigation2Off aliases
|
|
1820
1822
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1823
|
+
// Music4 aliases
|
|
1824
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1821
1825
|
// Navigation2 aliases
|
|
1822
1826
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1823
1827
|
// NavigationOff aliases
|
|
1824
1828
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1825
1829
|
// Navigation aliases
|
|
1826
1830
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1831
|
+
// Newspaper aliases
|
|
1832
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1827
1833
|
// Network aliases
|
|
1828
1834
|
export { default as NetworkIcon } from '../icons/network';
|
|
1835
|
+
// Nfc aliases
|
|
1836
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1829
1837
|
// NonBinary aliases
|
|
1830
1838
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1831
|
-
// Newspaper aliases
|
|
1832
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1833
1839
|
// NotebookPen aliases
|
|
1834
1840
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1835
|
-
// Nfc aliases
|
|
1836
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1837
1841
|
// NotebookTabs aliases
|
|
1838
1842
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1839
|
-
// NotebookText aliases
|
|
1840
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1841
1843
|
// Notebook aliases
|
|
1842
1844
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1845
|
+
// NotebookText aliases
|
|
1846
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1843
1847
|
// NotepadTextDashed aliases
|
|
1844
1848
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1845
1849
|
// NotepadText aliases
|
|
1846
1850
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1847
1851
|
// NutOff aliases
|
|
1848
1852
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1849
|
-
// OctagonMinus aliases
|
|
1850
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1851
1853
|
// Nut aliases
|
|
1852
1854
|
export { default as NutIcon } from '../icons/nut';
|
|
1855
|
+
// OctagonMinus aliases
|
|
1856
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1857
|
+
// Octagon aliases
|
|
1858
|
+
export { default as OctagonIcon } from '../icons/octagon';
|
|
1853
1859
|
// Omega aliases
|
|
1854
1860
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1855
1861
|
// Option aliases
|
|
1856
1862
|
export { default as OptionIcon } from '../icons/option';
|
|
1857
|
-
// Octagon aliases
|
|
1858
|
-
export { default as OctagonIcon } from '../icons/octagon';
|
|
1859
|
-
// Origami aliases
|
|
1860
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1861
|
-
// Orbit aliases
|
|
1862
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1863
1863
|
// PackageCheck aliases
|
|
1864
1864
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1865
|
+
// Orbit aliases
|
|
1866
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1867
|
+
// Origami aliases
|
|
1868
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1865
1869
|
// Package2 aliases
|
|
1866
1870
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1867
|
-
// PackageOpen aliases
|
|
1868
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1869
1871
|
// PackageMinus aliases
|
|
1870
1872
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1873
|
+
// PackageOpen aliases
|
|
1874
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1873
1875
|
// PackagePlus aliases
|
|
1874
1876
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1875
1877
|
// PackageX aliases
|
|
1876
1878
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1879
|
+
// PackageSearch aliases
|
|
1880
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1877
1881
|
// Package aliases
|
|
1878
1882
|
export { default as PackageIcon } from '../icons/package';
|
|
1879
|
-
// PaintRoller aliases
|
|
1880
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1881
|
-
// Palette aliases
|
|
1882
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1883
1883
|
// PaintBucket aliases
|
|
1884
1884
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1885
|
+
// PaintRoller aliases
|
|
1886
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1885
1887
|
// Paintbrush aliases
|
|
1886
1888
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1889
|
+
// Palette aliases
|
|
1890
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1887
1891
|
// Panda aliases
|
|
1888
1892
|
export { default as PandaIcon } from '../icons/panda';
|
|
1889
|
-
// PanelBottom aliases
|
|
1890
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1891
1893
|
// PanelBottomOpen aliases
|
|
1892
1894
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1893
1895
|
// PanelBottomClose aliases
|
|
1894
1896
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1897
|
+
// PanelBottom aliases
|
|
1898
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1895
1899
|
// PanelLeftRightDashed aliases
|
|
1896
1900
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1897
|
-
// PanelRightOpen aliases
|
|
1898
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1899
1901
|
// PanelRightClose aliases
|
|
1900
1902
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1903
|
+
// PanelRightOpen aliases
|
|
1904
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1901
1905
|
// PanelRight aliases
|
|
1902
1906
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1903
1907
|
// PanelTopBottomDashed aliases
|
|
1904
1908
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1905
|
-
// PanelTopOpen aliases
|
|
1906
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1907
|
-
// PanelTop aliases
|
|
1908
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1909
1909
|
// PanelTopClose aliases
|
|
1910
1910
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1911
1911
|
// PanelsLeftBottom aliases
|
|
1912
1912
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1913
|
-
//
|
|
1914
|
-
export { default as
|
|
1913
|
+
// PanelTop aliases
|
|
1914
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1915
1915
|
// PanelsRightBottom aliases
|
|
1916
1916
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1917
|
-
//
|
|
1918
|
-
export { default as
|
|
1917
|
+
// PanelTopOpen aliases
|
|
1918
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1919
1919
|
// Parentheses aliases
|
|
1920
1920
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1921
|
+
// Paperclip aliases
|
|
1922
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1923
|
+
// ParkingMeter aliases
|
|
1924
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1921
1925
|
// PartyPopper aliases
|
|
1922
1926
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1927
|
+
// PawPrint aliases
|
|
1928
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1923
1929
|
// Pause aliases
|
|
1924
1930
|
export { default as PauseIcon } from '../icons/pause';
|
|
1925
1931
|
// PcCase aliases
|
|
1926
1932
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1927
1933
|
// PenOff aliases
|
|
1928
1934
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1929
|
-
// PawPrint aliases
|
|
1930
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1931
1935
|
// PenTool aliases
|
|
1932
1936
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1933
1937
|
// PencilLine aliases
|
|
@@ -1942,126 +1946,126 @@ export { default as PencilIcon } from '../icons/pencil';
|
|
|
1942
1946
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1943
1947
|
// Percent aliases
|
|
1944
1948
|
export { default as PercentIcon } from '../icons/percent';
|
|
1949
|
+
// PersonStanding aliases
|
|
1950
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1945
1951
|
// PhilippinePeso aliases
|
|
1946
1952
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1947
1953
|
// PhoneCall aliases
|
|
1948
1954
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1949
|
-
// PersonStanding aliases
|
|
1950
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1951
1955
|
// PhoneForwarded aliases
|
|
1952
1956
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1953
1957
|
// PhoneIncoming aliases
|
|
1954
1958
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1955
1959
|
// PhoneMissed aliases
|
|
1956
1960
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1957
|
-
// PhoneOff aliases
|
|
1958
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1959
1961
|
// PhoneOutgoing aliases
|
|
1960
1962
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1963
|
+
// PhoneOff aliases
|
|
1964
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1961
1965
|
// Phone aliases
|
|
1962
1966
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1963
1967
|
// Pi aliases
|
|
1964
1968
|
export { default as PiIcon } from '../icons/pi';
|
|
1969
|
+
// Piano aliases
|
|
1970
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1965
1971
|
// Pickaxe aliases
|
|
1966
1972
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1967
1973
|
// PictureInPicture2 aliases
|
|
1968
1974
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1969
1975
|
// PictureInPicture aliases
|
|
1970
1976
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1971
|
-
// Piano aliases
|
|
1972
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1973
1977
|
// PiggyBank aliases
|
|
1974
1978
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1975
|
-
// Pilcrow aliases
|
|
1976
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1977
|
-
// PilcrowRight aliases
|
|
1978
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1979
1979
|
// PilcrowLeft aliases
|
|
1980
1980
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1981
|
+
// PilcrowRight aliases
|
|
1982
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1981
1983
|
// PillBottle aliases
|
|
1982
1984
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1985
|
+
// Pilcrow aliases
|
|
1986
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1983
1987
|
// PinOff aliases
|
|
1984
1988
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1985
1989
|
// Pill aliases
|
|
1986
1990
|
export { default as PillIcon } from '../icons/pill';
|
|
1991
|
+
// Pin aliases
|
|
1992
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1987
1993
|
// Pipette aliases
|
|
1988
1994
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1989
1995
|
// Pizza aliases
|
|
1990
1996
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1991
|
-
// Pin aliases
|
|
1992
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1993
1997
|
// PlaneLanding aliases
|
|
1994
1998
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1995
|
-
// Plane aliases
|
|
1996
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1997
1999
|
// PlaneTakeoff aliases
|
|
1998
2000
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1999
|
-
//
|
|
2000
|
-
export { default as
|
|
2001
|
+
// Plane aliases
|
|
2002
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2001
2003
|
// Play aliases
|
|
2002
2004
|
export { default as PlayIcon } from '../icons/play';
|
|
2003
2005
|
// Plug2 aliases
|
|
2004
2006
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2005
2007
|
// Plus aliases
|
|
2006
2008
|
export { default as PlusIcon } from '../icons/plus';
|
|
2007
|
-
//
|
|
2008
|
-
export { default as
|
|
2009
|
+
// Plug aliases
|
|
2010
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2009
2011
|
// PocketKnife aliases
|
|
2010
2012
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2013
|
+
// Pocket aliases
|
|
2014
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
2011
2015
|
// Podcast aliases
|
|
2012
2016
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2013
2017
|
// PointerOff aliases
|
|
2014
2018
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2015
2019
|
// Pointer aliases
|
|
2016
2020
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2017
|
-
// PowerOff aliases
|
|
2018
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2019
|
-
// Popcorn aliases
|
|
2020
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2021
2021
|
// Popsicle aliases
|
|
2022
2022
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2023
|
+
// Popcorn aliases
|
|
2024
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2023
2025
|
// PoundSterling aliases
|
|
2024
2026
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2027
|
+
// PowerOff aliases
|
|
2028
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2025
2029
|
// Power aliases
|
|
2026
2030
|
export { default as PowerIcon } from '../icons/power';
|
|
2027
2031
|
// PrinterCheck aliases
|
|
2028
2032
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2029
2033
|
// Presentation aliases
|
|
2030
2034
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2031
|
-
// Projector aliases
|
|
2032
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2033
2035
|
// Printer aliases
|
|
2034
2036
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2037
|
+
// Projector aliases
|
|
2038
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2037
2039
|
// Proportions aliases
|
|
2038
2040
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2041
|
+
// Puzzle aliases
|
|
2042
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2039
2043
|
// Pyramid aliases
|
|
2040
2044
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2041
2045
|
// QrCode aliases
|
|
2042
2046
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2043
2047
|
// Quote aliases
|
|
2044
2048
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2045
|
-
// Rabbit aliases
|
|
2046
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2047
2049
|
// Radar aliases
|
|
2048
2050
|
export { default as RadarIcon } from '../icons/radar';
|
|
2051
|
+
// Rabbit aliases
|
|
2052
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2049
2053
|
// Radiation aliases
|
|
2050
2054
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2051
2055
|
// Radical aliases
|
|
2052
2056
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2057
|
+
// Radio aliases
|
|
2058
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2053
2059
|
// RadioReceiver aliases
|
|
2054
2060
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2055
2061
|
// RadioTower aliases
|
|
2056
2062
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2057
2063
|
// Radius aliases
|
|
2058
2064
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2059
|
-
// Radio aliases
|
|
2060
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2061
|
-
// Rainbow aliases
|
|
2062
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2063
2065
|
// RailSymbol aliases
|
|
2064
2066
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2067
|
+
// Rainbow aliases
|
|
2068
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2065
2069
|
// Rat aliases
|
|
2066
2070
|
export { default as RatIcon } from '../icons/rat';
|
|
2067
2071
|
// Ratio aliases
|
|
@@ -2070,28 +2074,28 @@ export { default as RatioIcon } from '../icons/ratio';
|
|
|
2070
2074
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2071
2075
|
// ReceiptCent aliases
|
|
2072
2076
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2077
|
+
// ReceiptIndianRupee aliases
|
|
2078
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2073
2079
|
// ReceiptJapaneseYen aliases
|
|
2074
2080
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2081
|
+
// ReceiptPoundSterling aliases
|
|
2082
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2075
2083
|
// ReceiptRussianRuble aliases
|
|
2076
2084
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2077
|
-
// ReceiptIndianRupee aliases
|
|
2078
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2079
2085
|
// ReceiptSwissFranc aliases
|
|
2080
2086
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2081
|
-
// ReceiptText aliases
|
|
2082
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2083
|
-
// ReceiptPoundSterling aliases
|
|
2084
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2085
2087
|
// ReceiptTurkishLira aliases
|
|
2086
2088
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2089
|
+
// ReceiptText aliases
|
|
2090
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2087
2091
|
// Receipt aliases
|
|
2088
2092
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2093
|
+
// RectangleGoggles aliases
|
|
2094
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2089
2095
|
// RectangleCircle aliases
|
|
2090
2096
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2091
2097
|
// RectangleHorizontal aliases
|
|
2092
2098
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2093
|
-
// RectangleGoggles aliases
|
|
2094
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2095
2099
|
// RectangleVertical aliases
|
|
2096
2100
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2097
2101
|
// Recycle aliases
|
|
@@ -2106,74 +2110,74 @@ export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
|
2106
2110
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2107
2111
|
// RefreshCcw aliases
|
|
2108
2112
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2109
|
-
// RefreshCwOff aliases
|
|
2110
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2111
|
-
// Refrigerator aliases
|
|
2112
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2113
2113
|
// RefreshCw aliases
|
|
2114
2114
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2115
|
+
// RefreshCwOff aliases
|
|
2116
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2115
2117
|
// Regex aliases
|
|
2116
2118
|
export { default as RegexIcon } from '../icons/regex';
|
|
2119
|
+
// Refrigerator aliases
|
|
2120
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2117
2121
|
// RemoveFormatting aliases
|
|
2118
2122
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2119
2123
|
// Repeat1 aliases
|
|
2120
2124
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2121
2125
|
// Repeat2 aliases
|
|
2122
2126
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2123
|
-
// ReplaceAll aliases
|
|
2124
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2125
2127
|
// Repeat aliases
|
|
2126
2128
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2129
|
+
// ReplaceAll aliases
|
|
2130
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2127
2131
|
// Replace aliases
|
|
2128
2132
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2129
|
-
// ReplyAll aliases
|
|
2130
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2131
2133
|
// Reply aliases
|
|
2132
2134
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2133
|
-
//
|
|
2134
|
-
export { default as
|
|
2135
|
+
// ReplyAll aliases
|
|
2136
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2135
2137
|
// Ribbon aliases
|
|
2136
2138
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2139
|
+
// Rewind aliases
|
|
2140
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2141
|
+
// RockingChair aliases
|
|
2142
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2137
2143
|
// Rocket aliases
|
|
2138
2144
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2139
2145
|
// RollerCoaster aliases
|
|
2140
2146
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2141
2147
|
// Rose aliases
|
|
2142
2148
|
export { default as RoseIcon } from '../icons/rose';
|
|
2143
|
-
// RockingChair aliases
|
|
2144
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2145
2149
|
// RotateCcwKey aliases
|
|
2146
2150
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2147
2151
|
// RotateCcwSquare aliases
|
|
2148
2152
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2149
|
-
// RotateCw aliases
|
|
2150
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2151
2153
|
// RotateCcw aliases
|
|
2152
2154
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2153
2155
|
// RotateCwSquare aliases
|
|
2154
2156
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2155
|
-
//
|
|
2156
|
-
export { default as
|
|
2157
|
+
// RotateCw aliases
|
|
2158
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2157
2159
|
// RouteOff aliases
|
|
2158
2160
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2159
2161
|
// Router aliases
|
|
2160
2162
|
export { default as RouterIcon } from '../icons/router';
|
|
2161
2163
|
// Rows4 aliases
|
|
2162
2164
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2163
|
-
//
|
|
2164
|
-
export { default as
|
|
2165
|
+
// Route aliases
|
|
2166
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2165
2167
|
// Rss aliases
|
|
2166
2168
|
export { default as RssIcon } from '../icons/rss';
|
|
2169
|
+
// RulerDimensionLine aliases
|
|
2170
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2167
2171
|
// Ruler aliases
|
|
2168
2172
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2169
|
-
// Sailboat aliases
|
|
2170
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2171
2173
|
// RussianRuble aliases
|
|
2172
2174
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2173
|
-
//
|
|
2174
|
-
export { default as
|
|
2175
|
+
// Sailboat aliases
|
|
2176
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2175
2177
|
// Salad aliases
|
|
2176
2178
|
export { default as SaladIcon } from '../icons/salad';
|
|
2179
|
+
// Sandwich aliases
|
|
2180
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2177
2181
|
// SatelliteDish aliases
|
|
2178
2182
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2179
2183
|
// Satellite aliases
|
|
@@ -2182,28 +2186,28 @@ export { default as SatelliteIcon } from '../icons/satellite';
|
|
|
2182
2186
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2183
2187
|
// SaveOff aliases
|
|
2184
2188
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2189
|
+
// SaveAll aliases
|
|
2190
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2185
2191
|
// Save aliases
|
|
2186
2192
|
export { default as SaveIcon } from '../icons/save';
|
|
2187
2193
|
// Scale aliases
|
|
2188
2194
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2189
|
-
// SaveAll aliases
|
|
2190
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2191
|
-
// Scaling aliases
|
|
2192
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2193
|
-
// ScanEye aliases
|
|
2194
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2195
2195
|
// ScanBarcode aliases
|
|
2196
2196
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2197
|
+
// ScanEye aliases
|
|
2198
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2199
|
+
// Scaling aliases
|
|
2200
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2197
2201
|
// ScanFace aliases
|
|
2198
2202
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2199
|
-
// ScanLine aliases
|
|
2200
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2201
2203
|
// ScanHeart aliases
|
|
2202
2204
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2205
|
+
// ScanLine aliases
|
|
2206
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2205
2207
|
// ScanSearch aliases
|
|
2206
2208
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2209
|
+
// ScanQrCode aliases
|
|
2210
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2207
2211
|
// ScanText aliases
|
|
2208
2212
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2209
2213
|
// Scan aliases
|
|
@@ -2212,36 +2216,36 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2212
2216
|
export { default as SchoolIcon } from '../icons/school';
|
|
2213
2217
|
// ScissorsLineDashed aliases
|
|
2214
2218
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2215
|
-
// Scissors aliases
|
|
2216
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2217
2219
|
// Scooter aliases
|
|
2218
2220
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2219
2221
|
// ScreenShareOff aliases
|
|
2220
2222
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2223
|
+
// Scissors aliases
|
|
2224
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
|
+
// ScreenShare aliases
|
|
2226
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2221
2227
|
// ScrollText aliases
|
|
2222
2228
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2223
2229
|
// Scroll aliases
|
|
2224
2230
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2225
|
-
// ScreenShare aliases
|
|
2226
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
2231
|
// SearchAlert aliases
|
|
2228
2232
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2233
|
+
// SearchCheck aliases
|
|
2234
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2229
2235
|
// SearchCode aliases
|
|
2230
2236
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2237
|
+
// Search aliases
|
|
2238
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2239
|
+
// Section aliases
|
|
2240
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2231
2241
|
// SearchSlash aliases
|
|
2232
2242
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2233
|
-
// SearchCheck aliases
|
|
2234
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2235
2243
|
// SearchX aliases
|
|
2236
2244
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2237
|
-
// Section aliases
|
|
2238
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2239
|
-
// Search aliases
|
|
2240
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2241
|
-
// SendToBack aliases
|
|
2242
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2243
2245
|
// Send aliases
|
|
2244
2246
|
export { default as SendIcon } from '../icons/send';
|
|
2247
|
+
// SendToBack aliases
|
|
2248
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2245
2249
|
// SeparatorHorizontal aliases
|
|
2246
2250
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2247
2251
|
// SeparatorVertical aliases
|
|
@@ -2252,36 +2256,36 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2252
2256
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2253
2257
|
// ServerCog aliases
|
|
2254
2258
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2259
|
+
// Settings aliases
|
|
2260
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2255
2261
|
// Server aliases
|
|
2256
2262
|
export { default as ServerIcon } from '../icons/server';
|
|
2257
2263
|
// Settings2 aliases
|
|
2258
2264
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2259
|
-
// Settings aliases
|
|
2260
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2261
|
-
// Share2 aliases
|
|
2262
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2263
2265
|
// Shapes aliases
|
|
2264
2266
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2267
|
+
// Share2 aliases
|
|
2268
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2267
2269
|
// Share aliases
|
|
2268
2270
|
export { default as ShareIcon } from '../icons/share';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2271
|
+
// Sheet aliases
|
|
2272
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2271
2273
|
// ShieldAlert aliases
|
|
2272
2274
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2273
|
-
//
|
|
2274
|
-
export { default as
|
|
2275
|
+
// Shell aliases
|
|
2276
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2275
2277
|
// ShieldCheck aliases
|
|
2276
2278
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2279
|
+
// ShieldBan aliases
|
|
2280
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2277
2281
|
// ShieldEllipsis aliases
|
|
2278
2282
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2279
2283
|
// ShieldHalf aliases
|
|
2280
2284
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2281
|
-
// ShieldMinus aliases
|
|
2282
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2283
2285
|
// ShieldOff aliases
|
|
2284
2286
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2287
|
+
// ShieldMinus aliases
|
|
2288
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2285
2289
|
// ShieldPlus aliases
|
|
2286
2290
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2287
2291
|
// ShieldUser aliases
|
|
@@ -2290,10 +2294,10 @@ export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
|
2290
2294
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2291
2295
|
// ShipWheel aliases
|
|
2292
2296
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2293
|
-
// Ship aliases
|
|
2294
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2295
2297
|
// Shirt aliases
|
|
2296
2298
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2299
|
+
// Ship aliases
|
|
2300
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2297
2301
|
// ShoppingBag aliases
|
|
2298
2302
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2299
2303
|
// ShoppingBasket aliases
|
|
@@ -2302,26 +2306,26 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2302
2306
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2303
2307
|
// Shovel aliases
|
|
2304
2308
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2305
|
-
// ShowerHead aliases
|
|
2306
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2307
2309
|
// Shredder aliases
|
|
2308
2310
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2309
|
-
// Shrink aliases
|
|
2310
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2311
2311
|
// Shrimp aliases
|
|
2312
2312
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2313
|
+
// ShowerHead aliases
|
|
2314
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2315
|
+
// Shrink aliases
|
|
2316
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2313
2317
|
// Shrub aliases
|
|
2314
2318
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2315
2319
|
// Shuffle aliases
|
|
2316
2320
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2317
|
-
// Sigma aliases
|
|
2318
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2319
2321
|
// SignalHigh aliases
|
|
2320
2322
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2321
|
-
//
|
|
2322
|
-
export { default as
|
|
2323
|
+
// Sigma aliases
|
|
2324
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2323
2325
|
// SignalMedium aliases
|
|
2324
2326
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2327
|
+
// SignalLow aliases
|
|
2328
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2325
2329
|
// SignalZero aliases
|
|
2326
2330
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2327
2331
|
// Signal aliases
|
|
@@ -2332,58 +2336,58 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2332
2336
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2333
2337
|
// Signpost aliases
|
|
2334
2338
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2335
|
-
// Siren aliases
|
|
2336
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2337
2339
|
// SkipBack aliases
|
|
2338
2340
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2341
|
+
// Siren aliases
|
|
2342
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2341
2343
|
// SkipForward aliases
|
|
2342
2344
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2343
|
-
//
|
|
2344
|
-
export { default as
|
|
2345
|
+
// Skull aliases
|
|
2346
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2345
2347
|
// Slash aliases
|
|
2346
2348
|
export { default as SlashIcon } from '../icons/slash';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2349
|
+
// Slack aliases
|
|
2350
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2349
2351
|
// Slice aliases
|
|
2350
2352
|
export { default as SliceIcon } from '../icons/slice';
|
|
2353
|
+
// SlidersHorizontal aliases
|
|
2354
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2351
2355
|
// SmartphoneCharging aliases
|
|
2352
2356
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2353
|
-
// Smartphone aliases
|
|
2354
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2355
2357
|
// SmartphoneNfc aliases
|
|
2356
2358
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
|
+
// Smartphone aliases
|
|
2360
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2357
2361
|
// SmilePlus aliases
|
|
2358
2362
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2359
2363
|
// Smile aliases
|
|
2360
2364
|
export { default as SmileIcon } from '../icons/smile';
|
|
2361
|
-
// Snail aliases
|
|
2362
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2363
2365
|
// Snowflake aliases
|
|
2364
2366
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2365
2367
|
// SoapDispenserDroplet aliases
|
|
2366
2368
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2369
|
+
// Snail aliases
|
|
2370
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2371
|
+
// Soup aliases
|
|
2372
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2367
2373
|
// Sofa aliases
|
|
2368
2374
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2369
2375
|
// SolarPanel aliases
|
|
2370
2376
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2371
|
-
// Soup aliases
|
|
2372
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2373
2377
|
// Space aliases
|
|
2374
2378
|
export { default as SpaceIcon } from '../icons/space';
|
|
2375
|
-
// Sparkle aliases
|
|
2376
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2377
2379
|
// Spade aliases
|
|
2378
2380
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2381
|
+
// Sparkle aliases
|
|
2382
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2379
2383
|
// Speaker aliases
|
|
2380
2384
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2381
2385
|
// SpellCheck2 aliases
|
|
2382
2386
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2383
|
-
// SpellCheck aliases
|
|
2384
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2385
2387
|
// Speech aliases
|
|
2386
2388
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2389
|
+
// SpellCheck aliases
|
|
2390
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2387
2391
|
// SplinePointer aliases
|
|
2388
2392
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2389
2393
|
// Spline aliases
|
|
@@ -2400,32 +2404,32 @@ export { default as SpotlightIcon } from '../icons/spotlight';
|
|
|
2400
2404
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2401
2405
|
// SquareDashedBottomCode aliases
|
|
2402
2406
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2403
|
-
// SquareDashedTopSolid aliases
|
|
2404
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2405
2407
|
// SquareDashedBottom aliases
|
|
2406
2408
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2409
|
+
// SquareDashedTopSolid aliases
|
|
2410
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2407
2411
|
// SquarePause aliases
|
|
2408
2412
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2409
2413
|
// SquareRadical aliases
|
|
2410
2414
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2411
|
-
// SquareSquare aliases
|
|
2412
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2413
2415
|
// SquareRoundCorner aliases
|
|
2414
2416
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2417
|
+
// SquareSquare aliases
|
|
2418
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2415
2419
|
// SquareStack aliases
|
|
2416
2420
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2417
2421
|
// SquareStar aliases
|
|
2418
2422
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2419
|
-
// Square aliases
|
|
2420
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2421
|
-
// SquaresExclude aliases
|
|
2422
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2423
2423
|
// SquareStop aliases
|
|
2424
2424
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2425
|
-
//
|
|
2426
|
-
export { default as
|
|
2425
|
+
// Square aliases
|
|
2426
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2427
2427
|
// SquaresIntersect aliases
|
|
2428
2428
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
|
+
// SquaresSubtract aliases
|
|
2430
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
|
+
// SquaresExclude aliases
|
|
2432
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2429
2433
|
// SquaresUnite aliases
|
|
2430
2434
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2431
2435
|
// SquircleDashed aliases
|
|
@@ -2436,34 +2440,34 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2436
2440
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2437
2441
|
// Stamp aliases
|
|
2438
2442
|
export { default as StampIcon } from '../icons/stamp';
|
|
2443
|
+
// StarHalf aliases
|
|
2444
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2439
2445
|
// StarOff aliases
|
|
2440
2446
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2441
2447
|
// Star aliases
|
|
2442
2448
|
export { default as StarIcon } from '../icons/star';
|
|
2443
|
-
// StarHalf aliases
|
|
2444
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2445
|
-
// StepBack aliases
|
|
2446
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2447
2449
|
// StepForward aliases
|
|
2448
2450
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2451
|
+
// StepBack aliases
|
|
2452
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2449
2453
|
// Stethoscope aliases
|
|
2450
2454
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2451
2455
|
// Sticker aliases
|
|
2452
2456
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2453
|
-
// Store aliases
|
|
2454
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2455
2457
|
// StickyNote aliases
|
|
2456
2458
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2459
|
+
// Store aliases
|
|
2460
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2457
2461
|
// StretchHorizontal aliases
|
|
2458
2462
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2459
2463
|
// StretchVertical aliases
|
|
2460
2464
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2461
2465
|
// Strikethrough aliases
|
|
2462
2466
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2463
|
-
// Subscript aliases
|
|
2464
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2465
2467
|
// SunDim aliases
|
|
2466
2468
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2469
|
+
// Subscript aliases
|
|
2470
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2467
2471
|
// SunMedium aliases
|
|
2468
2472
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2469
2473
|
// SunMoon aliases
|
|
@@ -2478,20 +2482,20 @@ export { default as SunriseIcon } from '../icons/sunrise';
|
|
|
2478
2482
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2479
2483
|
// Superscript aliases
|
|
2480
2484
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2481
|
-
// SwatchBook aliases
|
|
2482
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2483
2485
|
// SwissFranc aliases
|
|
2484
2486
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2487
|
+
// SwatchBook aliases
|
|
2488
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2485
2489
|
// SwitchCamera aliases
|
|
2486
2490
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2487
2491
|
// Sword aliases
|
|
2488
2492
|
export { default as SwordIcon } from '../icons/sword';
|
|
2489
2493
|
// Swords aliases
|
|
2490
2494
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2491
|
-
// Syringe aliases
|
|
2492
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2493
2495
|
// Table2 aliases
|
|
2494
2496
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2497
|
+
// Syringe aliases
|
|
2498
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2495
2499
|
// TableCellsMerge aliases
|
|
2496
2500
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2497
2501
|
// TableCellsSplit aliases
|
|
@@ -2502,16 +2506,16 @@ export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
|
2502
2506
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2503
2507
|
// TableProperties aliases
|
|
2504
2508
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2505
|
-
// Table aliases
|
|
2506
|
-
export { default as TableIcon } from '../icons/table';
|
|
2507
2509
|
// TableRowsSplit aliases
|
|
2508
2510
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2509
|
-
//
|
|
2510
|
-
export { default as
|
|
2511
|
+
// Table aliases
|
|
2512
|
+
export { default as TableIcon } from '../icons/table';
|
|
2511
2513
|
// TabletSmartphone aliases
|
|
2512
2514
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2513
2515
|
// Tablet aliases
|
|
2514
2516
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2517
|
+
// Tablets aliases
|
|
2518
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2515
2519
|
// Tag aliases
|
|
2516
2520
|
export { default as TagIcon } from '../icons/tag';
|
|
2517
2521
|
// Tags aliases
|
|
@@ -2520,12 +2524,12 @@ export { default as TagsIcon } from '../icons/tags';
|
|
|
2520
2524
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2521
2525
|
// Tally2 aliases
|
|
2522
2526
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2523
|
-
// Tally3 aliases
|
|
2524
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2525
2527
|
// Tally4 aliases
|
|
2526
2528
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2527
2529
|
// Tally5 aliases
|
|
2528
2530
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2531
|
+
// Tally3 aliases
|
|
2532
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2529
2533
|
// Tangent aliases
|
|
2530
2534
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2531
2535
|
// Target aliases
|
|
@@ -2544,128 +2548,128 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2544
2548
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2545
2549
|
// TextCursorInput aliases
|
|
2546
2550
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2547
|
-
// TextCursor aliases
|
|
2548
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2549
2551
|
// TextQuote aliases
|
|
2550
2552
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2553
|
+
// TextCursor aliases
|
|
2554
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2553
2555
|
// TextSearch aliases
|
|
2554
2556
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2557
|
+
// Theater aliases
|
|
2558
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2557
2559
|
// ThermometerSnowflake aliases
|
|
2558
2560
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2561
|
+
// ThermometerSun aliases
|
|
2562
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2561
2563
|
// ThumbsDown aliases
|
|
2562
2564
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2565
|
+
// Thermometer aliases
|
|
2566
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2563
2567
|
// ThumbsUp aliases
|
|
2564
2568
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2565
|
-
// TicketCheck aliases
|
|
2566
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2567
2569
|
// TicketMinus aliases
|
|
2568
2570
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2569
2571
|
// TicketPercent aliases
|
|
2570
2572
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2571
2573
|
// TicketPlus aliases
|
|
2572
2574
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2575
|
+
// TicketCheck aliases
|
|
2576
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2573
2577
|
// TicketSlash aliases
|
|
2574
2578
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2575
|
-
// TicketX aliases
|
|
2576
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2577
2579
|
// Ticket aliases
|
|
2578
2580
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2581
|
+
// TicketX aliases
|
|
2582
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2579
2583
|
// TicketsPlane aliases
|
|
2580
2584
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2581
2585
|
// Tickets aliases
|
|
2582
2586
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2583
|
-
// TimerOff aliases
|
|
2584
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2585
2587
|
// TimerReset aliases
|
|
2586
2588
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2587
|
-
//
|
|
2588
|
-
export { default as
|
|
2589
|
+
// TimerOff aliases
|
|
2590
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2589
2591
|
// ToggleLeft aliases
|
|
2590
2592
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2591
|
-
//
|
|
2592
|
-
export { default as
|
|
2593
|
+
// Timer aliases
|
|
2594
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2593
2595
|
// ToggleRight aliases
|
|
2594
2596
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2597
|
+
// Toilet aliases
|
|
2598
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2595
2599
|
// Tornado aliases
|
|
2596
2600
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2597
2601
|
// ToolCase aliases
|
|
2598
2602
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2599
|
-
// Torus aliases
|
|
2600
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2601
2603
|
// TouchpadOff aliases
|
|
2602
2604
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2603
2605
|
// Touchpad aliases
|
|
2604
2606
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2607
|
+
// Torus aliases
|
|
2608
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2605
2609
|
// TowerControl aliases
|
|
2606
2610
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2607
2611
|
// ToyBrick aliases
|
|
2608
2612
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2609
2613
|
// Tractor aliases
|
|
2610
2614
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2615
|
+
// TrafficCone aliases
|
|
2616
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2611
2617
|
// TrainFrontTunnel aliases
|
|
2612
2618
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2613
2619
|
// TrainTrack aliases
|
|
2614
2620
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2615
|
-
// TrafficCone aliases
|
|
2616
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
2621
|
// TrainFront aliases
|
|
2618
2622
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2619
2623
|
// Transgender aliases
|
|
2620
2624
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2621
|
-
// Trash2 aliases
|
|
2622
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2623
2625
|
// Trash aliases
|
|
2624
2626
|
export { default as TrashIcon } from '../icons/trash';
|
|
2625
2627
|
// TreeDeciduous aliases
|
|
2626
2628
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2629
|
+
// Trash2 aliases
|
|
2630
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2627
2631
|
// TreePine aliases
|
|
2628
2632
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2629
|
-
// Trees aliases
|
|
2630
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2631
2633
|
// Trello aliases
|
|
2632
2634
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2633
|
-
//
|
|
2634
|
-
export { default as
|
|
2635
|
+
// Trees aliases
|
|
2636
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2635
2637
|
// TrendingDown aliases
|
|
2636
2638
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2639
|
+
// TrendingUpDown aliases
|
|
2640
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2639
2641
|
// TriangleDashed aliases
|
|
2640
2642
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2641
2643
|
// TriangleRight aliases
|
|
2642
2644
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2645
|
+
// TrendingUp aliases
|
|
2646
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2643
2647
|
// Triangle aliases
|
|
2644
2648
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2645
2649
|
// Trophy aliases
|
|
2646
2650
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2647
|
-
// TruckElectric aliases
|
|
2648
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2649
|
-
// Truck aliases
|
|
2650
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2651
2651
|
// TurkishLira aliases
|
|
2652
2652
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2653
|
+
// TruckElectric aliases
|
|
2654
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2653
2655
|
// Turntable aliases
|
|
2654
2656
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2655
|
-
// TvMinimalPlay aliases
|
|
2656
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2657
2657
|
// Turtle aliases
|
|
2658
2658
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2659
|
+
// Truck aliases
|
|
2660
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2661
|
+
// TvMinimalPlay aliases
|
|
2662
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2659
2663
|
// Tv aliases
|
|
2660
2664
|
export { default as TvIcon } from '../icons/tv';
|
|
2661
2665
|
// Twitch aliases
|
|
2662
2666
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2663
|
-
// Twitter aliases
|
|
2664
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2665
2667
|
// TypeOutline aliases
|
|
2666
2668
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2667
2669
|
// Type aliases
|
|
2668
2670
|
export { default as TypeIcon } from '../icons/type';
|
|
2671
|
+
// Twitter aliases
|
|
2672
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2669
2673
|
// UmbrellaOff aliases
|
|
2670
2674
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2671
2675
|
// Umbrella aliases
|
|
@@ -2674,32 +2678,32 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2674
2678
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2675
2679
|
// Undo2 aliases
|
|
2676
2680
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2677
|
-
// Undo aliases
|
|
2678
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2679
2681
|
// UndoDot aliases
|
|
2680
2682
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2683
|
+
// Undo aliases
|
|
2684
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2681
2685
|
// UnfoldHorizontal aliases
|
|
2682
2686
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2683
2687
|
// UnfoldVertical aliases
|
|
2684
2688
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2685
2689
|
// Ungroup aliases
|
|
2686
2690
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2687
|
-
// Unlink aliases
|
|
2688
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2689
2691
|
// Unlink2 aliases
|
|
2690
2692
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2691
|
-
// Upload aliases
|
|
2692
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2693
2693
|
// Unplug aliases
|
|
2694
2694
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2695
|
+
// Unlink aliases
|
|
2696
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2697
|
+
// Upload aliases
|
|
2698
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2695
2699
|
// Usb aliases
|
|
2696
2700
|
export { default as UsbIcon } from '../icons/usb';
|
|
2697
2701
|
// UserCheck aliases
|
|
2698
2702
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2699
|
-
// UserLock aliases
|
|
2700
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2701
2703
|
// UserCog aliases
|
|
2702
2704
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2705
|
+
// UserLock aliases
|
|
2706
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2703
2707
|
// UserMinus aliases
|
|
2704
2708
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2705
2709
|
// UserPen aliases
|
|
@@ -2708,22 +2712,22 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2708
2712
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2709
2713
|
// UserRoundPen aliases
|
|
2710
2714
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2711
|
-
// UserSearch aliases
|
|
2712
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2713
2715
|
// UserRoundSearch aliases
|
|
2714
2716
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2715
2717
|
// UserStar aliases
|
|
2716
2718
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2719
|
+
// UserSearch aliases
|
|
2720
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2717
2721
|
// UserX aliases
|
|
2718
2722
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2719
2723
|
// User aliases
|
|
2720
2724
|
export { default as UserIcon } from '../icons/user';
|
|
2721
2725
|
// Users aliases
|
|
2722
2726
|
export { default as UsersIcon } from '../icons/users';
|
|
2723
|
-
// Van aliases
|
|
2724
|
-
export { default as VanIcon } from '../icons/van';
|
|
2725
2727
|
// UtilityPole aliases
|
|
2726
2728
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2729
|
+
// Van aliases
|
|
2730
|
+
export { default as VanIcon } from '../icons/van';
|
|
2727
2731
|
// Variable aliases
|
|
2728
2732
|
export { default as VariableIcon } from '../icons/variable';
|
|
2729
2733
|
// Vault aliases
|
|
@@ -2734,10 +2738,10 @@ export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
|
2734
2738
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2735
2739
|
// VenetianMask aliases
|
|
2736
2740
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2737
|
-
// Venus aliases
|
|
2738
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2739
2741
|
// VenusAndMars aliases
|
|
2740
2742
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2743
|
+
// Venus aliases
|
|
2744
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2741
2745
|
// VideoOff aliases
|
|
2742
2746
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2743
2747
|
// VibrateOff aliases
|
|
@@ -2746,62 +2750,62 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2746
2750
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
2751
|
// Video aliases
|
|
2748
2752
|
export { default as VideoIcon } from '../icons/video';
|
|
2749
|
-
// View aliases
|
|
2750
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2751
2753
|
// Videotape aliases
|
|
2752
2754
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2753
|
-
//
|
|
2754
|
-
export { default as
|
|
2755
|
+
// View aliases
|
|
2756
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2755
2757
|
// Voicemail aliases
|
|
2756
2758
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2757
|
-
//
|
|
2758
|
-
export { default as
|
|
2759
|
+
// Volleyball aliases
|
|
2760
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2759
2761
|
// Volume1 aliases
|
|
2760
2762
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2763
|
+
// Volume2 aliases
|
|
2764
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2761
2765
|
// VolumeOff aliases
|
|
2762
2766
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2763
|
-
// Volume aliases
|
|
2764
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2765
2767
|
// VolumeX aliases
|
|
2766
2768
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2767
|
-
//
|
|
2768
|
-
export { default as
|
|
2769
|
+
// Volume aliases
|
|
2770
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2769
2771
|
// WalletCards aliases
|
|
2770
2772
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2771
2773
|
// Wallet aliases
|
|
2772
2774
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2773
|
-
//
|
|
2774
|
-
export { default as
|
|
2775
|
+
// Vote aliases
|
|
2776
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2775
2777
|
// Wallpaper aliases
|
|
2776
2778
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2779
|
+
// Wand aliases
|
|
2780
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2777
2781
|
// Warehouse aliases
|
|
2778
2782
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2779
|
-
// Watch aliases
|
|
2780
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2781
2783
|
// WashingMachine aliases
|
|
2782
2784
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2785
|
+
// Watch aliases
|
|
2786
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2783
2787
|
// WavesArrowDown aliases
|
|
2784
2788
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2785
|
-
// WavesLadder aliases
|
|
2786
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2787
2789
|
// WavesArrowUp aliases
|
|
2788
2790
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2789
|
-
//
|
|
2790
|
-
export { default as
|
|
2791
|
+
// WavesLadder aliases
|
|
2792
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2791
2793
|
// Waves aliases
|
|
2792
2794
|
export { default as WavesIcon } from '../icons/waves';
|
|
2795
|
+
// Waypoints aliases
|
|
2796
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2793
2797
|
// Webcam aliases
|
|
2794
2798
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2795
2799
|
// WebhookOff aliases
|
|
2796
2800
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2797
|
-
// WeightTilde aliases
|
|
2798
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2799
2801
|
// Webhook aliases
|
|
2800
2802
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2801
|
-
// WheatOff aliases
|
|
2802
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2803
2803
|
// Weight aliases
|
|
2804
2804
|
export { default as WeightIcon } from '../icons/weight';
|
|
2805
|
+
// WeightTilde aliases
|
|
2806
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2807
|
+
// WheatOff aliases
|
|
2808
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2805
2809
|
// Wheat aliases
|
|
2806
2810
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2807
2811
|
// WholeWord aliases
|
|
@@ -2838,16 +2842,16 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2838
2842
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2839
2843
|
// X aliases
|
|
2840
2844
|
export { default as XIcon } from '../icons/x';
|
|
2841
|
-
// Youtube aliases
|
|
2842
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2843
2845
|
// ZapOff aliases
|
|
2844
2846
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2847
|
+
// Youtube aliases
|
|
2848
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2845
2849
|
// Zap aliases
|
|
2846
2850
|
export { default as ZapIcon } from '../icons/zap';
|
|
2847
|
-
// ZoomIn aliases
|
|
2848
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2849
2851
|
// ZoomOut aliases
|
|
2850
2852
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2853
|
+
// ZoomIn aliases
|
|
2854
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2851
2855
|
// ArrowDown10 aliases
|
|
2852
2856
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2853
2857
|
// ArrowDown01 aliases
|
|
@@ -2898,30 +2902,30 @@ export {
|
|
|
2898
2902
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
2899
2903
|
default as ArrowUpAzIcon
|
|
2900
2904
|
} from '../icons/arrow-up-a-z';
|
|
2901
|
-
// ArrowUpZA aliases
|
|
2902
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2903
|
-
export {
|
|
2904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2905
|
-
default as ArrowUpZaIcon
|
|
2906
|
-
} from '../icons/arrow-up-z-a';
|
|
2907
2905
|
// ArrowUpNarrowWide aliases
|
|
2908
2906
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2909
2907
|
export {
|
|
2910
2908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2911
2909
|
default as SortAscIcon
|
|
2912
2910
|
} from '../icons/arrow-up-narrow-wide';
|
|
2913
|
-
//
|
|
2914
|
-
export { default as
|
|
2911
|
+
// ArrowUpZA aliases
|
|
2912
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2915
2913
|
export {
|
|
2916
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2917
|
-
default as
|
|
2918
|
-
} from '../icons/
|
|
2914
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2915
|
+
default as ArrowUpZaIcon
|
|
2916
|
+
} from '../icons/arrow-up-z-a';
|
|
2919
2917
|
// BadgeCheck aliases
|
|
2920
2918
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2921
2919
|
export {
|
|
2922
2920
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2923
2921
|
default as VerifiedIcon
|
|
2924
2922
|
} from '../icons/badge-check';
|
|
2923
|
+
// Axis3d aliases
|
|
2924
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2925
|
+
export {
|
|
2926
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2927
|
+
default as Axis3DIcon
|
|
2928
|
+
} from '../icons/axis-3d';
|
|
2925
2929
|
// BadgeQuestionMark aliases
|
|
2926
2930
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2927
2931
|
export {
|
|
@@ -2946,42 +2950,48 @@ export {
|
|
|
2946
2950
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
2947
2951
|
default as BookTemplateIcon
|
|
2948
2952
|
} from '../icons/book-dashed';
|
|
2949
|
-
//
|
|
2950
|
-
export { default as
|
|
2953
|
+
// ChartArea aliases
|
|
2954
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2951
2955
|
export {
|
|
2952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2953
|
-
default as
|
|
2954
|
-
} from '../icons/
|
|
2956
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2957
|
+
default as AreaChartIcon
|
|
2958
|
+
} from '../icons/chart-area';
|
|
2955
2959
|
// Captions aliases
|
|
2956
2960
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2957
2961
|
export {
|
|
2958
2962
|
/** @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 */
|
|
2959
2963
|
default as SubtitlesIcon
|
|
2960
2964
|
} from '../icons/captions';
|
|
2961
|
-
//
|
|
2962
|
-
export { default as
|
|
2963
|
-
export {
|
|
2964
|
-
/** @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 */
|
|
2965
|
-
default as AreaChartIcon
|
|
2966
|
-
} from '../icons/chart-area';
|
|
2967
|
-
// ChartBar aliases
|
|
2968
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2965
|
+
// Braces aliases
|
|
2966
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2969
2967
|
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2971
|
-
default as
|
|
2972
|
-
} from '../icons/
|
|
2968
|
+
/** @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 */
|
|
2969
|
+
default as CurlyBracesIcon
|
|
2970
|
+
} from '../icons/braces';
|
|
2973
2971
|
// ChartBarBig aliases
|
|
2974
2972
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2975
2973
|
export {
|
|
2976
2974
|
/** @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 */
|
|
2977
2975
|
default as BarChartHorizontalBigIcon
|
|
2978
2976
|
} from '../icons/chart-bar-big';
|
|
2977
|
+
// ChartBar aliases
|
|
2978
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2979
|
+
export {
|
|
2980
|
+
/** @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 */
|
|
2981
|
+
default as BarChartHorizontalIcon
|
|
2982
|
+
} from '../icons/chart-bar';
|
|
2979
2983
|
// ChartCandlestick aliases
|
|
2980
2984
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2981
2985
|
export {
|
|
2982
2986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2983
2987
|
default as CandlestickChartIcon
|
|
2984
2988
|
} from '../icons/chart-candlestick';
|
|
2989
|
+
// ChartColumn aliases
|
|
2990
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2991
|
+
export {
|
|
2992
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2993
|
+
default as BarChart3Icon
|
|
2994
|
+
} from '../icons/chart-column';
|
|
2985
2995
|
// ChartColumnBig aliases
|
|
2986
2996
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2987
2997
|
export {
|
|
@@ -2994,12 +3004,6 @@ export {
|
|
|
2994
3004
|
/** @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 */
|
|
2995
3005
|
default as BarChart4Icon
|
|
2996
3006
|
} from '../icons/chart-column-increasing';
|
|
2997
|
-
// ChartColumn aliases
|
|
2998
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2999
|
-
export {
|
|
3000
|
-
/** @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 */
|
|
3001
|
-
default as BarChart3Icon
|
|
3002
|
-
} from '../icons/chart-column';
|
|
3003
3007
|
// ChartLine aliases
|
|
3004
3008
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3005
3009
|
export {
|
|
@@ -3012,18 +3016,18 @@ export {
|
|
|
3012
3016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3013
3017
|
default as BarChartIcon
|
|
3014
3018
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3015
|
-
// ChartNoAxesColumn aliases
|
|
3016
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3017
|
-
export {
|
|
3018
|
-
/** @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 */
|
|
3019
|
-
default as BarChart2Icon
|
|
3020
|
-
} from '../icons/chart-no-axes-column';
|
|
3021
3019
|
// ChartNoAxesGantt aliases
|
|
3022
3020
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3023
3021
|
export {
|
|
3024
3022
|
/** @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 */
|
|
3025
3023
|
default as GanttChartIcon
|
|
3026
3024
|
} from '../icons/chart-no-axes-gantt';
|
|
3025
|
+
// ChartNoAxesColumn aliases
|
|
3026
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3027
|
+
export {
|
|
3028
|
+
/** @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 */
|
|
3029
|
+
default as BarChart2Icon
|
|
3030
|
+
} from '../icons/chart-no-axes-column';
|
|
3027
3031
|
// ChartPie aliases
|
|
3028
3032
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3029
3033
|
export {
|
|
@@ -3036,12 +3040,6 @@ export {
|
|
|
3036
3040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3037
3041
|
default as ChromeIcon
|
|
3038
3042
|
} from '../icons/chromium';
|
|
3039
|
-
// ChartScatter aliases
|
|
3040
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @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 */
|
|
3043
|
-
default as ScatterChartIcon
|
|
3044
|
-
} from '../icons/chart-scatter';
|
|
3045
3043
|
// CircleAlert aliases
|
|
3046
3044
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3047
3045
|
export {
|
|
@@ -3054,6 +3052,12 @@ export {
|
|
|
3054
3052
|
/** @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 */
|
|
3055
3053
|
default as ArrowDownCircleIcon
|
|
3056
3054
|
} from '../icons/circle-arrow-down';
|
|
3055
|
+
// ChartScatter aliases
|
|
3056
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3057
|
+
export {
|
|
3058
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3059
|
+
default as ScatterChartIcon
|
|
3060
|
+
} from '../icons/chart-scatter';
|
|
3057
3061
|
// CircleArrowLeft aliases
|
|
3058
3062
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3059
3063
|
export {
|
|
@@ -3066,12 +3070,6 @@ export {
|
|
|
3066
3070
|
/** @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 */
|
|
3067
3071
|
default as ArrowDownLeftFromCircleIcon
|
|
3068
3072
|
} from '../icons/circle-arrow-out-down-left';
|
|
3069
|
-
// CircleArrowOutUpLeft aliases
|
|
3070
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @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 */
|
|
3073
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3074
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3075
3073
|
// CircleArrowOutDownRight aliases
|
|
3076
3074
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3077
3075
|
export {
|
|
@@ -3084,6 +3082,12 @@ export {
|
|
|
3084
3082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3085
3083
|
default as ArrowUpRightFromCircleIcon
|
|
3086
3084
|
} from '../icons/circle-arrow-out-up-right';
|
|
3085
|
+
// CircleArrowOutUpLeft aliases
|
|
3086
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3087
|
+
export {
|
|
3088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3089
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3090
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3087
3091
|
// CircleArrowRight aliases
|
|
3088
3092
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3089
3093
|
export {
|
|
@@ -3108,6 +3112,12 @@ export {
|
|
|
3108
3112
|
/** @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 */
|
|
3109
3113
|
default as ArrowUpCircleIcon
|
|
3110
3114
|
} from '../icons/circle-arrow-up';
|
|
3115
|
+
// CircleChevronDown aliases
|
|
3116
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3117
|
+
export {
|
|
3118
|
+
/** @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 */
|
|
3119
|
+
default as ChevronDownCircleIcon
|
|
3120
|
+
} from '../icons/circle-chevron-down';
|
|
3111
3121
|
// CircleChevronLeft aliases
|
|
3112
3122
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3113
3123
|
export {
|
|
@@ -3120,12 +3130,6 @@ export {
|
|
|
3120
3130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3121
3131
|
default as ChevronRightCircleIcon
|
|
3122
3132
|
} from '../icons/circle-chevron-right';
|
|
3123
|
-
// CircleChevronDown aliases
|
|
3124
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3125
|
-
export {
|
|
3126
|
-
/** @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 */
|
|
3127
|
-
default as ChevronDownCircleIcon
|
|
3128
|
-
} from '../icons/circle-chevron-down';
|
|
3129
3133
|
// CircleChevronUp aliases
|
|
3130
3134
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3131
3135
|
export {
|
|
@@ -3144,18 +3148,18 @@ export {
|
|
|
3144
3148
|
/** @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 */
|
|
3145
3149
|
default as GaugeCircleIcon
|
|
3146
3150
|
} from '../icons/circle-gauge';
|
|
3147
|
-
// CircleParkingOff aliases
|
|
3148
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3149
|
-
export {
|
|
3150
|
-
/** @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 */
|
|
3151
|
-
default as ParkingCircleOffIcon
|
|
3152
|
-
} from '../icons/circle-parking-off';
|
|
3153
3151
|
// CircleMinus aliases
|
|
3154
3152
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3155
3153
|
export {
|
|
3156
3154
|
/** @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 */
|
|
3157
3155
|
default as MinusCircleIcon
|
|
3158
3156
|
} from '../icons/circle-minus';
|
|
3157
|
+
// CircleParking aliases
|
|
3158
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3159
|
+
export {
|
|
3160
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3161
|
+
default as ParkingCircleIcon
|
|
3162
|
+
} from '../icons/circle-parking';
|
|
3159
3163
|
// CirclePause aliases
|
|
3160
3164
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3161
3165
|
export {
|
|
@@ -3168,24 +3172,24 @@ export {
|
|
|
3168
3172
|
/** @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 */
|
|
3169
3173
|
default as PercentCircleIcon
|
|
3170
3174
|
} from '../icons/circle-percent';
|
|
3171
|
-
//
|
|
3172
|
-
export { default as
|
|
3175
|
+
// CircleParkingOff aliases
|
|
3176
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3173
3177
|
export {
|
|
3174
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3175
|
-
default as
|
|
3176
|
-
} from '../icons/circle-parking';
|
|
3177
|
-
//
|
|
3178
|
-
export { default as
|
|
3179
|
-
export {
|
|
3180
|
-
/** @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 */
|
|
3181
|
-
default as PlayCircleIcon
|
|
3182
|
-
} from '../icons/circle-play';
|
|
3183
|
-
// CirclePlus aliases
|
|
3184
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3178
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3179
|
+
default as ParkingCircleOffIcon
|
|
3180
|
+
} from '../icons/circle-parking-off';
|
|
3181
|
+
// CirclePlus aliases
|
|
3182
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3185
3183
|
export {
|
|
3186
3184
|
/** @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 */
|
|
3187
3185
|
default as PlusCircleIcon
|
|
3188
3186
|
} from '../icons/circle-plus';
|
|
3187
|
+
// CirclePlay aliases
|
|
3188
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3189
|
+
export {
|
|
3190
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3191
|
+
default as PlayCircleIcon
|
|
3192
|
+
} from '../icons/circle-play';
|
|
3189
3193
|
// CirclePower aliases
|
|
3190
3194
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3191
3195
|
export {
|
|
@@ -3214,18 +3218,18 @@ export {
|
|
|
3214
3218
|
/** @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 */
|
|
3215
3219
|
default as StopCircleIcon
|
|
3216
3220
|
} from '../icons/circle-stop';
|
|
3217
|
-
// CircleUserRound aliases
|
|
3218
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3219
|
-
export {
|
|
3220
|
-
/** @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 */
|
|
3221
|
-
default as UserCircle2Icon
|
|
3222
|
-
} from '../icons/circle-user-round';
|
|
3223
3221
|
// CircleUser aliases
|
|
3224
3222
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3225
3223
|
export {
|
|
3226
3224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3227
3225
|
default as UserCircleIcon
|
|
3228
3226
|
} from '../icons/circle-user';
|
|
3227
|
+
// CircleUserRound aliases
|
|
3228
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3231
|
+
default as UserCircle2Icon
|
|
3232
|
+
} from '../icons/circle-user-round';
|
|
3229
3233
|
// CircleX aliases
|
|
3230
3234
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3231
3235
|
export {
|
|
@@ -3250,12 +3254,6 @@ export {
|
|
|
3250
3254
|
/** @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 */
|
|
3251
3255
|
default as DownloadCloudIcon
|
|
3252
3256
|
} from '../icons/cloud-download';
|
|
3253
|
-
// Columns2 aliases
|
|
3254
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3257
|
-
default as ColumnsIcon
|
|
3258
|
-
} from '../icons/columns-2';
|
|
3259
3257
|
// CloudUpload aliases
|
|
3260
3258
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3261
3259
|
export {
|
|
@@ -3268,6 +3266,12 @@ export {
|
|
|
3268
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3269
3267
|
default as Code2Icon
|
|
3270
3268
|
} from '../icons/code-xml';
|
|
3269
|
+
// Columns2 aliases
|
|
3270
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3271
|
+
export {
|
|
3272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3273
|
+
default as ColumnsIcon
|
|
3274
|
+
} from '../icons/columns-2';
|
|
3271
3275
|
// Columns3Cog aliases
|
|
3272
3276
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3273
3277
|
export {
|
|
@@ -3278,30 +3282,24 @@ export {
|
|
|
3278
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3279
3283
|
default as TableConfigIcon
|
|
3280
3284
|
} from '../icons/columns-3-cog';
|
|
3281
|
-
// Columns3 aliases
|
|
3282
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3283
|
-
export {
|
|
3284
|
-
/** @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 */
|
|
3285
|
-
default as PanelsLeftRightIcon
|
|
3286
|
-
} from '../icons/columns-3';
|
|
3287
3285
|
// ContactRound aliases
|
|
3288
3286
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3289
3287
|
export {
|
|
3290
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3291
3289
|
default as Contact2Icon
|
|
3292
3290
|
} from '../icons/contact-round';
|
|
3291
|
+
// Columns3 aliases
|
|
3292
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3293
|
+
export {
|
|
3294
|
+
/** @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 */
|
|
3295
|
+
default as PanelsLeftRightIcon
|
|
3296
|
+
} from '../icons/columns-3';
|
|
3293
3297
|
// DiamondPercent aliases
|
|
3294
3298
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3295
3299
|
export {
|
|
3296
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3297
3301
|
default as PercentDiamondIcon
|
|
3298
3302
|
} from '../icons/diamond-percent';
|
|
3299
|
-
// Earth aliases
|
|
3300
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3301
|
-
export {
|
|
3302
|
-
/** @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 */
|
|
3303
|
-
default as Globe2Icon
|
|
3304
|
-
} from '../icons/earth';
|
|
3305
3303
|
// EllipsisVertical aliases
|
|
3306
3304
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3307
3305
|
export {
|
|
@@ -3320,6 +3318,12 @@ export {
|
|
|
3320
3318
|
/** @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 */
|
|
3321
3319
|
default as FileAxis3DIcon
|
|
3322
3320
|
} from '../icons/file-axis-3d';
|
|
3321
|
+
// Earth aliases
|
|
3322
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3325
|
+
default as Globe2Icon
|
|
3326
|
+
} from '../icons/earth';
|
|
3323
3327
|
// FileBadge aliases
|
|
3324
3328
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3325
3329
|
export {
|
|
@@ -3374,12 +3378,6 @@ export {
|
|
|
3374
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3375
3379
|
default as FileCode2Icon
|
|
3376
3380
|
} from '../icons/file-code-corner';
|
|
3377
|
-
// FileCog aliases
|
|
3378
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3381
|
-
default as FileCog2Icon
|
|
3382
|
-
} from '../icons/file-cog';
|
|
3383
3381
|
// FileExclamationPoint aliases
|
|
3384
3382
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3385
3383
|
export {
|
|
@@ -3408,66 +3406,72 @@ export {
|
|
|
3408
3406
|
/** @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 */
|
|
3409
3407
|
default as FileLock2Icon
|
|
3410
3408
|
} from '../icons/file-lock';
|
|
3409
|
+
// FileCog aliases
|
|
3410
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3411
|
+
export {
|
|
3412
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3413
|
+
default as FileCog2Icon
|
|
3414
|
+
} from '../icons/file-cog';
|
|
3411
3415
|
// FileMinusCorner aliases
|
|
3412
3416
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3413
3417
|
export {
|
|
3414
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3415
3419
|
default as FileMinus2Icon
|
|
3416
3420
|
} from '../icons/file-minus-corner';
|
|
3417
|
-
// FilePenLine aliases
|
|
3418
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3419
|
-
export {
|
|
3420
|
-
/** @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 */
|
|
3421
|
-
default as FileSignatureIcon
|
|
3422
|
-
} from '../icons/file-pen-line';
|
|
3423
3421
|
// FilePen aliases
|
|
3424
3422
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3425
3423
|
export {
|
|
3426
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3427
3425
|
default as FileEditIcon
|
|
3428
3426
|
} from '../icons/file-pen';
|
|
3427
|
+
// FilePenLine aliases
|
|
3428
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3429
|
+
export {
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3431
|
+
default as FileSignatureIcon
|
|
3432
|
+
} from '../icons/file-pen-line';
|
|
3429
3433
|
// FilePlay aliases
|
|
3430
3434
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3431
3435
|
export {
|
|
3432
3436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3433
3437
|
default as FileVideoIcon
|
|
3434
3438
|
} from '../icons/file-play';
|
|
3435
|
-
// FileQuestionMark aliases
|
|
3436
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3437
|
-
export {
|
|
3438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3439
|
-
default as FileQuestionIcon
|
|
3440
|
-
} from '../icons/file-question-mark';
|
|
3441
3439
|
// FilePlusCorner aliases
|
|
3442
3440
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3443
3441
|
export {
|
|
3444
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3445
3443
|
default as FilePlus2Icon
|
|
3446
3444
|
} from '../icons/file-plus-corner';
|
|
3447
|
-
//
|
|
3448
|
-
export { default as
|
|
3445
|
+
// FileQuestionMark aliases
|
|
3446
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3449
3447
|
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3451
|
-
default as
|
|
3452
|
-
} from '../icons/file-
|
|
3448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3449
|
+
default as FileQuestionIcon
|
|
3450
|
+
} from '../icons/file-question-mark';
|
|
3453
3451
|
// FileSignal aliases
|
|
3454
3452
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3455
3453
|
export {
|
|
3456
3454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3457
3455
|
default as FileVolume2Icon
|
|
3458
3456
|
} from '../icons/file-signal';
|
|
3459
|
-
//
|
|
3460
|
-
export { default as
|
|
3457
|
+
// FileSearchCorner aliases
|
|
3458
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3461
3459
|
export {
|
|
3462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3463
|
-
default as
|
|
3464
|
-
} from '../icons/file-
|
|
3460
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3461
|
+
default as FileSearch2Icon
|
|
3462
|
+
} from '../icons/file-search-corner';
|
|
3465
3463
|
// FileVideoCamera aliases
|
|
3466
3464
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3467
3465
|
export {
|
|
3468
3466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3469
3467
|
default as FileVideo2Icon
|
|
3470
3468
|
} from '../icons/file-video-camera';
|
|
3469
|
+
// FileTypeCorner aliases
|
|
3470
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3471
|
+
export {
|
|
3472
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3473
|
+
default as FileType2Icon
|
|
3474
|
+
} from '../icons/file-type-corner';
|
|
3471
3475
|
// FileXCorner aliases
|
|
3472
3476
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3473
3477
|
export {
|
|
@@ -3480,12 +3484,6 @@ export {
|
|
|
3480
3484
|
/** @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 */
|
|
3481
3485
|
default as FingerprintIcon
|
|
3482
3486
|
} from '../icons/fingerprint-pattern';
|
|
3483
|
-
// FolderCog aliases
|
|
3484
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3485
|
-
export {
|
|
3486
|
-
/** @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 */
|
|
3487
|
-
default as FolderCog2Icon
|
|
3488
|
-
} from '../icons/folder-cog';
|
|
3489
3487
|
// FolderPen aliases
|
|
3490
3488
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3491
3489
|
export {
|
|
@@ -3498,42 +3496,48 @@ export {
|
|
|
3498
3496
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3499
3497
|
default as FilterXIcon
|
|
3500
3498
|
} from '../icons/funnel-x';
|
|
3499
|
+
// FolderCog aliases
|
|
3500
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3501
|
+
export {
|
|
3502
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3503
|
+
default as FolderCog2Icon
|
|
3504
|
+
} from '../icons/folder-cog';
|
|
3501
3505
|
// Funnel aliases
|
|
3502
3506
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3503
3507
|
export {
|
|
3504
3508
|
/** @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 */
|
|
3505
3509
|
default as FilterIcon
|
|
3506
3510
|
} from '../icons/funnel';
|
|
3507
|
-
//
|
|
3508
|
-
export { default as
|
|
3511
|
+
// GitCommitHorizontal aliases
|
|
3512
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3509
3513
|
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3511
|
-
default as
|
|
3512
|
-
} from '../icons/
|
|
3514
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3515
|
+
default as GitCommitIcon
|
|
3516
|
+
} from '../icons/git-commit-horizontal';
|
|
3513
3517
|
// Grid2x2Plus aliases
|
|
3514
3518
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3515
3519
|
export {
|
|
3516
3520
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3517
3521
|
default as Grid2X2PlusIcon
|
|
3518
3522
|
} from '../icons/grid-2x2-plus';
|
|
3519
|
-
//
|
|
3520
|
-
export { default as
|
|
3521
|
-
export {
|
|
3522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3523
|
-
default as GitCommitIcon
|
|
3524
|
-
} from '../icons/git-commit-horizontal';
|
|
3525
|
-
// Grid2x2X aliases
|
|
3526
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3523
|
+
// Grid2x2Check aliases
|
|
3524
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3527
3525
|
export {
|
|
3528
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3529
|
-
default as
|
|
3530
|
-
} from '../icons/grid-2x2-
|
|
3526
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3527
|
+
default as Grid2X2CheckIcon
|
|
3528
|
+
} from '../icons/grid-2x2-check';
|
|
3531
3529
|
// Grid2x2 aliases
|
|
3532
3530
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3533
3531
|
export {
|
|
3534
3532
|
/** @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 */
|
|
3535
3533
|
default as Grid2X2Icon
|
|
3536
3534
|
} from '../icons/grid-2x2';
|
|
3535
|
+
// Grid2x2X aliases
|
|
3536
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3537
|
+
export {
|
|
3538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3539
|
+
default as Grid2X2XIcon
|
|
3540
|
+
} from '../icons/grid-2x2-x';
|
|
3537
3541
|
// Grid3x3 aliases
|
|
3538
3542
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3539
3543
|
export {
|
|
@@ -3550,18 +3554,18 @@ export {
|
|
|
3550
3554
|
/** @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 */
|
|
3551
3555
|
default as GrabIcon
|
|
3552
3556
|
} from '../icons/hand-grab';
|
|
3553
|
-
// HandHelping aliases
|
|
3554
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3555
|
-
export {
|
|
3556
|
-
/** @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 */
|
|
3557
|
-
default as HelpingHandIcon
|
|
3558
|
-
} from '../icons/hand-helping';
|
|
3559
3557
|
// House aliases
|
|
3560
3558
|
export { default as HouseIcon } from '../icons/house';
|
|
3561
3559
|
export {
|
|
3562
3560
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3563
3561
|
default as HomeIcon
|
|
3564
3562
|
} from '../icons/house';
|
|
3563
|
+
// HandHelping aliases
|
|
3564
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3565
|
+
export {
|
|
3566
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3567
|
+
default as HelpingHandIcon
|
|
3568
|
+
} from '../icons/hand-helping';
|
|
3565
3569
|
// IceCreamBowl aliases
|
|
3566
3570
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3567
3571
|
export {
|
|
@@ -3586,16 +3590,6 @@ export {
|
|
|
3586
3590
|
/** @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 */
|
|
3587
3591
|
default as Layers3Icon
|
|
3588
3592
|
} from '../icons/layers';
|
|
3589
|
-
// ListIndentIncrease aliases
|
|
3590
|
-
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @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 */
|
|
3593
|
-
default as IndentIcon
|
|
3594
|
-
} from '../icons/list-indent-increase';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @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 */
|
|
3597
|
-
default as IndentIncreaseIcon
|
|
3598
|
-
} from '../icons/list-indent-increase';
|
|
3599
3593
|
// ListIndentDecrease aliases
|
|
3600
3594
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3601
3595
|
export {
|
|
@@ -3606,6 +3600,16 @@ export {
|
|
|
3606
3600
|
/** @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 */
|
|
3607
3601
|
default as IndentDecreaseIcon
|
|
3608
3602
|
} from '../icons/list-indent-decrease';
|
|
3603
|
+
// ListIndentIncrease aliases
|
|
3604
|
+
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3605
|
+
export {
|
|
3606
|
+
/** @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 */
|
|
3607
|
+
default as IndentIcon
|
|
3608
|
+
} from '../icons/list-indent-increase';
|
|
3609
|
+
export {
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as IndentIncreaseIcon
|
|
3612
|
+
} from '../icons/list-indent-increase';
|
|
3609
3613
|
// LoaderCircle aliases
|
|
3610
3614
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3611
3615
|
export {
|
|
@@ -3618,36 +3622,36 @@ export {
|
|
|
3618
3622
|
/** @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 */
|
|
3619
3623
|
default as UnlockKeyholeIcon
|
|
3620
3624
|
} from '../icons/lock-keyhole-open';
|
|
3621
|
-
// MailQuestionMark aliases
|
|
3622
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3623
|
-
export {
|
|
3624
|
-
/** @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 */
|
|
3625
|
-
default as MailQuestionIcon
|
|
3626
|
-
} from '../icons/mail-question-mark';
|
|
3627
3625
|
// LockOpen aliases
|
|
3628
3626
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3629
3627
|
export {
|
|
3630
3628
|
/** @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 */
|
|
3631
3629
|
default as UnlockIcon
|
|
3632
3630
|
} from '../icons/lock-open';
|
|
3631
|
+
// MailQuestionMark aliases
|
|
3632
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @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 */
|
|
3635
|
+
default as MailQuestionIcon
|
|
3636
|
+
} from '../icons/mail-question-mark';
|
|
3633
3637
|
// MapPinPen aliases
|
|
3634
3638
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3635
3639
|
export {
|
|
3636
3640
|
/** @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 */
|
|
3637
3641
|
default as LocationEditIcon
|
|
3638
3642
|
} from '../icons/map-pin-pen';
|
|
3639
|
-
// MessageCircleQuestionMark aliases
|
|
3640
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3641
|
-
export {
|
|
3642
|
-
/** @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 */
|
|
3643
|
-
default as MessageCircleQuestionIcon
|
|
3644
|
-
} from '../icons/message-circle-question-mark';
|
|
3645
3643
|
// MicVocal aliases
|
|
3646
3644
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3647
3645
|
export {
|
|
3648
3646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3649
3647
|
default as Mic2Icon
|
|
3650
3648
|
} from '../icons/mic-vocal';
|
|
3649
|
+
// MessageCircleQuestionMark aliases
|
|
3650
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3651
|
+
export {
|
|
3652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3653
|
+
default as MessageCircleQuestionIcon
|
|
3654
|
+
} from '../icons/message-circle-question-mark';
|
|
3651
3655
|
// Move3d aliases
|
|
3652
3656
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3653
3657
|
export {
|
|
@@ -3660,60 +3664,60 @@ export {
|
|
|
3660
3664
|
/** @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 */
|
|
3661
3665
|
default as AlertOctagonIcon
|
|
3662
3666
|
} from '../icons/octagon-alert';
|
|
3663
|
-
// OctagonPause aliases
|
|
3664
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3665
|
-
export {
|
|
3666
|
-
/** @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 */
|
|
3667
|
-
default as PauseOctagonIcon
|
|
3668
|
-
} from '../icons/octagon-pause';
|
|
3669
3667
|
// OctagonX aliases
|
|
3670
3668
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3671
3669
|
export {
|
|
3672
3670
|
/** @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 */
|
|
3673
3671
|
default as XOctagonIcon
|
|
3674
3672
|
} from '../icons/octagon-x';
|
|
3675
|
-
//
|
|
3676
|
-
export { default as
|
|
3673
|
+
// OctagonPause aliases
|
|
3674
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3677
3675
|
export {
|
|
3678
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3679
|
-
default as
|
|
3680
|
-
} from '../icons/
|
|
3676
|
+
/** @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 */
|
|
3677
|
+
default as PauseOctagonIcon
|
|
3678
|
+
} from '../icons/octagon-pause';
|
|
3681
3679
|
// PanelBottomDashed aliases
|
|
3682
3680
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3683
3681
|
export {
|
|
3684
3682
|
/** @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 */
|
|
3685
3683
|
default as PanelBottomInactiveIcon
|
|
3686
3684
|
} from '../icons/panel-bottom-dashed';
|
|
3687
|
-
// PanelLeftDashed aliases
|
|
3688
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3689
|
-
export {
|
|
3690
|
-
/** @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 */
|
|
3691
|
-
default as PanelLeftInactiveIcon
|
|
3692
|
-
} from '../icons/panel-left-dashed';
|
|
3693
3685
|
// PanelLeftClose aliases
|
|
3694
3686
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3695
3687
|
export {
|
|
3696
3688
|
/** @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 */
|
|
3697
3689
|
default as SidebarCloseIcon
|
|
3698
3690
|
} from '../icons/panel-left-close';
|
|
3699
|
-
//
|
|
3700
|
-
export { default as
|
|
3691
|
+
// PaintbrushVertical aliases
|
|
3692
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3701
3693
|
export {
|
|
3702
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3703
|
-
default as
|
|
3704
|
-
} from '../icons/
|
|
3705
|
-
//
|
|
3706
|
-
export { default as
|
|
3694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
3695
|
+
default as Paintbrush2Icon
|
|
3696
|
+
} from '../icons/paintbrush-vertical';
|
|
3697
|
+
// PanelLeftDashed aliases
|
|
3698
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3707
3699
|
export {
|
|
3708
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3709
|
-
default as
|
|
3710
|
-
} from '../icons/panel-left-
|
|
3711
|
-
// PanelRightDashed aliases
|
|
3700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3701
|
+
default as PanelLeftInactiveIcon
|
|
3702
|
+
} from '../icons/panel-left-dashed';
|
|
3703
|
+
// PanelRightDashed aliases
|
|
3712
3704
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3713
3705
|
export {
|
|
3714
3706
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3715
3707
|
default as PanelRightInactiveIcon
|
|
3716
3708
|
} from '../icons/panel-right-dashed';
|
|
3709
|
+
// PanelLeftOpen aliases
|
|
3710
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3711
|
+
export {
|
|
3712
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3713
|
+
default as SidebarOpenIcon
|
|
3714
|
+
} from '../icons/panel-left-open';
|
|
3715
|
+
// PanelLeft aliases
|
|
3716
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3717
|
+
export {
|
|
3718
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3719
|
+
default as SidebarIcon
|
|
3720
|
+
} from '../icons/panel-left';
|
|
3717
3721
|
// PanelTopDashed aliases
|
|
3718
3722
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3719
3723
|
export {
|
|
@@ -3738,18 +3742,18 @@ export {
|
|
|
3738
3742
|
/** @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 */
|
|
3739
3743
|
default as Edit3Icon
|
|
3740
3744
|
} from '../icons/pen-line';
|
|
3741
|
-
// RectangleEllipsis aliases
|
|
3742
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3743
|
-
export {
|
|
3744
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3745
|
-
default as FormInputIcon
|
|
3746
|
-
} from '../icons/rectangle-ellipsis';
|
|
3747
3745
|
// PlugZap aliases
|
|
3748
3746
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3749
3747
|
export {
|
|
3750
3748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3751
3749
|
default as PlugZap2Icon
|
|
3752
3750
|
} from '../icons/plug-zap';
|
|
3751
|
+
// RectangleEllipsis aliases
|
|
3752
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3753
|
+
export {
|
|
3754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3755
|
+
default as FormInputIcon
|
|
3756
|
+
} from '../icons/rectangle-ellipsis';
|
|
3753
3757
|
// Rotate3d aliases
|
|
3754
3758
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3755
3759
|
export {
|
|
@@ -3768,6 +3772,12 @@ export {
|
|
|
3768
3772
|
/** @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 */
|
|
3769
3773
|
default as PanelsTopBottomIcon
|
|
3770
3774
|
} from '../icons/rows-3';
|
|
3775
|
+
// ShieldQuestionMark aliases
|
|
3776
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3777
|
+
export {
|
|
3778
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3779
|
+
default as ShieldQuestionIcon
|
|
3780
|
+
} from '../icons/shield-question-mark';
|
|
3771
3781
|
// Scale3d aliases
|
|
3772
3782
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3773
3783
|
export {
|
|
@@ -3780,36 +3790,24 @@ export {
|
|
|
3780
3790
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3781
3791
|
default as SendHorizonalIcon
|
|
3782
3792
|
} from '../icons/send-horizontal';
|
|
3783
|
-
// ShieldQuestionMark aliases
|
|
3784
|
-
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3785
|
-
export {
|
|
3786
|
-
/** @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 */
|
|
3787
|
-
default as ShieldQuestionIcon
|
|
3788
|
-
} from '../icons/shield-question-mark';
|
|
3789
3793
|
// ShieldX aliases
|
|
3790
3794
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3791
3795
|
export {
|
|
3792
3796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3793
3797
|
default as ShieldCloseIcon
|
|
3794
3798
|
} from '../icons/shield-x';
|
|
3795
|
-
// Sparkles aliases
|
|
3796
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3797
|
-
export {
|
|
3798
|
-
/** @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 */
|
|
3799
|
-
default as StarsIcon
|
|
3800
|
-
} from '../icons/sparkles';
|
|
3801
3799
|
// SlidersVertical aliases
|
|
3802
3800
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3803
3801
|
export {
|
|
3804
3802
|
/** @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 */
|
|
3805
3803
|
default as SlidersIcon
|
|
3806
3804
|
} from '../icons/sliders-vertical';
|
|
3807
|
-
//
|
|
3808
|
-
export { default as
|
|
3805
|
+
// Sparkles aliases
|
|
3806
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3809
3807
|
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/
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3809
|
+
default as StarsIcon
|
|
3810
|
+
} from '../icons/sparkles';
|
|
3813
3811
|
// SquareArrowDownLeft aliases
|
|
3814
3812
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3815
3813
|
export {
|
|
@@ -3822,18 +3820,24 @@ export {
|
|
|
3822
3820
|
/** @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 */
|
|
3823
3821
|
default as ArrowDownRightSquareIcon
|
|
3824
3822
|
} from '../icons/square-arrow-down-right';
|
|
3825
|
-
//
|
|
3826
|
-
export { default as
|
|
3823
|
+
// SquareActivity aliases
|
|
3824
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3827
3825
|
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3829
|
-
default as
|
|
3830
|
-
} from '../icons/square-
|
|
3826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3827
|
+
default as ActivitySquareIcon
|
|
3828
|
+
} from '../icons/square-activity';
|
|
3831
3829
|
// SquareArrowDown aliases
|
|
3832
3830
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3833
3831
|
export {
|
|
3834
3832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3835
3833
|
default as ArrowDownSquareIcon
|
|
3836
3834
|
} from '../icons/square-arrow-down';
|
|
3835
|
+
// SquareArrowLeft aliases
|
|
3836
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3837
|
+
export {
|
|
3838
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3839
|
+
default as ArrowLeftSquareIcon
|
|
3840
|
+
} from '../icons/square-arrow-left';
|
|
3837
3841
|
// SquareArrowOutDownLeft aliases
|
|
3838
3842
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3839
3843
|
export {
|
|
@@ -3852,52 +3856,36 @@ export {
|
|
|
3852
3856
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3853
3857
|
default as ArrowDownRightFromSquareIcon
|
|
3854
3858
|
} from '../icons/square-arrow-out-down-right';
|
|
3855
|
-
// SquareArrowOutUpRight aliases
|
|
3856
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3857
|
-
export {
|
|
3858
|
-
/** @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 */
|
|
3859
|
-
default as ArrowUpRightFromSquareIcon
|
|
3860
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3861
3859
|
// SquareArrowRight aliases
|
|
3862
3860
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3863
3861
|
export {
|
|
3864
3862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3865
3863
|
default as ArrowRightSquareIcon
|
|
3866
3864
|
} from '../icons/square-arrow-right';
|
|
3867
|
-
//
|
|
3868
|
-
export { default as
|
|
3865
|
+
// SquareArrowOutUpRight aliases
|
|
3866
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3869
3867
|
export {
|
|
3870
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3871
|
-
default as
|
|
3872
|
-
} from '../icons/square-arrow-up-right';
|
|
3868
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3869
|
+
default as ArrowUpRightFromSquareIcon
|
|
3870
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3873
3871
|
// SquareArrowUpLeft aliases
|
|
3874
3872
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3875
3873
|
export {
|
|
3876
3874
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3877
3875
|
default as ArrowUpLeftSquareIcon
|
|
3878
3876
|
} from '../icons/square-arrow-up-left';
|
|
3879
|
-
//
|
|
3880
|
-
export { default as
|
|
3877
|
+
// SquareArrowUpRight aliases
|
|
3878
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3881
3879
|
export {
|
|
3882
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3883
|
-
default as
|
|
3884
|
-
} from '../icons/square-
|
|
3880
|
+
/** @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 */
|
|
3881
|
+
default as ArrowUpRightSquareIcon
|
|
3882
|
+
} from '../icons/square-arrow-up-right';
|
|
3885
3883
|
// SquareBottomDashedScissors aliases
|
|
3886
3884
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3887
3885
|
export {
|
|
3888
3886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3889
3887
|
default as ScissorsSquareDashedBottomIcon
|
|
3890
3888
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3891
|
-
// SquareChartGantt aliases
|
|
3892
|
-
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3893
|
-
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3895
|
-
default as GanttChartSquareIcon
|
|
3896
|
-
} from '../icons/square-chart-gantt';
|
|
3897
|
-
export {
|
|
3898
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3899
|
-
default as SquareGanttChartIcon
|
|
3900
|
-
} from '../icons/square-chart-gantt';
|
|
3901
3889
|
// SquareArrowUp aliases
|
|
3902
3890
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3903
3891
|
export {
|
|
@@ -3916,24 +3904,40 @@ export {
|
|
|
3916
3904
|
/** @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 */
|
|
3917
3905
|
default as CheckSquare2Icon
|
|
3918
3906
|
} from '../icons/square-check';
|
|
3907
|
+
// SquareAsterisk aliases
|
|
3908
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3909
|
+
export {
|
|
3910
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3911
|
+
default as AsteriskSquareIcon
|
|
3912
|
+
} from '../icons/square-asterisk';
|
|
3913
|
+
// SquareChartGantt aliases
|
|
3914
|
+
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3915
|
+
export {
|
|
3916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3917
|
+
default as GanttChartSquareIcon
|
|
3918
|
+
} from '../icons/square-chart-gantt';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as SquareGanttChartIcon
|
|
3922
|
+
} from '../icons/square-chart-gantt';
|
|
3919
3923
|
// SquareChevronDown aliases
|
|
3920
3924
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3921
3925
|
export {
|
|
3922
3926
|
/** @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 */
|
|
3923
3927
|
default as ChevronDownSquareIcon
|
|
3924
3928
|
} from '../icons/square-chevron-down';
|
|
3925
|
-
// SquareChevronLeft aliases
|
|
3926
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3927
|
-
export {
|
|
3928
|
-
/** @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 */
|
|
3929
|
-
default as ChevronLeftSquareIcon
|
|
3930
|
-
} from '../icons/square-chevron-left';
|
|
3931
3929
|
// SquareChevronRight aliases
|
|
3932
3930
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3933
3931
|
export {
|
|
3934
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3935
3933
|
default as ChevronRightSquareIcon
|
|
3936
3934
|
} from '../icons/square-chevron-right';
|
|
3935
|
+
// SquareChevronLeft aliases
|
|
3936
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @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 */
|
|
3939
|
+
default as ChevronLeftSquareIcon
|
|
3940
|
+
} from '../icons/square-chevron-left';
|
|
3937
3941
|
// SquareChevronUp aliases
|
|
3938
3942
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3939
3943
|
export {
|
|
@@ -3946,12 +3950,6 @@ export {
|
|
|
3946
3950
|
/** @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 */
|
|
3947
3951
|
default as CodeSquareIcon
|
|
3948
3952
|
} from '../icons/square-code';
|
|
3949
|
-
// SquareDashedKanban aliases
|
|
3950
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3953
|
-
default as KanbanSquareDashedIcon
|
|
3954
|
-
} from '../icons/square-dashed-kanban';
|
|
3955
3953
|
// SquareDashedMousePointer aliases
|
|
3956
3954
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3957
3955
|
export {
|
|
@@ -3964,6 +3962,12 @@ export {
|
|
|
3964
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3965
3963
|
default as BoxSelectIcon
|
|
3966
3964
|
} from '../icons/square-dashed';
|
|
3965
|
+
// SquareDashedKanban aliases
|
|
3966
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3967
|
+
export {
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3969
|
+
default as KanbanSquareDashedIcon
|
|
3970
|
+
} from '../icons/square-dashed-kanban';
|
|
3967
3971
|
// SquareDivide aliases
|
|
3968
3972
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3969
3973
|
export {
|
|
@@ -3976,18 +3980,18 @@ export {
|
|
|
3976
3980
|
/** @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 */
|
|
3977
3981
|
default as DotSquareIcon
|
|
3978
3982
|
} from '../icons/square-dot';
|
|
3979
|
-
// SquareEqual aliases
|
|
3980
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3981
|
-
export {
|
|
3982
|
-
/** @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 */
|
|
3983
|
-
default as EqualSquareIcon
|
|
3984
|
-
} from '../icons/square-equal';
|
|
3985
3983
|
// SquareFunction aliases
|
|
3986
3984
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3987
3985
|
export {
|
|
3988
3986
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3989
3987
|
default as FunctionSquareIcon
|
|
3990
3988
|
} from '../icons/square-function';
|
|
3989
|
+
// SquareEqual aliases
|
|
3990
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3991
|
+
export {
|
|
3992
|
+
/** @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 */
|
|
3993
|
+
default as EqualSquareIcon
|
|
3994
|
+
} from '../icons/square-equal';
|
|
3991
3995
|
// SquareKanban aliases
|
|
3992
3996
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3993
3997
|
export {
|
|
@@ -4006,30 +4010,24 @@ export {
|
|
|
4006
4010
|
/** @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 */
|
|
4007
4011
|
default as MenuSquareIcon
|
|
4008
4012
|
} from '../icons/square-menu';
|
|
4009
|
-
// SquareLibrary aliases
|
|
4010
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4011
|
-
export {
|
|
4012
|
-
/** @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 */
|
|
4013
|
-
default as LibrarySquareIcon
|
|
4014
|
-
} from '../icons/square-library';
|
|
4015
4013
|
// SquareMinus aliases
|
|
4016
4014
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4017
4015
|
export {
|
|
4018
4016
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4019
4017
|
default as MinusSquareIcon
|
|
4020
4018
|
} from '../icons/square-minus';
|
|
4019
|
+
// SquareLibrary aliases
|
|
4020
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4021
|
+
export {
|
|
4022
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4023
|
+
default as LibrarySquareIcon
|
|
4024
|
+
} from '../icons/square-library';
|
|
4021
4025
|
// SquareMousePointer aliases
|
|
4022
4026
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4023
4027
|
export {
|
|
4024
4028
|
/** @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 */
|
|
4025
4029
|
default as InspectIcon
|
|
4026
4030
|
} from '../icons/square-mouse-pointer';
|
|
4027
|
-
// SquareParkingOff aliases
|
|
4028
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4029
|
-
export {
|
|
4030
|
-
/** @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 */
|
|
4031
|
-
default as ParkingSquareOffIcon
|
|
4032
|
-
} from '../icons/square-parking-off';
|
|
4033
4031
|
// SquareParking aliases
|
|
4034
4032
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4035
4033
|
export {
|
|
@@ -4050,36 +4048,42 @@ export {
|
|
|
4050
4048
|
/** @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 */
|
|
4051
4049
|
default as PenSquareIcon
|
|
4052
4050
|
} from '../icons/square-pen';
|
|
4051
|
+
// SquareParkingOff aliases
|
|
4052
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as ParkingSquareOffIcon
|
|
4056
|
+
} from '../icons/square-parking-off';
|
|
4053
4057
|
// SquarePercent aliases
|
|
4054
4058
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4055
4059
|
export {
|
|
4056
4060
|
/** @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 */
|
|
4057
4061
|
default as PercentSquareIcon
|
|
4058
4062
|
} from '../icons/square-percent';
|
|
4059
|
-
// SquarePi aliases
|
|
4060
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4061
|
-
export {
|
|
4062
|
-
/** @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 */
|
|
4063
|
-
default as PiSquareIcon
|
|
4064
|
-
} from '../icons/square-pi';
|
|
4065
4063
|
// SquarePilcrow aliases
|
|
4066
4064
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4067
4065
|
export {
|
|
4068
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4069
4067
|
default as PilcrowSquareIcon
|
|
4070
4068
|
} from '../icons/square-pilcrow';
|
|
4071
|
-
//
|
|
4072
|
-
export { default as
|
|
4069
|
+
// SquarePi aliases
|
|
4070
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4073
4071
|
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4075
|
-
default as
|
|
4076
|
-
} from '../icons/square-
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4073
|
+
default as PiSquareIcon
|
|
4074
|
+
} from '../icons/square-pi';
|
|
4077
4075
|
// SquarePlus aliases
|
|
4078
4076
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4079
4077
|
export {
|
|
4080
4078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4081
4079
|
default as PlusSquareIcon
|
|
4082
4080
|
} from '../icons/square-plus';
|
|
4081
|
+
// SquarePlay aliases
|
|
4082
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as PlaySquareIcon
|
|
4086
|
+
} from '../icons/square-play';
|
|
4083
4087
|
// SquarePower aliases
|
|
4084
4088
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4085
4089
|
export {
|
|
@@ -4092,24 +4096,18 @@ export {
|
|
|
4092
4096
|
/** @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 */
|
|
4093
4097
|
default as ScissorsSquareIcon
|
|
4094
4098
|
} from '../icons/square-scissors';
|
|
4095
|
-
// SquareSigma aliases
|
|
4096
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4097
|
-
export {
|
|
4098
|
-
/** @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 */
|
|
4099
|
-
default as SigmaSquareIcon
|
|
4100
|
-
} from '../icons/square-sigma';
|
|
4101
4099
|
// SquareSlash aliases
|
|
4102
4100
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4103
4101
|
export {
|
|
4104
4102
|
/** @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 */
|
|
4105
4103
|
default as SlashSquareIcon
|
|
4106
4104
|
} from '../icons/square-slash';
|
|
4107
|
-
//
|
|
4108
|
-
export { default as
|
|
4105
|
+
// SquareSigma aliases
|
|
4106
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4109
4107
|
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4111
|
-
default as
|
|
4112
|
-
} from '../icons/square-
|
|
4108
|
+
/** @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 */
|
|
4109
|
+
default as SigmaSquareIcon
|
|
4110
|
+
} from '../icons/square-sigma';
|
|
4113
4111
|
// SquareSplitVertical aliases
|
|
4114
4112
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4115
4113
|
export {
|
|
@@ -4122,36 +4120,48 @@ export {
|
|
|
4122
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4123
4121
|
default as TerminalSquareIcon
|
|
4124
4122
|
} from '../icons/square-terminal';
|
|
4123
|
+
// SquareSplitHorizontal aliases
|
|
4124
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4127
|
+
default as SplitSquareHorizontalIcon
|
|
4128
|
+
} from '../icons/square-split-horizontal';
|
|
4125
4129
|
// SquareUserRound aliases
|
|
4126
4130
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4127
4131
|
export {
|
|
4128
4132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4129
4133
|
default as UserSquare2Icon
|
|
4130
4134
|
} from '../icons/square-user-round';
|
|
4135
|
+
// SquareUser aliases
|
|
4136
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4137
|
+
export {
|
|
4138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4139
|
+
default as UserSquareIcon
|
|
4140
|
+
} from '../icons/square-user';
|
|
4131
4141
|
// SquareX aliases
|
|
4132
4142
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4133
4143
|
export {
|
|
4134
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4135
4145
|
default as XSquareIcon
|
|
4136
4146
|
} from '../icons/square-x';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4147
|
+
// TestTubeDiagonal aliases
|
|
4148
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4139
4149
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/
|
|
4150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4151
|
+
default as TestTube2Icon
|
|
4152
|
+
} from '../icons/test-tube-diagonal';
|
|
4143
4153
|
// TextAlignCenter aliases
|
|
4144
4154
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4145
4155
|
export {
|
|
4146
4156
|
/** @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 */
|
|
4147
4157
|
default as AlignCenterIcon
|
|
4148
4158
|
} from '../icons/text-align-center';
|
|
4149
|
-
//
|
|
4150
|
-
export { default as
|
|
4159
|
+
// TextAlignEnd aliases
|
|
4160
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4151
4161
|
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4153
|
-
default as
|
|
4154
|
-
} from '../icons/
|
|
4162
|
+
/** @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 */
|
|
4163
|
+
default as AlignRightIcon
|
|
4164
|
+
} from '../icons/text-align-end';
|
|
4155
4165
|
// TextAlignJustify aliases
|
|
4156
4166
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4157
4167
|
export {
|
|
@@ -4168,78 +4178,72 @@ export {
|
|
|
4168
4178
|
/** @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 */
|
|
4169
4179
|
default as AlignLeftIcon
|
|
4170
4180
|
} from '../icons/text-align-start';
|
|
4171
|
-
// TextAlignEnd aliases
|
|
4172
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4173
|
-
export {
|
|
4174
|
-
/** @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 */
|
|
4175
|
-
default as AlignRightIcon
|
|
4176
|
-
} from '../icons/text-align-end';
|
|
4177
4181
|
// TextInitial aliases
|
|
4178
4182
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4179
4183
|
export {
|
|
4180
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4181
4185
|
default as LetterTextIcon
|
|
4182
4186
|
} from '../icons/text-initial';
|
|
4183
|
-
// TextWrap aliases
|
|
4184
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4185
|
-
export {
|
|
4186
|
-
/** @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 */
|
|
4187
|
-
default as WrapTextIcon
|
|
4188
|
-
} from '../icons/text-wrap';
|
|
4189
4187
|
// TextSelect aliases
|
|
4190
4188
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4191
4189
|
export {
|
|
4192
4190
|
/** @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 */
|
|
4193
4191
|
default as TextSelectionIcon
|
|
4194
4192
|
} from '../icons/text-select';
|
|
4195
|
-
//
|
|
4196
|
-
export { default as
|
|
4193
|
+
// TextWrap aliases
|
|
4194
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4197
4195
|
export {
|
|
4198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4199
|
-
default as
|
|
4200
|
-
} from '../icons/
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as WrapTextIcon
|
|
4198
|
+
} from '../icons/text-wrap';
|
|
4199
|
+
// TreePalm aliases
|
|
4200
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4201
|
+
export {
|
|
4202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4203
|
+
default as PalmtreeIcon
|
|
4204
|
+
} from '../icons/tree-palm';
|
|
4201
4205
|
// TriangleAlert aliases
|
|
4202
4206
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4203
4207
|
export {
|
|
4204
4208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4205
4209
|
default as AlertTriangleIcon
|
|
4206
4210
|
} from '../icons/triangle-alert';
|
|
4207
|
-
//
|
|
4208
|
-
export { default as
|
|
4211
|
+
// TramFront aliases
|
|
4212
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4209
4213
|
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4211
|
-
default as
|
|
4212
|
-
} from '../icons/
|
|
4214
|
+
/** @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 */
|
|
4215
|
+
default as TrainIcon
|
|
4216
|
+
} from '../icons/tram-front';
|
|
4213
4217
|
// University aliases
|
|
4214
4218
|
export { default as UniversityIcon } from '../icons/university';
|
|
4215
4219
|
export {
|
|
4216
4220
|
/** @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 */
|
|
4217
4221
|
default as School2Icon
|
|
4218
4222
|
} from '../icons/university';
|
|
4219
|
-
//
|
|
4220
|
-
export { default as
|
|
4223
|
+
// TvMinimal aliases
|
|
4224
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4221
4225
|
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4223
|
-
default as
|
|
4224
|
-
} from '../icons/
|
|
4226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4227
|
+
default as Tv2Icon
|
|
4228
|
+
} from '../icons/tv-minimal';
|
|
4225
4229
|
// UserRoundCheck aliases
|
|
4226
4230
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4227
4231
|
export {
|
|
4228
4232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4229
4233
|
default as UserCheck2Icon
|
|
4230
4234
|
} from '../icons/user-round-check';
|
|
4231
|
-
// UserRoundMinus aliases
|
|
4232
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4233
|
-
export {
|
|
4234
|
-
/** @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 */
|
|
4235
|
-
default as UserMinus2Icon
|
|
4236
|
-
} from '../icons/user-round-minus';
|
|
4237
4235
|
// UserRoundCog aliases
|
|
4238
4236
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4239
4237
|
export {
|
|
4240
4238
|
/** @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 */
|
|
4241
4239
|
default as UserCog2Icon
|
|
4242
4240
|
} from '../icons/user-round-cog';
|
|
4241
|
+
// UserRoundMinus aliases
|
|
4242
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4243
|
+
export {
|
|
4244
|
+
/** @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 */
|
|
4245
|
+
default as UserMinus2Icon
|
|
4246
|
+
} from '../icons/user-round-minus';
|
|
4243
4247
|
// UserRoundPlus aliases
|
|
4244
4248
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4245
4249
|
export {
|
|
@@ -4252,18 +4256,18 @@ export {
|
|
|
4252
4256
|
/** @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 */
|
|
4253
4257
|
default as UserX2Icon
|
|
4254
4258
|
} from '../icons/user-round-x';
|
|
4255
|
-
// UserRound aliases
|
|
4256
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4257
|
-
export {
|
|
4258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4259
|
-
default as User2Icon
|
|
4260
|
-
} from '../icons/user-round';
|
|
4261
4259
|
// UsersRound aliases
|
|
4262
4260
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4263
4261
|
export {
|
|
4264
4262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4265
4263
|
default as Users2Icon
|
|
4266
4264
|
} from '../icons/users-round';
|
|
4265
|
+
// UserRound aliases
|
|
4266
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4267
|
+
export {
|
|
4268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4269
|
+
default as User2Icon
|
|
4270
|
+
} from '../icons/user-round';
|
|
4267
4271
|
// Utensils aliases
|
|
4268
4272
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4269
4273
|
export {
|
|
@@ -4276,16 +4280,16 @@ export {
|
|
|
4276
4280
|
/** @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 */
|
|
4277
4281
|
default as ForkKnifeCrossedIcon
|
|
4278
4282
|
} from '../icons/utensils-crossed';
|
|
4279
|
-
// WalletMinimal aliases
|
|
4280
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4281
|
-
export {
|
|
4282
|
-
/** @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 */
|
|
4283
|
-
default as Wallet2Icon
|
|
4284
|
-
} from '../icons/wallet-minimal';
|
|
4285
4283
|
// WandSparkles aliases
|
|
4286
4284
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4287
4285
|
export {
|
|
4288
4286
|
/** @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 */
|
|
4289
4287
|
default as Wand2Icon
|
|
4290
4288
|
} from '../icons/wand-sparkles';
|
|
4289
|
+
// WalletMinimal aliases
|
|
4290
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4291
|
+
export {
|
|
4292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
4293
|
+
default as Wallet2Icon
|
|
4294
|
+
} from '../icons/wallet-minimal';
|
|
4291
4295
|
|