@lucide/astro 0.568.0 → 0.570.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 +60 -60
- package/src/aliases/prefixed.ts +594 -588
- package/src/aliases/suffixed.ts +927 -921
- package/src/icons/clipboard-pen.ts +2 -2
- package/src/icons/index.ts +152 -149
- package/src/icons/mirror-rectangular.ts +18 -0
- package/src/icons/mirror-round.ts +18 -0
- package/src/icons/towel-rack.ts +18 -0
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
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// Accessibility aliases
|
|
6
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
3
7
|
// ALargeSmall aliases
|
|
4
8
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
9
|
// Activity aliases
|
|
6
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
|
-
//
|
|
8
|
-
export { default as
|
|
9
|
-
// AArrowUp aliases
|
|
10
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
11
|
+
// AirVent aliases
|
|
12
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
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
|
-
// AirVent aliases
|
|
16
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
@@ -28,64 +28,64 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
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
|
-
// AlignHorizontalDistributeEnd aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
|
+
// AlignHorizontalDistributeEnd aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
-
// AlignHorizontalJustifyEnd aliases
|
|
38
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
+
// AlignHorizontalJustifyEnd aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
41
|
// AlignHorizontalJustifyStart aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignStartVertical aliases
|
|
50
50
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
|
-
// AlignVerticalDistributeCenter aliases
|
|
52
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeCenter aliases
|
|
56
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
+
// AlignVerticalSpaceAround aliases
|
|
62
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
61
63
|
// AlignVerticalJustifyStart aliases
|
|
62
64
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
65
|
// AlignVerticalSpaceBetween aliases
|
|
64
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
-
// AlignVerticalSpaceAround aliases
|
|
66
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
-
// Ampersands aliases
|
|
72
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
//
|
|
76
|
-
export { default as
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
77
75
|
// Angry aliases
|
|
78
76
|
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Annoyed aliases
|
|
80
80
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
// Anvil aliases
|
|
82
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
81
|
// Antenna aliases
|
|
84
82
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
83
|
+
// Anvil aliases
|
|
84
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
85
|
// AppWindowMac aliases
|
|
88
86
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// ArchiveRestore aliases
|
|
@@ -96,10 +96,10 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
98
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
-
// ArrowBigDownDash aliases
|
|
100
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
99
|
// Armchair aliases
|
|
102
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
@@ -112,80 +112,80 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowBigUp aliases
|
|
116
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
115
|
// ArrowDownFromLine aliases
|
|
118
116
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
|
+
// ArrowBigUp aliases
|
|
118
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
|
-
// ArrowDownNarrowWide aliases
|
|
122
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
|
-
// ArrowDownRight aliases
|
|
124
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
121
|
// ArrowDownToDot aliases
|
|
126
122
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
123
|
// ArrowDownToLine aliases
|
|
128
124
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
125
|
+
// ArrowDownRight aliases
|
|
126
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
131
|
// ArrowDown aliases
|
|
134
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
|
-
//
|
|
136
|
-
export { default as
|
|
133
|
+
// ArrowLeftFromLine aliases
|
|
134
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
-
//
|
|
140
|
-
export { default as
|
|
137
|
+
// ArrowLeftRight aliases
|
|
138
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
139
|
// ArrowRightFromLine aliases
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
-
//
|
|
144
|
-
export { default as
|
|
141
|
+
// ArrowLeft aliases
|
|
142
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
143
|
// ArrowRightToLine aliases
|
|
146
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowRightLeft aliases
|
|
146
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
151
|
// ArrowUpFromDot aliases
|
|
154
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpWideNarrow aliases
|
|
160
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
159
|
// ArrowUpToLine aliases
|
|
162
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
|
-
// ArrowsUpFromLine aliases
|
|
166
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
165
|
// Asterisk aliases
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
|
+
// ArrowsUpFromLine aliases
|
|
168
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
169
|
// AtSign aliases
|
|
170
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
// AudioLines aliases
|
|
172
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
|
+
// AudioLines aliases
|
|
174
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
177
|
// Award aliases
|
|
178
178
|
export { default as AwardIcon } from '../icons/award';
|
|
179
|
-
// Baby aliases
|
|
180
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
181
179
|
// Axe aliases
|
|
182
180
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
183
183
|
// Backpack aliases
|
|
184
184
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
|
-
// BadgeAlert aliases
|
|
186
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
187
185
|
// BadgeCent aliases
|
|
188
186
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeAlert aliases
|
|
188
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
191
|
// BadgeEuro aliases
|
|
@@ -198,18 +198,18 @@ export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
201
|
// BadgePercent aliases
|
|
204
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
|
+
// BadgePlus aliases
|
|
204
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
205
|
// BadgePoundSterling aliases
|
|
206
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
207
|
// BadgeRussianRuble aliases
|
|
208
208
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
|
-
// BadgeSwissFranc aliases
|
|
210
|
-
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
209
|
// BadgeTurkishLira aliases
|
|
212
210
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
|
+
// BadgeSwissFranc aliases
|
|
212
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
213
213
|
// BadgeX aliases
|
|
214
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
215
|
// Badge aliases
|
|
@@ -218,56 +218,56 @@ export { default as BadgeIcon } from '../icons/badge';
|
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Balloon aliases
|
|
220
220
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
|
+
// Banana aliases
|
|
222
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
221
223
|
// Ban aliases
|
|
222
224
|
export { default as BanIcon } from '../icons/ban';
|
|
223
225
|
// Bandage aliases
|
|
224
226
|
export { default as BandageIcon } from '../icons/bandage';
|
|
225
|
-
// Banana aliases
|
|
226
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
227
227
|
// BanknoteArrowDown aliases
|
|
228
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
229
|
// BanknoteArrowUp aliases
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
231
|
// Banknote aliases
|
|
232
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
// Barcode aliases
|
|
234
|
-
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
233
|
// BanknoteX aliases
|
|
236
234
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
|
+
// Barcode aliases
|
|
236
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
238
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
241
|
// Bath aliases
|
|
242
242
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
// BatteryCharging aliases
|
|
244
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
243
|
// BatteryMedium aliases
|
|
246
244
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
245
|
+
// BatteryCharging aliases
|
|
246
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
247
|
// BatteryFull aliases
|
|
248
248
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
257
|
-
// Beaker aliases
|
|
258
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
255
|
// Battery aliases
|
|
260
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// Beaker aliases
|
|
258
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
+
// BeanOff aliases
|
|
260
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
// BedDouble aliases
|
|
264
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
263
|
// BedSingle aliases
|
|
266
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
265
|
+
// BedDouble aliases
|
|
266
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// Beef aliases
|
|
270
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
271
|
// BeerOff aliases
|
|
272
272
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// Beer aliases
|
|
@@ -276,62 +276,62 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
277
|
// BellElectric aliases
|
|
278
278
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
-
// BellOff aliases
|
|
280
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
279
|
// BellMinus aliases
|
|
282
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BellOff aliases
|
|
282
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
283
|
// BellRing aliases
|
|
286
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
+
// BellPlus aliases
|
|
286
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
287
|
// Bell aliases
|
|
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
|
-
// Binoculars aliases
|
|
298
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
297
|
// Binary aliases
|
|
300
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
299
|
// Biohazard aliases
|
|
302
300
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
301
|
+
// Binoculars aliases
|
|
302
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
311
|
// Blinds aliases
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
315
|
// BluetoothConnected aliases
|
|
314
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
317
|
// BluetoothOff aliases
|
|
316
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
-
// Bluetooth aliases
|
|
318
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
319
|
-
// Blocks aliases
|
|
320
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
-
//
|
|
324
|
-
export { default as
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
323
|
// Bolt aliases
|
|
326
324
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
+
// Bold aliases
|
|
326
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bomb aliases
|
|
328
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
-
// BookA aliases
|
|
332
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
333
331
|
// BookAlert aliases
|
|
334
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
+
// BookA aliases
|
|
334
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
@@ -342,12 +342,12 @@ export { default as BookCopyIcon } from '../icons/book-copy';
|
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
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
|
|
@@ -356,42 +356,42 @@ export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
357
|
// BookOpenCheck aliases
|
|
358
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
-
// BookOpenText aliases
|
|
360
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookOpen aliases
|
|
362
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
361
|
// BookPlus aliases
|
|
364
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
-
//
|
|
366
|
-
export { default as
|
|
363
|
+
// BookOpenText aliases
|
|
364
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
367
365
|
// BookSearch aliases
|
|
368
366
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
367
|
+
// BookText aliases
|
|
368
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
369
|
// BookType aliases
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
-
// BookUp2 aliases
|
|
372
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
371
|
// BookUp aliases
|
|
374
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
|
+
// BookUp2 aliases
|
|
374
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
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
379
|
// Book aliases
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
-
// BookmarkMinus aliases
|
|
382
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkCheck aliases
|
|
384
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
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
389
|
// Bookmark aliases
|
|
390
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
-
// BoomBox aliases
|
|
392
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
391
|
// BotMessageSquare aliases
|
|
394
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// BoomBox aliases
|
|
394
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
@@ -404,10 +404,10 @@ export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
|
404
404
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
405
|
// Box aliases
|
|
406
406
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
-
// Brackets aliases
|
|
408
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
407
|
// BrainCircuit aliases
|
|
410
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
411
|
// BrainCog aliases
|
|
412
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
413
|
// Brain aliases
|
|
@@ -422,28 +422,28 @@ export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
|
422
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
|
-
// Briefcase aliases
|
|
426
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
425
|
// BriefcaseMedical aliases
|
|
428
426
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
|
-
//
|
|
430
|
-
export { default as
|
|
427
|
+
// Briefcase aliases
|
|
428
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
429
|
// BringToFront aliases
|
|
432
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
+
// BrushCleaning aliases
|
|
432
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
+
// Brush aliases
|
|
434
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
433
435
|
// Bubbles aliases
|
|
434
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
|
+
// BugPlay aliases
|
|
438
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
435
439
|
// BugOff aliases
|
|
436
440
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
-
// Brush aliases
|
|
438
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
439
441
|
// Bug aliases
|
|
440
442
|
export { default as BugIcon } from '../icons/bug';
|
|
441
|
-
// BugPlay aliases
|
|
442
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
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';
|
|
445
|
+
// Building2 aliases
|
|
446
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
447
447
|
// BusFront aliases
|
|
448
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
@@ -454,18 +454,18 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
454
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
455
|
// CakeSlice aliases
|
|
456
456
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
|
-
// Cake aliases
|
|
458
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
459
457
|
// Calculator aliases
|
|
460
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
459
|
+
// Cake aliases
|
|
460
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
463
|
// CalendarArrowDown aliases
|
|
464
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
|
-
// CalendarCheck2 aliases
|
|
466
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
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
|
// CalendarClock aliases
|
|
@@ -488,14 +488,14 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
488
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
489
|
// CalendarOff aliases
|
|
490
490
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
491
|
-
// CalendarSearch aliases
|
|
492
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
491
|
// CalendarRange aliases
|
|
494
492
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
495
|
// CalendarX2 aliases
|
|
498
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
|
+
// CalendarSync aliases
|
|
498
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
@@ -510,18 +510,18 @@ export { default as CameraIcon } from '../icons/camera';
|
|
|
510
510
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
511
511
|
// CandyCane aliases
|
|
512
512
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
|
-
// CannabisOff aliases
|
|
514
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
515
513
|
// Candy aliases
|
|
516
514
|
export { default as CandyIcon } from '../icons/candy';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
515
|
+
// CannabisOff aliases
|
|
516
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
519
517
|
// Cannabis aliases
|
|
520
518
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
521
519
|
// CaptionsOff aliases
|
|
522
520
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
521
|
// CarTaxiFront aliases
|
|
524
522
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
523
|
+
// CarFront aliases
|
|
524
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
525
|
// Car aliases
|
|
526
526
|
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// Caravan aliases
|
|
@@ -532,26 +532,26 @@ export { default as CardSimIcon } from '../icons/card-sim';
|
|
|
532
532
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
533
533
|
// CaseLower aliases
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
|
-
// CaseUpper aliases
|
|
536
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
537
|
-
// CassetteTape aliases
|
|
538
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
535
|
// CaseSensitive aliases
|
|
540
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
+
// CassetteTape aliases
|
|
538
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
|
+
// CaseUpper aliases
|
|
540
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
541
|
// Cast aliases
|
|
542
542
|
export { default as CastIcon } from '../icons/cast';
|
|
543
|
-
// Cat aliases
|
|
544
|
-
export { default as CatIcon } from '../icons/cat';
|
|
545
543
|
// Castle aliases
|
|
546
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
|
+
// Cat aliases
|
|
546
|
+
export { default as CatIcon } from '../icons/cat';
|
|
547
547
|
// Cctv aliases
|
|
548
548
|
export { default as CctvIcon } from '../icons/cctv';
|
|
549
549
|
// ChartBarDecreasing aliases
|
|
550
550
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
551
|
-
// ChartBarIncreasing aliases
|
|
552
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
553
551
|
// ChartBarStacked aliases
|
|
554
552
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
553
|
+
// ChartBarIncreasing aliases
|
|
554
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
555
555
|
// ChartColumnDecreasing aliases
|
|
556
556
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
557
557
|
// ChartColumnStacked aliases
|
|
@@ -564,44 +564,44 @@ export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
|
564
564
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
565
|
// ChartNoAxesCombined aliases
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
-
// CheckCheck aliases
|
|
568
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
567
|
// ChartSpline aliases
|
|
570
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
571
569
|
// CheckLine aliases
|
|
572
570
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
|
+
// CheckCheck aliases
|
|
572
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
573
573
|
// Check aliases
|
|
574
574
|
export { default as CheckIcon } from '../icons/check';
|
|
575
575
|
// ChefHat aliases
|
|
576
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
577
|
-
// ChessBishop aliases
|
|
578
|
-
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
577
|
// Cherry aliases
|
|
580
578
|
export { default as CherryIcon } from '../icons/cherry';
|
|
581
579
|
// ChessKing aliases
|
|
582
580
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
581
|
+
// ChessBishop aliases
|
|
582
|
+
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
583
583
|
// ChessKnight aliases
|
|
584
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
585
|
// ChessPawn aliases
|
|
586
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
587
587
|
// ChessQueen aliases
|
|
588
588
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
589
|
-
// ChessRook aliases
|
|
590
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
591
589
|
// ChevronDown aliases
|
|
592
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
591
|
+
// ChessRook aliases
|
|
592
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
593
|
// ChevronFirst aliases
|
|
596
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
597
|
// ChevronLeft aliases
|
|
598
598
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
|
+
// ChevronUp aliases
|
|
600
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
599
601
|
// ChevronRight aliases
|
|
600
602
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
601
603
|
// ChevronsDownUp aliases
|
|
602
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
603
|
-
// ChevronUp aliases
|
|
604
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
605
605
|
// ChevronsDown aliases
|
|
606
606
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
607
|
// ChevronsLeftRightEllipsis aliases
|
|
@@ -612,24 +612,24 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
612
612
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
613
|
// ChevronsRightLeft aliases
|
|
614
614
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
|
-
// ChevronsUpDown aliases
|
|
616
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
615
|
// ChevronsRight aliases
|
|
618
616
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
619
617
|
// ChevronsUp aliases
|
|
620
618
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
|
-
//
|
|
622
|
-
export { default as
|
|
619
|
+
// ChevronsUpDown aliases
|
|
620
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
623
621
|
// Church aliases
|
|
624
622
|
export { default as ChurchIcon } from '../icons/church';
|
|
623
|
+
// CigaretteOff aliases
|
|
624
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
625
|
// Cigarette aliases
|
|
626
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
|
-
// CircleDotDashed aliases
|
|
628
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
629
627
|
// CircleDashed aliases
|
|
630
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
629
|
// CircleDollarSign aliases
|
|
632
630
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
631
|
+
// CircleDotDashed aliases
|
|
632
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
633
633
|
// CircleDot aliases
|
|
634
634
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
635
635
|
// CircleEllipsis aliases
|
|
@@ -640,16 +640,16 @@ export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
|
640
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
+
// CircleSlash aliases
|
|
644
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
643
645
|
// CircleOff aliases
|
|
644
646
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
|
-
// CirclePoundSterling aliases
|
|
646
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
647
647
|
// CirclePile aliases
|
|
648
648
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
649
|
-
// CircleSlash aliases
|
|
650
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
+
// CirclePoundSterling aliases
|
|
652
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
@@ -676,40 +676,40 @@ export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
|
676
676
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
677
677
|
// ClipboardType aliases
|
|
678
678
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
679
|
-
// Clipboard aliases
|
|
680
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
681
679
|
// ClipboardX aliases
|
|
682
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
|
+
// Clipboard aliases
|
|
682
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
683
|
// Clock1 aliases
|
|
684
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
685
|
+
// Clock10 aliases
|
|
686
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
687
|
// Clock11 aliases
|
|
686
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
687
689
|
// Clock12 aliases
|
|
688
690
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
691
|
// Clock2 aliases
|
|
690
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
691
|
-
// Clock10 aliases
|
|
692
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
693
|
-
// Clock4 aliases
|
|
694
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
693
|
// Clock3 aliases
|
|
696
694
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
695
|
+
// Clock4 aliases
|
|
696
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
697
697
|
// Clock6 aliases
|
|
698
698
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
699
699
|
// Clock5 aliases
|
|
700
700
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
701
|
-
// Clock7 aliases
|
|
702
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
701
|
// Clock8 aliases
|
|
704
702
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
|
-
//
|
|
706
|
-
export { default as
|
|
703
|
+
// Clock7 aliases
|
|
704
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
707
705
|
// Clock9 aliases
|
|
708
706
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
|
-
//
|
|
710
|
-
export { default as
|
|
707
|
+
// ClockAlert aliases
|
|
708
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
711
709
|
// ClockArrowDown aliases
|
|
712
710
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
711
|
+
// ClockArrowUp aliases
|
|
712
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
713
|
// ClockCheck aliases
|
|
714
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
715
|
// ClockFading aliases
|
|
@@ -722,130 +722,130 @@ export { default as ClockIcon } from '../icons/clock';
|
|
|
722
722
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
723
723
|
// CloudAlert aliases
|
|
724
724
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
725
|
-
// CloudBackup aliases
|
|
726
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
727
725
|
// CloudCheck aliases
|
|
728
726
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
727
|
+
// CloudBackup aliases
|
|
728
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
729
|
+
// CloudCog aliases
|
|
730
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
729
731
|
// CloudDrizzle aliases
|
|
730
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
731
733
|
// CloudFog aliases
|
|
732
734
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
733
|
-
// CloudCog aliases
|
|
734
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
735
735
|
// CloudHail aliases
|
|
736
736
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
-
// CloudMoonRain aliases
|
|
738
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
739
737
|
// CloudLightning aliases
|
|
740
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
739
|
+
// CloudMoonRain aliases
|
|
740
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
741
|
// CloudMoon aliases
|
|
742
742
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
|
-
// CloudRainWind aliases
|
|
744
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
745
743
|
// CloudOff aliases
|
|
746
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
|
+
// CloudRainWind aliases
|
|
746
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
747
|
// CloudRain aliases
|
|
748
748
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
|
+
// CloudSunRain aliases
|
|
750
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
749
751
|
// CloudSnow aliases
|
|
750
752
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
751
753
|
// CloudSun aliases
|
|
752
754
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
753
|
-
// CloudSunRain aliases
|
|
754
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
755
|
-
// Cloud aliases
|
|
756
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
757
755
|
// CloudSync aliases
|
|
758
756
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
757
|
+
// Cloud aliases
|
|
758
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
759
759
|
// Cloudy aliases
|
|
760
760
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
761
761
|
// Clover aliases
|
|
762
762
|
export { default as CloverIcon } from '../icons/clover';
|
|
763
|
+
// Codepen aliases
|
|
764
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
763
765
|
// Club aliases
|
|
764
766
|
export { default as ClubIcon } from '../icons/club';
|
|
765
767
|
// Code aliases
|
|
766
768
|
export { default as CodeIcon } from '../icons/code';
|
|
767
|
-
// Codepen aliases
|
|
768
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
|
-
// Coffee aliases
|
|
770
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
769
|
// Codesandbox aliases
|
|
772
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
773
|
-
//
|
|
774
|
-
export { default as
|
|
771
|
+
// Coffee aliases
|
|
772
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
775
773
|
// Coins aliases
|
|
776
774
|
export { default as CoinsIcon } from '../icons/coins';
|
|
775
|
+
// Cog aliases
|
|
776
|
+
export { default as CogIcon } from '../icons/cog';
|
|
777
|
+
// Combine aliases
|
|
778
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
777
779
|
// Columns4 aliases
|
|
778
780
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
779
781
|
// Command aliases
|
|
780
782
|
export { default as CommandIcon } from '../icons/command';
|
|
781
|
-
// Compass aliases
|
|
782
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
783
783
|
// Component aliases
|
|
784
784
|
export { default as ComponentIcon } from '../icons/component';
|
|
785
|
-
//
|
|
786
|
-
export { default as
|
|
787
|
-
// ConciergeBell aliases
|
|
788
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
785
|
+
// Compass aliases
|
|
786
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
789
787
|
// Computer aliases
|
|
790
788
|
export { default as ComputerIcon } from '../icons/computer';
|
|
791
|
-
//
|
|
792
|
-
export { default as
|
|
789
|
+
// ConciergeBell aliases
|
|
790
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
793
791
|
// Construction aliases
|
|
794
792
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
//
|
|
796
|
-
export { default as
|
|
793
|
+
// Cone aliases
|
|
794
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
797
795
|
// Contact aliases
|
|
798
796
|
export { default as ContactIcon } from '../icons/contact';
|
|
797
|
+
// Container aliases
|
|
798
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
799
799
|
// Contrast aliases
|
|
800
800
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
801
|
+
// Cookie aliases
|
|
802
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
801
803
|
// CookingPot aliases
|
|
802
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
805
|
// CopyCheck aliases
|
|
804
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
-
// Cookie aliases
|
|
806
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
|
-
// CopyPlus aliases
|
|
810
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
|
-
// CopyX aliases
|
|
812
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
809
|
// CopySlash aliases
|
|
814
810
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
811
|
+
// CopyX aliases
|
|
812
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
813
|
+
// CopyPlus aliases
|
|
814
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
|
-
// Copyleft aliases
|
|
818
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
817
|
// Copyright aliases
|
|
820
818
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
819
|
+
// Copyleft aliases
|
|
820
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
821
821
|
// CornerDownLeft aliases
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
825
|
// CornerLeftDown aliases
|
|
826
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
|
-
// CornerRightDown aliases
|
|
828
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
827
|
// CornerLeftUp aliases
|
|
830
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
|
+
// CornerRightDown aliases
|
|
830
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
831
|
// CornerRightUp aliases
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
-
// CornerUpRight aliases
|
|
834
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
833
|
// CornerUpLeft aliases
|
|
836
834
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
835
|
+
// CornerUpRight aliases
|
|
836
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
839
837
|
// Cpu aliases
|
|
840
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
+
// CreditCard aliases
|
|
840
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
841
841
|
// CreativeCommons aliases
|
|
842
842
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
843
843
|
// Croissant aliases
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
|
-
// Cross aliases
|
|
846
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
847
845
|
// Crop aliases
|
|
848
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
+
// Cross aliases
|
|
848
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
851
|
// Crown aliases
|
|
@@ -860,10 +860,10 @@ export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
|
860
860
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
861
|
// Dam aliases
|
|
862
862
|
export { default as DamIcon } from '../icons/dam';
|
|
863
|
-
// DatabaseBackup aliases
|
|
864
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
863
|
// DatabaseSearch aliases
|
|
866
864
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
865
|
+
// DatabaseBackup aliases
|
|
866
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
867
867
|
// DatabaseZap aliases
|
|
868
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
869
|
// Database aliases
|
|
@@ -880,136 +880,136 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
-
// Diamond aliases
|
|
884
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
885
883
|
// DiamondPlus aliases
|
|
886
884
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
|
+
// Diamond aliases
|
|
886
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
887
887
|
// Dice1 aliases
|
|
888
888
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
889
|
-
// Dice3 aliases
|
|
890
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
891
889
|
// Dice2 aliases
|
|
892
890
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
893
|
-
//
|
|
894
|
-
export { default as
|
|
891
|
+
// Dice3 aliases
|
|
892
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
895
893
|
// Dice4 aliases
|
|
896
894
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
895
|
+
// Dice5 aliases
|
|
896
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
897
|
// Dice6 aliases
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
901
|
// Diff aliases
|
|
902
902
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
|
-
// Disc2 aliases
|
|
904
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
903
|
// Disc3 aliases
|
|
906
904
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Disc2 aliases
|
|
906
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
|
-
// DnaOff aliases
|
|
914
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
913
|
// Dna aliases
|
|
916
914
|
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
+
// DnaOff aliases
|
|
916
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
|
-
// Donut aliases
|
|
920
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
921
|
-
// DoorClosed aliases
|
|
922
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
923
919
|
// Dog aliases
|
|
924
920
|
export { default as DogIcon } from '../icons/dog';
|
|
925
921
|
// DollarSign aliases
|
|
926
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
|
+
// Donut aliases
|
|
924
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
927
925
|
// DoorClosedLocked aliases
|
|
928
926
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
927
|
+
// DoorClosed aliases
|
|
928
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
929
929
|
// DoorOpen aliases
|
|
930
930
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
931
|
-
// Dot aliases
|
|
932
|
-
export { default as DotIcon } from '../icons/dot';
|
|
933
931
|
// Download aliases
|
|
934
932
|
export { default as DownloadIcon } from '../icons/download';
|
|
933
|
+
// Dot aliases
|
|
934
|
+
export { default as DotIcon } from '../icons/dot';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
937
|
// Dribbble aliases
|
|
940
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
941
941
|
// Drill aliases
|
|
942
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
-
// DropletOff aliases
|
|
944
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
943
|
// Drone aliases
|
|
946
944
|
export { default as DroneIcon } from '../icons/drone';
|
|
945
|
+
// DropletOff aliases
|
|
946
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
947
947
|
// Droplet aliases
|
|
948
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
|
-
// Droplets aliases
|
|
950
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
949
|
// Drum aliases
|
|
952
950
|
export { default as DrumIcon } from '../icons/drum';
|
|
951
|
+
// Droplets aliases
|
|
952
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
953
953
|
// Drumstick aliases
|
|
954
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
-
// Dumbbell aliases
|
|
956
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
957
955
|
// Ear aliases
|
|
958
956
|
export { default as EarIcon } from '../icons/ear';
|
|
959
|
-
//
|
|
960
|
-
export { default as
|
|
957
|
+
// Dumbbell aliases
|
|
958
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
961
959
|
// EarOff aliases
|
|
962
960
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
961
|
+
// EarthLock aliases
|
|
962
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
+
// Eclipse aliases
|
|
964
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
965
|
// EggFried aliases
|
|
964
966
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
967
|
// EggOff aliases
|
|
966
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
967
|
-
// Eclipse aliases
|
|
968
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
969
969
|
// Egg aliases
|
|
970
970
|
export { default as EggIcon } from '../icons/egg';
|
|
971
971
|
// EqualApproximately aliases
|
|
972
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
|
-
// Equal aliases
|
|
974
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
975
973
|
// EqualNot aliases
|
|
976
974
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
975
|
+
// Equal aliases
|
|
976
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
-
// EthernetPort aliases
|
|
980
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
|
-
// EvCharger aliases
|
|
982
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
979
|
// Euro aliases
|
|
984
980
|
export { default as EuroIcon } from '../icons/euro';
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
985
983
|
// Expand aliases
|
|
986
984
|
export { default as ExpandIcon } from '../icons/expand';
|
|
985
|
+
// EvCharger aliases
|
|
986
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
987
987
|
// ExternalLink aliases
|
|
988
988
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
989
|
-
// EyeClosed aliases
|
|
990
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
989
|
// EyeOff aliases
|
|
992
990
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
991
|
+
// EyeClosed aliases
|
|
992
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
993
|
// Eye aliases
|
|
994
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
995
|
// Facebook aliases
|
|
996
996
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
|
-
// Factory aliases
|
|
998
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
999
997
|
// Fan aliases
|
|
1000
998
|
export { default as FanIcon } from '../icons/fan';
|
|
1001
999
|
// FastForward aliases
|
|
1002
1000
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1001
|
+
// Factory aliases
|
|
1002
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1003
1003
|
// Feather aliases
|
|
1004
1004
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1005
1005
|
// Fence aliases
|
|
1006
1006
|
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
+
// Figma aliases
|
|
1008
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
1007
1009
|
// FerrisWheel aliases
|
|
1008
1010
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1011
|
// FileArchive aliases
|
|
1010
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1011
|
-
// Figma aliases
|
|
1012
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
1013
1013
|
// FileBox aliases
|
|
1014
1014
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
1015
|
// FileCheck aliases
|
|
@@ -1022,82 +1022,82 @@ export { default as FileCodeIcon } from '../icons/file-code';
|
|
|
1022
1022
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1023
1023
|
// FileDigit aliases
|
|
1024
1024
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1025
|
-
// FileHeart aliases
|
|
1026
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1027
1025
|
// FileDown aliases
|
|
1028
1026
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1029
1027
|
// FileImage aliases
|
|
1030
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
|
-
//
|
|
1032
|
-
export { default as
|
|
1029
|
+
// FileHeart aliases
|
|
1030
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1033
1031
|
// FileMinus aliases
|
|
1034
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
|
+
// FileInput aliases
|
|
1034
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1035
1035
|
// FileMusic aliases
|
|
1036
1036
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1037
1037
|
// FileOutput aliases
|
|
1038
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
1039
|
// FilePlus aliases
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
|
-
// FileScan aliases
|
|
1042
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
1041
|
// FileSearch aliases
|
|
1044
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
-
//
|
|
1046
|
-
export { default as
|
|
1043
|
+
// FileScan aliases
|
|
1044
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1047
1045
|
// FileSpreadsheet aliases
|
|
1048
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
|
+
// FileSliders aliases
|
|
1048
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1049
|
// FileStack aliases
|
|
1050
1050
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
|
-
// FileTerminal aliases
|
|
1054
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1053
|
// FileText aliases
|
|
1056
1054
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1055
|
// FileType aliases
|
|
1058
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
|
-
//
|
|
1060
|
-
export { default as
|
|
1057
|
+
// FileTerminal aliases
|
|
1058
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1061
1059
|
// FileUp aliases
|
|
1062
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
1061
|
// FileVolume aliases
|
|
1064
1062
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1063
|
+
// FileUser aliases
|
|
1064
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
1065
|
// FileX aliases
|
|
1066
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
1067
|
// File aliases
|
|
1068
1068
|
export { default as FileIcon } from '../icons/file';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
|
-
// FireExtinguisher aliases
|
|
1072
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
|
-
// FishOff aliases
|
|
1074
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1071
|
// Film aliases
|
|
1076
1072
|
export { default as FilmIcon } from '../icons/film';
|
|
1073
|
+
// FireExtinguisher aliases
|
|
1074
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1077
1075
|
// FishSymbol aliases
|
|
1078
1076
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
|
+
// FishOff aliases
|
|
1078
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishingHook aliases
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
1083
|
// FlagOff aliases
|
|
1084
1084
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
|
-
// FlagTriangleLeft aliases
|
|
1086
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1085
|
// FlagTriangleRight aliases
|
|
1088
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1087
|
+
// FlagTriangleLeft aliases
|
|
1088
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1091
1089
|
// FlameKindling aliases
|
|
1092
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flag aliases
|
|
1092
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
1095
|
// FlashlightOff aliases
|
|
1096
1096
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
|
-
// FlaskConicalOff aliases
|
|
1098
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1097
|
// Flashlight aliases
|
|
1100
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1099
|
+
// FlaskConicalOff aliases
|
|
1100
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1101
1101
|
// FlaskConical aliases
|
|
1102
1102
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1103
1103
|
// FlaskRound aliases
|
|
@@ -1116,18 +1116,18 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1116
1116
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1117
1117
|
// Focus aliases
|
|
1118
1118
|
export { default as FocusIcon } from '../icons/focus';
|
|
1119
|
-
// FoldHorizontal aliases
|
|
1120
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1121
1119
|
// FoldVertical aliases
|
|
1122
1120
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
|
+
// FoldHorizontal aliases
|
|
1122
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1123
1123
|
// FolderArchive aliases
|
|
1124
1124
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1125
1125
|
// FolderCheck aliases
|
|
1126
1126
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
|
-
// FolderClock aliases
|
|
1128
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1129
1127
|
// FolderClosed aliases
|
|
1130
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
|
+
// FolderClock aliases
|
|
1130
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
1131
|
// FolderCode aliases
|
|
1132
1132
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1133
1133
|
// FolderDot aliases
|
|
@@ -1152,22 +1152,22 @@ export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
|
1152
1152
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1153
1153
|
// FolderOpenDot aliases
|
|
1154
1154
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
|
-
// FolderOutput aliases
|
|
1156
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
1155
|
// FolderOpen aliases
|
|
1158
1156
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1157
|
+
// FolderOutput aliases
|
|
1158
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1159
1159
|
// FolderPlus aliases
|
|
1160
1160
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1161
1161
|
// FolderRoot aliases
|
|
1162
1162
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1163
1163
|
// FolderSearch2 aliases
|
|
1164
1164
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1165
|
+
// FolderSync aliases
|
|
1166
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
1167
|
// FolderSearch aliases
|
|
1166
1168
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1167
1169
|
// FolderSymlink aliases
|
|
1168
1170
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1169
|
-
// FolderSync aliases
|
|
1170
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1171
1171
|
// FolderTree aliases
|
|
1172
1172
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1173
1173
|
// FolderUp aliases
|
|
@@ -1176,10 +1176,10 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1176
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1177
1177
|
// Folder aliases
|
|
1178
1178
|
export { default as FolderIcon } from '../icons/folder';
|
|
1179
|
-
// Footprints aliases
|
|
1180
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1181
1179
|
// Folders aliases
|
|
1182
1180
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1181
|
+
// Footprints aliases
|
|
1182
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1183
1183
|
// Forklift aliases
|
|
1184
1184
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
1185
|
// Form aliases
|
|
@@ -1194,10 +1194,10 @@ export { default as FramerIcon } from '../icons/framer';
|
|
|
1194
1194
|
export { default as FrownIcon } from '../icons/frown';
|
|
1195
1195
|
// Fuel aliases
|
|
1196
1196
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
|
-
// FunnelPlus aliases
|
|
1198
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1199
1197
|
// Fullscreen aliases
|
|
1200
1198
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1201
1201
|
// GalleryHorizontalEnd aliases
|
|
1202
1202
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1203
1203
|
// GalleryHorizontal aliases
|
|
@@ -1206,18 +1206,18 @@ export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
|
1206
1206
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1207
1207
|
// GalleryVerticalEnd aliases
|
|
1208
1208
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1209
|
-
// GamepadDirectional aliases
|
|
1210
|
-
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1211
1209
|
// GalleryVertical aliases
|
|
1212
1210
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1213
1211
|
// Gamepad2 aliases
|
|
1214
1212
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1213
|
+
// GamepadDirectional aliases
|
|
1214
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1215
1215
|
// Gamepad aliases
|
|
1216
1216
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1217
|
-
// Gavel aliases
|
|
1218
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1219
1217
|
// Gauge aliases
|
|
1220
1218
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
|
+
// Gavel aliases
|
|
1220
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1221
1221
|
// Gem aliases
|
|
1222
1222
|
export { default as GemIcon } from '../icons/gem';
|
|
1223
1223
|
// GeorgianLari aliases
|
|
@@ -1230,12 +1230,12 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1230
1230
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
|
-
// GitCommitVertical aliases
|
|
1234
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
1233
|
// GitBranch aliases
|
|
1236
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
+
// GitCommitVertical aliases
|
|
1238
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
1239
|
// GitCompare aliases
|
|
1240
1240
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1241
|
// GitFork aliases
|
|
@@ -1250,26 +1250,26 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1250
1250
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1251
1251
|
// GitPullRequestClosed aliases
|
|
1252
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
-
// GitPullRequestCreate aliases
|
|
1254
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1253
|
// GitPullRequestCreateArrow aliases
|
|
1256
1254
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1255
|
+
// GitPullRequestCreate aliases
|
|
1256
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1257
|
// GitPullRequestDraft aliases
|
|
1258
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1259
1259
|
// GitPullRequest aliases
|
|
1260
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
1261
|
// Github aliases
|
|
1262
1262
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
|
+
// GlassWater aliases
|
|
1264
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1265
|
// Gitlab aliases
|
|
1264
1266
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1267
|
// Glasses aliases
|
|
1266
1268
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
|
-
// GlassWater aliases
|
|
1268
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
|
-
// GlobeOff aliases
|
|
1270
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1271
1269
|
// GlobeLock aliases
|
|
1272
1270
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1271
|
+
// GlobeOff aliases
|
|
1272
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1273
1273
|
// GlobeX aliases
|
|
1274
1274
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1275
1275
|
// Globe aliases
|
|
@@ -1278,12 +1278,12 @@ export { default as GlobeIcon } from '../icons/globe';
|
|
|
1278
1278
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1279
|
// Gpu aliases
|
|
1280
1280
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
|
-
// Grape aliases
|
|
1282
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
1281
|
// GraduationCap aliases
|
|
1284
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1285
1283
|
// Grid3x2 aliases
|
|
1286
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
+
// Grape aliases
|
|
1286
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
1287
|
// GripHorizontal aliases
|
|
1288
1288
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1289
|
// GripVertical aliases
|
|
@@ -1322,24 +1322,24 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1322
1322
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1323
1323
|
// HardDrive aliases
|
|
1324
1324
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
|
-
// Hash aliases
|
|
1326
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1327
1325
|
// HardHat aliases
|
|
1328
1326
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1327
|
+
// Hash aliases
|
|
1328
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1331
1329
|
// Haze aliases
|
|
1332
1330
|
export { default as HazeIcon } from '../icons/haze';
|
|
1333
1331
|
// Hd aliases
|
|
1334
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1333
|
+
// HatGlasses aliases
|
|
1334
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1335
1335
|
// HdmiPort aliases
|
|
1336
1336
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1337
|
// Heading1 aliases
|
|
1338
1338
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1339
|
-
// Heading2 aliases
|
|
1340
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1341
1339
|
// Heading3 aliases
|
|
1342
1340
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1341
|
+
// Heading2 aliases
|
|
1342
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1343
1343
|
// Heading4 aliases
|
|
1344
1344
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1345
1345
|
// Heading5 aliases
|
|
@@ -1352,16 +1352,16 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1352
1352
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1353
1353
|
// Headphones aliases
|
|
1354
1354
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
|
-
// HeartCrack aliases
|
|
1356
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
1355
|
// Headset aliases
|
|
1358
1356
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1357
|
+
// HeartCrack aliases
|
|
1358
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1359
1359
|
// HeartHandshake aliases
|
|
1360
1360
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1361
|
-
// HeartMinus aliases
|
|
1362
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1361
|
// HeartOff aliases
|
|
1364
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
|
+
// HeartMinus aliases
|
|
1364
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1365
1365
|
// HeartPlus aliases
|
|
1366
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1367
1367
|
// HeartPulse aliases
|
|
@@ -1370,18 +1370,18 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1370
1370
|
export { default as HeartIcon } from '../icons/heart';
|
|
1371
1371
|
// Heater aliases
|
|
1372
1372
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1373
|
-
// Helicopter aliases
|
|
1374
|
-
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1375
1373
|
// Hexagon aliases
|
|
1376
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1377
|
-
//
|
|
1378
|
-
export { default as
|
|
1375
|
+
// Helicopter aliases
|
|
1376
|
+
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1379
1377
|
// Highlighter aliases
|
|
1380
1378
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1381
1379
|
// HopOff aliases
|
|
1382
1380
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1383
1381
|
// Hop aliases
|
|
1384
1382
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
+
// History aliases
|
|
1384
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1385
1385
|
// Hospital aliases
|
|
1386
1386
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1387
1387
|
// Hotel aliases
|
|
@@ -1394,42 +1394,42 @@ export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
|
1394
1394
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1395
1395
|
// HousePlus aliases
|
|
1396
1396
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1397
|
+
// IdCardLanyard aliases
|
|
1398
|
+
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1397
1399
|
// HouseWifi aliases
|
|
1398
1400
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1399
1401
|
// IdCard aliases
|
|
1400
1402
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1401
|
-
// IdCardLanyard aliases
|
|
1402
|
-
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1403
1403
|
// ImageMinus aliases
|
|
1404
1404
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1405
|
// ImageDown aliases
|
|
1406
1406
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1407
|
-
// ImageOff aliases
|
|
1408
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1409
|
-
// ImagePlus aliases
|
|
1410
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
1407
|
// ImagePlay aliases
|
|
1412
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1409
|
+
// ImageOff aliases
|
|
1410
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1415
1411
|
// ImageUp aliases
|
|
1416
1412
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1413
|
+
// ImageUpscale aliases
|
|
1414
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
|
+
// ImagePlus aliases
|
|
1416
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1417
1417
|
// Image aliases
|
|
1418
1418
|
export { default as ImageIcon } from '../icons/image';
|
|
1419
1419
|
// Images aliases
|
|
1420
1420
|
export { default as ImagesIcon } from '../icons/images';
|
|
1421
|
-
// Import aliases
|
|
1422
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1423
1421
|
// Inbox aliases
|
|
1424
1422
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
|
+
// Import aliases
|
|
1424
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1425
1425
|
// IndianRupee aliases
|
|
1426
1426
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1427
|
+
// Infinity aliases
|
|
1428
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1427
1429
|
// Info aliases
|
|
1428
1430
|
export { default as InfoIcon } from '../icons/info';
|
|
1429
1431
|
// InspectionPanel aliases
|
|
1430
1432
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1431
|
-
// Infinity aliases
|
|
1432
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1433
1433
|
// Instagram aliases
|
|
1434
1434
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1435
1435
|
// Italic aliases
|
|
@@ -1442,38 +1442,38 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1442
1442
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1443
1443
|
// Joystick aliases
|
|
1444
1444
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1445
|
-
// Kanban aliases
|
|
1446
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1447
1445
|
// Kayak aliases
|
|
1448
1446
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1449
|
-
//
|
|
1450
|
-
export { default as
|
|
1447
|
+
// Kanban aliases
|
|
1448
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1451
1449
|
// KeySquare aliases
|
|
1452
1450
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1453
1451
|
// Key aliases
|
|
1454
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
+
// KeyRound aliases
|
|
1454
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1455
1455
|
// KeyboardMusic aliases
|
|
1456
1456
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1457
|
-
// KeyboardOff aliases
|
|
1458
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1457
|
// Keyboard aliases
|
|
1460
1458
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1459
|
+
// KeyboardOff aliases
|
|
1460
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1461
1461
|
// LampCeiling aliases
|
|
1462
1462
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1463
1463
|
// LampFloor aliases
|
|
1464
1464
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1465
|
-
// LampDesk aliases
|
|
1466
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1467
1465
|
// LampWallDown aliases
|
|
1468
1466
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
|
+
// LampDesk aliases
|
|
1468
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1469
1469
|
// LampWallUp aliases
|
|
1470
1470
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1471
|
-
// LandPlot aliases
|
|
1472
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1471
|
// Lamp aliases
|
|
1474
1472
|
export { default as LampIcon } from '../icons/lamp';
|
|
1475
1473
|
// Languages aliases
|
|
1476
1474
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
|
+
// LandPlot aliases
|
|
1476
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1477
1477
|
// Landmark aliases
|
|
1478
1478
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1479
1479
|
// LaptopMinimalCheck aliases
|
|
@@ -1494,10 +1494,10 @@ export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
|
1494
1494
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1495
1495
|
// LayoutGrid aliases
|
|
1496
1496
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1497
|
-
// LayoutList aliases
|
|
1498
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1499
1497
|
// LayoutPanelLeft aliases
|
|
1500
1498
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
|
+
// LayoutList aliases
|
|
1500
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1501
1501
|
// LayoutPanelTop aliases
|
|
1502
1502
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1503
1503
|
// LayoutTemplate aliases
|
|
@@ -1508,38 +1508,38 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1508
1508
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1509
1509
|
// LeafyGreen aliases
|
|
1510
1510
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1511
|
-
// Library aliases
|
|
1512
|
-
export { default as LibraryIcon } from '../icons/library';
|
|
1513
|
-
// LensConvex aliases
|
|
1514
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1515
1511
|
// LensConcave aliases
|
|
1516
1512
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1513
|
+
// LensConvex aliases
|
|
1514
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1517
1515
|
// LibraryBig aliases
|
|
1518
1516
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1517
|
+
// Library aliases
|
|
1518
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1519
1519
|
// LifeBuoy aliases
|
|
1520
1520
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1521
1521
|
// Ligature aliases
|
|
1522
1522
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1523
|
-
// Lightbulb aliases
|
|
1524
|
-
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1525
1523
|
// LightbulbOff aliases
|
|
1526
1524
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1525
|
+
// Lightbulb aliases
|
|
1526
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1527
1527
|
// LineDotRightHorizontal aliases
|
|
1528
1528
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1529
|
-
// Link2Off aliases
|
|
1530
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1531
1529
|
// LineSquiggle aliases
|
|
1532
1530
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1531
|
+
// Link2Off aliases
|
|
1532
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1533
1533
|
// Link2 aliases
|
|
1534
1534
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1535
|
-
// Linkedin aliases
|
|
1536
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1537
1535
|
// Link aliases
|
|
1538
1536
|
export { default as LinkIcon } from '../icons/link';
|
|
1539
|
-
//
|
|
1540
|
-
export { default as
|
|
1537
|
+
// Linkedin aliases
|
|
1538
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1541
1539
|
// ListChecks aliases
|
|
1542
1540
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1541
|
+
// ListCheck aliases
|
|
1542
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1543
1543
|
// ListChevronsDownUp aliases
|
|
1544
1544
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1545
1545
|
// ListChevronsUpDown aliases
|
|
@@ -1548,68 +1548,68 @@ export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-dow
|
|
|
1548
1548
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1549
1549
|
// ListEnd aliases
|
|
1550
1550
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1551
|
-
// ListFilterPlus aliases
|
|
1552
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1553
1551
|
// ListFilter aliases
|
|
1554
1552
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1553
|
+
// ListFilterPlus aliases
|
|
1554
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1555
1555
|
// ListMinus aliases
|
|
1556
1556
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1557
|
-
// ListMusic aliases
|
|
1558
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1559
1557
|
// ListOrdered aliases
|
|
1560
1558
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1561
|
-
//
|
|
1562
|
-
export { default as
|
|
1559
|
+
// ListMusic aliases
|
|
1560
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1563
1561
|
// ListPlus aliases
|
|
1564
1562
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1565
|
-
//
|
|
1566
|
-
export { default as
|
|
1563
|
+
// ListRestart aliases
|
|
1564
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1567
1565
|
// ListStart aliases
|
|
1568
1566
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1567
|
+
// ListTodo aliases
|
|
1568
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1569
1569
|
// ListTree aliases
|
|
1570
1570
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1571
|
-
// ListX aliases
|
|
1572
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1573
1571
|
// ListVideo aliases
|
|
1574
1572
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1573
|
+
// ListX aliases
|
|
1574
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1575
1575
|
// List aliases
|
|
1576
1576
|
export { default as ListIcon } from '../icons/list';
|
|
1577
1577
|
// LoaderPinwheel aliases
|
|
1578
1578
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1579
|
-
// Loader aliases
|
|
1580
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1581
1579
|
// LocateFixed aliases
|
|
1582
1580
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1581
|
+
// Loader aliases
|
|
1582
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1583
1583
|
// LocateOff aliases
|
|
1584
1584
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1585
|
-
// Lock aliases
|
|
1586
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1587
1585
|
// Locate aliases
|
|
1588
1586
|
export { default as LocateIcon } from '../icons/locate';
|
|
1589
|
-
//
|
|
1590
|
-
export { default as
|
|
1587
|
+
// Lock aliases
|
|
1588
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1591
1589
|
// LockKeyhole aliases
|
|
1592
1590
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1593
1591
|
// LogOut aliases
|
|
1594
1592
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1595
|
-
//
|
|
1596
|
-
export { default as
|
|
1593
|
+
// LogIn aliases
|
|
1594
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1597
1595
|
// Lollipop aliases
|
|
1598
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1597
|
+
// Logs aliases
|
|
1598
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1599
1599
|
// Luggage aliases
|
|
1600
1600
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1601
|
+
// MailMinus aliases
|
|
1602
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
1603
|
// Magnet aliases
|
|
1602
1604
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1603
|
-
// MailCheck aliases
|
|
1604
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1605
1605
|
// MailOpen aliases
|
|
1606
1606
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1607
|
-
//
|
|
1608
|
-
export { default as
|
|
1609
|
-
// MailSearch aliases
|
|
1610
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1607
|
+
// MailCheck aliases
|
|
1608
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1611
1609
|
// MailPlus aliases
|
|
1612
1610
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1611
|
+
// MailSearch aliases
|
|
1612
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1613
1613
|
// MailWarning aliases
|
|
1614
1614
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1615
1615
|
// MailX aliases
|
|
@@ -1618,34 +1618,34 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1618
1618
|
export { default as MailIcon } from '../icons/mail';
|
|
1619
1619
|
// Mailbox aliases
|
|
1620
1620
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1621
|
-
// MapMinus aliases
|
|
1622
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1623
1621
|
// Mails aliases
|
|
1624
1622
|
export { default as MailsIcon } from '../icons/mails';
|
|
1623
|
+
// MapMinus aliases
|
|
1624
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1625
1625
|
// MapPinCheckInside aliases
|
|
1626
1626
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1627
1627
|
// MapPinCheck aliases
|
|
1628
1628
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1629
1629
|
// MapPinHouse aliases
|
|
1630
1630
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1631
|
-
// MapPinMinus aliases
|
|
1632
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1633
1631
|
// MapPinMinusInside aliases
|
|
1634
1632
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1633
|
+
// MapPinMinus aliases
|
|
1634
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1635
|
// MapPinOff aliases
|
|
1636
1636
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1637
1637
|
// MapPinPlusInside aliases
|
|
1638
1638
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1639
|
+
// MapPinXInside aliases
|
|
1640
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1639
1641
|
// MapPinPlus aliases
|
|
1640
1642
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1641
1643
|
// MapPinX aliases
|
|
1642
1644
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1643
|
-
// MapPinXInside aliases
|
|
1644
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1645
|
-
// MapPinned aliases
|
|
1646
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1647
1645
|
// MapPin aliases
|
|
1648
1646
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1647
|
+
// MapPinned aliases
|
|
1648
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1649
1649
|
// MapPlus aliases
|
|
1650
1650
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
1651
|
// Map aliases
|
|
@@ -1656,74 +1656,74 @@ export { default as MarsIcon } from '../icons/mars';
|
|
|
1656
1656
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1657
1657
|
// Martini aliases
|
|
1658
1658
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1659
|
-
// Maximize aliases
|
|
1660
|
-
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1661
|
-
// Medal aliases
|
|
1662
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1663
1659
|
// Maximize2 aliases
|
|
1664
1660
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1661
|
+
// Maximize aliases
|
|
1662
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1665
1663
|
// MegaphoneOff aliases
|
|
1666
1664
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
|
+
// Medal aliases
|
|
1666
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1667
1667
|
// Megaphone aliases
|
|
1668
1668
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1669
1669
|
// Meh aliases
|
|
1670
1670
|
export { default as MehIcon } from '../icons/meh';
|
|
1671
1671
|
// MemoryStick aliases
|
|
1672
1672
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1673
|
-
// Menu aliases
|
|
1674
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1675
1673
|
// Merge aliases
|
|
1676
1674
|
export { default as MergeIcon } from '../icons/merge';
|
|
1675
|
+
// Menu aliases
|
|
1676
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1677
1677
|
// MessageCircleCode aliases
|
|
1678
1678
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1679
1679
|
// MessageCircleDashed aliases
|
|
1680
1680
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1681
|
-
// MessageCircleHeart aliases
|
|
1682
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1683
1681
|
// MessageCircleMore aliases
|
|
1684
1682
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
|
+
// MessageCircleHeart aliases
|
|
1684
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1685
1685
|
// MessageCircleOff aliases
|
|
1686
1686
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1687
1687
|
// MessageCirclePlus aliases
|
|
1688
1688
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1689
|
-
// MessageCircleReply aliases
|
|
1690
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1691
1689
|
// MessageCircleWarning aliases
|
|
1692
1690
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
|
-
//
|
|
1694
|
-
export { default as
|
|
1691
|
+
// MessageCircleReply aliases
|
|
1692
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1695
1693
|
// MessageCircle aliases
|
|
1696
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
|
+
// MessageCircleX aliases
|
|
1696
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1697
1697
|
// MessageSquareCode aliases
|
|
1698
1698
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1699
1699
|
// MessageSquareDashed aliases
|
|
1700
1700
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1701
|
-
// MessageSquareDot aliases
|
|
1702
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1703
1701
|
// MessageSquareDiff aliases
|
|
1704
1702
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1705
|
-
//
|
|
1706
|
-
export { default as
|
|
1703
|
+
// MessageSquareDot aliases
|
|
1704
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1707
1705
|
// MessageSquareLock aliases
|
|
1708
1706
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
|
+
// MessageSquareHeart aliases
|
|
1708
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1709
1709
|
// MessageSquareMore aliases
|
|
1710
1710
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
1711
|
// MessageSquareOff aliases
|
|
1712
1712
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1713
|
-
// MessageSquareQuote aliases
|
|
1714
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1715
1713
|
// MessageSquarePlus aliases
|
|
1716
1714
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1715
|
+
// MessageSquareQuote aliases
|
|
1716
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1717
1717
|
// MessageSquareReply aliases
|
|
1718
1718
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1719
1719
|
// MessageSquareShare aliases
|
|
1720
1720
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
1721
|
// MessageSquareText aliases
|
|
1722
1722
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1723
|
-
// MessageSquareWarning aliases
|
|
1724
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1725
1723
|
// MessageSquareX aliases
|
|
1726
1724
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1725
|
+
// MessageSquareWarning aliases
|
|
1726
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1727
1727
|
// MessageSquare aliases
|
|
1728
1728
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1729
1729
|
// MessagesSquare aliases
|
|
@@ -1734,32 +1734,36 @@ export { default as MicOffIcon } from '../icons/mic-off';
|
|
|
1734
1734
|
export { default as MicIcon } from '../icons/mic';
|
|
1735
1735
|
// Microchip aliases
|
|
1736
1736
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1737
|
-
// Microwave aliases
|
|
1738
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1739
1737
|
// Microscope aliases
|
|
1740
1738
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1739
|
+
// Microwave aliases
|
|
1740
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1741
1741
|
// Milestone aliases
|
|
1742
1742
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1743
1743
|
// MilkOff aliases
|
|
1744
1744
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1745
|
-
// Milk aliases
|
|
1746
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1747
1745
|
// Minimize2 aliases
|
|
1748
1746
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1749
|
-
//
|
|
1750
|
-
export { default as
|
|
1747
|
+
// Milk aliases
|
|
1748
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1751
1749
|
// Minus aliases
|
|
1752
1750
|
export { default as MinusIcon } from '../icons/minus';
|
|
1751
|
+
// Minimize aliases
|
|
1752
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
|
+
// MirrorRectangular aliases
|
|
1754
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1755
|
+
// MirrorRound aliases
|
|
1756
|
+
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1753
1757
|
// MonitorCheck aliases
|
|
1754
1758
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1755
1759
|
// MonitorCloud aliases
|
|
1756
1760
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1761
|
+
// MonitorDot aliases
|
|
1762
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1757
1763
|
// MonitorCog aliases
|
|
1758
1764
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1759
1765
|
// MonitorDown aliases
|
|
1760
1766
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1761
|
-
// MonitorDot aliases
|
|
1762
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1763
1767
|
// MonitorOff aliases
|
|
1764
1768
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1765
1769
|
// MonitorPause aliases
|
|
@@ -1784,20 +1788,20 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1784
1788
|
export { default as MoonIcon } from '../icons/moon';
|
|
1785
1789
|
// Motorbike aliases
|
|
1786
1790
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1787
|
-
// Mountain aliases
|
|
1788
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1789
1791
|
// MountainSnow aliases
|
|
1790
1792
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1793
|
+
// Mountain aliases
|
|
1794
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1793
1795
|
// MousePointer2Off aliases
|
|
1794
1796
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1797
|
+
// MouseOff aliases
|
|
1798
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1795
1799
|
// MousePointer2 aliases
|
|
1796
1800
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1797
|
-
// MousePointerBan aliases
|
|
1798
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1799
1801
|
// MousePointerClick aliases
|
|
1800
1802
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1803
|
+
// MousePointerBan aliases
|
|
1804
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1801
1805
|
// MousePointer aliases
|
|
1802
1806
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1803
1807
|
// Mouse aliases
|
|
@@ -1806,46 +1810,46 @@ export { default as MouseIcon } from '../icons/mouse';
|
|
|
1806
1810
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1807
1811
|
// MoveDiagonal aliases
|
|
1808
1812
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1809
|
-
// MoveDownLeft aliases
|
|
1810
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1811
1813
|
// MoveDownRight aliases
|
|
1812
1814
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1815
|
+
// MoveDownLeft aliases
|
|
1816
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1815
1817
|
// MoveDown aliases
|
|
1816
1818
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1819
|
+
// MoveHorizontal aliases
|
|
1820
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1819
1821
|
// MoveLeft aliases
|
|
1820
1822
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1823
|
+
// MoveRight aliases
|
|
1824
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1821
1825
|
// MoveUpLeft aliases
|
|
1822
1826
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1827
|
+
// MoveUp aliases
|
|
1828
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1823
1829
|
// MoveUpRight aliases
|
|
1824
1830
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1825
1831
|
// MoveVertical aliases
|
|
1826
1832
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1827
|
-
// MoveUp aliases
|
|
1828
|
-
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1829
1833
|
// Move aliases
|
|
1830
1834
|
export { default as MoveIcon } from '../icons/move';
|
|
1831
1835
|
// Music2 aliases
|
|
1832
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1833
|
-
// Music4 aliases
|
|
1834
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1835
1837
|
// Music3 aliases
|
|
1836
1838
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1837
|
-
//
|
|
1838
|
-
export { default as
|
|
1839
|
+
// Music4 aliases
|
|
1840
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1839
1841
|
// Music aliases
|
|
1840
1842
|
export { default as MusicIcon } from '../icons/music';
|
|
1843
|
+
// Navigation2Off aliases
|
|
1844
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1841
1845
|
// Navigation2 aliases
|
|
1842
1846
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1843
1847
|
// NavigationOff aliases
|
|
1844
1848
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1845
|
-
// Navigation aliases
|
|
1846
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1847
1849
|
// Network aliases
|
|
1848
1850
|
export { default as NetworkIcon } from '../icons/network';
|
|
1851
|
+
// Navigation aliases
|
|
1852
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1849
1853
|
// Newspaper aliases
|
|
1850
1854
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1851
1855
|
// NonBinary aliases
|
|
@@ -1862,24 +1866,24 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1862
1866
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1863
1867
|
// NotepadTextDashed aliases
|
|
1864
1868
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1865
|
-
// NutOff aliases
|
|
1866
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1867
1869
|
// NotepadText aliases
|
|
1868
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1869
|
-
//
|
|
1870
|
-
export { default as
|
|
1871
|
-
// Omega aliases
|
|
1872
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1871
|
+
// NutOff aliases
|
|
1872
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
1873
|
// Nut aliases
|
|
1874
1874
|
export { default as NutIcon } from '../icons/nut';
|
|
1875
1875
|
// Octagon aliases
|
|
1876
1876
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
|
+
// OctagonMinus aliases
|
|
1878
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1879
|
+
// Omega aliases
|
|
1880
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1877
1881
|
// Option aliases
|
|
1878
1882
|
export { default as OptionIcon } from '../icons/option';
|
|
1879
|
-
// Origami aliases
|
|
1880
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1881
1883
|
// Orbit aliases
|
|
1882
1884
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1885
|
+
// Origami aliases
|
|
1886
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1883
1887
|
// Package2 aliases
|
|
1884
1888
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1885
1889
|
// PackageCheck aliases
|
|
@@ -1890,10 +1894,10 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1890
1894
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1891
1895
|
// PackagePlus aliases
|
|
1892
1896
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1893
|
-
// PackageSearch aliases
|
|
1894
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1895
1897
|
// PackageX aliases
|
|
1896
1898
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
|
+
// PackageSearch aliases
|
|
1900
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1897
1901
|
// Package aliases
|
|
1898
1902
|
export { default as PackageIcon } from '../icons/package';
|
|
1899
1903
|
// PaintBucket aliases
|
|
@@ -1910,16 +1914,16 @@ export { default as PandaIcon } from '../icons/panda';
|
|
|
1910
1914
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1911
1915
|
// PanelBottomOpen aliases
|
|
1912
1916
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1913
|
-
// PanelBottom aliases
|
|
1914
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1915
1917
|
// PanelLeftRightDashed aliases
|
|
1916
1918
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1919
|
+
// PanelBottom aliases
|
|
1920
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1917
1921
|
// PanelRightClose aliases
|
|
1918
1922
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1919
|
-
// PanelRightOpen aliases
|
|
1920
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1921
1923
|
// PanelRight aliases
|
|
1922
1924
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1925
|
+
// PanelRightOpen aliases
|
|
1926
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1923
1927
|
// PanelTopBottomDashed aliases
|
|
1924
1928
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1925
1929
|
// PanelTopClose aliases
|
|
@@ -1928,14 +1932,14 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1928
1932
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1929
1933
|
// PanelTop aliases
|
|
1930
1934
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1931
|
-
// PanelsLeftBottom aliases
|
|
1932
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1933
1935
|
// PanelsRightBottom aliases
|
|
1934
1936
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1935
1937
|
// Paperclip aliases
|
|
1936
1938
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1937
1939
|
// Parentheses aliases
|
|
1938
1940
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1941
|
+
// PanelsLeftBottom aliases
|
|
1942
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1939
1943
|
// ParkingMeter aliases
|
|
1940
1944
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1941
1945
|
// PartyPopper aliases
|
|
@@ -1944,42 +1948,42 @@ export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
|
1944
1948
|
export { default as PauseIcon } from '../icons/pause';
|
|
1945
1949
|
// PawPrint aliases
|
|
1946
1950
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1947
|
-
// PenOff aliases
|
|
1948
|
-
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1949
1951
|
// PcCase aliases
|
|
1950
1952
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1953
|
+
// PenOff aliases
|
|
1954
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1951
1955
|
// PenTool aliases
|
|
1952
1956
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1953
1957
|
// PencilLine aliases
|
|
1954
1958
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1955
|
-
// PencilRuler aliases
|
|
1956
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1957
|
-
// Pencil aliases
|
|
1958
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1959
1959
|
// PencilOff aliases
|
|
1960
1960
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1961
|
-
//
|
|
1962
|
-
export { default as
|
|
1961
|
+
// PencilRuler aliases
|
|
1962
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1963
1963
|
// Pentagon aliases
|
|
1964
1964
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1965
|
+
// Pencil aliases
|
|
1966
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1965
1967
|
// PersonStanding aliases
|
|
1966
1968
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1967
1969
|
// PhilippinePeso aliases
|
|
1968
1970
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1971
|
+
// Percent aliases
|
|
1972
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1971
1973
|
// PhoneForwarded aliases
|
|
1972
1974
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1973
1975
|
// PhoneIncoming aliases
|
|
1974
1976
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1977
|
+
// PhoneCall aliases
|
|
1978
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1975
1979
|
// PhoneMissed aliases
|
|
1976
1980
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
|
+
// PhoneOutgoing aliases
|
|
1982
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1977
1983
|
// PhoneOff aliases
|
|
1978
1984
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
1985
|
// Phone aliases
|
|
1980
1986
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1981
|
-
// PhoneOutgoing aliases
|
|
1982
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1983
1987
|
// Pi aliases
|
|
1984
1988
|
export { default as PiIcon } from '../icons/pi';
|
|
1985
1989
|
// Piano aliases
|
|
@@ -1990,42 +1994,42 @@ export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
|
1990
1994
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1991
1995
|
// PictureInPicture aliases
|
|
1992
1996
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1997
|
+
// PilcrowLeft aliases
|
|
1998
|
+
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1993
1999
|
// PiggyBank aliases
|
|
1994
2000
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1995
2001
|
// PilcrowRight aliases
|
|
1996
2002
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1997
2003
|
// Pilcrow aliases
|
|
1998
2004
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1999
|
-
// PilcrowLeft aliases
|
|
2000
|
-
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2001
2005
|
// PillBottle aliases
|
|
2002
2006
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2003
|
-
// PinOff aliases
|
|
2004
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2005
2007
|
// Pill aliases
|
|
2006
2008
|
export { default as PillIcon } from '../icons/pill';
|
|
2007
|
-
//
|
|
2008
|
-
export { default as
|
|
2009
|
+
// PinOff aliases
|
|
2010
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2009
2011
|
// Pipette aliases
|
|
2010
2012
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2011
|
-
// PlaneLanding aliases
|
|
2012
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2013
2013
|
// Pizza aliases
|
|
2014
2014
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2015
|
+
// Pin aliases
|
|
2016
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2017
|
+
// PlaneLanding aliases
|
|
2018
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2015
2019
|
// Plane aliases
|
|
2016
2020
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2017
2021
|
// PlaneTakeoff aliases
|
|
2018
2022
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2019
|
-
// Plug2 aliases
|
|
2020
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2021
2023
|
// Play aliases
|
|
2022
2024
|
export { default as PlayIcon } from '../icons/play';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2025
|
+
// Plug2 aliases
|
|
2026
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2025
2027
|
// Plus aliases
|
|
2026
2028
|
export { default as PlusIcon } from '../icons/plus';
|
|
2027
2029
|
// PocketKnife aliases
|
|
2028
2030
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
|
+
// Plug aliases
|
|
2032
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2029
2033
|
// Pocket aliases
|
|
2030
2034
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2031
2035
|
// Podcast aliases
|
|
@@ -2034,32 +2038,32 @@ export { default as PodcastIcon } from '../icons/podcast';
|
|
|
2034
2038
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2035
2039
|
// Pointer aliases
|
|
2036
2040
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2037
|
-
// Popcorn aliases
|
|
2038
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2039
2041
|
// Popsicle aliases
|
|
2040
2042
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2043
|
+
// Popcorn aliases
|
|
2044
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2041
2045
|
// PoundSterling aliases
|
|
2042
2046
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2043
2047
|
// PowerOff aliases
|
|
2044
2048
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2045
2049
|
// Power aliases
|
|
2046
2050
|
export { default as PowerIcon } from '../icons/power';
|
|
2047
|
-
// Presentation aliases
|
|
2048
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2049
2051
|
// PrinterCheck aliases
|
|
2050
2052
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2053
|
+
// Presentation aliases
|
|
2054
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2053
2055
|
// Printer aliases
|
|
2054
2056
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2057
|
+
// PrinterX aliases
|
|
2058
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2055
2059
|
// Projector aliases
|
|
2056
2060
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2057
2061
|
// Proportions aliases
|
|
2058
2062
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2059
|
-
// Pyramid aliases
|
|
2060
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2061
2063
|
// Puzzle aliases
|
|
2062
2064
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
|
+
// Pyramid aliases
|
|
2066
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
2067
|
// QrCode aliases
|
|
2064
2068
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2065
2069
|
// Quote aliases
|
|
@@ -2068,10 +2072,10 @@ export { default as QuoteIcon } from '../icons/quote';
|
|
|
2068
2072
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2069
2073
|
// Radar aliases
|
|
2070
2074
|
export { default as RadarIcon } from '../icons/radar';
|
|
2071
|
-
// Radical aliases
|
|
2072
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2073
2075
|
// Radiation aliases
|
|
2074
2076
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2077
|
+
// Radical aliases
|
|
2078
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2075
2079
|
// RadioReceiver aliases
|
|
2076
2080
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2077
2081
|
// Radio aliases
|
|
@@ -2094,10 +2098,10 @@ export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
|
2094
2098
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2095
2099
|
// ReceiptIndianRupee aliases
|
|
2096
2100
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2097
|
-
// ReceiptPoundSterling aliases
|
|
2098
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2099
2101
|
// ReceiptJapaneseYen aliases
|
|
2100
2102
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2103
|
+
// ReceiptPoundSterling aliases
|
|
2104
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2101
2105
|
// ReceiptSwissFranc aliases
|
|
2102
2106
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2103
2107
|
// ReceiptRussianRuble aliases
|
|
@@ -2118,12 +2122,12 @@ export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizonta
|
|
|
2118
2122
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2119
2123
|
// Recycle aliases
|
|
2120
2124
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2121
|
-
// RedoDot aliases
|
|
2122
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2123
2125
|
// Redo2 aliases
|
|
2124
2126
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2125
2127
|
// Redo aliases
|
|
2126
2128
|
export { default as RedoIcon } from '../icons/redo';
|
|
2129
|
+
// RedoDot aliases
|
|
2130
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2127
2131
|
// RefreshCcwDot aliases
|
|
2128
2132
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2129
2133
|
// RefreshCcw aliases
|
|
@@ -2150,22 +2154,22 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2150
2154
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2151
2155
|
// ReplyAll aliases
|
|
2152
2156
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2153
|
-
// Rewind aliases
|
|
2154
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2155
2157
|
// Reply aliases
|
|
2156
2158
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2159
|
+
// Rewind aliases
|
|
2160
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2157
2161
|
// Ribbon aliases
|
|
2158
2162
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2159
2163
|
// Rocket aliases
|
|
2160
2164
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2161
2165
|
// RockingChair aliases
|
|
2162
2166
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2167
|
+
// RollerCoaster aliases
|
|
2168
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2163
2169
|
// Rose aliases
|
|
2164
2170
|
export { default as RoseIcon } from '../icons/rose';
|
|
2165
2171
|
// RotateCcwKey aliases
|
|
2166
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2167
|
-
// RollerCoaster aliases
|
|
2168
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
2173
|
// RotateCcwSquare aliases
|
|
2170
2174
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2171
2175
|
// RotateCcw aliases
|
|
@@ -2174,48 +2178,46 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2174
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2175
2179
|
// RotateCw aliases
|
|
2176
2180
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2177
|
-
// Route aliases
|
|
2178
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2179
2181
|
// RouteOff aliases
|
|
2180
2182
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2181
2183
|
// Router aliases
|
|
2182
2184
|
export { default as RouterIcon } from '../icons/router';
|
|
2185
|
+
// Route aliases
|
|
2186
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2183
2187
|
// Rows4 aliases
|
|
2184
2188
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2185
2189
|
// Rss aliases
|
|
2186
2190
|
export { default as RssIcon } from '../icons/rss';
|
|
2187
2191
|
// RulerDimensionLine aliases
|
|
2188
2192
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2189
|
-
// RussianRuble aliases
|
|
2190
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2191
2193
|
// Ruler aliases
|
|
2192
2194
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2195
|
+
// RussianRuble aliases
|
|
2196
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2193
2197
|
// Sailboat aliases
|
|
2194
2198
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2195
2199
|
// Salad aliases
|
|
2196
2200
|
export { default as SaladIcon } from '../icons/salad';
|
|
2197
2201
|
// Sandwich aliases
|
|
2198
2202
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2199
|
-
// SaudiRiyal aliases
|
|
2200
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2201
2203
|
// SatelliteDish aliases
|
|
2202
2204
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
|
-
// SaveAll aliases
|
|
2204
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2205
2205
|
// Satellite aliases
|
|
2206
2206
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2207
|
+
// SaudiRiyal aliases
|
|
2208
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2209
|
+
// SaveAll aliases
|
|
2210
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2207
2211
|
// SaveOff aliases
|
|
2208
2212
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2209
|
-
// Scale aliases
|
|
2210
|
-
export { default as ScaleIcon } from '../icons/scale';
|
|
2211
2213
|
// Save aliases
|
|
2212
2214
|
export { default as SaveIcon } from '../icons/save';
|
|
2213
|
-
//
|
|
2214
|
-
export { default as
|
|
2215
|
-
// ScanEye aliases
|
|
2216
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2215
|
+
// Scale aliases
|
|
2216
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2217
2217
|
// Scaling aliases
|
|
2218
2218
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2219
|
+
// ScanBarcode aliases
|
|
2220
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2219
2221
|
// ScanFace aliases
|
|
2220
2222
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2221
2223
|
// ScanHeart aliases
|
|
@@ -2224,28 +2226,30 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2224
2226
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2225
2227
|
// ScanQrCode aliases
|
|
2226
2228
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2229
|
+
// ScanEye aliases
|
|
2230
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2227
2231
|
// ScanSearch aliases
|
|
2228
2232
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2229
2233
|
// ScanText aliases
|
|
2230
2234
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2231
|
-
// ScissorsLineDashed aliases
|
|
2232
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2233
|
-
// Scan aliases
|
|
2234
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2235
|
-
// Scissors aliases
|
|
2236
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2237
2235
|
// School aliases
|
|
2238
2236
|
export { default as SchoolIcon } from '../icons/school';
|
|
2237
|
+
// Scan aliases
|
|
2238
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2239
|
+
// ScissorsLineDashed aliases
|
|
2240
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2239
2241
|
// Scooter aliases
|
|
2240
2242
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2243
|
+
// Scissors aliases
|
|
2244
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2241
2245
|
// ScreenShareOff aliases
|
|
2242
2246
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2243
2247
|
// ScreenShare aliases
|
|
2244
2248
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2245
|
-
// Scroll aliases
|
|
2246
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2247
2249
|
// ScrollText aliases
|
|
2248
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
|
+
// Scroll aliases
|
|
2252
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2249
2253
|
// SearchAlert aliases
|
|
2250
2254
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2251
2255
|
// SearchCheck aliases
|
|
@@ -2254,34 +2258,34 @@ export { default as SearchCheckIcon } from '../icons/search-check';
|
|
|
2254
2258
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2255
2259
|
// SearchSlash aliases
|
|
2256
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2261
|
+
// SearchX aliases
|
|
2262
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2257
2263
|
// Search aliases
|
|
2258
2264
|
export { default as SearchIcon } from '../icons/search';
|
|
2259
2265
|
// Section aliases
|
|
2260
2266
|
export { default as SectionIcon } from '../icons/section';
|
|
2261
|
-
// Send aliases
|
|
2262
|
-
export { default as SendIcon } from '../icons/send';
|
|
2263
|
-
// SearchX aliases
|
|
2264
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2265
2267
|
// SendToBack aliases
|
|
2266
2268
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2269
|
+
// Send aliases
|
|
2270
|
+
export { default as SendIcon } from '../icons/send';
|
|
2269
2271
|
// SeparatorVertical aliases
|
|
2270
2272
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2273
|
+
// SeparatorHorizontal aliases
|
|
2274
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2271
2275
|
// ServerCog aliases
|
|
2272
2276
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2273
|
-
// ServerOff aliases
|
|
2274
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2275
2277
|
// ServerCrash aliases
|
|
2276
2278
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2277
2279
|
// Server aliases
|
|
2278
2280
|
export { default as ServerIcon } from '../icons/server';
|
|
2281
|
+
// ServerOff aliases
|
|
2282
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
2283
|
// Settings2 aliases
|
|
2280
2284
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2281
|
-
// Shapes aliases
|
|
2282
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
2285
|
// Settings aliases
|
|
2284
2286
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2287
|
+
// Shapes aliases
|
|
2288
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2285
2289
|
// Share2 aliases
|
|
2286
2290
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2287
2291
|
// Share aliases
|
|
@@ -2298,74 +2302,74 @@ export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
|
2298
2302
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2299
2303
|
// ShieldEllipsis aliases
|
|
2300
2304
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2301
|
-
// ShieldHalf aliases
|
|
2302
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2303
2305
|
// ShieldMinus aliases
|
|
2304
2306
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2307
|
+
// ShieldHalf aliases
|
|
2308
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2305
2309
|
// ShieldOff aliases
|
|
2306
2310
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2307
|
-
// ShieldPlus aliases
|
|
2308
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2309
2311
|
// ShieldUser aliases
|
|
2310
2312
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2313
|
+
// ShieldPlus aliases
|
|
2314
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2311
2315
|
// Shield aliases
|
|
2312
2316
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2313
|
-
// Shirt aliases
|
|
2314
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2315
2317
|
// ShipWheel aliases
|
|
2316
2318
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2317
2319
|
// Ship aliases
|
|
2318
2320
|
export { default as ShipIcon } from '../icons/ship';
|
|
2319
2321
|
// ShoppingBag aliases
|
|
2320
2322
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2323
|
+
// Shirt aliases
|
|
2324
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2321
2325
|
// ShoppingBasket aliases
|
|
2322
2326
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2323
|
-
// ShoppingCart aliases
|
|
2324
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2325
2327
|
// Shovel aliases
|
|
2326
2328
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2329
|
+
// ShoppingCart aliases
|
|
2330
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2327
2331
|
// ShowerHead aliases
|
|
2328
2332
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2329
2333
|
// Shredder aliases
|
|
2330
2334
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2331
|
-
// Shrimp aliases
|
|
2332
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2333
2335
|
// Shrink aliases
|
|
2334
2336
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2337
|
+
// Shrimp aliases
|
|
2338
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2335
2339
|
// Shrub aliases
|
|
2336
2340
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2341
|
+
// SignalHigh aliases
|
|
2342
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2337
2343
|
// Shuffle aliases
|
|
2338
2344
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2339
2345
|
// Sigma aliases
|
|
2340
2346
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2341
|
-
// SignalHigh aliases
|
|
2342
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2343
2347
|
// SignalLow aliases
|
|
2344
2348
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2345
2349
|
// SignalMedium aliases
|
|
2346
2350
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2347
|
-
// Signal aliases
|
|
2348
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2349
2351
|
// SignalZero aliases
|
|
2350
2352
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2351
2353
|
// Signature aliases
|
|
2352
2354
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2355
|
+
// Signal aliases
|
|
2356
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2353
2357
|
// SignpostBig aliases
|
|
2354
2358
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2355
|
-
// Siren aliases
|
|
2356
|
-
export { default as SirenIcon } from '../icons/siren';
|
|
2357
2359
|
// Signpost aliases
|
|
2358
2360
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2361
|
+
// Siren aliases
|
|
2362
|
+
export { default as SirenIcon } from '../icons/siren';
|
|
2359
2363
|
// SkipBack aliases
|
|
2360
2364
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2361
2365
|
// Skull aliases
|
|
2362
2366
|
export { default as SkullIcon } from '../icons/skull';
|
|
2363
2367
|
// SkipForward aliases
|
|
2364
2368
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2365
|
-
// Slack aliases
|
|
2366
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2367
2369
|
// Slash aliases
|
|
2368
2370
|
export { default as SlashIcon } from '../icons/slash';
|
|
2371
|
+
// Slack aliases
|
|
2372
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2369
2373
|
// Slice aliases
|
|
2370
2374
|
export { default as SliceIcon } from '../icons/slice';
|
|
2371
2375
|
// SlidersHorizontal aliases
|
|
@@ -2374,24 +2378,24 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2374
2378
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2375
2379
|
// SmartphoneNfc aliases
|
|
2376
2380
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2377
|
-
// Smartphone aliases
|
|
2378
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2379
2381
|
// SmilePlus aliases
|
|
2380
2382
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2381
|
-
//
|
|
2382
|
-
export { default as
|
|
2383
|
+
// Smartphone aliases
|
|
2384
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2383
2385
|
// Snail aliases
|
|
2384
2386
|
export { default as SnailIcon } from '../icons/snail';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2387
|
+
// Smile aliases
|
|
2388
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2387
2389
|
// Snowflake aliases
|
|
2388
2390
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2389
2391
|
// Sofa aliases
|
|
2390
2392
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2393
|
+
// SoapDispenserDroplet aliases
|
|
2394
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2393
2395
|
// Soup aliases
|
|
2394
2396
|
export { default as SoupIcon } from '../icons/soup';
|
|
2397
|
+
// SolarPanel aliases
|
|
2398
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2395
2399
|
// Space aliases
|
|
2396
2400
|
export { default as SpaceIcon } from '../icons/space';
|
|
2397
2401
|
// Spade aliases
|
|
@@ -2402,18 +2406,18 @@ export { default as SparkleIcon } from '../icons/sparkle';
|
|
|
2402
2406
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2403
2407
|
// Speech aliases
|
|
2404
2408
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2405
|
-
// SpellCheck aliases
|
|
2406
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2407
2409
|
// SpellCheck2 aliases
|
|
2408
2410
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2411
|
+
// SpellCheck aliases
|
|
2412
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2409
2413
|
// SplinePointer aliases
|
|
2410
2414
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2411
2415
|
// Spline aliases
|
|
2412
2416
|
export { default as SplineIcon } from '../icons/spline';
|
|
2413
|
-
// Split aliases
|
|
2414
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2415
2417
|
// Spool aliases
|
|
2416
2418
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2419
|
+
// Split aliases
|
|
2420
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2417
2421
|
// Spotlight aliases
|
|
2418
2422
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2419
2423
|
// SprayCan aliases
|
|
@@ -2430,10 +2434,10 @@ export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-
|
|
|
2430
2434
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2431
2435
|
// SquareRadical aliases
|
|
2432
2436
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2433
|
-
// SquareSquare aliases
|
|
2434
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2435
2437
|
// SquareRoundCorner aliases
|
|
2436
2438
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2439
|
+
// SquareSquare aliases
|
|
2440
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2437
2441
|
// SquareStack aliases
|
|
2438
2442
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2439
2443
|
// SquareStar aliases
|
|
@@ -2446,14 +2450,14 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2446
2450
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2447
2451
|
// SquaresIntersect aliases
|
|
2448
2452
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2449
|
-
// SquaresUnite aliases
|
|
2450
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2451
2453
|
// SquaresSubtract aliases
|
|
2452
2454
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2453
|
-
// Squircle aliases
|
|
2454
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2455
2455
|
// SquircleDashed aliases
|
|
2456
2456
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2457
|
+
// SquaresUnite aliases
|
|
2458
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2459
|
+
// Squircle aliases
|
|
2460
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2457
2461
|
// Squirrel aliases
|
|
2458
2462
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2459
2463
|
// Stamp aliases
|
|
@@ -2464,38 +2468,38 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2464
2468
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2465
2469
|
// Star aliases
|
|
2466
2470
|
export { default as StarIcon } from '../icons/star';
|
|
2467
|
-
// StepForward aliases
|
|
2468
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2469
2471
|
// StepBack aliases
|
|
2470
2472
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2473
|
+
// StepForward aliases
|
|
2474
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2471
2475
|
// Stethoscope aliases
|
|
2472
2476
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2473
2477
|
// Sticker aliases
|
|
2474
2478
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2475
|
-
// StickyNote aliases
|
|
2476
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2477
2479
|
// Stone aliases
|
|
2478
2480
|
export { default as StoneIcon } from '../icons/stone';
|
|
2481
|
+
// StickyNote aliases
|
|
2482
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2479
2483
|
// Store aliases
|
|
2480
2484
|
export { default as StoreIcon } from '../icons/store';
|
|
2481
2485
|
// StretchHorizontal aliases
|
|
2482
2486
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2483
2487
|
// StretchVertical aliases
|
|
2484
2488
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2485
|
-
// Subscript aliases
|
|
2486
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2487
2489
|
// Strikethrough aliases
|
|
2488
2490
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2491
|
+
// Subscript aliases
|
|
2492
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2489
2493
|
// SunDim aliases
|
|
2490
2494
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2491
|
-
// SunMoon aliases
|
|
2492
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2493
2495
|
// SunMedium aliases
|
|
2494
2496
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2495
|
-
// Sun aliases
|
|
2496
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2497
2497
|
// SunSnow aliases
|
|
2498
2498
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2499
|
+
// SunMoon aliases
|
|
2500
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2501
|
+
// Sun aliases
|
|
2502
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2499
2503
|
// Sunrise aliases
|
|
2500
2504
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2501
2505
|
// Sunset aliases
|
|
@@ -2506,20 +2510,20 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2506
2510
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2507
2511
|
// SwissFranc aliases
|
|
2508
2512
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2509
|
-
// SwitchCamera aliases
|
|
2510
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2511
2513
|
// Sword aliases
|
|
2512
2514
|
export { default as SwordIcon } from '../icons/sword';
|
|
2515
|
+
// SwitchCamera aliases
|
|
2516
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2513
2517
|
// Swords aliases
|
|
2514
2518
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2515
2519
|
// Syringe aliases
|
|
2516
2520
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2517
2521
|
// Table2 aliases
|
|
2518
2522
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2519
|
-
// TableCellsSplit aliases
|
|
2520
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2521
2523
|
// TableCellsMerge aliases
|
|
2522
2524
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2525
|
+
// TableCellsSplit aliases
|
|
2526
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2523
2527
|
// TableColumnsSplit aliases
|
|
2524
2528
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2525
2529
|
// TableOfContents aliases
|
|
@@ -2530,32 +2534,32 @@ export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
|
2530
2534
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2531
2535
|
// Table aliases
|
|
2532
2536
|
export { default as TableIcon } from '../icons/table';
|
|
2533
|
-
// TabletSmartphone aliases
|
|
2534
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2535
2537
|
// Tablet aliases
|
|
2536
2538
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2537
|
-
//
|
|
2538
|
-
export { default as
|
|
2539
|
+
// TabletSmartphone aliases
|
|
2540
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2539
2541
|
// Tablets aliases
|
|
2540
2542
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2543
|
+
// Tag aliases
|
|
2544
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2541
2545
|
// Tags aliases
|
|
2542
2546
|
export { default as TagsIcon } from '../icons/tags';
|
|
2543
2547
|
// Tally1 aliases
|
|
2544
2548
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2549
|
+
// Tally2 aliases
|
|
2550
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2545
2551
|
// Tally3 aliases
|
|
2546
2552
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2547
2553
|
// Tally4 aliases
|
|
2548
2554
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2549
|
-
// Tally2 aliases
|
|
2550
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2551
2555
|
// Tally5 aliases
|
|
2552
2556
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2553
2557
|
// Tangent aliases
|
|
2554
2558
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2555
|
-
// Target aliases
|
|
2556
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2557
2559
|
// Telescope aliases
|
|
2558
2560
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2561
|
+
// Target aliases
|
|
2562
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2559
2563
|
// TentTree aliases
|
|
2560
2564
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2561
2565
|
// Tent aliases
|
|
@@ -2570,48 +2574,48 @@ export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
|
2570
2574
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2571
2575
|
// TextCursor aliases
|
|
2572
2576
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2573
|
-
// TextQuote aliases
|
|
2574
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2575
|
-
// Theater aliases
|
|
2576
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2577
2577
|
// TextSearch aliases
|
|
2578
2578
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2579
|
+
// TextQuote aliases
|
|
2580
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2579
2581
|
// ThermometerSnowflake aliases
|
|
2580
2582
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2581
|
-
// Thermometer aliases
|
|
2582
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2583
2583
|
// ThermometerSun aliases
|
|
2584
2584
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2585
|
+
// Theater aliases
|
|
2586
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2587
|
+
// Thermometer aliases
|
|
2588
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2585
2589
|
// ThumbsDown aliases
|
|
2586
2590
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2587
2591
|
// ThumbsUp aliases
|
|
2588
2592
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2589
|
-
// TicketMinus aliases
|
|
2590
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2591
2593
|
// TicketCheck aliases
|
|
2592
2594
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2595
|
+
// TicketMinus aliases
|
|
2596
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2595
2597
|
// TicketPlus aliases
|
|
2596
2598
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2599
|
+
// TicketPercent aliases
|
|
2600
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2597
2601
|
// TicketX aliases
|
|
2598
2602
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2599
2603
|
// TicketSlash aliases
|
|
2600
2604
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2601
|
-
// Ticket aliases
|
|
2602
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2603
2605
|
// TicketsPlane aliases
|
|
2604
2606
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2607
|
+
// Ticket aliases
|
|
2608
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2605
2609
|
// Tickets aliases
|
|
2606
2610
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2607
2611
|
// TimerOff aliases
|
|
2608
2612
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2609
2613
|
// TimerReset aliases
|
|
2610
2614
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2611
|
-
// Timer aliases
|
|
2612
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2613
2615
|
// ToggleLeft aliases
|
|
2614
2616
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2617
|
+
// Timer aliases
|
|
2618
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2615
2619
|
// ToggleRight aliases
|
|
2616
2620
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2617
2621
|
// Toilet aliases
|
|
@@ -2626,20 +2630,22 @@ export { default as TornadoIcon } from '../icons/tornado';
|
|
|
2626
2630
|
export { default as TorusIcon } from '../icons/torus';
|
|
2627
2631
|
// TouchpadOff aliases
|
|
2628
2632
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2633
|
+
// Touchpad aliases
|
|
2634
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2635
|
+
// TowelRack aliases
|
|
2636
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2631
2637
|
// TowerControl aliases
|
|
2632
2638
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2639
|
+
// ToyBrick aliases
|
|
2640
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2633
2641
|
// Tractor aliases
|
|
2634
2642
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2635
|
-
// Touchpad aliases
|
|
2636
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2637
2643
|
// TrafficCone aliases
|
|
2638
2644
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2639
|
-
// TrainFront aliases
|
|
2640
|
-
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2641
2645
|
// TrainFrontTunnel aliases
|
|
2642
2646
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2647
|
+
// TrainFront aliases
|
|
2648
|
+
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2643
2649
|
// TrainTrack aliases
|
|
2644
2650
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2645
2651
|
// Transgender aliases
|
|
@@ -2648,32 +2654,32 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2648
2654
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2649
2655
|
// Trash aliases
|
|
2650
2656
|
export { default as TrashIcon } from '../icons/trash';
|
|
2651
|
-
// TreePine aliases
|
|
2652
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2653
2657
|
// TreeDeciduous aliases
|
|
2654
2658
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2659
|
+
// TreePine aliases
|
|
2660
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2655
2661
|
// Trees aliases
|
|
2656
2662
|
export { default as TreesIcon } from '../icons/trees';
|
|
2657
|
-
// TrendingDown aliases
|
|
2658
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2659
2663
|
// Trello aliases
|
|
2660
2664
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2661
|
-
//
|
|
2662
|
-
export { default as
|
|
2665
|
+
// TrendingDown aliases
|
|
2666
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2663
2667
|
// TrendingUp aliases
|
|
2664
2668
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2665
|
-
//
|
|
2666
|
-
export { default as
|
|
2667
|
-
// Trophy aliases
|
|
2668
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2669
|
+
// TrendingUpDown aliases
|
|
2670
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2669
2671
|
// TriangleDashed aliases
|
|
2670
2672
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2673
|
+
// TriangleRight aliases
|
|
2674
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2671
2675
|
// Triangle aliases
|
|
2672
2676
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2673
|
-
//
|
|
2674
|
-
export { default as
|
|
2677
|
+
// Trophy aliases
|
|
2678
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2675
2679
|
// TruckElectric aliases
|
|
2676
2680
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2681
|
+
// Truck aliases
|
|
2682
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2677
2683
|
// TurkishLira aliases
|
|
2678
2684
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2679
2685
|
// Turntable aliases
|
|
@@ -2692,14 +2698,14 @@ export { default as TwitterIcon } from '../icons/twitter';
|
|
|
2692
2698
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2693
2699
|
// Type aliases
|
|
2694
2700
|
export { default as TypeIcon } from '../icons/type';
|
|
2695
|
-
// UmbrellaOff aliases
|
|
2696
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2697
2701
|
// Umbrella aliases
|
|
2698
2702
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2699
|
-
//
|
|
2700
|
-
export { default as
|
|
2703
|
+
// UmbrellaOff aliases
|
|
2704
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2701
2705
|
// Undo2 aliases
|
|
2702
2706
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2707
|
+
// Underline aliases
|
|
2708
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2703
2709
|
// UndoDot aliases
|
|
2704
2710
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2705
2711
|
// Undo aliases
|
|
@@ -2712,18 +2718,18 @@ export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
|
2712
2718
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2713
2719
|
// Unlink2 aliases
|
|
2714
2720
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2715
|
-
// Unlink aliases
|
|
2716
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2717
2721
|
// Unplug aliases
|
|
2718
2722
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2723
|
+
// Unlink aliases
|
|
2724
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2721
2725
|
// Usb aliases
|
|
2722
2726
|
export { default as UsbIcon } from '../icons/usb';
|
|
2723
|
-
//
|
|
2724
|
-
export { default as
|
|
2727
|
+
// Upload aliases
|
|
2728
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2725
2729
|
// UserCog aliases
|
|
2726
2730
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2731
|
+
// UserCheck aliases
|
|
2732
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2727
2733
|
// UserKey aliases
|
|
2728
2734
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2729
2735
|
// UserLock aliases
|
|
@@ -2732,26 +2738,26 @@ export { default as UserLockIcon } from '../icons/user-lock';
|
|
|
2732
2738
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2733
2739
|
// UserPen aliases
|
|
2734
2740
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2735
|
-
// UserPlus aliases
|
|
2736
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2737
2741
|
// UserRoundKey aliases
|
|
2738
2742
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2743
|
+
// UserRoundPen aliases
|
|
2744
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2739
2745
|
// UserRoundSearch aliases
|
|
2740
2746
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2747
|
+
// UserPlus aliases
|
|
2748
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2741
2749
|
// UserSearch aliases
|
|
2742
2750
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2743
|
-
// UserRoundPen aliases
|
|
2744
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2745
2751
|
// UserStar aliases
|
|
2746
2752
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2747
|
-
// UserX aliases
|
|
2748
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2749
2753
|
// User aliases
|
|
2750
2754
|
export { default as UserIcon } from '../icons/user';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2755
|
+
// UserX aliases
|
|
2756
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2753
2757
|
// UtilityPole aliases
|
|
2754
2758
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2759
|
+
// Users aliases
|
|
2760
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2755
2761
|
// Van aliases
|
|
2756
2762
|
export { default as VanIcon } from '../icons/van';
|
|
2757
2763
|
// Variable aliases
|
|
@@ -2762,18 +2768,18 @@ export { default as VaultIcon } from '../icons/vault';
|
|
|
2762
2768
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2763
2769
|
// Vegan aliases
|
|
2764
2770
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2765
|
-
// VenetianMask aliases
|
|
2766
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2767
|
-
// Venus aliases
|
|
2768
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2769
2771
|
// VenusAndMars aliases
|
|
2770
2772
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2771
2773
|
// VibrateOff aliases
|
|
2772
2774
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2773
|
-
//
|
|
2774
|
-
export { default as
|
|
2775
|
+
// VenetianMask aliases
|
|
2776
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2777
|
+
// Venus aliases
|
|
2778
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2775
2779
|
// Vibrate aliases
|
|
2776
2780
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2781
|
+
// VideoOff aliases
|
|
2782
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2777
2783
|
// Video aliases
|
|
2778
2784
|
export { default as VideoIcon } from '../icons/video';
|
|
2779
2785
|
// Videotape aliases
|
|
@@ -2794,70 +2800,70 @@ export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
|
2794
2800
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2795
2801
|
// Volume aliases
|
|
2796
2802
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2797
|
-
// Vote aliases
|
|
2798
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2799
2803
|
// WalletCards aliases
|
|
2800
2804
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2805
|
+
// Vote aliases
|
|
2806
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2801
2807
|
// Wallet aliases
|
|
2802
2808
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2803
2809
|
// Wallpaper aliases
|
|
2804
2810
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2805
2811
|
// Wand aliases
|
|
2806
2812
|
export { default as WandIcon } from '../icons/wand';
|
|
2807
|
-
// Warehouse aliases
|
|
2808
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2809
|
-
// WashingMachine aliases
|
|
2810
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2811
2813
|
// Watch aliases
|
|
2812
2814
|
export { default as WatchIcon } from '../icons/watch';
|
|
2815
|
+
// WashingMachine aliases
|
|
2816
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2817
|
+
// Warehouse aliases
|
|
2818
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2813
2819
|
// WavesArrowDown aliases
|
|
2814
2820
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2815
2821
|
// WavesArrowUp aliases
|
|
2816
2822
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2817
2823
|
// WavesLadder aliases
|
|
2818
2824
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2819
|
-
// Waves aliases
|
|
2820
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2821
2825
|
// Waypoints aliases
|
|
2822
2826
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2827
|
+
// Waves aliases
|
|
2828
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2823
2829
|
// Webcam aliases
|
|
2824
2830
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2825
2831
|
// WebhookOff aliases
|
|
2826
2832
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2833
|
+
// WeightTilde aliases
|
|
2834
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2827
2835
|
// Webhook aliases
|
|
2828
2836
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2829
2837
|
// Weight aliases
|
|
2830
2838
|
export { default as WeightIcon } from '../icons/weight';
|
|
2831
|
-
// WeightTilde aliases
|
|
2832
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2833
2839
|
// WheatOff aliases
|
|
2834
2840
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2835
2841
|
// Wheat aliases
|
|
2836
2842
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2837
2843
|
// WholeWord aliases
|
|
2838
2844
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2839
|
-
// WifiHigh aliases
|
|
2840
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2841
2845
|
// WifiCog aliases
|
|
2842
2846
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2847
|
+
// WifiHigh aliases
|
|
2848
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2843
2849
|
// WifiLow aliases
|
|
2844
2850
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2845
|
-
// WifiOff aliases
|
|
2846
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2847
2851
|
// WifiPen aliases
|
|
2848
2852
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2853
|
+
// WifiOff aliases
|
|
2854
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2849
2855
|
// WifiSync aliases
|
|
2850
2856
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2851
|
-
// WifiZero aliases
|
|
2852
|
-
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2853
2857
|
// Wifi aliases
|
|
2854
2858
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2859
|
+
// WifiZero aliases
|
|
2860
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2855
2861
|
// WindArrowDown aliases
|
|
2856
2862
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2857
|
-
// WineOff aliases
|
|
2858
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2859
2863
|
// Wind aliases
|
|
2860
2864
|
export { default as WindIcon } from '../icons/wind';
|
|
2865
|
+
// WineOff aliases
|
|
2866
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2861
2867
|
// Wine aliases
|
|
2862
2868
|
export { default as WineIcon } from '../icons/wine';
|
|
2863
2869
|
// Workflow aliases
|
|
@@ -2866,16 +2872,16 @@ export { default as WorkflowIcon } from '../icons/workflow';
|
|
|
2866
2872
|
export { default as WormIcon } from '../icons/worm';
|
|
2867
2873
|
// Wrench aliases
|
|
2868
2874
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2869
|
-
// Youtube aliases
|
|
2870
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2871
2875
|
// X aliases
|
|
2872
2876
|
export { default as XIcon } from '../icons/x';
|
|
2877
|
+
// ZapOff aliases
|
|
2878
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
|
+
// Youtube aliases
|
|
2880
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2873
2881
|
// Zap aliases
|
|
2874
2882
|
export { default as ZapIcon } from '../icons/zap';
|
|
2875
2883
|
// ZoomIn aliases
|
|
2876
2884
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2877
|
-
// ZapOff aliases
|
|
2878
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2879
2885
|
// ZoomOut aliases
|
|
2880
2886
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2881
2887
|
// ArrowDown01 aliases
|
|
@@ -2970,42 +2976,48 @@ export {
|
|
|
2970
2976
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2971
2977
|
default as BetweenHorizonalStartIcon
|
|
2972
2978
|
} from '../icons/between-horizontal-start';
|
|
2973
|
-
// Braces aliases
|
|
2974
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2975
|
-
export {
|
|
2976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2977
|
-
default as CurlyBracesIcon
|
|
2978
|
-
} from '../icons/braces';
|
|
2979
2979
|
// BookDashed aliases
|
|
2980
2980
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2981
2981
|
export {
|
|
2982
2982
|
/** @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 */
|
|
2983
2983
|
default as BookTemplateIcon
|
|
2984
2984
|
} from '../icons/book-dashed';
|
|
2985
|
+
// Braces aliases
|
|
2986
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @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 */
|
|
2989
|
+
default as CurlyBracesIcon
|
|
2990
|
+
} from '../icons/braces';
|
|
2985
2991
|
// Captions aliases
|
|
2986
2992
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2987
2993
|
export {
|
|
2988
2994
|
/** @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 */
|
|
2989
2995
|
default as SubtitlesIcon
|
|
2990
2996
|
} from '../icons/captions';
|
|
2997
|
+
// ChartBarBig aliases
|
|
2998
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2999
|
+
export {
|
|
3000
|
+
/** @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 */
|
|
3001
|
+
default as BarChartHorizontalBigIcon
|
|
3002
|
+
} from '../icons/chart-bar-big';
|
|
2991
3003
|
// ChartArea aliases
|
|
2992
3004
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2993
3005
|
export {
|
|
2994
3006
|
/** @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 */
|
|
2995
3007
|
default as AreaChartIcon
|
|
2996
3008
|
} from '../icons/chart-area';
|
|
3009
|
+
// ChartCandlestick aliases
|
|
3010
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3011
|
+
export {
|
|
3012
|
+
/** @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 */
|
|
3013
|
+
default as CandlestickChartIcon
|
|
3014
|
+
} from '../icons/chart-candlestick';
|
|
2997
3015
|
// ChartBar aliases
|
|
2998
3016
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2999
3017
|
export {
|
|
3000
3018
|
/** @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 */
|
|
3001
3019
|
default as BarChartHorizontalIcon
|
|
3002
3020
|
} from '../icons/chart-bar';
|
|
3003
|
-
// ChartBarBig aliases
|
|
3004
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3005
|
-
export {
|
|
3006
|
-
/** @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 */
|
|
3007
|
-
default as BarChartHorizontalBigIcon
|
|
3008
|
-
} from '../icons/chart-bar-big';
|
|
3009
3021
|
// ChartColumnBig aliases
|
|
3010
3022
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3011
3023
|
export {
|
|
@@ -3018,54 +3030,48 @@ export {
|
|
|
3018
3030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3019
3031
|
default as BarChart4Icon
|
|
3020
3032
|
} from '../icons/chart-column-increasing';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3033
|
+
// ChartColumn aliases
|
|
3034
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3023
3035
|
export {
|
|
3024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3025
|
-
default as
|
|
3026
|
-
} from '../icons/chart-
|
|
3036
|
+
/** @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 */
|
|
3037
|
+
default as BarChart3Icon
|
|
3038
|
+
} from '../icons/chart-column';
|
|
3027
3039
|
// ChartLine aliases
|
|
3028
3040
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3029
3041
|
export {
|
|
3030
3042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3031
3043
|
default as LineChartIcon
|
|
3032
3044
|
} from '../icons/chart-line';
|
|
3033
|
-
//
|
|
3034
|
-
export { default as
|
|
3045
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
3046
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3035
3047
|
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3037
|
-
default as
|
|
3038
|
-
} from '../icons/chart-column';
|
|
3048
|
+
/** @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 */
|
|
3049
|
+
default as BarChartIcon
|
|
3050
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3039
3051
|
// ChartNoAxesColumn aliases
|
|
3040
3052
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3041
3053
|
export {
|
|
3042
3054
|
/** @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 */
|
|
3043
3055
|
default as BarChart2Icon
|
|
3044
3056
|
} from '../icons/chart-no-axes-column';
|
|
3045
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
3046
|
-
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3047
|
-
export {
|
|
3048
|
-
/** @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 */
|
|
3049
|
-
default as BarChartIcon
|
|
3050
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
3051
3057
|
// ChartNoAxesGantt aliases
|
|
3052
3058
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3053
3059
|
export {
|
|
3054
3060
|
/** @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 */
|
|
3055
3061
|
default as GanttChartIcon
|
|
3056
3062
|
} from '../icons/chart-no-axes-gantt';
|
|
3057
|
-
// ChartScatter aliases
|
|
3058
|
-
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3059
|
-
export {
|
|
3060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3061
|
-
default as ScatterChartIcon
|
|
3062
|
-
} from '../icons/chart-scatter';
|
|
3063
3063
|
// ChartPie aliases
|
|
3064
3064
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3065
3065
|
export {
|
|
3066
3066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3067
3067
|
default as PieChartIcon
|
|
3068
3068
|
} from '../icons/chart-pie';
|
|
3069
|
+
// ChartScatter aliases
|
|
3070
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3071
|
+
export {
|
|
3072
|
+
/** @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 */
|
|
3073
|
+
default as ScatterChartIcon
|
|
3074
|
+
} from '../icons/chart-scatter';
|
|
3069
3075
|
// Chromium aliases
|
|
3070
3076
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3071
3077
|
export {
|
|
@@ -3096,12 +3102,6 @@ export {
|
|
|
3096
3102
|
/** @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 */
|
|
3097
3103
|
default as ArrowDownLeftFromCircleIcon
|
|
3098
3104
|
} from '../icons/circle-arrow-out-down-left';
|
|
3099
|
-
// CircleArrowOutUpLeft aliases
|
|
3100
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3101
|
-
export {
|
|
3102
|
-
/** @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 */
|
|
3103
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3104
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3105
3105
|
// CircleArrowOutDownRight aliases
|
|
3106
3106
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3107
3107
|
export {
|
|
@@ -3114,36 +3114,42 @@ export {
|
|
|
3114
3114
|
/** @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 */
|
|
3115
3115
|
default as ArrowUpRightFromCircleIcon
|
|
3116
3116
|
} from '../icons/circle-arrow-out-up-right';
|
|
3117
|
+
// CircleArrowOutUpLeft aliases
|
|
3118
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3119
|
+
export {
|
|
3120
|
+
/** @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 */
|
|
3121
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3122
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3117
3123
|
// CircleArrowRight aliases
|
|
3118
3124
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3119
3125
|
export {
|
|
3120
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3121
3127
|
default as ArrowRightCircleIcon
|
|
3122
3128
|
} from '../icons/circle-arrow-right';
|
|
3123
|
-
// CircleArrowUp aliases
|
|
3124
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3125
|
-
export {
|
|
3126
|
-
/** @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 */
|
|
3127
|
-
default as ArrowUpCircleIcon
|
|
3128
|
-
} from '../icons/circle-arrow-up';
|
|
3129
3129
|
// CircleCheckBig aliases
|
|
3130
3130
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3131
3131
|
export {
|
|
3132
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3133
3133
|
default as CheckCircleIcon
|
|
3134
3134
|
} from '../icons/circle-check-big';
|
|
3135
|
-
//
|
|
3136
|
-
export { default as
|
|
3135
|
+
// CircleArrowUp aliases
|
|
3136
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3137
3137
|
export {
|
|
3138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3139
|
-
default as
|
|
3140
|
-
} from '../icons/circle-
|
|
3138
|
+
/** @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 */
|
|
3139
|
+
default as ArrowUpCircleIcon
|
|
3140
|
+
} from '../icons/circle-arrow-up';
|
|
3141
3141
|
// CircleChevronDown aliases
|
|
3142
3142
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3143
3143
|
export {
|
|
3144
3144
|
/** @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 */
|
|
3145
3145
|
default as ChevronDownCircleIcon
|
|
3146
3146
|
} from '../icons/circle-chevron-down';
|
|
3147
|
+
// CircleCheck aliases
|
|
3148
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3149
|
+
export {
|
|
3150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3151
|
+
default as CheckCircle2Icon
|
|
3152
|
+
} from '../icons/circle-check';
|
|
3147
3153
|
// CircleChevronLeft aliases
|
|
3148
3154
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3149
3155
|
export {
|
|
@@ -3192,18 +3198,18 @@ export {
|
|
|
3192
3198
|
/** @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 */
|
|
3193
3199
|
default as ParkingCircleIcon
|
|
3194
3200
|
} from '../icons/circle-parking';
|
|
3195
|
-
// CirclePercent aliases
|
|
3196
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3197
|
-
export {
|
|
3198
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3199
|
-
default as PercentCircleIcon
|
|
3200
|
-
} from '../icons/circle-percent';
|
|
3201
3201
|
// CirclePause aliases
|
|
3202
3202
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3203
3203
|
export {
|
|
3204
3204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3205
3205
|
default as PauseCircleIcon
|
|
3206
3206
|
} from '../icons/circle-pause';
|
|
3207
|
+
// CirclePercent aliases
|
|
3208
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3209
|
+
export {
|
|
3210
|
+
/** @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 */
|
|
3211
|
+
default as PercentCircleIcon
|
|
3212
|
+
} from '../icons/circle-percent';
|
|
3207
3213
|
// CirclePlay aliases
|
|
3208
3214
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3209
3215
|
export {
|
|
@@ -3268,18 +3274,24 @@ export {
|
|
|
3268
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3269
3275
|
default as ClipboardSignatureIcon
|
|
3270
3276
|
} from '../icons/clipboard-pen-line';
|
|
3277
|
+
// ClipboardPen aliases
|
|
3278
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3279
|
+
export {
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3281
|
+
default as ClipboardEditIcon
|
|
3282
|
+
} from '../icons/clipboard-pen';
|
|
3271
3283
|
// CloudDownload aliases
|
|
3272
3284
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3273
3285
|
export {
|
|
3274
3286
|
/** @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 */
|
|
3275
3287
|
default as DownloadCloudIcon
|
|
3276
3288
|
} from '../icons/cloud-download';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3289
|
+
// Columns2 aliases
|
|
3290
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3279
3291
|
export {
|
|
3280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3281
|
-
default as
|
|
3282
|
-
} from '../icons/
|
|
3292
|
+
/** @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 */
|
|
3293
|
+
default as ColumnsIcon
|
|
3294
|
+
} from '../icons/columns-2';
|
|
3283
3295
|
// CloudUpload aliases
|
|
3284
3296
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3285
3297
|
export {
|
|
@@ -3292,12 +3304,6 @@ export {
|
|
|
3292
3304
|
/** @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 */
|
|
3293
3305
|
default as Code2Icon
|
|
3294
3306
|
} from '../icons/code-xml';
|
|
3295
|
-
// Columns2 aliases
|
|
3296
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3297
|
-
export {
|
|
3298
|
-
/** @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 */
|
|
3299
|
-
default as ColumnsIcon
|
|
3300
|
-
} from '../icons/columns-2';
|
|
3301
3307
|
// Columns3Cog aliases
|
|
3302
3308
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3303
3309
|
export {
|
|
@@ -3332,6 +3338,12 @@ export {
|
|
|
3332
3338
|
/** @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 */
|
|
3333
3339
|
default as Globe2Icon
|
|
3334
3340
|
} from '../icons/earth';
|
|
3341
|
+
// FileAxis3d aliases
|
|
3342
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3343
|
+
export {
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3345
|
+
default as FileAxis3DIcon
|
|
3346
|
+
} from '../icons/file-axis-3d';
|
|
3335
3347
|
// EllipsisVertical aliases
|
|
3336
3348
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3337
3349
|
export {
|
|
@@ -3350,36 +3362,30 @@ export {
|
|
|
3350
3362
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3351
3363
|
default as FileBadge2Icon
|
|
3352
3364
|
} from '../icons/file-badge';
|
|
3353
|
-
//
|
|
3354
|
-
export { default as
|
|
3365
|
+
// FileBracesCorner aliases
|
|
3366
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3355
3367
|
export {
|
|
3356
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3357
|
-
default as
|
|
3358
|
-
} from '../icons/file-
|
|
3368
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as FileJson2Icon
|
|
3370
|
+
} from '../icons/file-braces-corner';
|
|
3359
3371
|
// FileBraces aliases
|
|
3360
3372
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3361
3373
|
export {
|
|
3362
3374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3363
3375
|
default as FileJsonIcon
|
|
3364
3376
|
} from '../icons/file-braces';
|
|
3365
|
-
//
|
|
3366
|
-
export { default as
|
|
3377
|
+
// FileChartColumnIncreasing aliases
|
|
3378
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3367
3379
|
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3369
|
-
default as
|
|
3370
|
-
} from '../icons/file-
|
|
3380
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3381
|
+
default as FileBarChartIcon
|
|
3382
|
+
} from '../icons/file-chart-column-increasing';
|
|
3371
3383
|
// FileChartColumn aliases
|
|
3372
3384
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3373
3385
|
export {
|
|
3374
3386
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3375
3387
|
default as FileBarChart2Icon
|
|
3376
3388
|
} from '../icons/file-chart-column';
|
|
3377
|
-
// FileChartColumnIncreasing aliases
|
|
3378
|
-
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3379
|
-
export {
|
|
3380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3381
|
-
default as FileBarChartIcon
|
|
3382
|
-
} from '../icons/file-chart-column-increasing';
|
|
3383
3389
|
// FileChartLine aliases
|
|
3384
3390
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3385
3391
|
export {
|
|
@@ -3404,18 +3410,18 @@ export {
|
|
|
3404
3410
|
/** @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 */
|
|
3405
3411
|
default as FileCode2Icon
|
|
3406
3412
|
} from '../icons/file-code-corner';
|
|
3407
|
-
// FileExclamationPoint aliases
|
|
3408
|
-
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as FileWarningIcon
|
|
3412
|
-
} from '../icons/file-exclamation-point';
|
|
3413
3413
|
// FileCog aliases
|
|
3414
3414
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3415
3415
|
export {
|
|
3416
3416
|
/** @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 */
|
|
3417
3417
|
default as FileCog2Icon
|
|
3418
3418
|
} from '../icons/file-cog';
|
|
3419
|
+
// FileExclamationPoint aliases
|
|
3420
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as FileWarningIcon
|
|
3424
|
+
} from '../icons/file-exclamation-point';
|
|
3419
3425
|
// FileHeadphone aliases
|
|
3420
3426
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3421
3427
|
export {
|
|
@@ -3450,18 +3456,18 @@ export {
|
|
|
3450
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3451
3457
|
default as FileEditIcon
|
|
3452
3458
|
} from '../icons/file-pen';
|
|
3453
|
-
// FilePenLine aliases
|
|
3454
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3455
|
-
export {
|
|
3456
|
-
/** @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 */
|
|
3457
|
-
default as FileSignatureIcon
|
|
3458
|
-
} from '../icons/file-pen-line';
|
|
3459
3459
|
// FilePlay aliases
|
|
3460
3460
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3461
3461
|
export {
|
|
3462
3462
|
/** @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 */
|
|
3463
3463
|
default as FileVideoIcon
|
|
3464
3464
|
} from '../icons/file-play';
|
|
3465
|
+
// FilePenLine aliases
|
|
3466
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @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 */
|
|
3469
|
+
default as FileSignatureIcon
|
|
3470
|
+
} from '../icons/file-pen-line';
|
|
3465
3471
|
// FilePlusCorner aliases
|
|
3466
3472
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3467
3473
|
export {
|
|
@@ -3474,30 +3480,30 @@ export {
|
|
|
3474
3480
|
/** @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 */
|
|
3475
3481
|
default as FileSearch2Icon
|
|
3476
3482
|
} from '../icons/file-search-corner';
|
|
3477
|
-
// FileSignal aliases
|
|
3478
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3479
|
-
export {
|
|
3480
|
-
/** @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 */
|
|
3481
|
-
default as FileVolume2Icon
|
|
3482
|
-
} from '../icons/file-signal';
|
|
3483
3483
|
// FileQuestionMark aliases
|
|
3484
3484
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3485
3485
|
export {
|
|
3486
3486
|
/** @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 */
|
|
3487
3487
|
default as FileQuestionIcon
|
|
3488
3488
|
} from '../icons/file-question-mark';
|
|
3489
|
-
//
|
|
3490
|
-
export { default as
|
|
3489
|
+
// FileSignal aliases
|
|
3490
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3491
3491
|
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3493
|
-
default as
|
|
3494
|
-
} from '../icons/file-
|
|
3492
|
+
/** @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 */
|
|
3493
|
+
default as FileVolume2Icon
|
|
3494
|
+
} from '../icons/file-signal';
|
|
3495
3495
|
// FileTypeCorner aliases
|
|
3496
3496
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3497
3497
|
export {
|
|
3498
3498
|
/** @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 */
|
|
3499
3499
|
default as FileType2Icon
|
|
3500
3500
|
} from '../icons/file-type-corner';
|
|
3501
|
+
// FileVideoCamera aliases
|
|
3502
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3503
|
+
export {
|
|
3504
|
+
/** @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 */
|
|
3505
|
+
default as FileVideo2Icon
|
|
3506
|
+
} from '../icons/file-video-camera';
|
|
3501
3507
|
// FileXCorner aliases
|
|
3502
3508
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3503
3509
|
export {
|
|
@@ -3540,18 +3546,18 @@ export {
|
|
|
3540
3546
|
/** @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 */
|
|
3541
3547
|
default as GitCommitIcon
|
|
3542
3548
|
} from '../icons/git-commit-horizontal';
|
|
3543
|
-
// Grid2x2Plus aliases
|
|
3544
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3547
|
-
default as Grid2X2PlusIcon
|
|
3548
|
-
} from '../icons/grid-2x2-plus';
|
|
3549
3549
|
// Grid2x2Check aliases
|
|
3550
3550
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3551
3551
|
export {
|
|
3552
3552
|
/** @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 */
|
|
3553
3553
|
default as Grid2X2CheckIcon
|
|
3554
3554
|
} from '../icons/grid-2x2-check';
|
|
3555
|
+
// Grid2x2Plus aliases
|
|
3556
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3557
|
+
export {
|
|
3558
|
+
/** @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 */
|
|
3559
|
+
default as Grid2X2PlusIcon
|
|
3560
|
+
} from '../icons/grid-2x2-plus';
|
|
3555
3561
|
// Grid2x2X aliases
|
|
3556
3562
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3557
3563
|
export {
|
|
@@ -3586,12 +3592,6 @@ export {
|
|
|
3586
3592
|
/** @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 */
|
|
3587
3593
|
default as HelpingHandIcon
|
|
3588
3594
|
} from '../icons/hand-helping';
|
|
3589
|
-
// IceCreamBowl aliases
|
|
3590
|
-
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3591
|
-
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3593
|
-
default as IceCream2Icon
|
|
3594
|
-
} from '../icons/ice-cream-bowl';
|
|
3595
3595
|
// House aliases
|
|
3596
3596
|
export { default as HouseIcon } from '../icons/house';
|
|
3597
3597
|
export {
|
|
@@ -3604,18 +3604,34 @@ export {
|
|
|
3604
3604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3605
3605
|
default as IceCreamIcon
|
|
3606
3606
|
} from '../icons/ice-cream-cone';
|
|
3607
|
-
//
|
|
3608
|
-
export { default as
|
|
3607
|
+
// IceCreamBowl aliases
|
|
3608
|
+
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3609
3609
|
export {
|
|
3610
|
-
/** @deprecated The icon was
|
|
3611
|
-
default as
|
|
3612
|
-
} from '../icons/
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as IceCream2Icon
|
|
3612
|
+
} from '../icons/ice-cream-bowl';
|
|
3613
3613
|
// LaptopMinimal aliases
|
|
3614
3614
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3615
3615
|
export {
|
|
3616
3616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3617
3617
|
default as Laptop2Icon
|
|
3618
3618
|
} from '../icons/laptop-minimal';
|
|
3619
|
+
// Layers aliases
|
|
3620
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3621
|
+
export {
|
|
3622
|
+
/** @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 */
|
|
3623
|
+
default as Layers3Icon
|
|
3624
|
+
} from '../icons/layers';
|
|
3625
|
+
// ListIndentDecrease aliases
|
|
3626
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3627
|
+
export {
|
|
3628
|
+
/** @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 */
|
|
3629
|
+
default as OutdentIcon
|
|
3630
|
+
} from '../icons/list-indent-decrease';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @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 */
|
|
3633
|
+
default as IndentDecreaseIcon
|
|
3634
|
+
} from '../icons/list-indent-decrease';
|
|
3619
3635
|
// ListIndentIncrease aliases
|
|
3620
3636
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3621
3637
|
export {
|
|
@@ -3632,52 +3648,42 @@ export {
|
|
|
3632
3648
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
3633
3649
|
default as Loader2Icon
|
|
3634
3650
|
} from '../icons/loader-circle';
|
|
3635
|
-
//
|
|
3636
|
-
export { default as
|
|
3651
|
+
// LockKeyholeOpen aliases
|
|
3652
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3637
3653
|
export {
|
|
3638
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3639
|
-
default as
|
|
3640
|
-
} from '../icons/
|
|
3654
|
+
/** @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 */
|
|
3655
|
+
default as UnlockKeyholeIcon
|
|
3656
|
+
} from '../icons/lock-keyhole-open';
|
|
3657
|
+
// MapPinPen aliases
|
|
3658
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3641
3659
|
export {
|
|
3642
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3643
|
-
default as
|
|
3644
|
-
} from '../icons/
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3661
|
+
default as LocationEditIcon
|
|
3662
|
+
} from '../icons/map-pin-pen';
|
|
3645
3663
|
// LockOpen aliases
|
|
3646
3664
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3647
3665
|
export {
|
|
3648
3666
|
/** @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 */
|
|
3649
3667
|
default as UnlockIcon
|
|
3650
3668
|
} from '../icons/lock-open';
|
|
3651
|
-
// LockKeyholeOpen aliases
|
|
3652
|
-
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3653
|
-
export {
|
|
3654
|
-
/** @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 */
|
|
3655
|
-
default as UnlockKeyholeIcon
|
|
3656
|
-
} from '../icons/lock-keyhole-open';
|
|
3657
3669
|
// MailQuestionMark aliases
|
|
3658
3670
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3659
3671
|
export {
|
|
3660
3672
|
/** @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 */
|
|
3661
3673
|
default as MailQuestionIcon
|
|
3662
3674
|
} from '../icons/mail-question-mark';
|
|
3663
|
-
//
|
|
3664
|
-
export { default as
|
|
3675
|
+
// MessageCircleQuestionMark aliases
|
|
3676
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3665
3677
|
export {
|
|
3666
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3667
|
-
default as
|
|
3668
|
-
} from '../icons/
|
|
3678
|
+
/** @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 */
|
|
3679
|
+
default as MessageCircleQuestionIcon
|
|
3680
|
+
} from '../icons/message-circle-question-mark';
|
|
3669
3681
|
// MicVocal aliases
|
|
3670
3682
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3671
3683
|
export {
|
|
3672
3684
|
/** @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 */
|
|
3673
3685
|
default as Mic2Icon
|
|
3674
3686
|
} from '../icons/mic-vocal';
|
|
3675
|
-
// MessageCircleQuestionMark aliases
|
|
3676
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3677
|
-
export {
|
|
3678
|
-
/** @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 */
|
|
3679
|
-
default as MessageCircleQuestionIcon
|
|
3680
|
-
} from '../icons/message-circle-question-mark';
|
|
3681
3687
|
// Move3d aliases
|
|
3682
3688
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3683
3689
|
export {
|
|
@@ -3708,18 +3714,18 @@ export {
|
|
|
3708
3714
|
/** @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 */
|
|
3709
3715
|
default as Paintbrush2Icon
|
|
3710
3716
|
} from '../icons/paintbrush-vertical';
|
|
3711
|
-
// PanelLeftClose aliases
|
|
3712
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3713
|
-
export {
|
|
3714
|
-
/** @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 */
|
|
3715
|
-
default as SidebarCloseIcon
|
|
3716
|
-
} from '../icons/panel-left-close';
|
|
3717
3717
|
// PanelBottomDashed aliases
|
|
3718
3718
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3719
3719
|
export {
|
|
3720
3720
|
/** @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 */
|
|
3721
3721
|
default as PanelBottomInactiveIcon
|
|
3722
3722
|
} from '../icons/panel-bottom-dashed';
|
|
3723
|
+
// PanelLeftClose aliases
|
|
3724
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3725
|
+
export {
|
|
3726
|
+
/** @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 */
|
|
3727
|
+
default as SidebarCloseIcon
|
|
3728
|
+
} from '../icons/panel-left-close';
|
|
3723
3729
|
// PanelLeftDashed aliases
|
|
3724
3730
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3725
3731
|
export {
|
|
@@ -3750,12 +3756,6 @@ export {
|
|
|
3750
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3751
3757
|
default as PanelTopInactiveIcon
|
|
3752
3758
|
} from '../icons/panel-top-dashed';
|
|
3753
|
-
// Pen aliases
|
|
3754
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3755
|
-
export {
|
|
3756
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3757
|
-
default as Edit2Icon
|
|
3758
|
-
} from '../icons/pen';
|
|
3759
3759
|
// PanelsTopLeft aliases
|
|
3760
3760
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3761
3761
|
export {
|
|
@@ -3768,24 +3768,24 @@ export {
|
|
|
3768
3768
|
/** @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 */
|
|
3769
3769
|
default as Edit3Icon
|
|
3770
3770
|
} from '../icons/pen-line';
|
|
3771
|
-
// PlugZap aliases
|
|
3772
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3773
|
-
export {
|
|
3774
|
-
/** @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 */
|
|
3775
|
-
default as PlugZap2Icon
|
|
3776
|
-
} from '../icons/plug-zap';
|
|
3777
3771
|
// RectangleEllipsis aliases
|
|
3778
3772
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3779
3773
|
export {
|
|
3780
3774
|
/** @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 */
|
|
3781
3775
|
default as FormInputIcon
|
|
3782
3776
|
} from '../icons/rectangle-ellipsis';
|
|
3783
|
-
//
|
|
3784
|
-
export { default as
|
|
3777
|
+
// Pen aliases
|
|
3778
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3785
3779
|
export {
|
|
3786
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3787
|
-
default as
|
|
3788
|
-
} from '../icons/
|
|
3780
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3781
|
+
default as Edit2Icon
|
|
3782
|
+
} from '../icons/pen';
|
|
3783
|
+
// PlugZap aliases
|
|
3784
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @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 */
|
|
3787
|
+
default as PlugZap2Icon
|
|
3788
|
+
} from '../icons/plug-zap';
|
|
3789
3789
|
// Rows2 aliases
|
|
3790
3790
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3791
3791
|
export {
|
|
@@ -3804,6 +3804,12 @@ export {
|
|
|
3804
3804
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3805
3805
|
default as Scale3DIcon
|
|
3806
3806
|
} from '../icons/scale-3d';
|
|
3807
|
+
// Rotate3d aliases
|
|
3808
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3809
|
+
export {
|
|
3810
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3811
|
+
default as Rotate3DIcon
|
|
3812
|
+
} from '../icons/rotate-3d';
|
|
3807
3813
|
// SendHorizontal aliases
|
|
3808
3814
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3809
3815
|
export {
|
|
@@ -3840,12 +3846,6 @@ export {
|
|
|
3840
3846
|
/** @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 */
|
|
3841
3847
|
default as ActivitySquareIcon
|
|
3842
3848
|
} from '../icons/square-activity';
|
|
3843
|
-
// SquareArrowDownRight aliases
|
|
3844
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3845
|
-
export {
|
|
3846
|
-
/** @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 */
|
|
3847
|
-
default as ArrowDownRightSquareIcon
|
|
3848
|
-
} from '../icons/square-arrow-down-right';
|
|
3849
3849
|
// SquareArrowDownLeft aliases
|
|
3850
3850
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3851
3851
|
export {
|
|
@@ -3858,6 +3858,12 @@ export {
|
|
|
3858
3858
|
/** @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 */
|
|
3859
3859
|
default as ArrowDownSquareIcon
|
|
3860
3860
|
} from '../icons/square-arrow-down';
|
|
3861
|
+
// SquareArrowDownRight aliases
|
|
3862
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3863
|
+
export {
|
|
3864
|
+
/** @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 */
|
|
3865
|
+
default as ArrowDownRightSquareIcon
|
|
3866
|
+
} from '../icons/square-arrow-down-right';
|
|
3861
3867
|
// SquareArrowLeft aliases
|
|
3862
3868
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3863
3869
|
export {
|
|
@@ -3870,30 +3876,30 @@ export {
|
|
|
3870
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3871
3877
|
default as ArrowDownLeftFromSquareIcon
|
|
3872
3878
|
} from '../icons/square-arrow-out-down-left';
|
|
3873
|
-
// SquareArrowOutUpLeft aliases
|
|
3874
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3875
|
-
export {
|
|
3876
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3877
|
-
default as ArrowUpLeftFromSquareIcon
|
|
3878
|
-
} from '../icons/square-arrow-out-up-left';
|
|
3879
3879
|
// SquareArrowOutDownRight aliases
|
|
3880
3880
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3881
3881
|
export {
|
|
3882
3882
|
/** @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 */
|
|
3883
3883
|
default as ArrowDownRightFromSquareIcon
|
|
3884
3884
|
} from '../icons/square-arrow-out-down-right';
|
|
3885
|
-
//
|
|
3886
|
-
export { default as
|
|
3885
|
+
// SquareArrowOutUpLeft aliases
|
|
3886
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3887
3887
|
export {
|
|
3888
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3889
|
-
default as
|
|
3890
|
-
} from '../icons/square-arrow-out-up-
|
|
3888
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3889
|
+
default as ArrowUpLeftFromSquareIcon
|
|
3890
|
+
} from '../icons/square-arrow-out-up-left';
|
|
3891
3891
|
// SquareArrowRight aliases
|
|
3892
3892
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3893
3893
|
export {
|
|
3894
3894
|
/** @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 */
|
|
3895
3895
|
default as ArrowRightSquareIcon
|
|
3896
3896
|
} from '../icons/square-arrow-right';
|
|
3897
|
+
// SquareArrowOutUpRight aliases
|
|
3898
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3899
|
+
export {
|
|
3900
|
+
/** @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 */
|
|
3901
|
+
default as ArrowUpRightFromSquareIcon
|
|
3902
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3897
3903
|
// SquareArrowUpLeft aliases
|
|
3898
3904
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3899
3905
|
export {
|
|
@@ -3924,6 +3930,12 @@ export {
|
|
|
3924
3930
|
/** @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 */
|
|
3925
3931
|
default as ScissorsSquareDashedBottomIcon
|
|
3926
3932
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3933
|
+
// SquareCheck aliases
|
|
3934
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3935
|
+
export {
|
|
3936
|
+
/** @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 */
|
|
3937
|
+
default as CheckSquare2Icon
|
|
3938
|
+
} from '../icons/square-check';
|
|
3927
3939
|
// SquareChartGantt aliases
|
|
3928
3940
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3929
3941
|
export {
|
|
@@ -3940,30 +3952,18 @@ export {
|
|
|
3940
3952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3941
3953
|
default as CheckSquareIcon
|
|
3942
3954
|
} from '../icons/square-check-big';
|
|
3943
|
-
// SquareCheck aliases
|
|
3944
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3945
|
-
export {
|
|
3946
|
-
/** @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 */
|
|
3947
|
-
default as CheckSquare2Icon
|
|
3948
|
-
} from '../icons/square-check';
|
|
3949
|
-
// SquareChevronLeft aliases
|
|
3950
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3951
|
-
export {
|
|
3952
|
-
/** @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 */
|
|
3953
|
-
default as ChevronLeftSquareIcon
|
|
3954
|
-
} from '../icons/square-chevron-left';
|
|
3955
3955
|
// SquareChevronDown aliases
|
|
3956
3956
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3957
3957
|
export {
|
|
3958
3958
|
/** @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 */
|
|
3959
3959
|
default as ChevronDownSquareIcon
|
|
3960
3960
|
} from '../icons/square-chevron-down';
|
|
3961
|
-
//
|
|
3962
|
-
export { default as
|
|
3961
|
+
// SquareChevronLeft aliases
|
|
3962
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3963
3963
|
export {
|
|
3964
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3965
|
-
default as
|
|
3966
|
-
} from '../icons/square-chevron-
|
|
3964
|
+
/** @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 */
|
|
3965
|
+
default as ChevronLeftSquareIcon
|
|
3966
|
+
} from '../icons/square-chevron-left';
|
|
3967
3967
|
// SquareChevronUp aliases
|
|
3968
3968
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3969
3969
|
export {
|
|
@@ -3976,6 +3976,12 @@ export {
|
|
|
3976
3976
|
/** @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 */
|
|
3977
3977
|
default as CodeSquareIcon
|
|
3978
3978
|
} from '../icons/square-code';
|
|
3979
|
+
// SquareChevronRight aliases
|
|
3980
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @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 */
|
|
3983
|
+
default as ChevronRightSquareIcon
|
|
3984
|
+
} from '../icons/square-chevron-right';
|
|
3979
3985
|
// SquareDashedKanban aliases
|
|
3980
3986
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3981
3987
|
export {
|
|
@@ -4006,42 +4012,48 @@ export {
|
|
|
4006
4012
|
/** @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 */
|
|
4007
4013
|
default as DotSquareIcon
|
|
4008
4014
|
} from '../icons/square-dot';
|
|
4015
|
+
// SquareFunction aliases
|
|
4016
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as FunctionSquareIcon
|
|
4020
|
+
} from '../icons/square-function';
|
|
4009
4021
|
// SquareEqual aliases
|
|
4010
4022
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4011
4023
|
export {
|
|
4012
4024
|
/** @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 */
|
|
4013
4025
|
default as EqualSquareIcon
|
|
4014
4026
|
} from '../icons/square-equal';
|
|
4015
|
-
//
|
|
4016
|
-
export { default as
|
|
4027
|
+
// SquareKanban aliases
|
|
4028
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4017
4029
|
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4019
|
-
default as
|
|
4020
|
-
} from '../icons/square-
|
|
4030
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
4031
|
+
default as KanbanSquareIcon
|
|
4032
|
+
} from '../icons/square-kanban';
|
|
4021
4033
|
// SquareLibrary aliases
|
|
4022
4034
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4023
4035
|
export {
|
|
4024
4036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
4025
4037
|
default as LibrarySquareIcon
|
|
4026
4038
|
} from '../icons/square-library';
|
|
4027
|
-
//
|
|
4028
|
-
export { default as
|
|
4039
|
+
// SquareM aliases
|
|
4040
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4029
4041
|
export {
|
|
4030
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4031
|
-
default as
|
|
4032
|
-
} from '../icons/square-
|
|
4042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
4043
|
+
default as MSquareIcon
|
|
4044
|
+
} from '../icons/square-m';
|
|
4033
4045
|
// SquareMinus aliases
|
|
4034
4046
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4035
4047
|
export {
|
|
4036
4048
|
/** @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 */
|
|
4037
4049
|
default as MinusSquareIcon
|
|
4038
4050
|
} from '../icons/square-minus';
|
|
4039
|
-
//
|
|
4040
|
-
export { default as
|
|
4051
|
+
// SquareParkingOff aliases
|
|
4052
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4041
4053
|
export {
|
|
4042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4043
|
-
default as
|
|
4044
|
-
} from '../icons/square-
|
|
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';
|
|
4045
4057
|
// SquareMenu aliases
|
|
4046
4058
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4047
4059
|
export {
|
|
@@ -4054,12 +4066,12 @@ export {
|
|
|
4054
4066
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4055
4067
|
default as InspectIcon
|
|
4056
4068
|
} from '../icons/square-mouse-pointer';
|
|
4057
|
-
//
|
|
4058
|
-
export { default as
|
|
4069
|
+
// SquareParking aliases
|
|
4070
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4059
4071
|
export {
|
|
4060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4061
|
-
default as
|
|
4062
|
-
} from '../icons/square-parking
|
|
4072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4073
|
+
default as ParkingSquareIcon
|
|
4074
|
+
} from '../icons/square-parking';
|
|
4063
4075
|
// SquarePen aliases
|
|
4064
4076
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4065
4077
|
export {
|
|
@@ -4074,24 +4086,18 @@ export {
|
|
|
4074
4086
|
/** @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 */
|
|
4075
4087
|
default as PenSquareIcon
|
|
4076
4088
|
} from '../icons/square-pen';
|
|
4077
|
-
//
|
|
4078
|
-
export { default as
|
|
4089
|
+
// SquarePi aliases
|
|
4090
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4079
4091
|
export {
|
|
4080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4081
|
-
default as
|
|
4082
|
-
} from '../icons/square-
|
|
4092
|
+
/** @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 */
|
|
4093
|
+
default as PiSquareIcon
|
|
4094
|
+
} from '../icons/square-pi';
|
|
4083
4095
|
// SquarePercent aliases
|
|
4084
4096
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4085
4097
|
export {
|
|
4086
4098
|
/** @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 */
|
|
4087
4099
|
default as PercentSquareIcon
|
|
4088
4100
|
} from '../icons/square-percent';
|
|
4089
|
-
// SquarePi aliases
|
|
4090
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4091
|
-
export {
|
|
4092
|
-
/** @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 */
|
|
4093
|
-
default as PiSquareIcon
|
|
4094
|
-
} from '../icons/square-pi';
|
|
4095
4101
|
// SquarePilcrow aliases
|
|
4096
4102
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4097
4103
|
export {
|
|
@@ -4122,18 +4128,18 @@ export {
|
|
|
4122
4128
|
/** @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 */
|
|
4123
4129
|
default as SigmaSquareIcon
|
|
4124
4130
|
} from '../icons/square-sigma';
|
|
4125
|
-
// SquareScissors aliases
|
|
4126
|
-
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4127
|
-
export {
|
|
4128
|
-
/** @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 */
|
|
4129
|
-
default as ScissorsSquareIcon
|
|
4130
|
-
} from '../icons/square-scissors';
|
|
4131
4131
|
// SquareSlash aliases
|
|
4132
4132
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4133
4133
|
export {
|
|
4134
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4135
4135
|
default as SlashSquareIcon
|
|
4136
4136
|
} from '../icons/square-slash';
|
|
4137
|
+
// SquareScissors aliases
|
|
4138
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4139
|
+
export {
|
|
4140
|
+
/** @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 */
|
|
4141
|
+
default as ScissorsSquareIcon
|
|
4142
|
+
} from '../icons/square-scissors';
|
|
4137
4143
|
// SquareSplitHorizontal aliases
|
|
4138
4144
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4139
4145
|
export {
|
|
@@ -4176,18 +4182,18 @@ export {
|
|
|
4176
4182
|
/** @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 */
|
|
4177
4183
|
default as TestTube2Icon
|
|
4178
4184
|
} from '../icons/test-tube-diagonal';
|
|
4179
|
-
// TextAlignCenter aliases
|
|
4180
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @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 */
|
|
4183
|
-
default as AlignCenterIcon
|
|
4184
|
-
} from '../icons/text-align-center';
|
|
4185
4185
|
// TextAlignEnd aliases
|
|
4186
4186
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4187
4187
|
export {
|
|
4188
4188
|
/** @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 */
|
|
4189
4189
|
default as AlignRightIcon
|
|
4190
4190
|
} from '../icons/text-align-end';
|
|
4191
|
+
// TextAlignCenter aliases
|
|
4192
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @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 */
|
|
4195
|
+
default as AlignCenterIcon
|
|
4196
|
+
} from '../icons/text-align-center';
|
|
4191
4197
|
// TextAlignJustify aliases
|
|
4192
4198
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4193
4199
|
export {
|
|
@@ -4216,18 +4222,18 @@ export {
|
|
|
4216
4222
|
/** @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 */
|
|
4217
4223
|
default as TextSelectionIcon
|
|
4218
4224
|
} from '../icons/text-select';
|
|
4219
|
-
// TramFront aliases
|
|
4220
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4221
|
-
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4223
|
-
default as TrainIcon
|
|
4224
|
-
} from '../icons/tram-front';
|
|
4225
4225
|
// TextWrap aliases
|
|
4226
4226
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4227
4227
|
export {
|
|
4228
4228
|
/** @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 */
|
|
4229
4229
|
default as WrapTextIcon
|
|
4230
4230
|
} from '../icons/text-wrap';
|
|
4231
|
+
// TramFront aliases
|
|
4232
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4233
|
+
export {
|
|
4234
|
+
/** @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 */
|
|
4235
|
+
default as TrainIcon
|
|
4236
|
+
} from '../icons/tram-front';
|
|
4231
4237
|
// TreePalm aliases
|
|
4232
4238
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4233
4239
|
export {
|
|
@@ -4276,18 +4282,18 @@ export {
|
|
|
4276
4282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4277
4283
|
default as UserPlus2Icon
|
|
4278
4284
|
} from '../icons/user-round-plus';
|
|
4279
|
-
// UserRoundX aliases
|
|
4280
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4281
|
-
export {
|
|
4282
|
-
/** @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 */
|
|
4283
|
-
default as UserX2Icon
|
|
4284
|
-
} from '../icons/user-round-x';
|
|
4285
4285
|
// UserRound aliases
|
|
4286
4286
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4287
4287
|
export {
|
|
4288
4288
|
/** @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 */
|
|
4289
4289
|
default as User2Icon
|
|
4290
4290
|
} from '../icons/user-round';
|
|
4291
|
+
// UserRoundX aliases
|
|
4292
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4293
|
+
export {
|
|
4294
|
+
/** @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 */
|
|
4295
|
+
default as UserX2Icon
|
|
4296
|
+
} from '../icons/user-round-x';
|
|
4291
4297
|
// UsersRound aliases
|
|
4292
4298
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4293
4299
|
export {
|