@lucide/astro 1.33.0 → 1.34.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 +120 -120
- package/src/aliases/prefixed.ts +653 -651
- package/src/aliases/suffixed.ts +970 -968
- package/src/icons/index.ts +206 -205
- package/src/icons/mail-clock.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// Accessibility aliases
|
|
6
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
5
|
// ALargeSmall aliases
|
|
8
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// Ad aliases
|
|
@@ -14,44 +14,44 @@ export { default as AdIcon } from '../icons/ad';
|
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
21
|
// Album aliases
|
|
24
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
27
|
// AlignCenterVertical aliases
|
|
26
28
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
29
|
// AlignEndHorizontal aliases
|
|
28
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
// AlignCenterHorizontal aliases
|
|
30
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
35
|
// AlignHorizontalJustifyCenter aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
+
// AlignHorizontalDistributeCenter aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
39
|
// AlignHorizontalDistributeStart aliases
|
|
40
40
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
|
-
// AlignHorizontalJustifyEnd aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
51
49
|
// AlignStartHorizontal aliases
|
|
52
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
+
// AlignStartVertical aliases
|
|
54
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
@@ -60,20 +60,20 @@ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vert
|
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
// AlignVerticalJustifyStart aliases
|
|
64
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
65
|
+
// AlignVerticalJustifyStart aliases
|
|
66
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
73
|
// Ampersands aliases
|
|
76
74
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
+
// Ampersand aliases
|
|
76
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Angle aliases
|
|
@@ -84,72 +84,72 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
+
// AppWindowMac aliases
|
|
90
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Armchair aliases
|
|
98
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
97
|
// Archive aliases
|
|
100
98
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
|
+
// Armchair aliases
|
|
100
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
109
|
+
// ArrowBigDown aliases
|
|
110
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
|
+
// ArrowBigUp aliases
|
|
112
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowBigRight aliases
|
|
116
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
117
|
// ArrowDownFromLine aliases
|
|
116
118
|
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
|
// ArrowDownNarrowWide aliases
|
|
120
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
121
|
// ArrowDownLeft aliases
|
|
122
122
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
|
-
// ArrowDownToDot aliases
|
|
124
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
123
|
// ArrowDownRight aliases
|
|
126
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
127
|
-
//
|
|
128
|
-
export { default as
|
|
125
|
+
// ArrowDownToDot aliases
|
|
126
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
129
|
+
// ArrowDownToLine aliases
|
|
130
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
131
|
// ArrowLeftFromLine aliases
|
|
136
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowLeftRight aliases
|
|
134
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowDown aliases
|
|
136
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
-
// ArrowLeft aliases
|
|
140
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowRightToLine aliases
|
|
142
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
143
|
-
// ArrowRightFromLine aliases
|
|
144
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
139
|
// ArrowRightLeft aliases
|
|
146
140
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowLeft aliases
|
|
144
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
147
145
|
// ArrowRight aliases
|
|
148
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
151
149
|
// ArrowUpDown aliases
|
|
152
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpFromDot aliases
|
|
152
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
155
|
// ArrowUpLeft aliases
|
|
@@ -162,66 +162,66 @@ export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
|
162
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
|
-
// Asterisk aliases
|
|
166
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
165
|
// ArrowsUpFromLine aliases
|
|
168
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
-
//
|
|
170
|
-
export { default as
|
|
167
|
+
// Asterisk aliases
|
|
168
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
+
// Astroid aliases
|
|
172
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
175
|
// AudioLinesX aliases
|
|
176
176
|
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
177
|
-
// AudioLinesOff aliases
|
|
178
|
-
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
179
|
-
// AudioWaveform aliases
|
|
180
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
177
|
// AudioLines aliases
|
|
182
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
|
+
// AudioWaveform aliases
|
|
180
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
|
+
// AudioLinesOff aliases
|
|
182
|
+
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
183
183
|
// Award aliases
|
|
184
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
-
// Axe aliases
|
|
186
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
187
185
|
// Baby aliases
|
|
188
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
-
//
|
|
192
|
-
export { default as
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
193
191
|
// BadgeCent aliases
|
|
194
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeDollarSign aliases
|
|
196
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
|
-
// BadgeIndianRupee aliases
|
|
198
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
197
|
// BadgeEuro aliases
|
|
200
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
|
+
// BadgeIndianRupee aliases
|
|
200
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
201
|
// BadgeInfo aliases
|
|
202
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
203
|
// BadgeJapaneseYen aliases
|
|
204
204
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
|
-
// BadgeMinus aliases
|
|
206
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
205
|
// BadgePercent aliases
|
|
208
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
209
|
-
//
|
|
210
|
-
export { default as
|
|
207
|
+
// BadgeMinus aliases
|
|
208
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
209
|
// BadgePoundSterling aliases
|
|
212
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
211
|
// BadgeRussianRuble aliases
|
|
214
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
217
215
|
// BadgeTurkishLira aliases
|
|
218
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeSwissFranc aliases
|
|
218
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
219
|
// BadgeX aliases
|
|
220
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
|
-
// Badge aliases
|
|
222
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
223
221
|
// BaggageClaim aliases
|
|
224
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
+
// Badge aliases
|
|
224
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
225
225
|
// Balloon aliases
|
|
226
226
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
227
|
// Ban aliases
|
|
@@ -232,32 +232,30 @@ export { default as BananaIcon } from '../icons/banana';
|
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
234
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
-
// BanknoteCheck aliases
|
|
236
|
-
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
235
|
// BanknoteArrowUp aliases
|
|
238
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
+
// BanknoteCheck aliases
|
|
238
|
+
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
239
239
|
// BanknoteX aliases
|
|
240
240
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
|
-
// Banknote aliases
|
|
242
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Banknote aliases
|
|
244
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
245
245
|
// Barrel aliases
|
|
246
246
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
247
247
|
// Baseline aliases
|
|
248
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
// BatteryFull aliases
|
|
252
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryCharging aliases
|
|
254
252
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
|
+
// BatteryFull aliases
|
|
254
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
255
|
// BatteryLow aliases
|
|
256
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryMedium aliases
|
|
258
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// BatteryPlus aliases
|
|
262
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
263
261
|
// Battery aliases
|
|
@@ -266,54 +264,56 @@ export { default as BatteryIcon } from '../icons/battery';
|
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
265
|
// BeanOff aliases
|
|
268
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
267
|
+
// BatteryWarning aliases
|
|
268
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
271
269
|
// Bean aliases
|
|
272
270
|
export { default as BeanIcon } from '../icons/bean';
|
|
273
271
|
// BedDouble aliases
|
|
274
272
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
275
|
// Bed aliases
|
|
276
276
|
export { default as BedIcon } from '../icons/bed';
|
|
277
277
|
// BeefOff aliases
|
|
278
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
279
|
// Beef aliases
|
|
280
280
|
export { default as BeefIcon } from '../icons/beef';
|
|
281
|
-
// Beer aliases
|
|
282
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
283
281
|
// BeerOff aliases
|
|
284
282
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
285
|
-
// BellDot aliases
|
|
286
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
283
|
// BellCheck aliases
|
|
288
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
289
285
|
// BellElectric aliases
|
|
290
286
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
|
-
//
|
|
292
|
-
export { default as
|
|
287
|
+
// BellDot aliases
|
|
288
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
293
289
|
// BellMinus aliases
|
|
294
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
291
|
+
// BellOff aliases
|
|
292
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
+
// Beer aliases
|
|
294
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
295
295
|
// BellPlus aliases
|
|
296
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
297
297
|
// BellRing aliases
|
|
298
298
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
299
|
+
// BetweenVerticalStart aliases
|
|
300
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
301
|
// Bell aliases
|
|
300
302
|
export { default as BellIcon } from '../icons/bell';
|
|
301
303
|
// BetweenVerticalEnd aliases
|
|
302
304
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
303
|
-
// BetweenVerticalStart aliases
|
|
304
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
305
|
-
// Bike aliases
|
|
306
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
307
305
|
// BicepsFlexed aliases
|
|
308
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
309
|
-
//
|
|
310
|
-
export { default as
|
|
307
|
+
// Bike aliases
|
|
308
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
311
309
|
// Binary aliases
|
|
312
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
311
|
+
// Biohazard aliases
|
|
312
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
313
|
// Bird aliases
|
|
316
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
+
// Binoculars aliases
|
|
316
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
317
317
|
// Birdhouse aliases
|
|
318
318
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
319
319
|
// Bitcoin aliases
|
|
@@ -330,56 +330,56 @@ export { default as BlocksIcon } from '../icons/blocks';
|
|
|
330
330
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
331
|
// BluetoothOff aliases
|
|
332
332
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
|
-
// BluetoothSearching aliases
|
|
334
|
-
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
333
|
// Bluetooth aliases
|
|
336
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
337
|
-
//
|
|
338
|
-
export { default as
|
|
335
|
+
// BluetoothSearching aliases
|
|
336
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
339
337
|
// Bolt aliases
|
|
340
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
341
339
|
// Bomb aliases
|
|
342
340
|
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
+
// Bold aliases
|
|
344
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
345
345
|
// Bone aliases
|
|
346
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
|
-
// BookAlert aliases
|
|
348
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
347
|
// BookA aliases
|
|
350
348
|
export { default as BookAIcon } from '../icons/book-a';
|
|
349
|
+
// BookAlert aliases
|
|
350
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
351
|
// BookAudio aliases
|
|
352
352
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
353
|
// BookCheck aliases
|
|
354
354
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
|
-
// BookCopy aliases
|
|
356
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
357
355
|
// BookDown aliases
|
|
358
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
+
// BookCopy aliases
|
|
358
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
359
359
|
// BookHeadphones aliases
|
|
360
360
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
361
361
|
// BookHeart aliases
|
|
362
362
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
363
|
// BookImage aliases
|
|
364
364
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
365
|
-
// BookKey aliases
|
|
366
|
-
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
365
|
// BookLock aliases
|
|
368
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
367
|
+
// BookKey aliases
|
|
368
|
+
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
|
+
// BookMinus aliases
|
|
370
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
369
371
|
// BookMarked aliases
|
|
370
372
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
371
373
|
// BookOpenCheck aliases
|
|
372
374
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
|
-
// BookMinus aliases
|
|
374
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
375
|
-
// BookPlus aliases
|
|
376
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
|
-
// BookSearch aliases
|
|
378
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
375
|
// BookOpenText aliases
|
|
380
376
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
|
+
// BookPlus aliases
|
|
378
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
379
|
// BookOpen aliases
|
|
382
380
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
381
|
+
// BookSearch aliases
|
|
382
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
383
|
// BookText aliases
|
|
384
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
385
|
// BookType aliases
|
|
@@ -390,40 +390,40 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
390
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
391
|
// BookUser aliases
|
|
392
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
393
|
-
// Book aliases
|
|
394
|
-
export { default as BookIcon } from '../icons/book';
|
|
395
393
|
// BookX aliases
|
|
396
394
|
export { default as BookXIcon } from '../icons/book-x';
|
|
395
|
+
// Book aliases
|
|
396
|
+
export { default as BookIcon } from '../icons/book';
|
|
397
397
|
// BookmarkCheck aliases
|
|
398
398
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
|
-
// BookmarkMinus aliases
|
|
400
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
401
399
|
// BookmarkOff aliases
|
|
402
400
|
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
403
401
|
// BookmarkPlus aliases
|
|
404
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
+
// BookmarkMinus aliases
|
|
404
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
405
405
|
// BookmarkX aliases
|
|
406
406
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
407
|
-
// Bookmark aliases
|
|
408
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
409
407
|
// BoomBox aliases
|
|
410
408
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
411
409
|
// BotMessageSquare aliases
|
|
412
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
+
// Bookmark aliases
|
|
412
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
413
413
|
// BotOff aliases
|
|
414
414
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
415
415
|
// Bot aliases
|
|
416
416
|
export { default as BotIcon } from '../icons/bot';
|
|
417
|
-
// BowArrow aliases
|
|
418
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
417
|
// BottleWine aliases
|
|
420
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
421
419
|
// Box aliases
|
|
422
420
|
export { default as BoxIcon } from '../icons/box';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
421
|
+
// BowArrow aliases
|
|
422
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
425
423
|
// Boxes aliases
|
|
426
424
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
|
+
// Brackets aliases
|
|
426
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
427
427
|
// BrainCircuit aliases
|
|
428
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
429
429
|
// BrainCog aliases
|
|
@@ -438,16 +438,16 @@ export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
|
438
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
439
439
|
// BriefcaseBusiness aliases
|
|
440
440
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
441
|
-
// BriefcaseMedical aliases
|
|
442
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
441
|
// BriefcaseConveyorBelt aliases
|
|
444
442
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
445
443
|
// Briefcase aliases
|
|
446
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
447
|
-
//
|
|
448
|
-
export { default as
|
|
445
|
+
// BriefcaseMedical aliases
|
|
446
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
449
447
|
// Broccoli aliases
|
|
450
448
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
+
// BringToFront aliases
|
|
450
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
451
|
// BroomSparkles aliases
|
|
452
452
|
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
453
453
|
// Broom aliases
|
|
@@ -460,24 +460,24 @@ export { default as BrushIcon } from '../icons/brush';
|
|
|
460
460
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
461
|
// BugOff aliases
|
|
462
462
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
463
|
+
// Building2 aliases
|
|
464
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
463
465
|
// Bug aliases
|
|
464
466
|
export { default as BugIcon } from '../icons/bug';
|
|
465
467
|
// BugPlay aliases
|
|
466
468
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
469
|
// Building aliases
|
|
468
470
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
|
-
// Building2 aliases
|
|
470
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
471
471
|
// BusFront aliases
|
|
472
472
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
473
473
|
// CableCar aliases
|
|
474
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
475
|
// Bus aliases
|
|
476
476
|
export { default as BusIcon } from '../icons/bus';
|
|
477
|
-
// Cable aliases
|
|
478
|
-
export { default as CableIcon } from '../icons/cable';
|
|
479
477
|
// CakeSlice aliases
|
|
480
478
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
+
// Cable aliases
|
|
480
|
+
export { default as CableIcon } from '../icons/cable';
|
|
481
481
|
// Cake aliases
|
|
482
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
483
483
|
// Calculator aliases
|
|
@@ -494,12 +494,12 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
494
494
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
495
495
|
// CalendarClock aliases
|
|
496
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
497
|
-
// CalendarCog aliases
|
|
498
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
|
-
// CalendarFold aliases
|
|
500
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
497
|
// CalendarDays aliases
|
|
502
498
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
499
|
+
// CalendarFold aliases
|
|
500
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
|
+
// CalendarCog aliases
|
|
502
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
503
503
|
// CalendarHeart aliases
|
|
504
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
@@ -510,44 +510,44 @@ export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
|
510
510
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
511
|
// CalendarPlus2 aliases
|
|
512
512
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
513
|
-
// CalendarPlus aliases
|
|
514
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
515
513
|
// CalendarRange aliases
|
|
516
514
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
515
|
// CalendarSearch aliases
|
|
518
516
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
+
// CalendarPlus aliases
|
|
518
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
+
// CalendarX aliases
|
|
522
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
521
523
|
// CalendarX2 aliases
|
|
522
524
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
525
|
+
// CameraOff aliases
|
|
526
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
527
|
+
// Camera aliases
|
|
528
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
523
529
|
// Calendar aliases
|
|
524
530
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
525
|
-
// CalendarX aliases
|
|
526
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
527
531
|
// Calendars aliases
|
|
528
532
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
529
|
-
// CameraOff aliases
|
|
530
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
533
|
// CandyCane aliases
|
|
532
534
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
533
|
-
// Camera aliases
|
|
534
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
535
535
|
// CandyOff aliases
|
|
536
536
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
537
537
|
// Candy aliases
|
|
538
538
|
export { default as CandyIcon } from '../icons/candy';
|
|
539
539
|
// CannabisOff aliases
|
|
540
540
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
541
|
-
// Cannabis aliases
|
|
542
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
543
541
|
// CaptionsOff aliases
|
|
544
542
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
543
|
+
// Cannabis aliases
|
|
544
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
545
545
|
// CarBattery aliases
|
|
546
546
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
547
|
-
// CarFront aliases
|
|
548
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
549
547
|
// CarTaxiFront aliases
|
|
550
548
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
549
|
+
// CarFront aliases
|
|
550
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
551
551
|
// Car aliases
|
|
552
552
|
export { default as CarIcon } from '../icons/car';
|
|
553
553
|
// Caravan aliases
|
|
@@ -560,78 +560,78 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
560
560
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
561
561
|
// CaseSensitive aliases
|
|
562
562
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
563
|
-
// CaseUpper aliases
|
|
564
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
565
563
|
// CassetteTape aliases
|
|
566
564
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
567
|
-
//
|
|
568
|
-
export { default as
|
|
565
|
+
// CaseUpper aliases
|
|
566
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
569
567
|
// Cast aliases
|
|
570
568
|
export { default as CastIcon } from '../icons/cast';
|
|
571
569
|
// Cat aliases
|
|
572
570
|
export { default as CatIcon } from '../icons/cat';
|
|
571
|
+
// Castle aliases
|
|
572
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
573
573
|
// CctvOff aliases
|
|
574
574
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
575
|
-
// ChartBarDecreasing aliases
|
|
576
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
577
575
|
// Cctv aliases
|
|
578
576
|
export { default as CctvIcon } from '../icons/cctv';
|
|
577
|
+
// ChartBarDecreasing aliases
|
|
578
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
579
579
|
// ChartBarIncreasing aliases
|
|
580
580
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
581
581
|
// ChartBarStacked aliases
|
|
582
582
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
583
|
-
// ChartColumnStacked aliases
|
|
584
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
585
583
|
// ChartColumnDecreasing aliases
|
|
586
584
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
585
|
+
// ChartColumnStacked aliases
|
|
586
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
587
|
// ChartGantt aliases
|
|
588
588
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
589
589
|
// ChartNoAxesColumnDecreasing aliases
|
|
590
590
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
591
|
-
// ChartNetwork aliases
|
|
592
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
593
591
|
// ChartNoAxesCombined aliases
|
|
594
592
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
|
+
// ChartNetwork aliases
|
|
594
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
595
595
|
// ChartSpline aliases
|
|
596
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
597
597
|
// CheckCheck aliases
|
|
598
598
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
599
|
-
// Check aliases
|
|
600
|
-
export { default as CheckIcon } from '../icons/check';
|
|
601
599
|
// CheckLine aliases
|
|
602
600
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
601
|
+
// Check aliases
|
|
602
|
+
export { default as CheckIcon } from '../icons/check';
|
|
603
603
|
// ChefHat aliases
|
|
604
604
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
605
|
// Cherry aliases
|
|
606
606
|
export { default as CherryIcon } from '../icons/cherry';
|
|
607
607
|
// ChessBishop aliases
|
|
608
608
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
609
|
-
// ChessKing aliases
|
|
610
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
611
609
|
// ChessKnight aliases
|
|
612
610
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
611
|
+
// ChessKing aliases
|
|
612
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
613
613
|
// ChessPawn aliases
|
|
614
614
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
615
|
-
// ChessRook aliases
|
|
616
|
-
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
617
|
-
// ChevronDown aliases
|
|
618
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
619
615
|
// ChessQueen aliases
|
|
620
616
|
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
617
|
+
// ChevronDown aliases
|
|
618
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
619
|
+
// ChessRook aliases
|
|
620
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
621
621
|
// ChevronFirst aliases
|
|
622
622
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
623
|
-
// ChevronLast aliases
|
|
624
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
625
623
|
// ChevronLeft aliases
|
|
626
624
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
625
|
+
// ChevronLast aliases
|
|
626
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
627
627
|
// ChevronRight aliases
|
|
628
628
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
629
|
-
// ChevronsDown aliases
|
|
630
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
631
|
-
// ChevronsDownUp aliases
|
|
632
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
633
629
|
// ChevronUp aliases
|
|
634
630
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
631
|
+
// ChevronsDownUp aliases
|
|
632
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
633
|
+
// ChevronsDown aliases
|
|
634
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
635
635
|
// ChevronsLeftRightEllipsis aliases
|
|
636
636
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
637
637
|
// ChevronsLeftRight aliases
|
|
@@ -648,20 +648,20 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
648
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
649
649
|
// Church aliases
|
|
650
650
|
export { default as ChurchIcon } from '../icons/church';
|
|
651
|
-
// CigaretteOff aliases
|
|
652
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
653
651
|
// Cigarette aliases
|
|
654
652
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
653
|
+
// CigaretteOff aliases
|
|
654
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
655
655
|
// CircleDashed aliases
|
|
656
656
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
657
657
|
// CircleDollarSign aliases
|
|
658
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
659
659
|
// CircleDotDashed aliases
|
|
660
660
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
661
|
-
// CircleDot aliases
|
|
662
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
663
661
|
// CircleEllipsis aliases
|
|
664
662
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
663
|
+
// CircleDot aliases
|
|
664
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
665
665
|
// CircleEqual aliases
|
|
666
666
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
667
|
// CircleEuro aliases
|
|
@@ -674,104 +674,104 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
674
674
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
675
675
|
// CirclePile aliases
|
|
676
676
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
677
|
-
// CirclePoundSterling aliases
|
|
678
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
679
677
|
// CircleSlash aliases
|
|
680
678
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
679
|
+
// CirclePoundSterling aliases
|
|
680
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
681
681
|
// CircleSmall aliases
|
|
682
682
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
683
683
|
// CircleStar aliases
|
|
684
684
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
685
|
-
// Circle aliases
|
|
686
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
687
685
|
// CircuitBoard aliases
|
|
688
686
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
687
|
+
// Circle aliases
|
|
688
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
689
689
|
// Citrus aliases
|
|
690
690
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
691
|
+
// ClipboardCheck aliases
|
|
692
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
691
693
|
// Clapperboard aliases
|
|
692
694
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
693
695
|
// ClipboardClock aliases
|
|
694
696
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
695
|
-
// ClipboardCheck aliases
|
|
696
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
697
697
|
// ClipboardCopy aliases
|
|
698
698
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
699
|
-
// ClipboardList aliases
|
|
700
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
701
699
|
// ClipboardMinus aliases
|
|
702
700
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
701
|
+
// ClipboardList aliases
|
|
702
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
703
703
|
// ClipboardPaste aliases
|
|
704
704
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
705
705
|
// ClipboardPlus aliases
|
|
706
706
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
707
|
-
// ClipboardX aliases
|
|
708
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
709
707
|
// ClipboardType aliases
|
|
710
708
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
711
709
|
// Clipboard aliases
|
|
712
710
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
711
|
+
// ClipboardX aliases
|
|
712
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
713
713
|
// Clock1 aliases
|
|
714
714
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
715
715
|
// Clock10 aliases
|
|
716
716
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
717
717
|
// Clock11 aliases
|
|
718
718
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
719
|
-
// Clock2 aliases
|
|
720
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
721
719
|
// Clock12 aliases
|
|
722
720
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
721
|
+
// Clock2 aliases
|
|
722
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
723
723
|
// Clock3 aliases
|
|
724
724
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
725
725
|
// Clock4 aliases
|
|
726
726
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
727
727
|
// Clock5 aliases
|
|
728
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
729
|
-
// Clock7 aliases
|
|
730
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
731
729
|
// Clock6 aliases
|
|
732
730
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
731
|
+
// Clock7 aliases
|
|
732
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
733
733
|
// Clock8 aliases
|
|
734
734
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
735
735
|
// Clock9 aliases
|
|
736
736
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
737
|
-
// ClockAlert aliases
|
|
738
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
739
737
|
// ClockArrowDown aliases
|
|
740
738
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
741
|
-
//
|
|
742
|
-
export { default as
|
|
739
|
+
// ClockAlert aliases
|
|
740
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
743
741
|
// ClockArrowRight aliases
|
|
744
742
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
743
|
+
// ClockArrowLeft aliases
|
|
744
|
+
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
745
745
|
// ClockArrowUp aliases
|
|
746
746
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
747
747
|
// ClockCheck aliases
|
|
748
748
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
749
749
|
// ClockFading aliases
|
|
750
750
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
751
|
-
// ClockPlus aliases
|
|
752
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
753
751
|
// Clock aliases
|
|
754
752
|
export { default as ClockIcon } from '../icons/clock';
|
|
755
|
-
//
|
|
756
|
-
export { default as
|
|
753
|
+
// ClockPlus aliases
|
|
754
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
757
755
|
// ClosedCaption aliases
|
|
758
756
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
757
|
+
// CloudAlert aliases
|
|
758
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
759
759
|
// CloudBackup aliases
|
|
760
760
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
761
761
|
// CloudCheck aliases
|
|
762
762
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
763
763
|
// CloudCog aliases
|
|
764
764
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
765
|
-
// CloudFog aliases
|
|
766
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
767
765
|
// CloudDrizzle aliases
|
|
768
766
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
767
|
+
// CloudFog aliases
|
|
768
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
769
769
|
// CloudHail aliases
|
|
770
770
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
|
-
// CloudLightning aliases
|
|
772
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
773
771
|
// CloudMoonRain aliases
|
|
774
772
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
773
|
+
// CloudLightning aliases
|
|
774
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
775
775
|
// CloudMoon aliases
|
|
776
776
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
777
777
|
// CloudOff aliases
|
|
@@ -780,10 +780,10 @@ export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
|
780
780
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
781
781
|
// CloudRain aliases
|
|
782
782
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
783
|
-
// CloudSunRain aliases
|
|
784
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
785
783
|
// CloudSnow aliases
|
|
786
784
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
785
|
+
// CloudSunRain aliases
|
|
786
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
787
787
|
// CloudSun aliases
|
|
788
788
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
789
789
|
// CloudSync aliases
|
|
@@ -798,10 +798,10 @@ export { default as CloverIcon } from '../icons/clover';
|
|
|
798
798
|
export { default as ClubIcon } from '../icons/club';
|
|
799
799
|
// Code aliases
|
|
800
800
|
export { default as CodeIcon } from '../icons/code';
|
|
801
|
-
// Coffee aliases
|
|
802
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
803
801
|
// Cog aliases
|
|
804
802
|
export { default as CogIcon } from '../icons/cog';
|
|
803
|
+
// Coffee aliases
|
|
804
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
805
805
|
// Coins aliases
|
|
806
806
|
export { default as CoinsIcon } from '../icons/coins';
|
|
807
807
|
// Columns4 aliases
|
|
@@ -812,10 +812,10 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
812
812
|
export { default as CommandIcon } from '../icons/command';
|
|
813
813
|
// Compass aliases
|
|
814
814
|
export { default as CompassIcon } from '../icons/compass';
|
|
815
|
-
// Computer aliases
|
|
816
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
817
815
|
// Component aliases
|
|
818
816
|
export { default as ComponentIcon } from '../icons/component';
|
|
817
|
+
// Computer aliases
|
|
818
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
819
819
|
// ConciergeBell aliases
|
|
820
820
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
821
821
|
// Cone aliases
|
|
@@ -834,20 +834,20 @@ export { default as CookieIcon } from '../icons/cookie';
|
|
|
834
834
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
835
835
|
// CopyCheck aliases
|
|
836
836
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
837
|
-
// CopyMinus aliases
|
|
838
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
839
837
|
// CopyPlus aliases
|
|
840
838
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
841
|
-
//
|
|
842
|
-
export { default as
|
|
839
|
+
// CopyMinus aliases
|
|
840
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
843
841
|
// CopySlash aliases
|
|
844
842
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
843
|
+
// CopyX aliases
|
|
844
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
845
|
+
// Copyright aliases
|
|
846
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
845
847
|
// Copy aliases
|
|
846
848
|
export { default as CopyIcon } from '../icons/copy';
|
|
847
849
|
// Copyleft aliases
|
|
848
850
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
849
|
-
// Copyright aliases
|
|
850
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
851
851
|
// CornerDownLeft aliases
|
|
852
852
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
853
853
|
// CornerDownRight aliases
|
|
@@ -860,12 +860,12 @@ export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
861
|
// CornerRightUp aliases
|
|
862
862
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
863
|
-
// CornerUpLeft aliases
|
|
864
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
865
863
|
// CornerUpRight aliases
|
|
866
864
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
867
865
|
// Cpu aliases
|
|
868
866
|
export { default as CpuIcon } from '../icons/cpu';
|
|
867
|
+
// CornerUpLeft aliases
|
|
868
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
869
869
|
// CreativeCommons aliases
|
|
870
870
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
871
871
|
// CreditCard aliases
|
|
@@ -880,26 +880,26 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
880
880
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
881
881
|
// Crown aliases
|
|
882
882
|
export { default as CrownIcon } from '../icons/crown';
|
|
883
|
-
// Cuboid aliases
|
|
884
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
885
883
|
// CupSoda aliases
|
|
886
884
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
887
885
|
// Currency aliases
|
|
888
886
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
887
|
+
// Cuboid aliases
|
|
888
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
889
889
|
// Cylinder aliases
|
|
890
890
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
891
891
|
// Dam aliases
|
|
892
892
|
export { default as DamIcon } from '../icons/dam';
|
|
893
|
-
// DatabaseArrowUp aliases
|
|
894
|
-
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
895
893
|
// DatabaseArrowDown aliases
|
|
896
894
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
895
|
+
// DatabaseArrowUp aliases
|
|
896
|
+
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
897
897
|
// DatabaseBackup aliases
|
|
898
898
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
899
|
-
// DatabaseCheck aliases
|
|
900
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
901
899
|
// DatabaseMinus aliases
|
|
902
900
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
901
|
+
// DatabaseCheck aliases
|
|
902
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
903
903
|
// DatabasePlus aliases
|
|
904
904
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
905
905
|
// DatabaseSearch aliases
|
|
@@ -908,40 +908,40 @@ export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
|
908
908
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
909
909
|
// DatabaseZap aliases
|
|
910
910
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
911
|
+
// DecimalsArrowLeft aliases
|
|
912
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
911
913
|
// Database aliases
|
|
912
914
|
export { default as DatabaseIcon } from '../icons/database';
|
|
913
915
|
// DecimalsArrowRight aliases
|
|
914
916
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
915
|
-
// DecimalsArrowLeft aliases
|
|
916
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
917
917
|
// Delete aliases
|
|
918
918
|
export { default as DeleteIcon } from '../icons/delete';
|
|
919
|
-
// Dessert aliases
|
|
920
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
921
919
|
// Diameter aliases
|
|
922
920
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
921
|
+
// Dessert aliases
|
|
922
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
923
923
|
// DiamondMinus aliases
|
|
924
924
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
925
|
-
// DiamondPlus aliases
|
|
926
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
927
925
|
// Diamond aliases
|
|
928
926
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
927
|
+
// DiamondPlus aliases
|
|
928
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
929
929
|
// Dice1 aliases
|
|
930
930
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
931
931
|
// Dice2 aliases
|
|
932
932
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
933
|
-
// Dice3 aliases
|
|
934
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
935
|
-
// Dice4 aliases
|
|
936
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
933
|
// Dice5 aliases
|
|
938
934
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
935
|
+
// Dice4 aliases
|
|
936
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
|
+
// Dice3 aliases
|
|
938
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
939
939
|
// Dice6 aliases
|
|
940
940
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
941
|
-
// Diff aliases
|
|
942
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
943
941
|
// Dices aliases
|
|
944
942
|
export { default as DicesIcon } from '../icons/dices';
|
|
943
|
+
// Diff aliases
|
|
944
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
945
945
|
// Disc2 aliases
|
|
946
946
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
947
947
|
// Disc3 aliases
|
|
@@ -954,20 +954,20 @@ export { default as DiscIcon } from '../icons/disc';
|
|
|
954
954
|
export { default as DivideIcon } from '../icons/divide';
|
|
955
955
|
// DnaOff aliases
|
|
956
956
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
957
|
-
// Dna aliases
|
|
958
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
959
957
|
// Dock aliases
|
|
960
958
|
export { default as DockIcon } from '../icons/dock';
|
|
961
959
|
// Dog aliases
|
|
962
960
|
export { default as DogIcon } from '../icons/dog';
|
|
963
961
|
// DollarSign aliases
|
|
964
962
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
963
|
+
// Dna aliases
|
|
964
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
965
|
+
// Donut aliases
|
|
966
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
965
967
|
// DoorClosedLocked aliases
|
|
966
968
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
967
969
|
// DoorClosed aliases
|
|
968
970
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
|
-
// Donut aliases
|
|
970
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
971
971
|
// DoorOpen aliases
|
|
972
972
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
973
973
|
// Dot aliases
|
|
@@ -976,10 +976,10 @@ export { default as DotIcon } from '../icons/dot';
|
|
|
976
976
|
export { default as DownloadIcon } from '../icons/download';
|
|
977
977
|
// DraftingCompass aliases
|
|
978
978
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
979
|
-
// Drill aliases
|
|
980
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
981
979
|
// Drama aliases
|
|
982
980
|
export { default as DramaIcon } from '../icons/drama';
|
|
981
|
+
// Drill aliases
|
|
982
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
983
983
|
// Drone aliases
|
|
984
984
|
export { default as DroneIcon } from '../icons/drone';
|
|
985
985
|
// DropletOff aliases
|
|
@@ -1004,12 +1004,12 @@ export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
|
1004
1004
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1005
1005
|
// EggFried aliases
|
|
1006
1006
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1007
|
-
// EggOff aliases
|
|
1008
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1009
1007
|
// Egg aliases
|
|
1010
1008
|
export { default as EggIcon } from '../icons/egg';
|
|
1011
1009
|
// Eject aliases
|
|
1012
1010
|
export { default as EjectIcon } from '../icons/eject';
|
|
1011
|
+
// EggOff aliases
|
|
1012
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1013
1013
|
// Ellipse aliases
|
|
1014
1014
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1015
1015
|
// EqualApproximately aliases
|
|
@@ -1034,30 +1034,30 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
1034
1034
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1035
1035
|
// EyeDashed aliases
|
|
1036
1036
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1037
|
+
// Eye aliases
|
|
1038
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1037
1039
|
// EyeOff aliases
|
|
1038
1040
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1039
1041
|
// Factory aliases
|
|
1040
1042
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1041
|
-
// Eye aliases
|
|
1042
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1043
1043
|
// Fan aliases
|
|
1044
1044
|
export { default as FanIcon } from '../icons/fan';
|
|
1045
1045
|
// FastForward aliases
|
|
1046
1046
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1047
|
-
// Feather aliases
|
|
1048
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1049
1047
|
// Fence aliases
|
|
1050
1048
|
export { default as FenceIcon } from '../icons/fence';
|
|
1051
|
-
//
|
|
1052
|
-
export { default as
|
|
1049
|
+
// Feather aliases
|
|
1050
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1053
1051
|
// FileArchive aliases
|
|
1054
1052
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1055
1053
|
// FileBox aliases
|
|
1056
1054
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1057
|
-
//
|
|
1058
|
-
export { default as
|
|
1055
|
+
// FerrisWheel aliases
|
|
1056
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1059
1057
|
// FileCheck aliases
|
|
1060
1058
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1059
|
+
// FileClock aliases
|
|
1060
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1061
1061
|
// FileCode aliases
|
|
1062
1062
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1063
1063
|
// FileDiff aliases
|
|
@@ -1070,16 +1070,16 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1070
1070
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1071
1071
|
// FileImage aliases
|
|
1072
1072
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1073
|
-
// FileInput aliases
|
|
1074
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1075
1073
|
// FileMinus aliases
|
|
1076
1074
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1075
|
+
// FileInput aliases
|
|
1076
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1077
1077
|
// FileMusic aliases
|
|
1078
1078
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1079
|
-
// FileOutput aliases
|
|
1080
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1081
1079
|
// FilePlus aliases
|
|
1082
1080
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1081
|
+
// FileOutput aliases
|
|
1082
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1083
1083
|
// FileScan aliases
|
|
1084
1084
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1085
1085
|
// FileSearch aliases
|
|
@@ -1088,10 +1088,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1088
1088
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1089
1089
|
// FileSpreadsheet aliases
|
|
1090
1090
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1091
|
-
// FileStack aliases
|
|
1092
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1093
1091
|
// FileSymlink aliases
|
|
1094
1092
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1093
|
+
// FileStack aliases
|
|
1094
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1095
1095
|
// FileTerminal aliases
|
|
1096
1096
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1097
1097
|
// FileText aliases
|
|
@@ -1100,38 +1100,38 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1100
1100
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1101
1101
|
// FileUp aliases
|
|
1102
1102
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1103
|
-
// FileUser aliases
|
|
1104
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1105
1103
|
// FileVolume aliases
|
|
1106
1104
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1107
1105
|
// FileX aliases
|
|
1108
1106
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1109
|
-
//
|
|
1110
|
-
export { default as
|
|
1107
|
+
// FileUser aliases
|
|
1108
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1111
1109
|
// Files aliases
|
|
1112
1110
|
export { default as FilesIcon } from '../icons/files';
|
|
1113
1111
|
// Film aliases
|
|
1114
1112
|
export { default as FilmIcon } from '../icons/film';
|
|
1113
|
+
// File aliases
|
|
1114
|
+
export { default as FileIcon } from '../icons/file';
|
|
1115
1115
|
// FireExtinguisher aliases
|
|
1116
1116
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1117
|
-
// FishSymbol aliases
|
|
1118
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1119
1117
|
// FishOff aliases
|
|
1120
1118
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1121
1119
|
// Fish aliases
|
|
1122
1120
|
export { default as FishIcon } from '../icons/fish';
|
|
1123
1121
|
// FishingHook aliases
|
|
1124
1122
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1123
|
+
// FishSymbol aliases
|
|
1124
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1125
1125
|
// FishingRod aliases
|
|
1126
1126
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1127
1127
|
// FlagOff aliases
|
|
1128
1128
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1129
1129
|
// FlagTriangleLeft aliases
|
|
1130
1130
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1131
|
-
// FlagTriangleRight aliases
|
|
1132
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1133
1131
|
// Flag aliases
|
|
1134
1132
|
export { default as FlagIcon } from '../icons/flag';
|
|
1133
|
+
// FlagTriangleRight aliases
|
|
1134
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1135
1135
|
// FlameKindling aliases
|
|
1136
1136
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1137
1137
|
// Flame aliases
|
|
@@ -1144,10 +1144,10 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1144
1144
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
1145
|
// FlaskConical aliases
|
|
1146
1146
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1147
|
-
// FlaskRound aliases
|
|
1148
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1149
1147
|
// FlipHorizontal2 aliases
|
|
1150
1148
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1149
|
+
// FlaskRound aliases
|
|
1150
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1151
1151
|
// FlipVertical2 aliases
|
|
1152
1152
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1153
1153
|
// Flower2 aliases
|
|
@@ -1162,24 +1162,24 @@ export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
|
1162
1162
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1163
1163
|
// FolderArchive aliases
|
|
1164
1164
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1165
|
-
// FolderBookmark aliases
|
|
1166
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1167
1165
|
// FolderCheck aliases
|
|
1168
1166
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1169
1167
|
// FolderClock aliases
|
|
1170
1168
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1169
|
+
// FolderBookmark aliases
|
|
1170
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1171
1171
|
// FolderClosed aliases
|
|
1172
1172
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1173
1173
|
// FolderCode aliases
|
|
1174
1174
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1175
1175
|
// FolderDot aliases
|
|
1176
1176
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1177
|
-
// FolderGit2 aliases
|
|
1178
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1179
1177
|
// FolderDown aliases
|
|
1180
1178
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1181
1179
|
// FolderGit aliases
|
|
1182
1180
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1181
|
+
// FolderGit2 aliases
|
|
1182
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1183
1183
|
// FolderHeart aliases
|
|
1184
1184
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1185
1185
|
// FolderInput aliases
|
|
@@ -1190,10 +1190,10 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1190
1190
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1191
1191
|
// FolderLock aliases
|
|
1192
1192
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1193
|
-
// FolderOpenDot aliases
|
|
1194
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1195
1193
|
// FolderMinus aliases
|
|
1196
1194
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1195
|
+
// FolderOpenDot aliases
|
|
1196
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1197
1197
|
// FolderOpen aliases
|
|
1198
1198
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1199
1199
|
// FolderOutput aliases
|
|
@@ -1212,12 +1212,12 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1212
1212
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1213
1213
|
// FolderTree aliases
|
|
1214
1214
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1215
|
-
// FolderUp aliases
|
|
1216
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1217
1215
|
// FolderX aliases
|
|
1218
1216
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1219
1217
|
// Folder aliases
|
|
1220
1218
|
export { default as FolderIcon } from '../icons/folder';
|
|
1219
|
+
// FolderUp aliases
|
|
1220
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1221
1221
|
// Folders aliases
|
|
1222
1222
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1223
1223
|
// Footprints aliases
|
|
@@ -1226,10 +1226,10 @@ export { default as FootprintsIcon } from '../icons/footprints';
|
|
|
1226
1226
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1227
1227
|
// Form aliases
|
|
1228
1228
|
export { default as FormIcon } from '../icons/form';
|
|
1229
|
-
// Frame aliases
|
|
1230
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1231
1229
|
// Forward aliases
|
|
1232
1230
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1231
|
+
// Frame aliases
|
|
1232
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1233
1233
|
// Fuel aliases
|
|
1234
1234
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1235
1235
|
// Fullscreen aliases
|
|
@@ -1238,14 +1238,14 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1238
1238
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1239
1239
|
// GalleryHorizontalEnd aliases
|
|
1240
1240
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1241
|
-
// GalleryHorizontal aliases
|
|
1242
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1243
1241
|
// GalleryThumbnails aliases
|
|
1244
1242
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1245
1243
|
// GalleryVerticalEnd aliases
|
|
1246
1244
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1247
1245
|
// GalleryVertical aliases
|
|
1248
1246
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1247
|
+
// GalleryHorizontal aliases
|
|
1248
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1249
1249
|
// Gamepad2 aliases
|
|
1250
1250
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1251
1251
|
// GamepadDirectional aliases
|
|
@@ -1254,16 +1254,14 @@ export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional'
|
|
|
1254
1254
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1255
1255
|
// Gauge aliases
|
|
1256
1256
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1257
|
-
// Gavel aliases
|
|
1258
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1259
1257
|
// Gem aliases
|
|
1260
1258
|
export { default as GemIcon } from '../icons/gem';
|
|
1261
1259
|
// GeorgianLari aliases
|
|
1262
1260
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1261
|
+
// Gavel aliases
|
|
1262
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1263
1263
|
// Ghost aliases
|
|
1264
1264
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1265
|
-
// Gift aliases
|
|
1266
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1267
1265
|
// GitBranchMinus aliases
|
|
1268
1266
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1269
1267
|
// GitBranchPlus aliases
|
|
@@ -1272,6 +1270,8 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1272
1270
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1273
1271
|
// GitCommitVertical aliases
|
|
1274
1272
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1273
|
+
// Gift aliases
|
|
1274
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1275
1275
|
// GitCompareArrows aliases
|
|
1276
1276
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1277
1277
|
// GitCompare aliases
|
|
@@ -1284,26 +1284,26 @@ export { default as GitGraphIcon } from '../icons/git-graph';
|
|
|
1284
1284
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1285
1285
|
// GitMerge aliases
|
|
1286
1286
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1287
|
-
// GitPullRequestClosed aliases
|
|
1288
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1289
1287
|
// GitPullRequestArrow aliases
|
|
1290
1288
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1289
|
+
// GitPullRequestClosed aliases
|
|
1290
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1291
1291
|
// GitPullRequestCreateArrow aliases
|
|
1292
1292
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1293
|
-
// GitPullRequestDraft aliases
|
|
1294
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1295
1293
|
// GitPullRequestCreate aliases
|
|
1296
1294
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1295
|
+
// GitPullRequestDraft aliases
|
|
1296
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1297
1297
|
// GitPullRequest aliases
|
|
1298
1298
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1299
1299
|
// GlassWater aliases
|
|
1300
1300
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1301
1301
|
// Glasses aliases
|
|
1302
1302
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1303
|
-
// GlobeLock aliases
|
|
1304
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1305
1303
|
// GlobeCheck aliases
|
|
1306
1304
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1305
|
+
// GlobeLock aliases
|
|
1306
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1307
1307
|
// GlobeOff aliases
|
|
1308
1308
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1309
1309
|
// GlobeX aliases
|
|
@@ -1336,54 +1336,54 @@ export { default as HamIcon } from '../icons/ham';
|
|
|
1336
1336
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1337
1337
|
// Hammer aliases
|
|
1338
1338
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1339
|
-
// HandFist aliases
|
|
1340
|
-
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1341
1339
|
// HandCoins aliases
|
|
1342
1340
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1341
|
+
// HandFist aliases
|
|
1342
|
+
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1343
1343
|
// HandHeart aliases
|
|
1344
1344
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1345
|
-
// HandMetal aliases
|
|
1346
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1347
1345
|
// HandPlatter aliases
|
|
1348
1346
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1347
|
+
// HandMetal aliases
|
|
1348
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1349
1349
|
// Hand aliases
|
|
1350
1350
|
export { default as HandIcon } from '../icons/hand';
|
|
1351
|
-
// Handbag aliases
|
|
1352
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1353
1351
|
// Handshake aliases
|
|
1354
1352
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1353
|
+
// Handbag aliases
|
|
1354
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1355
1355
|
// HardDriveDownload aliases
|
|
1356
1356
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1357
1357
|
// HardDriveUpload aliases
|
|
1358
1358
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1359
1359
|
// HardDrive aliases
|
|
1360
1360
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1361
|
-
// HardHat aliases
|
|
1362
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1363
1361
|
// Hash aliases
|
|
1364
1362
|
export { default as HashIcon } from '../icons/hash';
|
|
1363
|
+
// HardHat aliases
|
|
1364
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1365
1365
|
// HatGlasses aliases
|
|
1366
1366
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1367
1367
|
// Haze aliases
|
|
1368
1368
|
export { default as HazeIcon } from '../icons/haze';
|
|
1369
|
-
// Hd aliases
|
|
1370
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1371
1369
|
// HdmiPort aliases
|
|
1372
1370
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1373
|
-
//
|
|
1374
|
-
export { default as
|
|
1371
|
+
// Hd aliases
|
|
1372
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1375
1373
|
// Heading2 aliases
|
|
1376
1374
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1375
|
+
// Heading1 aliases
|
|
1376
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1377
1377
|
// Heading3 aliases
|
|
1378
1378
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1379
1379
|
// Heading4 aliases
|
|
1380
1380
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1381
|
+
// Heading5 aliases
|
|
1382
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1381
1383
|
// Heading6 aliases
|
|
1382
1384
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1383
1385
|
// Heading aliases
|
|
1384
1386
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1385
|
-
// Heading5 aliases
|
|
1386
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1387
1387
|
// HeadphoneOff aliases
|
|
1388
1388
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1389
1389
|
// Headphones aliases
|
|
@@ -1404,28 +1404,28 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1404
1404
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1405
1405
|
// HeartPulse aliases
|
|
1406
1406
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1407
|
-
// Heart aliases
|
|
1408
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1409
1407
|
// Heater aliases
|
|
1410
1408
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1409
|
+
// Heart aliases
|
|
1410
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1411
1411
|
// Helicopter aliases
|
|
1412
1412
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1413
1413
|
// Hexagon aliases
|
|
1414
1414
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1415
|
+
// Highlighter aliases
|
|
1416
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1415
1417
|
// HopOff aliases
|
|
1416
1418
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1417
1419
|
// Hop aliases
|
|
1418
1420
|
export { default as HopIcon } from '../icons/hop';
|
|
1419
1421
|
// Hospital aliases
|
|
1420
1422
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1421
|
-
//
|
|
1422
|
-
export { default as
|
|
1423
|
+
// Hourglass aliases
|
|
1424
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1423
1425
|
// Hotel aliases
|
|
1424
1426
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1425
1427
|
// HouseHeart aliases
|
|
1426
1428
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1427
|
-
// Hourglass aliases
|
|
1428
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1429
1429
|
// HousePlug aliases
|
|
1430
1430
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1431
1431
|
// HousePlus aliases
|
|
@@ -1440,22 +1440,22 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1440
1440
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1441
1441
|
// ImageMinus aliases
|
|
1442
1442
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1443
|
-
// ImagePlay aliases
|
|
1444
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1445
1443
|
// ImageOff aliases
|
|
1446
1444
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1447
|
-
//
|
|
1448
|
-
export { default as
|
|
1445
|
+
// ImagePlay aliases
|
|
1446
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1449
1447
|
// ImagePlus aliases
|
|
1450
1448
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1449
|
+
// ImageUp aliases
|
|
1450
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1451
1451
|
// ImageUpscale aliases
|
|
1452
1452
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1453
|
-
// Image aliases
|
|
1454
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1455
|
-
// Import aliases
|
|
1456
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1457
1453
|
// Images aliases
|
|
1458
1454
|
export { default as ImagesIcon } from '../icons/images';
|
|
1455
|
+
// Import aliases
|
|
1456
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1457
|
+
// Image aliases
|
|
1458
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1459
1459
|
// Inbox aliases
|
|
1460
1460
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1461
1461
|
// IndianRupee aliases
|
|
@@ -1472,10 +1472,10 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1472
1472
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1473
1473
|
// IterationCw aliases
|
|
1474
1474
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1475
|
-
// JapaneseYen aliases
|
|
1476
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1477
1475
|
// Joystick aliases
|
|
1478
1476
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1477
|
+
// JapaneseYen aliases
|
|
1478
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
1479
|
// Kanban aliases
|
|
1480
1480
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1481
1481
|
// Kayak aliases
|
|
@@ -1488,10 +1488,10 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1488
1488
|
export { default as KeyIcon } from '../icons/key';
|
|
1489
1489
|
// KeyboardMusic aliases
|
|
1490
1490
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1491
|
-
// Keyboard aliases
|
|
1492
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1493
1491
|
// KeyboardOff aliases
|
|
1494
1492
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1493
|
+
// Keyboard aliases
|
|
1494
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1495
1495
|
// LampCeiling aliases
|
|
1496
1496
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1497
1497
|
// LampDesk aliases
|
|
@@ -1500,10 +1500,10 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
|
1500
1500
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1501
1501
|
// LampWallDown aliases
|
|
1502
1502
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1503
|
-
// LampWallUp aliases
|
|
1504
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1505
1503
|
// Lamp aliases
|
|
1506
1504
|
export { default as LampIcon } from '../icons/lamp';
|
|
1505
|
+
// LampWallUp aliases
|
|
1506
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1507
1507
|
// LandPlot aliases
|
|
1508
1508
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1509
1509
|
// Landmark aliases
|
|
@@ -1534,12 +1534,12 @@ export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
|
1534
1534
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1535
1535
|
// LayoutDashboard aliases
|
|
1536
1536
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1537
|
-
// LayoutFreeform aliases
|
|
1538
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1539
|
-
// LayoutList aliases
|
|
1540
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1541
1537
|
// LayoutGrid aliases
|
|
1542
1538
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1539
|
+
// LayoutList aliases
|
|
1540
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1541
|
+
// LayoutFreeform aliases
|
|
1542
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1543
1543
|
// LayoutPanelLeft aliases
|
|
1544
1544
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1545
1545
|
// LayoutPanelTop aliases
|
|
@@ -1604,20 +1604,20 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1604
1604
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1605
1605
|
// ListOrdered aliases
|
|
1606
1606
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1607
|
-
// ListRestart aliases
|
|
1608
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1609
1607
|
// ListPlus aliases
|
|
1610
1608
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1611
|
-
//
|
|
1612
|
-
export { default as
|
|
1609
|
+
// ListRestart aliases
|
|
1610
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1613
1611
|
// ListSortDescending aliases
|
|
1614
1612
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1613
|
+
// ListSortAscending aliases
|
|
1614
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1615
1615
|
// ListStart aliases
|
|
1616
1616
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1617
|
-
// ListTodo aliases
|
|
1618
|
-
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1619
1617
|
// ListTree aliases
|
|
1620
1618
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1619
|
+
// ListTodo aliases
|
|
1620
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1621
1621
|
// ListVideo aliases
|
|
1622
1622
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1623
1623
|
// ListX aliases
|
|
@@ -1644,16 +1644,18 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1644
1644
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1645
1645
|
// Logs aliases
|
|
1646
1646
|
export { default as LogsIcon } from '../icons/logs';
|
|
1647
|
-
// Lollipop aliases
|
|
1648
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1649
1647
|
// Luggage aliases
|
|
1650
1648
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1651
1649
|
// Magnet aliases
|
|
1652
1650
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1651
|
+
// Lollipop aliases
|
|
1652
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1653
1653
|
// MailBadge aliases
|
|
1654
1654
|
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1655
1655
|
// MailCheck aliases
|
|
1656
1656
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1657
|
+
// MailClock aliases
|
|
1658
|
+
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1657
1659
|
// MailMinus aliases
|
|
1658
1660
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1659
1661
|
// MailOpen aliases
|
|
@@ -1662,48 +1664,48 @@ export { default as MailOpenIcon } from '../icons/mail-open';
|
|
|
1662
1664
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1663
1665
|
// MailSearch aliases
|
|
1664
1666
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1665
|
-
// MailWarning aliases
|
|
1666
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1667
1667
|
// MailX aliases
|
|
1668
1668
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1669
|
+
// MailWarning aliases
|
|
1670
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1669
1671
|
// Mail aliases
|
|
1670
1672
|
export { default as MailIcon } from '../icons/mail';
|
|
1671
1673
|
// Mailbox aliases
|
|
1672
1674
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1673
1675
|
// Mails aliases
|
|
1674
1676
|
export { default as MailsIcon } from '../icons/mails';
|
|
1677
|
+
// MapMinus aliases
|
|
1678
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1675
1679
|
// MapPinCheckInside aliases
|
|
1676
1680
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1677
1681
|
// MapPinCheck aliases
|
|
1678
1682
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1679
1683
|
// MapPinHouse aliases
|
|
1680
1684
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1681
|
-
// MapMinus aliases
|
|
1682
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1683
|
-
// MapPinMinus aliases
|
|
1684
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1685
1685
|
// MapPinMinusInside aliases
|
|
1686
1686
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1687
1687
|
// MapPinOff aliases
|
|
1688
1688
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1689
|
+
// MapPinMinus aliases
|
|
1690
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1689
1691
|
// MapPinPlusInside aliases
|
|
1690
1692
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1691
1693
|
// MapPinPlus aliases
|
|
1692
1694
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1693
|
-
// MapPinXInside aliases
|
|
1694
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1695
1695
|
// MapPinSearch aliases
|
|
1696
1696
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1697
|
+
// MapPinXInside aliases
|
|
1698
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1697
1699
|
// MapPinX aliases
|
|
1698
1700
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1699
1701
|
// MapPin aliases
|
|
1700
1702
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1701
1703
|
// MapPinned aliases
|
|
1702
1704
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1703
|
-
// MapPlus aliases
|
|
1704
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1705
1705
|
// Map aliases
|
|
1706
1706
|
export { default as MapIcon } from '../icons/map';
|
|
1707
|
+
// MapPlus aliases
|
|
1708
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1707
1709
|
// MarsStroke aliases
|
|
1708
1710
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1709
1711
|
// Mars aliases
|
|
@@ -1744,30 +1746,30 @@ export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
|
1744
1746
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1745
1747
|
// MessageCircleX aliases
|
|
1746
1748
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1747
|
-
// MessageCircleWarning aliases
|
|
1748
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1749
|
-
// MessageSquareCheck aliases
|
|
1750
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1751
1749
|
// MessageCircle aliases
|
|
1752
1750
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1751
|
+
// MessageSquareCheck aliases
|
|
1752
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1753
|
+
// MessageCircleWarning aliases
|
|
1754
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1753
1755
|
// MessageSquareCode aliases
|
|
1754
1756
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1757
|
+
// MessageSquareDiff aliases
|
|
1758
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1755
1759
|
// MessageSquareDashed aliases
|
|
1756
1760
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1757
1761
|
// MessageSquareDot aliases
|
|
1758
1762
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1759
|
-
// MessageSquareDiff aliases
|
|
1760
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1761
1763
|
// MessageSquareHeart aliases
|
|
1762
1764
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1763
1765
|
// MessageSquareLock aliases
|
|
1764
1766
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1765
1767
|
// MessageSquareMore aliases
|
|
1766
1768
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1767
|
-
// MessageSquareOff aliases
|
|
1768
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1769
1769
|
// MessageSquarePlus aliases
|
|
1770
1770
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1771
|
+
// MessageSquareOff aliases
|
|
1772
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1771
1773
|
// MessageSquareReply aliases
|
|
1772
1774
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1773
1775
|
// MessageSquareQuote aliases
|
|
@@ -1782,20 +1784,20 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1782
1784
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1783
1785
|
// MessageSquare aliases
|
|
1784
1786
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1785
|
-
// Metronome aliases
|
|
1786
|
-
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1787
1787
|
// MessagesSquare aliases
|
|
1788
1788
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1789
|
+
// Metronome aliases
|
|
1790
|
+
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1789
1791
|
// MicAudioLines aliases
|
|
1790
1792
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1791
|
-
// Mic aliases
|
|
1792
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1793
1793
|
// MicOff aliases
|
|
1794
1794
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1795
|
+
// Mic aliases
|
|
1796
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1797
1797
|
// Microscope aliases
|
|
1798
1798
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1799
|
+
// Microchip aliases
|
|
1800
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1799
1801
|
// Microwave aliases
|
|
1800
1802
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1801
1803
|
// MidiPort aliases
|
|
@@ -1804,16 +1806,16 @@ export { default as MidiPortIcon } from '../icons/midi-port';
|
|
|
1804
1806
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1805
1807
|
// MilkOff aliases
|
|
1806
1808
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1807
|
-
// Minimize2 aliases
|
|
1808
|
-
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1809
1809
|
// Milk aliases
|
|
1810
1810
|
export { default as MilkIcon } from '../icons/milk';
|
|
1811
|
+
// Minimize2 aliases
|
|
1812
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1811
1813
|
// Minimize aliases
|
|
1812
1814
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1813
|
-
// MirrorRectangular aliases
|
|
1814
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1815
1815
|
// Minus aliases
|
|
1816
1816
|
export { default as MinusIcon } from '../icons/minus';
|
|
1817
|
+
// MirrorRectangular aliases
|
|
1818
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1817
1819
|
// MirrorRound aliases
|
|
1818
1820
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1819
1821
|
// MonitorCheck aliases
|
|
@@ -1842,24 +1844,24 @@ export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
|
1842
1844
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1843
1845
|
// MonitorX aliases
|
|
1844
1846
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1845
|
-
// MoonStar aliases
|
|
1846
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1847
1847
|
// Monitor aliases
|
|
1848
1848
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1849
|
+
// MoonStar aliases
|
|
1850
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1849
1851
|
// Moon aliases
|
|
1850
1852
|
export { default as MoonIcon } from '../icons/moon';
|
|
1851
|
-
// MopSparkles aliases
|
|
1852
|
-
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1853
1853
|
// Mop aliases
|
|
1854
1854
|
export { default as MopIcon } from '../icons/mop';
|
|
1855
|
+
// MopSparkles aliases
|
|
1856
|
+
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1855
1857
|
// Mosque aliases
|
|
1856
1858
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1857
1859
|
// Motorbike aliases
|
|
1858
1860
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1859
|
-
// Mountain aliases
|
|
1860
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1861
1861
|
// MountainSnow aliases
|
|
1862
1862
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1863
|
+
// Mountain aliases
|
|
1864
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1863
1865
|
// MouseLeft aliases
|
|
1864
1866
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1865
1867
|
// MouseOff aliases
|
|
@@ -1870,28 +1872,28 @@ export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
|
1870
1872
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1871
1873
|
// MousePointerBan aliases
|
|
1872
1874
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1873
|
-
// MousePointerClick aliases
|
|
1874
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1875
1875
|
// MousePointer aliases
|
|
1876
1876
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1877
|
-
//
|
|
1878
|
-
export { default as
|
|
1877
|
+
// MousePointerClick aliases
|
|
1878
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1879
1879
|
// Mouse aliases
|
|
1880
1880
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1881
|
+
// MouseRight aliases
|
|
1882
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1883
1883
|
// MoveDiagonal aliases
|
|
1884
1884
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1885
|
+
// MoveDiagonal2 aliases
|
|
1886
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1885
1887
|
// MoveDownLeft aliases
|
|
1886
1888
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1887
1889
|
// MoveDownRight aliases
|
|
1888
1890
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1889
1891
|
// MoveDown aliases
|
|
1890
1892
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1891
|
-
// MoveHorizontal aliases
|
|
1892
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1893
1893
|
// MoveLeft aliases
|
|
1894
1894
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1895
|
+
// MoveHorizontal aliases
|
|
1896
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1895
1897
|
// MoveRight aliases
|
|
1896
1898
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1897
1899
|
// MoveUpLeft aliases
|
|
@@ -1906,10 +1908,10 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1906
1908
|
export { default as MoveIcon } from '../icons/move';
|
|
1907
1909
|
// Music2 aliases
|
|
1908
1910
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1909
|
-
// Music3 aliases
|
|
1910
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1911
1911
|
// Music4 aliases
|
|
1912
1912
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1913
|
+
// Music3 aliases
|
|
1914
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1913
1915
|
// Music aliases
|
|
1914
1916
|
export { default as MusicIcon } from '../icons/music';
|
|
1915
1917
|
// Navigation2Off aliases
|
|
@@ -1944,10 +1946,10 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1944
1946
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1945
1947
|
// Nut aliases
|
|
1946
1948
|
export { default as NutIcon } from '../icons/nut';
|
|
1947
|
-
// OctagonMinus aliases
|
|
1948
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1949
1949
|
// Octagon aliases
|
|
1950
1950
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1951
|
+
// OctagonMinus aliases
|
|
1952
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1951
1953
|
// Omega aliases
|
|
1952
1954
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1953
1955
|
// Option aliases
|
|
@@ -1962,10 +1964,10 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1962
1964
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1963
1965
|
// PackageMinus aliases
|
|
1964
1966
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1965
|
-
// PackageOpen aliases
|
|
1966
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1967
1967
|
// PackagePlus aliases
|
|
1968
1968
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1969
|
+
// PackageOpen aliases
|
|
1970
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1969
1971
|
// PackageSearch aliases
|
|
1970
1972
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1971
1973
|
// PackageX aliases
|
|
@@ -1992,28 +1994,28 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1992
1994
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1993
1995
|
// PanelRightClose aliases
|
|
1994
1996
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1995
|
-
// PanelRight aliases
|
|
1996
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1997
1997
|
// PanelRightOpen aliases
|
|
1998
1998
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1999
|
+
// PanelRight aliases
|
|
2000
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1999
2001
|
// PanelTopBottomDashed aliases
|
|
2000
2002
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2003
|
+
// PanelTopClose aliases
|
|
2004
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2001
2005
|
// PanelTopOpen aliases
|
|
2002
2006
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2003
2007
|
// PanelTop aliases
|
|
2004
2008
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2005
|
-
// PanelTopClose aliases
|
|
2006
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2007
2009
|
// PanelsLeftBottom aliases
|
|
2008
2010
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2009
2011
|
// PanelsRightBottom aliases
|
|
2010
2012
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2011
2013
|
// PaperBag aliases
|
|
2012
2014
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2013
|
-
// Paperclip aliases
|
|
2014
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2015
2015
|
// Parasol aliases
|
|
2016
2016
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2017
|
+
// Paperclip aliases
|
|
2018
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2017
2019
|
// Parentheses aliases
|
|
2018
2020
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2019
2021
|
// ParkingMeter aliases
|
|
@@ -2050,46 +2052,46 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
2050
2052
|
export { default as PhiIcon } from '../icons/phi';
|
|
2051
2053
|
// PhilippinePeso aliases
|
|
2052
2054
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2053
|
-
// PhoneForwarded aliases
|
|
2054
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2055
2055
|
// PhoneCall aliases
|
|
2056
2056
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2057
|
-
//
|
|
2058
|
-
export { default as
|
|
2057
|
+
// PhoneForwarded aliases
|
|
2058
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2059
2059
|
// PhoneMissed aliases
|
|
2060
2060
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2061
2061
|
// PhoneOff aliases
|
|
2062
2062
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2063
|
+
// PhoneIncoming aliases
|
|
2064
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2065
2065
|
// PhoneOutgoing aliases
|
|
2066
2066
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2067
|
+
// Phone aliases
|
|
2068
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2067
2069
|
// Pi aliases
|
|
2068
2070
|
export { default as PiIcon } from '../icons/pi';
|
|
2069
2071
|
// Piano aliases
|
|
2070
2072
|
export { default as PianoIcon } from '../icons/piano';
|
|
2071
2073
|
// Pickaxe aliases
|
|
2072
2074
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2073
|
-
// PictureInPicture2 aliases
|
|
2074
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2075
2075
|
// PictureInPicture aliases
|
|
2076
2076
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2077
2077
|
// PiggyBank aliases
|
|
2078
2078
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2079
2079
|
// PilcrowLeft aliases
|
|
2080
2080
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2081
|
-
//
|
|
2082
|
-
export { default as
|
|
2081
|
+
// PictureInPicture2 aliases
|
|
2082
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2083
2083
|
// Pilcrow aliases
|
|
2084
2084
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2085
|
+
// PilcrowRight aliases
|
|
2086
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2085
2087
|
// PillBottle aliases
|
|
2086
2088
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2087
2089
|
// Pill aliases
|
|
2088
2090
|
export { default as PillIcon } from '../icons/pill';
|
|
2089
|
-
// PinOff aliases
|
|
2090
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2091
2091
|
// Pin aliases
|
|
2092
2092
|
export { default as PinIcon } from '../icons/pin';
|
|
2093
|
+
// PinOff aliases
|
|
2094
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2093
2095
|
// Pipette aliases
|
|
2094
2096
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2095
2097
|
// Pizza aliases
|
|
@@ -2106,18 +2108,18 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2106
2108
|
export { default as PlayIcon } from '../icons/play';
|
|
2107
2109
|
// Plug2 aliases
|
|
2108
2110
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2109
|
-
//
|
|
2110
|
-
export { default as
|
|
2111
|
+
// PocketKnife aliases
|
|
2112
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2111
2113
|
// Plug aliases
|
|
2112
2114
|
export { default as PlugIcon } from '../icons/plug';
|
|
2113
2115
|
// Podium aliases
|
|
2114
2116
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2117
|
-
// PointerOff aliases
|
|
2118
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2117
|
+
// Plus aliases
|
|
2118
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2119
2119
|
// Pointer aliases
|
|
2120
2120
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2121
|
+
// PointerOff aliases
|
|
2122
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2121
2123
|
// Popcorn aliases
|
|
2122
2124
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2123
2125
|
// Popsicle aliases
|
|
@@ -2130,22 +2132,20 @@ export { default as PowerOffIcon } from '../icons/power-off';
|
|
|
2130
2132
|
export { default as PowerIcon } from '../icons/power';
|
|
2131
2133
|
// Presentation aliases
|
|
2132
2134
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2133
|
-
// PrinterCheck aliases
|
|
2134
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2135
2135
|
// PrinterX aliases
|
|
2136
2136
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2137
|
+
// PrinterCheck aliases
|
|
2138
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2137
2139
|
// Printer aliases
|
|
2138
2140
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2139
2141
|
// Projector aliases
|
|
2140
2142
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2141
|
-
// Proportions aliases
|
|
2142
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2143
2143
|
// Puzzle aliases
|
|
2144
2144
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2145
2145
|
// Pyramid aliases
|
|
2146
2146
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2147
|
+
// Proportions aliases
|
|
2148
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2149
2149
|
// Quote aliases
|
|
2150
2150
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2151
2151
|
// Rabbit aliases
|
|
@@ -2154,22 +2154,24 @@ export { default as RabbitIcon } from '../icons/rabbit';
|
|
|
2154
2154
|
export { default as RadarIcon } from '../icons/radar';
|
|
2155
2155
|
// Radiation aliases
|
|
2156
2156
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2157
|
-
//
|
|
2158
|
-
export { default as
|
|
2157
|
+
// QrCode aliases
|
|
2158
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2159
2159
|
// RadioOff aliases
|
|
2160
2160
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2161
2161
|
// RadioReceiver aliases
|
|
2162
2162
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2163
|
+
// Radical aliases
|
|
2164
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2165
|
+
// Radius aliases
|
|
2166
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2163
2167
|
// RadioTower aliases
|
|
2164
2168
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2165
2169
|
// Radio aliases
|
|
2166
2170
|
export { default as RadioIcon } from '../icons/radio';
|
|
2167
|
-
// Radius aliases
|
|
2168
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2169
|
-
// Rainbow aliases
|
|
2170
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2171
2171
|
// Rat aliases
|
|
2172
2172
|
export { default as RatIcon } from '../icons/rat';
|
|
2173
|
+
// Rainbow aliases
|
|
2174
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2173
2175
|
// Ratio aliases
|
|
2174
2176
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2175
2177
|
// ReceiptCent aliases
|
|
@@ -2178,22 +2180,22 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2178
2180
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2179
2181
|
// ReceiptIndianRupee aliases
|
|
2180
2182
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2181
|
-
// ReceiptPoundSterling aliases
|
|
2182
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2183
2183
|
// ReceiptJapaneseYen aliases
|
|
2184
2184
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2185
|
-
//
|
|
2186
|
-
export { default as
|
|
2185
|
+
// ReceiptPoundSterling aliases
|
|
2186
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2187
2187
|
// ReceiptRussianRuble aliases
|
|
2188
2188
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2189
|
+
// ReceiptSwissFranc aliases
|
|
2190
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2189
2191
|
// ReceiptText aliases
|
|
2190
2192
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2191
2193
|
// ReceiptTurkishLira aliases
|
|
2192
2194
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2193
|
-
// RectangleCircle aliases
|
|
2194
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2195
2195
|
// Receipt aliases
|
|
2196
2196
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2197
|
+
// RectangleCircle aliases
|
|
2198
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2197
2199
|
// RectangleGoggles aliases
|
|
2198
2200
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2199
2201
|
// RectangleHorizontal aliases
|
|
@@ -2204,20 +2206,20 @@ export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
|
2204
2206
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2205
2207
|
// Redo2 aliases
|
|
2206
2208
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2209
|
+
// RefreshCcwDot aliases
|
|
2210
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2207
2211
|
// RedoDot aliases
|
|
2208
2212
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2213
|
+
// RefreshCcw aliases
|
|
2214
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2209
2215
|
// Redo aliases
|
|
2210
2216
|
export { default as RedoIcon } from '../icons/redo';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2217
|
+
// RefreshCw aliases
|
|
2218
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2213
2219
|
// RefreshCwOff aliases
|
|
2214
2220
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2215
|
-
// RefreshCcw aliases
|
|
2216
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2217
2221
|
// Refrigerator aliases
|
|
2218
2222
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2219
|
-
// RefreshCw aliases
|
|
2220
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2221
2223
|
// Regex aliases
|
|
2222
2224
|
export { default as RegexIcon } from '../icons/regex';
|
|
2223
2225
|
// RemoveFormatting aliases
|
|
@@ -2226,34 +2228,34 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2226
2228
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2227
2229
|
// Repeat2 aliases
|
|
2228
2230
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2231
|
+
// ReplaceAll aliases
|
|
2232
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2229
2233
|
// RepeatOff aliases
|
|
2230
2234
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2231
2235
|
// Repeat aliases
|
|
2232
2236
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2233
|
-
// ReplaceAll aliases
|
|
2234
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2235
2237
|
// Replace aliases
|
|
2236
2238
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2237
|
-
// ReplyAll aliases
|
|
2238
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2239
2239
|
// Reply aliases
|
|
2240
2240
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2241
2241
|
// Rewind aliases
|
|
2242
2242
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2243
|
+
// ReplyAll aliases
|
|
2244
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2243
2245
|
// Ribbon aliases
|
|
2244
2246
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2245
2247
|
// Rocket aliases
|
|
2246
2248
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2247
2249
|
// Road aliases
|
|
2248
2250
|
export { default as RoadIcon } from '../icons/road';
|
|
2249
|
-
// RollerCoaster aliases
|
|
2250
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2251
2251
|
// RockingChair aliases
|
|
2252
2252
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2253
|
-
// Rose aliases
|
|
2254
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2255
2253
|
// RotateCcwKey aliases
|
|
2256
2254
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2255
|
+
// Rose aliases
|
|
2256
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2257
|
+
// RollerCoaster aliases
|
|
2258
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2257
2259
|
// RotateCcwSquare aliases
|
|
2258
2260
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2259
2261
|
// RotateCcw aliases
|
|
@@ -2262,14 +2264,14 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2262
2264
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2263
2265
|
// RotateCwSquare aliases
|
|
2264
2266
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2265
|
-
// RotateCw aliases
|
|
2266
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2267
2267
|
// RouteOff aliases
|
|
2268
2268
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2269
|
+
// RotateCw aliases
|
|
2270
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2271
2271
|
// Route aliases
|
|
2272
2272
|
export { default as RouteIcon } from '../icons/route';
|
|
2273
|
+
// Router aliases
|
|
2274
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2273
2275
|
// Rows4 aliases
|
|
2274
2276
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2275
2277
|
// Rss aliases
|
|
@@ -2288,20 +2290,20 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2288
2290
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2289
2291
|
// SatelliteDish aliases
|
|
2290
2292
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2291
|
-
// Satellite aliases
|
|
2292
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2293
2293
|
// SaudiRiyal aliases
|
|
2294
2294
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2295
|
+
// Satellite aliases
|
|
2296
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2295
2297
|
// SaveAll aliases
|
|
2296
2298
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2297
2299
|
// SaveCheck aliases
|
|
2298
2300
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2299
|
-
// SaveOff aliases
|
|
2300
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2301
2301
|
// SavePen aliases
|
|
2302
2302
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2303
2303
|
// SavePlus aliases
|
|
2304
2304
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2305
|
+
// SaveOff aliases
|
|
2306
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2305
2307
|
// Save aliases
|
|
2306
2308
|
export { default as SaveIcon } from '../icons/save';
|
|
2307
2309
|
// Scale aliases
|
|
@@ -2332,12 +2334,12 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2332
2334
|
export { default as ScanIcon } from '../icons/scan';
|
|
2333
2335
|
// School aliases
|
|
2334
2336
|
export { default as SchoolIcon } from '../icons/school';
|
|
2335
|
-
// ScissorsLineDashed aliases
|
|
2336
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2337
2337
|
// Scissors aliases
|
|
2338
2338
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2339
2339
|
// Scooter aliases
|
|
2340
2340
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2341
|
+
// ScissorsLineDashed aliases
|
|
2342
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2341
2343
|
// ScreenShareOff aliases
|
|
2342
2344
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2343
2345
|
// ScreenShare aliases
|
|
@@ -2346,30 +2348,30 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2346
2348
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2347
2349
|
// Scroll aliases
|
|
2348
2350
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2349
|
-
// SearchAlert aliases
|
|
2350
|
-
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2351
2351
|
// SearchCheck aliases
|
|
2352
2352
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2353
|
-
//
|
|
2354
|
-
export { default as
|
|
2353
|
+
// SearchAlert aliases
|
|
2354
|
+
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2355
2355
|
// SearchSlash aliases
|
|
2356
2356
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2357
|
+
// SearchCode aliases
|
|
2358
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2357
2359
|
// SearchX aliases
|
|
2358
2360
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2359
2361
|
// Search aliases
|
|
2360
2362
|
export { default as SearchIcon } from '../icons/search';
|
|
2361
|
-
// Section aliases
|
|
2362
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2363
2363
|
// Send aliases
|
|
2364
2364
|
export { default as SendIcon } from '../icons/send';
|
|
2365
|
-
//
|
|
2366
|
-
export { default as
|
|
2365
|
+
// Section aliases
|
|
2366
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2367
2367
|
// SeparatorHorizontal aliases
|
|
2368
2368
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2369
|
-
//
|
|
2370
|
-
export { default as
|
|
2369
|
+
// SendToBack aliases
|
|
2370
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2371
2371
|
// ServerCog aliases
|
|
2372
2372
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2373
|
+
// SeparatorVertical aliases
|
|
2374
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2373
2375
|
// ServerCrash aliases
|
|
2374
2376
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2375
2377
|
// ServerOff aliases
|
|
@@ -2380,12 +2382,12 @@ export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
|
2380
2382
|
export { default as ServerIcon } from '../icons/server';
|
|
2381
2383
|
// Settings2 aliases
|
|
2382
2384
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2383
|
-
// Settings aliases
|
|
2384
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2385
2385
|
// Shapes aliases
|
|
2386
2386
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2387
2387
|
// Share2 aliases
|
|
2388
2388
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2389
|
+
// Settings aliases
|
|
2390
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2389
2391
|
// Share aliases
|
|
2390
2392
|
export { default as ShareIcon } from '../icons/share';
|
|
2391
2393
|
// Sheet aliases
|
|
@@ -2400,44 +2402,44 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2400
2402
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2401
2403
|
// ShieldCheck aliases
|
|
2402
2404
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2405
|
+
// ShieldCog aliases
|
|
2406
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2403
2407
|
// ShieldCogCorner aliases
|
|
2404
2408
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2405
2409
|
// ShieldEllipsis aliases
|
|
2406
2410
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2407
|
-
// ShieldCog aliases
|
|
2408
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2409
2411
|
// ShieldHalf aliases
|
|
2410
2412
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2411
|
-
// ShieldKeyhole aliases
|
|
2412
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2413
2413
|
// ShieldLock aliases
|
|
2414
2414
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2415
|
-
// ShieldMinus aliases
|
|
2416
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2417
2415
|
// ShieldOff aliases
|
|
2418
2416
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2417
|
+
// ShieldMinus aliases
|
|
2418
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2419
|
+
// ShieldKeyhole aliases
|
|
2420
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2419
2421
|
// ShieldPlus aliases
|
|
2420
2422
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2421
2423
|
// ShieldUser aliases
|
|
2422
2424
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2423
|
-
// Shield aliases
|
|
2424
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2425
2425
|
// ShipWheel aliases
|
|
2426
2426
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2427
|
+
// Shield aliases
|
|
2428
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2427
2429
|
// Ship aliases
|
|
2428
2430
|
export { default as ShipIcon } from '../icons/ship';
|
|
2429
2431
|
// Shirt aliases
|
|
2430
2432
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2431
2433
|
// ShoppingBag aliases
|
|
2432
2434
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2433
|
-
// ShoppingBasket aliases
|
|
2434
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2435
2435
|
// ShoppingCart aliases
|
|
2436
2436
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2437
|
-
// ShowerHead aliases
|
|
2438
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2439
2437
|
// Shovel aliases
|
|
2440
2438
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2439
|
+
// ShowerHead aliases
|
|
2440
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2441
|
+
// ShoppingBasket aliases
|
|
2442
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2441
2443
|
// Shredder aliases
|
|
2442
2444
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2443
2445
|
// Shrimp aliases
|
|
@@ -2448,48 +2450,48 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2448
2450
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2449
2451
|
// Shuffle aliases
|
|
2450
2452
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2451
|
-
// Sigma aliases
|
|
2452
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2453
2453
|
// SignalHigh aliases
|
|
2454
2454
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2455
|
+
// Sigma aliases
|
|
2456
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2455
2457
|
// SignalMedium aliases
|
|
2456
2458
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2457
|
-
// SignalZero aliases
|
|
2458
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2459
2459
|
// SignalLow aliases
|
|
2460
2460
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2461
|
+
// SignalZero aliases
|
|
2462
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2463
2463
|
// Signal aliases
|
|
2464
2464
|
export { default as SignalIcon } from '../icons/signal';
|
|
2465
|
+
// Signature aliases
|
|
2466
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2465
2467
|
// SignpostBig aliases
|
|
2466
2468
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2467
2469
|
// Signpost aliases
|
|
2468
2470
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2469
|
-
// SkipBack aliases
|
|
2470
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2471
2471
|
// Siren aliases
|
|
2472
2472
|
export { default as SirenIcon } from '../icons/siren';
|
|
2473
2473
|
// SkipForward aliases
|
|
2474
2474
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2475
|
+
// SkipBack aliases
|
|
2476
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2475
2477
|
// Skull aliases
|
|
2476
2478
|
export { default as SkullIcon } from '../icons/skull';
|
|
2477
2479
|
// Slash aliases
|
|
2478
2480
|
export { default as SlashIcon } from '../icons/slash';
|
|
2479
|
-
// SlidersHorizontal aliases
|
|
2480
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2481
2481
|
// Slice aliases
|
|
2482
2482
|
export { default as SliceIcon } from '../icons/slice';
|
|
2483
|
+
// SlidersHorizontal aliases
|
|
2484
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2483
2485
|
// SmartphoneCharging aliases
|
|
2484
2486
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2485
2487
|
// SmartphoneNfc aliases
|
|
2486
2488
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2487
2489
|
// Smartphone aliases
|
|
2488
2490
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2489
|
-
// Snowflake aliases
|
|
2490
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2491
2491
|
// Snail aliases
|
|
2492
2492
|
export { default as SnailIcon } from '../icons/snail';
|
|
2493
|
+
// Snowflake aliases
|
|
2494
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2493
2495
|
// SoapDispenserDroplet aliases
|
|
2494
2496
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2495
2497
|
// Sofa aliases
|
|
@@ -2500,66 +2502,66 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2500
2502
|
export { default as SoupIcon } from '../icons/soup';
|
|
2501
2503
|
// Space aliases
|
|
2502
2504
|
export { default as SpaceIcon } from '../icons/space';
|
|
2503
|
-
// Spade aliases
|
|
2504
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2505
2505
|
// Sparkle aliases
|
|
2506
2506
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2507
2507
|
// Speaker aliases
|
|
2508
2508
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2509
|
-
//
|
|
2510
|
-
export { default as
|
|
2509
|
+
// Spade aliases
|
|
2510
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2511
2511
|
// SpellCheck2 aliases
|
|
2512
2512
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2513
|
+
// Speech aliases
|
|
2514
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2513
2515
|
// SpellCheck aliases
|
|
2514
2516
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2515
2517
|
// SplinePointer aliases
|
|
2516
2518
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2517
|
-
// Spline aliases
|
|
2518
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2519
2519
|
// Split aliases
|
|
2520
2520
|
export { default as SplitIcon } from '../icons/split';
|
|
2521
|
-
//
|
|
2522
|
-
export { default as
|
|
2521
|
+
// Spline aliases
|
|
2522
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2523
2523
|
// Spool aliases
|
|
2524
2524
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2525
|
+
// SportShoe aliases
|
|
2526
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2525
2527
|
// Spotlight aliases
|
|
2526
2528
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2527
2529
|
// SprayCan aliases
|
|
2528
2530
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2529
|
-
// Sprout aliases
|
|
2530
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2531
2531
|
// SquareArrowRightEnter aliases
|
|
2532
2532
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2533
|
+
// Sprout aliases
|
|
2534
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2533
2535
|
// SquareDashedBottomCode aliases
|
|
2534
2536
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2535
|
-
// SquareDashedBottom aliases
|
|
2536
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2537
2537
|
// SquareArrowRightExit aliases
|
|
2538
2538
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2539
|
+
// SquareDashedBottom aliases
|
|
2540
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2539
2541
|
// SquareDashedTopSolid aliases
|
|
2540
2542
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2541
|
-
// SquareDimensions aliases
|
|
2542
|
-
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2543
2543
|
// SquarePause aliases
|
|
2544
2544
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2545
|
-
//
|
|
2546
|
-
export { default as
|
|
2545
|
+
// SquareDimensions aliases
|
|
2546
|
+
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2547
2547
|
// SquareOff aliases
|
|
2548
2548
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2549
|
-
//
|
|
2550
|
-
export { default as
|
|
2551
|
-
// SquareStack aliases
|
|
2552
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2549
|
+
// SquareRadical aliases
|
|
2550
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2553
2551
|
// SquareSquare aliases
|
|
2554
2552
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2555
|
-
//
|
|
2556
|
-
export { default as
|
|
2553
|
+
// SquareStack aliases
|
|
2554
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2555
|
+
// SquareRoundCorner aliases
|
|
2556
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2557
2557
|
// SquareStop aliases
|
|
2558
2558
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2559
|
-
//
|
|
2560
|
-
export { default as
|
|
2559
|
+
// SquareStar aliases
|
|
2560
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2561
2561
|
// SquareText aliases
|
|
2562
2562
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2563
|
+
// Square aliases
|
|
2564
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2563
2565
|
// SquaresExclude aliases
|
|
2564
2566
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2565
2567
|
// SquaresIntersect aliases
|
|
@@ -2568,14 +2570,14 @@ export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
|
2568
2570
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2569
2571
|
// SquaresUnite aliases
|
|
2570
2572
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2571
|
-
// SquircleDashed aliases
|
|
2572
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2573
2573
|
// Squircle aliases
|
|
2574
2574
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2575
|
-
//
|
|
2576
|
-
export { default as
|
|
2575
|
+
// SquircleDashed aliases
|
|
2576
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2577
2577
|
// Stamp aliases
|
|
2578
2578
|
export { default as StampIcon } from '../icons/stamp';
|
|
2579
|
+
// Squirrel aliases
|
|
2580
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2579
2581
|
// StarCheck aliases
|
|
2580
2582
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2581
2583
|
// StarHalf aliases
|
|
@@ -2584,34 +2586,34 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2584
2586
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2585
2587
|
// StarOff aliases
|
|
2586
2588
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2587
|
-
// StarPlus aliases
|
|
2588
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2589
2589
|
// StarX aliases
|
|
2590
2590
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2591
2591
|
// Star aliases
|
|
2592
2592
|
export { default as StarIcon } from '../icons/star';
|
|
2593
2593
|
// StepBack aliases
|
|
2594
2594
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2595
|
+
// StarPlus aliases
|
|
2596
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2595
2597
|
// StepForward aliases
|
|
2596
2598
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2597
2599
|
// Stethoscope aliases
|
|
2598
2600
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2599
|
-
// StickyNoteCheck aliases
|
|
2600
|
-
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2601
2601
|
// Sticker aliases
|
|
2602
2602
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2603
|
+
// StickyNoteCheck aliases
|
|
2604
|
+
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2603
2605
|
// StickyNoteMinus aliases
|
|
2604
2606
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2605
|
-
// StickyNoteOff aliases
|
|
2606
|
-
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2607
2607
|
// StickyNotePlus aliases
|
|
2608
2608
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2609
|
-
//
|
|
2610
|
-
export { default as
|
|
2609
|
+
// StickyNoteOff aliases
|
|
2610
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2611
2611
|
// StickyNote aliases
|
|
2612
2612
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2613
2613
|
// StickyNotes aliases
|
|
2614
2614
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2615
|
+
// StickyNoteX aliases
|
|
2616
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2615
2617
|
// Stone aliases
|
|
2616
2618
|
export { default as StoneIcon } from '../icons/stone';
|
|
2617
2619
|
// Store aliases
|
|
@@ -2620,40 +2622,40 @@ export { default as StoreIcon } from '../icons/store';
|
|
|
2620
2622
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2621
2623
|
// StretchVertical aliases
|
|
2622
2624
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2623
|
-
// Strikethrough aliases
|
|
2624
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2625
2625
|
// Subscript aliases
|
|
2626
2626
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2627
|
+
// Strikethrough aliases
|
|
2628
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2627
2629
|
// Summary aliases
|
|
2628
2630
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2629
2631
|
// SunDim aliases
|
|
2630
2632
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2631
|
-
// SunMedium aliases
|
|
2632
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2633
2633
|
// SunMoon aliases
|
|
2634
2634
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2635
|
+
// SunMedium aliases
|
|
2636
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2635
2637
|
// SunSnow aliases
|
|
2636
2638
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2637
2639
|
// Sun aliases
|
|
2638
2640
|
export { default as SunIcon } from '../icons/sun';
|
|
2639
2641
|
// Sunrise aliases
|
|
2640
2642
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2641
|
-
// Sunset aliases
|
|
2642
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2643
|
-
// Superscript aliases
|
|
2644
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2645
2643
|
// SwatchBook aliases
|
|
2646
2644
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2645
|
+
// Superscript aliases
|
|
2646
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2647
|
+
// Sunset aliases
|
|
2648
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2647
2649
|
// SwissFranc aliases
|
|
2648
2650
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2649
2651
|
// SwitchCamera aliases
|
|
2650
2652
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2651
2653
|
// Sword aliases
|
|
2652
2654
|
export { default as SwordIcon } from '../icons/sword';
|
|
2653
|
-
// Swords aliases
|
|
2654
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2655
2655
|
// Syringe aliases
|
|
2656
2656
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2657
|
+
// Swords aliases
|
|
2658
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2657
2659
|
// Table2 aliases
|
|
2658
2660
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2659
2661
|
// TableCellsMerge aliases
|
|
@@ -2662,38 +2664,38 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2662
2664
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2663
2665
|
// TableColumnsSplit aliases
|
|
2664
2666
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2665
|
-
// TableOfContents aliases
|
|
2666
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2667
2667
|
// TableProperties aliases
|
|
2668
2668
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2669
|
-
//
|
|
2670
|
-
export { default as
|
|
2669
|
+
// TableOfContents aliases
|
|
2670
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2671
2671
|
// Table aliases
|
|
2672
2672
|
export { default as TableIcon } from '../icons/table';
|
|
2673
|
+
// TableRowsSplit aliases
|
|
2674
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2673
2675
|
// TabletSmartphone aliases
|
|
2674
2676
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2675
|
-
// Tablets aliases
|
|
2676
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2677
2677
|
// Tablet aliases
|
|
2678
2678
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2679
|
-
//
|
|
2680
|
-
export { default as
|
|
2679
|
+
// Tablets aliases
|
|
2680
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2681
2681
|
// TagX aliases
|
|
2682
2682
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2683
|
-
//
|
|
2684
|
-
export { default as
|
|
2685
|
-
// Tally2 aliases
|
|
2686
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2683
|
+
// TagPlus aliases
|
|
2684
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2687
2685
|
// Tag aliases
|
|
2688
2686
|
export { default as TagIcon } from '../icons/tag';
|
|
2687
|
+
// Tags aliases
|
|
2688
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2689
2689
|
// Tally1 aliases
|
|
2690
2690
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2691
2691
|
// Tally3 aliases
|
|
2692
2692
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2693
|
-
//
|
|
2694
|
-
export { default as
|
|
2693
|
+
// Tally2 aliases
|
|
2694
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2695
2695
|
// Tally5 aliases
|
|
2696
2696
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2697
|
+
// Tally4 aliases
|
|
2698
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2697
2699
|
// Tangent aliases
|
|
2698
2700
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2699
2701
|
// Target aliases
|
|
@@ -2708,12 +2710,12 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2708
2710
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2709
2711
|
// TestTube aliases
|
|
2710
2712
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2711
|
-
// TestTubes aliases
|
|
2712
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2713
2713
|
// TextCursorInput aliases
|
|
2714
2714
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2715
2715
|
// TextCursor aliases
|
|
2716
2716
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2717
|
+
// TestTubes aliases
|
|
2718
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2717
2719
|
// TextQuote aliases
|
|
2718
2720
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2719
2721
|
// TextSearch aliases
|
|
@@ -2730,12 +2732,12 @@ export { default as ThermometerIcon } from '../icons/thermometer';
|
|
|
2730
2732
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2731
2733
|
// ThumbsUp aliases
|
|
2732
2734
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2733
|
-
// TicketCheck aliases
|
|
2734
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2735
2735
|
// TicketMinus aliases
|
|
2736
2736
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2737
2737
|
// TicketPercent aliases
|
|
2738
2738
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2739
|
+
// TicketCheck aliases
|
|
2740
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2739
2741
|
// TicketPlus aliases
|
|
2740
2742
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2741
2743
|
// TicketSlash aliases
|
|
@@ -2760,24 +2762,24 @@ export { default as TimerIcon } from '../icons/timer';
|
|
|
2760
2762
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2761
2763
|
// ToggleRight aliases
|
|
2762
2764
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2763
|
-
// Toolbox aliases
|
|
2764
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2765
2765
|
// Toilet aliases
|
|
2766
2766
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2767
2767
|
// ToolCase aliases
|
|
2768
2768
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2769
|
+
// Toolbox aliases
|
|
2770
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2769
2771
|
// Tornado aliases
|
|
2770
2772
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2771
2773
|
// Torus aliases
|
|
2772
2774
|
export { default as TorusIcon } from '../icons/torus';
|
|
2773
|
-
// Touchpad aliases
|
|
2774
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2775
2775
|
// TouchpadOff aliases
|
|
2776
2776
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2777
|
-
//
|
|
2778
|
-
export { default as
|
|
2777
|
+
// Touchpad aliases
|
|
2778
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2779
2779
|
// TowerControl aliases
|
|
2780
2780
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2781
|
+
// TowelRack aliases
|
|
2782
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2781
2783
|
// ToyBrick aliases
|
|
2782
2784
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2783
2785
|
// Tractor aliases
|
|
@@ -2796,22 +2798,22 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2796
2798
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2797
2799
|
// Trash aliases
|
|
2798
2800
|
export { default as TrashIcon } from '../icons/trash';
|
|
2801
|
+
// TreeDeciduous aliases
|
|
2802
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2799
2803
|
// TreePine aliases
|
|
2800
2804
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2801
2805
|
// Trees aliases
|
|
2802
2806
|
export { default as TreesIcon } from '../icons/trees';
|
|
2803
|
-
// TreeDeciduous aliases
|
|
2804
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2805
2807
|
// TrendingDown aliases
|
|
2806
2808
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2807
2809
|
// TrendingUpDown aliases
|
|
2808
2810
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2811
|
+
// TriangleDashed aliases
|
|
2812
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2809
2813
|
// TrendingUp aliases
|
|
2810
2814
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2811
2815
|
// TriangleRight aliases
|
|
2812
2816
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2813
|
-
// TriangleDashed aliases
|
|
2814
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2815
2817
|
// Triangle aliases
|
|
2816
2818
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2817
2819
|
// Trophy aliases
|
|
@@ -2820,28 +2822,28 @@ export { default as TrophyIcon } from '../icons/trophy';
|
|
|
2820
2822
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2821
2823
|
// Truck aliases
|
|
2822
2824
|
export { default as TruckIcon } from '../icons/truck';
|
|
2823
|
-
// TurkishLira aliases
|
|
2824
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2825
2825
|
// Turntable aliases
|
|
2826
2826
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2827
2827
|
// Turtle aliases
|
|
2828
2828
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2829
|
-
//
|
|
2830
|
-
export { default as
|
|
2829
|
+
// TurkishLira aliases
|
|
2830
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2831
2831
|
// TvMinimalPlay aliases
|
|
2832
2832
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2833
2833
|
// TypeOutline aliases
|
|
2834
2834
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2835
|
+
// Tv aliases
|
|
2836
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2835
2837
|
// Type aliases
|
|
2836
2838
|
export { default as TypeIcon } from '../icons/type';
|
|
2837
2839
|
// UmbrellaOff aliases
|
|
2838
2840
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2839
2841
|
// Umbrella aliases
|
|
2840
2842
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2841
|
-
// Undo2 aliases
|
|
2842
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2843
2843
|
// Underline aliases
|
|
2844
2844
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2845
|
+
// Undo2 aliases
|
|
2846
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2845
2847
|
// UndoDot aliases
|
|
2846
2848
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2847
2849
|
// Undo aliases
|
|
@@ -2850,46 +2852,46 @@ export { default as UndoIcon } from '../icons/undo';
|
|
|
2850
2852
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2851
2853
|
// UnfoldVertical aliases
|
|
2852
2854
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2853
|
-
// Ungroup aliases
|
|
2854
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2855
2855
|
// Unlink2 aliases
|
|
2856
2856
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2857
2857
|
// Unlink aliases
|
|
2858
2858
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2859
|
+
// Ungroup aliases
|
|
2860
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2859
2861
|
// Unplug aliases
|
|
2860
2862
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2863
|
+
// Upload aliases
|
|
2864
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2861
2865
|
// UsbCPort aliases
|
|
2862
2866
|
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2863
2867
|
// Usb aliases
|
|
2864
2868
|
export { default as UsbIcon } from '../icons/usb';
|
|
2865
|
-
// Upload aliases
|
|
2866
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2867
2869
|
// UserCheck aliases
|
|
2868
2870
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2869
2871
|
// UserCog aliases
|
|
2870
2872
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2871
|
-
// UserLock aliases
|
|
2872
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2873
2873
|
// UserKey aliases
|
|
2874
2874
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2875
|
-
//
|
|
2876
|
-
export { default as
|
|
2875
|
+
// UserLock aliases
|
|
2876
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2877
2877
|
// UserPen aliases
|
|
2878
2878
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2879
|
-
//
|
|
2880
|
-
export { default as
|
|
2879
|
+
// UserMinus aliases
|
|
2880
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2881
2881
|
// UserPlus aliases
|
|
2882
2882
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2883
|
+
// UserRoundArrowLeft aliases
|
|
2884
|
+
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2883
2885
|
// UserRoundKey aliases
|
|
2884
2886
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2885
2887
|
// UserRoundPen aliases
|
|
2886
2888
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2887
2889
|
// UserRoundSearch aliases
|
|
2888
2890
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2889
|
-
// UserShield aliases
|
|
2890
|
-
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2891
2891
|
// UserSearch aliases
|
|
2892
2892
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2893
|
+
// UserShield aliases
|
|
2894
|
+
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2893
2895
|
// UserStar aliases
|
|
2894
2896
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2895
2897
|
// UserX aliases
|
|
@@ -2906,48 +2908,48 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2906
2908
|
export { default as VariableIcon } from '../icons/variable';
|
|
2907
2909
|
// Vault aliases
|
|
2908
2910
|
export { default as VaultIcon } from '../icons/vault';
|
|
2909
|
-
// VectorSquare aliases
|
|
2910
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2911
2911
|
// Vegan aliases
|
|
2912
2912
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2913
|
-
// VenetianMask aliases
|
|
2914
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2915
2913
|
// VenusAndMars aliases
|
|
2916
2914
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2915
|
+
// VectorSquare aliases
|
|
2916
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2917
|
+
// VenetianMask aliases
|
|
2918
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2917
2919
|
// Venus aliases
|
|
2918
2920
|
export { default as VenusIcon } from '../icons/venus';
|
|
2919
2921
|
// VibrateOff aliases
|
|
2920
2922
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2921
|
-
// Vibrate aliases
|
|
2922
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2923
2923
|
// VideoOff aliases
|
|
2924
2924
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2925
2925
|
// Video aliases
|
|
2926
2926
|
export { default as VideoIcon } from '../icons/video';
|
|
2927
|
-
//
|
|
2928
|
-
export { default as
|
|
2927
|
+
// Vibrate aliases
|
|
2928
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2929
2929
|
// View aliases
|
|
2930
2930
|
export { default as ViewIcon } from '../icons/view';
|
|
2931
|
+
// Videotape aliases
|
|
2932
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2933
|
+
// Volume1 aliases
|
|
2934
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2931
2935
|
// Voicemail aliases
|
|
2932
2936
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2933
2937
|
// Volleyball aliases
|
|
2934
2938
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2935
|
-
// Volume1 aliases
|
|
2936
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2937
|
-
// Volume2 aliases
|
|
2938
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2939
2939
|
// VolumeOff aliases
|
|
2940
2940
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2941
|
+
// Volume2 aliases
|
|
2942
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2941
2943
|
// VolumeX aliases
|
|
2942
2944
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2943
2945
|
// Volume aliases
|
|
2944
2946
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2947
|
+
// Wallet aliases
|
|
2948
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2945
2949
|
// Vote aliases
|
|
2946
2950
|
export { default as VoteIcon } from '../icons/vote';
|
|
2947
2951
|
// WalletCards aliases
|
|
2948
2952
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2949
|
-
// Wallet aliases
|
|
2950
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2951
2953
|
// Wallpaper aliases
|
|
2952
2954
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2953
2955
|
// Wand aliases
|
|
@@ -2962,10 +2964,10 @@ export { default as WatchIcon } from '../icons/watch';
|
|
|
2962
2964
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2963
2965
|
// WavesArrowUp aliases
|
|
2964
2966
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2965
|
-
// WavesLadder aliases
|
|
2966
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2967
2967
|
// WavesVertical aliases
|
|
2968
2968
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2969
|
+
// WavesLadder aliases
|
|
2970
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2969
2971
|
// Waypoints aliases
|
|
2970
2972
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2971
2973
|
// WebcamOff aliases
|
|
@@ -2984,38 +2986,38 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2984
2986
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2985
2987
|
// Wheat aliases
|
|
2986
2988
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2987
|
-
// WholeWord aliases
|
|
2988
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2989
|
-
// WifiHigh aliases
|
|
2990
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2991
2989
|
// WifiCog aliases
|
|
2992
2990
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2991
|
+
// WifiHigh aliases
|
|
2992
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2993
2993
|
// WifiLow aliases
|
|
2994
2994
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2995
|
+
// WholeWord aliases
|
|
2996
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2995
2997
|
// WifiOff aliases
|
|
2996
2998
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2997
|
-
// WifiPen aliases
|
|
2998
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2999
2999
|
// WifiSync aliases
|
|
3000
3000
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3001
|
+
// WifiPen aliases
|
|
3002
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
3001
3003
|
// WifiZero aliases
|
|
3002
3004
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3003
3005
|
// Wifi aliases
|
|
3004
3006
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3005
|
-
// WindArrowDown aliases
|
|
3006
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3007
3007
|
// Wind aliases
|
|
3008
3008
|
export { default as WindIcon } from '../icons/wind';
|
|
3009
|
+
// WindArrowDown aliases
|
|
3010
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3009
3011
|
// WineOff aliases
|
|
3010
3012
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3011
3013
|
// Wine aliases
|
|
3012
3014
|
export { default as WineIcon } from '../icons/wine';
|
|
3013
3015
|
// Workflow aliases
|
|
3014
3016
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3015
|
-
// Worm aliases
|
|
3016
|
-
export { default as WormIcon } from '../icons/worm';
|
|
3017
3017
|
// WrenchOff aliases
|
|
3018
3018
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3019
|
+
// Worm aliases
|
|
3020
|
+
export { default as WormIcon } from '../icons/worm';
|
|
3019
3021
|
// Wrench aliases
|
|
3020
3022
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3021
3023
|
// XLineTop aliases
|
|
@@ -3028,22 +3030,22 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
3028
3030
|
export { default as ZapIcon } from '../icons/zap';
|
|
3029
3031
|
// ZodiacAquarius aliases
|
|
3030
3032
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3031
|
-
// ZodiacAries aliases
|
|
3032
|
-
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3033
3033
|
// ZodiacCancer aliases
|
|
3034
3034
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3035
|
+
// ZodiacAries aliases
|
|
3036
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3035
3037
|
// ZodiacCapricorn aliases
|
|
3036
3038
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3037
3039
|
// ZodiacGemini aliases
|
|
3038
3040
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3039
|
-
// ZodiacLeo aliases
|
|
3040
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3041
3041
|
// ZodiacLibra aliases
|
|
3042
3042
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3043
|
-
// ZodiacOphiuchus aliases
|
|
3044
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3045
3043
|
// ZodiacPisces aliases
|
|
3046
3044
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3045
|
+
// ZodiacLeo aliases
|
|
3046
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3047
|
+
// ZodiacOphiuchus aliases
|
|
3048
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3047
3049
|
// ZodiacSagittarius aliases
|
|
3048
3050
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3049
3051
|
// ZodiacTaurus aliases
|
|
@@ -3100,6 +3102,12 @@ export {
|
|
|
3100
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3101
3103
|
default as ArrowDownZaIcon
|
|
3102
3104
|
} from '../icons/arrow-down-z-a';
|
|
3105
|
+
// ArrowUpNarrowWide aliases
|
|
3106
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3107
|
+
export {
|
|
3108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3109
|
+
default as SortAscIcon
|
|
3110
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
3103
3111
|
// ArrowUpAZ aliases
|
|
3104
3112
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3105
3113
|
export {
|
|
@@ -3112,30 +3120,24 @@ export {
|
|
|
3112
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3113
3121
|
default as ArrowUpZaIcon
|
|
3114
3122
|
} from '../icons/arrow-up-z-a';
|
|
3115
|
-
// ArrowUpNarrowWide aliases
|
|
3116
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3117
|
-
export {
|
|
3118
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3119
|
-
default as SortAscIcon
|
|
3120
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
3121
3123
|
// Axis3d aliases
|
|
3122
3124
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3123
3125
|
export {
|
|
3124
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3125
3127
|
default as Axis3DIcon
|
|
3126
3128
|
} from '../icons/axis-3d';
|
|
3127
|
-
// BadgeCheck aliases
|
|
3128
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3131
|
-
default as VerifiedIcon
|
|
3132
|
-
} from '../icons/badge-check';
|
|
3133
3129
|
// BadgeQuestionMark aliases
|
|
3134
3130
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3135
3131
|
export {
|
|
3136
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3137
3133
|
default as BadgeHelpIcon
|
|
3138
3134
|
} from '../icons/badge-question-mark';
|
|
3135
|
+
// BadgeCheck aliases
|
|
3136
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3137
|
+
export {
|
|
3138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3139
|
+
default as VerifiedIcon
|
|
3140
|
+
} from '../icons/badge-check';
|
|
3139
3141
|
// BetweenHorizontalEnd aliases
|
|
3140
3142
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3141
3143
|
export {
|
|
@@ -3166,18 +3168,18 @@ export {
|
|
|
3166
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3167
3169
|
default as SubtitlesIcon
|
|
3168
3170
|
} from '../icons/captions';
|
|
3169
|
-
// ChartArea aliases
|
|
3170
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3171
|
-
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3173
|
-
default as AreaChartIcon
|
|
3174
|
-
} from '../icons/chart-area';
|
|
3175
3171
|
// ChartBarBig aliases
|
|
3176
3172
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3177
3173
|
export {
|
|
3178
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3179
3175
|
default as BarChartHorizontalBigIcon
|
|
3180
3176
|
} from '../icons/chart-bar-big';
|
|
3177
|
+
// ChartArea aliases
|
|
3178
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3179
|
+
export {
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3181
|
+
default as AreaChartIcon
|
|
3182
|
+
} from '../icons/chart-area';
|
|
3181
3183
|
// ChartBar aliases
|
|
3182
3184
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3183
3185
|
export {
|
|
@@ -3226,18 +3228,18 @@ export {
|
|
|
3226
3228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3227
3229
|
default as BarChart2Icon
|
|
3228
3230
|
} from '../icons/chart-no-axes-column';
|
|
3229
|
-
// ChartNoAxesGantt aliases
|
|
3230
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3231
|
-
export {
|
|
3232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3233
|
-
default as GanttChartIcon
|
|
3234
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3235
3231
|
// ChartPie aliases
|
|
3236
3232
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3237
3233
|
export {
|
|
3238
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3239
3235
|
default as PieChartIcon
|
|
3240
3236
|
} from '../icons/chart-pie';
|
|
3237
|
+
// ChartNoAxesGantt aliases
|
|
3238
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3239
|
+
export {
|
|
3240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3241
|
+
default as GanttChartIcon
|
|
3242
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3241
3243
|
// ChartScatter aliases
|
|
3242
3244
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3243
3245
|
export {
|
|
@@ -3250,18 +3252,18 @@ export {
|
|
|
3250
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3251
3253
|
default as AlertCircleIcon
|
|
3252
3254
|
} from '../icons/circle-alert';
|
|
3253
|
-
// CircleArrowDown aliases
|
|
3254
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3257
|
-
default as ArrowDownCircleIcon
|
|
3258
|
-
} from '../icons/circle-arrow-down';
|
|
3259
3255
|
// CircleArrowLeft aliases
|
|
3260
3256
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3261
3257
|
export {
|
|
3262
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3263
3259
|
default as ArrowLeftCircleIcon
|
|
3264
3260
|
} from '../icons/circle-arrow-left';
|
|
3261
|
+
// CircleArrowDown aliases
|
|
3262
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3265
|
+
default as ArrowDownCircleIcon
|
|
3266
|
+
} from '../icons/circle-arrow-down';
|
|
3265
3267
|
// CircleArrowOutDownLeft aliases
|
|
3266
3268
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3267
3269
|
export {
|
|
@@ -3274,54 +3276,54 @@ export {
|
|
|
3274
3276
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
3275
3277
|
default as ArrowDownRightFromCircleIcon
|
|
3276
3278
|
} from '../icons/circle-arrow-out-down-right';
|
|
3277
|
-
//
|
|
3278
|
-
export { default as
|
|
3279
|
+
// CircleArrowOutUpRight aliases
|
|
3280
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3279
3281
|
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/circle-arrow-out-up-
|
|
3282
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3283
|
+
default as ArrowUpRightFromCircleIcon
|
|
3284
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3283
3285
|
// CircleArrowRight aliases
|
|
3284
3286
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3285
3287
|
export {
|
|
3286
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3287
3289
|
default as ArrowRightCircleIcon
|
|
3288
3290
|
} from '../icons/circle-arrow-right';
|
|
3289
|
-
//
|
|
3290
|
-
export { default as
|
|
3291
|
+
// CircleArrowOutUpLeft aliases
|
|
3292
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3291
3293
|
export {
|
|
3292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3293
|
-
default as
|
|
3294
|
-
} from '../icons/circle-arrow-out-up-
|
|
3294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3295
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3296
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3295
3297
|
// CircleArrowUp aliases
|
|
3296
3298
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3297
3299
|
export {
|
|
3298
3300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
3299
3301
|
default as ArrowUpCircleIcon
|
|
3300
3302
|
} from '../icons/circle-arrow-up';
|
|
3301
|
-
// CircleCheckBig aliases
|
|
3302
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3303
|
-
export {
|
|
3304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3305
|
-
default as CheckCircleIcon
|
|
3306
|
-
} from '../icons/circle-check-big';
|
|
3307
|
-
// CircleChevronDown aliases
|
|
3308
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3309
|
-
export {
|
|
3310
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3311
|
-
default as ChevronDownCircleIcon
|
|
3312
|
-
} from '../icons/circle-chevron-down';
|
|
3313
3303
|
// CircleCheck aliases
|
|
3314
3304
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3315
3305
|
export {
|
|
3316
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3317
3307
|
default as CheckCircle2Icon
|
|
3318
3308
|
} from '../icons/circle-check';
|
|
3309
|
+
// CircleCheckBig aliases
|
|
3310
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3313
|
+
default as CheckCircleIcon
|
|
3314
|
+
} from '../icons/circle-check-big';
|
|
3319
3315
|
// CircleChevronLeft aliases
|
|
3320
3316
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3321
3317
|
export {
|
|
3322
3318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3323
3319
|
default as ChevronLeftCircleIcon
|
|
3324
3320
|
} from '../icons/circle-chevron-left';
|
|
3321
|
+
// CircleChevronDown aliases
|
|
3322
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3325
|
+
default as ChevronDownCircleIcon
|
|
3326
|
+
} from '../icons/circle-chevron-down';
|
|
3325
3327
|
// CircleChevronRight aliases
|
|
3326
3328
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3327
3329
|
export {
|
|
@@ -3340,48 +3342,42 @@ export {
|
|
|
3340
3342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3341
3343
|
default as DivideCircleIcon
|
|
3342
3344
|
} from '../icons/circle-divide';
|
|
3343
|
-
// CircleMinus aliases
|
|
3344
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3345
|
-
export {
|
|
3346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3347
|
-
default as MinusCircleIcon
|
|
3348
|
-
} from '../icons/circle-minus';
|
|
3349
3345
|
// CircleGauge aliases
|
|
3350
3346
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3351
3347
|
export {
|
|
3352
3348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3353
3349
|
default as GaugeCircleIcon
|
|
3354
3350
|
} from '../icons/circle-gauge';
|
|
3351
|
+
// CircleMinus aliases
|
|
3352
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3353
|
+
export {
|
|
3354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3355
|
+
default as MinusCircleIcon
|
|
3356
|
+
} from '../icons/circle-minus';
|
|
3355
3357
|
// CircleParkingOff aliases
|
|
3356
3358
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3357
3359
|
export {
|
|
3358
3360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3359
3361
|
default as ParkingCircleOffIcon
|
|
3360
3362
|
} from '../icons/circle-parking-off';
|
|
3361
|
-
// CircleParking aliases
|
|
3362
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3363
|
-
export {
|
|
3364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3365
|
-
default as ParkingCircleIcon
|
|
3366
|
-
} from '../icons/circle-parking';
|
|
3367
3363
|
// CirclePause aliases
|
|
3368
3364
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3369
3365
|
export {
|
|
3370
3366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. */
|
|
3371
3367
|
default as PauseCircleIcon
|
|
3372
3368
|
} from '../icons/circle-pause';
|
|
3369
|
+
// CircleParking aliases
|
|
3370
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3371
|
+
export {
|
|
3372
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3373
|
+
default as ParkingCircleIcon
|
|
3374
|
+
} from '../icons/circle-parking';
|
|
3373
3375
|
// CirclePercent aliases
|
|
3374
3376
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3375
3377
|
export {
|
|
3376
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3377
3379
|
default as PercentCircleIcon
|
|
3378
3380
|
} from '../icons/circle-percent';
|
|
3379
|
-
// CirclePlus aliases
|
|
3380
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3381
|
-
export {
|
|
3382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3383
|
-
default as PlusCircleIcon
|
|
3384
|
-
} from '../icons/circle-plus';
|
|
3385
3381
|
// CirclePlay aliases
|
|
3386
3382
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3387
3383
|
export {
|
|
@@ -3394,6 +3390,24 @@ export {
|
|
|
3394
3390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3395
3391
|
default as PowerCircleIcon
|
|
3396
3392
|
} from '../icons/circle-power';
|
|
3393
|
+
// CirclePlus aliases
|
|
3394
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3395
|
+
export {
|
|
3396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3397
|
+
default as PlusCircleIcon
|
|
3398
|
+
} from '../icons/circle-plus';
|
|
3399
|
+
// CircleSlash2 aliases
|
|
3400
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3401
|
+
export {
|
|
3402
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3403
|
+
default as CircleSlashedIcon
|
|
3404
|
+
} from '../icons/circle-slash-2';
|
|
3405
|
+
// CircleUserRound aliases
|
|
3406
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3407
|
+
export {
|
|
3408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3409
|
+
default as UserCircle2Icon
|
|
3410
|
+
} from '../icons/circle-user-round';
|
|
3397
3411
|
// CircleQuestionMark aliases
|
|
3398
3412
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3399
3413
|
export {
|
|
@@ -3404,54 +3418,42 @@ export {
|
|
|
3404
3418
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3405
3419
|
default as CircleHelpIcon
|
|
3406
3420
|
} from '../icons/circle-question-mark';
|
|
3407
|
-
// CircleSlash2 aliases
|
|
3408
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
3411
|
-
default as CircleSlashedIcon
|
|
3412
|
-
} from '../icons/circle-slash-2';
|
|
3413
3421
|
// CircleStop aliases
|
|
3414
3422
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3415
3423
|
export {
|
|
3416
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3417
3425
|
default as StopCircleIcon
|
|
3418
3426
|
} from '../icons/circle-stop';
|
|
3419
|
-
//
|
|
3420
|
-
export { default as
|
|
3427
|
+
// ClipboardPenLine aliases
|
|
3428
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3421
3429
|
export {
|
|
3422
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3423
|
-
default as
|
|
3424
|
-
} from '../icons/
|
|
3430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3431
|
+
default as ClipboardSignatureIcon
|
|
3432
|
+
} from '../icons/clipboard-pen-line';
|
|
3425
3433
|
// CircleUser aliases
|
|
3426
3434
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3427
3435
|
export {
|
|
3428
3436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3429
3437
|
default as UserCircleIcon
|
|
3430
3438
|
} from '../icons/circle-user';
|
|
3431
|
-
//
|
|
3432
|
-
export { default as
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3435
|
-
default as XCircleIcon
|
|
3436
|
-
} from '../icons/circle-x';
|
|
3437
|
-
// ClipboardPenLine aliases
|
|
3438
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3439
|
+
// ClipboardPen aliases
|
|
3440
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3439
3441
|
export {
|
|
3440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3441
|
-
default as
|
|
3442
|
-
} from '../icons/clipboard-pen
|
|
3442
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3443
|
+
default as ClipboardEditIcon
|
|
3444
|
+
} from '../icons/clipboard-pen';
|
|
3443
3445
|
// CloudDownload aliases
|
|
3444
3446
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3445
3447
|
export {
|
|
3446
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3447
3449
|
default as DownloadCloudIcon
|
|
3448
3450
|
} from '../icons/cloud-download';
|
|
3449
|
-
//
|
|
3450
|
-
export { default as
|
|
3451
|
+
// CircleX aliases
|
|
3452
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3451
3453
|
export {
|
|
3452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3453
|
-
default as
|
|
3454
|
-
} from '../icons/
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3455
|
+
default as XCircleIcon
|
|
3456
|
+
} from '../icons/circle-x';
|
|
3455
3457
|
// CloudUpload aliases
|
|
3456
3458
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3457
3459
|
export {
|
|
@@ -3486,12 +3488,6 @@ export {
|
|
|
3486
3488
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. */
|
|
3487
3489
|
default as PanelsLeftRightIcon
|
|
3488
3490
|
} from '../icons/columns-3';
|
|
3489
|
-
// ContactRound aliases
|
|
3490
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3491
|
-
export {
|
|
3492
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3493
|
-
default as Contact2Icon
|
|
3494
|
-
} from '../icons/contact-round';
|
|
3495
3491
|
// DiamondPercent aliases
|
|
3496
3492
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3497
3493
|
export {
|
|
@@ -3504,24 +3500,30 @@ export {
|
|
|
3504
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3505
3501
|
default as Globe2Icon
|
|
3506
3502
|
} from '../icons/earth';
|
|
3503
|
+
// ContactRound aliases
|
|
3504
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3505
|
+
export {
|
|
3506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3507
|
+
default as Contact2Icon
|
|
3508
|
+
} from '../icons/contact-round';
|
|
3507
3509
|
// EllipsisVertical aliases
|
|
3508
3510
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3509
|
-
export {
|
|
3510
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3511
|
-
default as MoreVerticalIcon
|
|
3512
|
-
} from '../icons/ellipsis-vertical';
|
|
3513
|
-
// Ellipsis aliases
|
|
3514
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3515
|
-
export {
|
|
3516
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3517
|
-
default as MoreHorizontalIcon
|
|
3518
|
-
} from '../icons/ellipsis';
|
|
3511
|
+
export {
|
|
3512
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
3513
|
+
default as MoreVerticalIcon
|
|
3514
|
+
} from '../icons/ellipsis-vertical';
|
|
3519
3515
|
// FaceAngry aliases
|
|
3520
3516
|
export { default as FaceAngryIcon } from '../icons/face-angry';
|
|
3521
3517
|
export {
|
|
3522
3518
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceAngry} instead. */
|
|
3523
3519
|
default as AngryIcon
|
|
3524
3520
|
} from '../icons/face-angry';
|
|
3521
|
+
// Ellipsis aliases
|
|
3522
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3525
|
+
default as MoreHorizontalIcon
|
|
3526
|
+
} from '../icons/ellipsis';
|
|
3525
3527
|
// FaceExpressionless aliases
|
|
3526
3528
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3527
3529
|
export {
|
|
@@ -3540,42 +3542,42 @@ export {
|
|
|
3540
3542
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3541
3543
|
default as MehIcon
|
|
3542
3544
|
} from '../icons/face-neutral';
|
|
3543
|
-
// FaceSlightlyFrowning aliases
|
|
3544
|
-
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3545
|
-
export {
|
|
3546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3547
|
-
default as FrownIcon
|
|
3548
|
-
} from '../icons/face-slightly-frowning';
|
|
3549
3545
|
// FaceSlightlySmilingPlus aliases
|
|
3550
3546
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3551
3547
|
export {
|
|
3552
3548
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3553
3549
|
default as SmilePlusIcon
|
|
3554
3550
|
} from '../icons/face-slightly-smiling-plus';
|
|
3551
|
+
// FaceSlightlyFrowning aliases
|
|
3552
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3555
|
+
default as FrownIcon
|
|
3556
|
+
} from '../icons/face-slightly-frowning';
|
|
3555
3557
|
// FaceSlightlySmiling aliases
|
|
3556
3558
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3557
3559
|
export {
|
|
3558
3560
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmiling} instead. */
|
|
3559
3561
|
default as SmileIcon
|
|
3560
3562
|
} from '../icons/face-slightly-smiling';
|
|
3561
|
-
//
|
|
3562
|
-
export { default as
|
|
3563
|
+
// FileAxis3d aliases
|
|
3564
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3563
3565
|
export {
|
|
3564
|
-
/** @deprecated The icon was
|
|
3565
|
-
default as
|
|
3566
|
-
} from '../icons/file-
|
|
3566
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3567
|
+
default as FileAxis3DIcon
|
|
3568
|
+
} from '../icons/file-axis-3d';
|
|
3567
3569
|
// FileBracesCorner aliases
|
|
3568
3570
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3569
3571
|
export {
|
|
3570
3572
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3571
3573
|
default as FileJson2Icon
|
|
3572
3574
|
} from '../icons/file-braces-corner';
|
|
3573
|
-
//
|
|
3574
|
-
export { default as
|
|
3575
|
+
// FileBadge aliases
|
|
3576
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3575
3577
|
export {
|
|
3576
|
-
/** @deprecated The
|
|
3577
|
-
default as
|
|
3578
|
-
} from '../icons/file-
|
|
3578
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3579
|
+
default as FileBadge2Icon
|
|
3580
|
+
} from '../icons/file-badge';
|
|
3579
3581
|
// FileBraces aliases
|
|
3580
3582
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3581
3583
|
export {
|
|
@@ -3588,24 +3590,18 @@ export {
|
|
|
3588
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3589
3591
|
default as FileBarChartIcon
|
|
3590
3592
|
} from '../icons/file-chart-column-increasing';
|
|
3591
|
-
// FileChartColumn aliases
|
|
3592
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3593
|
-
export {
|
|
3594
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3595
|
-
default as FileBarChart2Icon
|
|
3596
|
-
} from '../icons/file-chart-column';
|
|
3597
3593
|
// FileChartLine aliases
|
|
3598
3594
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3599
3595
|
export {
|
|
3600
3596
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3601
3597
|
default as FileLineChartIcon
|
|
3602
3598
|
} from '../icons/file-chart-line';
|
|
3603
|
-
//
|
|
3604
|
-
export { default as
|
|
3599
|
+
// FileChartColumn aliases
|
|
3600
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3605
3601
|
export {
|
|
3606
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3607
|
-
default as
|
|
3608
|
-
} from '../icons/file-chart-
|
|
3602
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3603
|
+
default as FileBarChart2Icon
|
|
3604
|
+
} from '../icons/file-chart-column';
|
|
3609
3605
|
// FileCheckCorner aliases
|
|
3610
3606
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3611
3607
|
export {
|
|
@@ -3618,18 +3614,24 @@ export {
|
|
|
3618
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3619
3615
|
default as FileCode2Icon
|
|
3620
3616
|
} from '../icons/file-code-corner';
|
|
3621
|
-
//
|
|
3622
|
-
export { default as
|
|
3617
|
+
// FileChartPie aliases
|
|
3618
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3623
3619
|
export {
|
|
3624
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3625
|
-
default as
|
|
3626
|
-
} from '../icons/file-
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3621
|
+
default as FilePieChartIcon
|
|
3622
|
+
} from '../icons/file-chart-pie';
|
|
3627
3623
|
// FileCog aliases
|
|
3628
3624
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3629
3625
|
export {
|
|
3630
3626
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. */
|
|
3631
3627
|
default as FileCog2Icon
|
|
3632
3628
|
} from '../icons/file-cog';
|
|
3629
|
+
// FileExclamationPoint aliases
|
|
3630
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3631
|
+
export {
|
|
3632
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3633
|
+
default as FileWarningIcon
|
|
3634
|
+
} from '../icons/file-exclamation-point';
|
|
3633
3635
|
// FileHeadphone aliases
|
|
3634
3636
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3635
3637
|
export {
|
|
@@ -3640,30 +3642,30 @@ export {
|
|
|
3640
3642
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3641
3643
|
default as FileAudio2Icon
|
|
3642
3644
|
} from '../icons/file-headphone';
|
|
3643
|
-
// FileKey aliases
|
|
3644
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3647
|
-
default as FileKey2Icon
|
|
3648
|
-
} from '../icons/file-key';
|
|
3649
|
-
// FileMinusCorner aliases
|
|
3650
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3651
|
-
export {
|
|
3652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3653
|
-
default as FileMinus2Icon
|
|
3654
|
-
} from '../icons/file-minus-corner';
|
|
3655
3645
|
// FileLock aliases
|
|
3656
3646
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3657
3647
|
export {
|
|
3658
3648
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3659
3649
|
default as FileLock2Icon
|
|
3660
3650
|
} from '../icons/file-lock';
|
|
3651
|
+
// FileKey aliases
|
|
3652
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3653
|
+
export {
|
|
3654
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3655
|
+
default as FileKey2Icon
|
|
3656
|
+
} from '../icons/file-key';
|
|
3661
3657
|
// FilePenLine aliases
|
|
3662
3658
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3663
3659
|
export {
|
|
3664
3660
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3665
3661
|
default as FileSignatureIcon
|
|
3666
3662
|
} from '../icons/file-pen-line';
|
|
3663
|
+
// FileMinusCorner aliases
|
|
3664
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3665
|
+
export {
|
|
3666
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3667
|
+
default as FileMinus2Icon
|
|
3668
|
+
} from '../icons/file-minus-corner';
|
|
3667
3669
|
// FilePen aliases
|
|
3668
3670
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3669
3671
|
export {
|
|
@@ -3676,6 +3678,12 @@ export {
|
|
|
3676
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
3677
3679
|
default as FileVideoIcon
|
|
3678
3680
|
} from '../icons/file-play';
|
|
3681
|
+
// FileQuestionMark aliases
|
|
3682
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3683
|
+
export {
|
|
3684
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3685
|
+
default as FileQuestionIcon
|
|
3686
|
+
} from '../icons/file-question-mark';
|
|
3679
3687
|
// FilePlusCorner aliases
|
|
3680
3688
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3681
3689
|
export {
|
|
@@ -3688,12 +3696,6 @@ export {
|
|
|
3688
3696
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. */
|
|
3689
3697
|
default as FileSearch2Icon
|
|
3690
3698
|
} from '../icons/file-search-corner';
|
|
3691
|
-
// FileQuestionMark aliases
|
|
3692
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3693
|
-
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. */
|
|
3695
|
-
default as FileQuestionIcon
|
|
3696
|
-
} from '../icons/file-question-mark';
|
|
3697
3699
|
// FileSignal aliases
|
|
3698
3700
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3699
3701
|
export {
|
|
@@ -3712,48 +3714,48 @@ export {
|
|
|
3712
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3713
3715
|
default as FileVideo2Icon
|
|
3714
3716
|
} from '../icons/file-video-camera';
|
|
3715
|
-
// FingerprintPattern aliases
|
|
3716
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3719
|
-
default as FingerprintIcon
|
|
3720
|
-
} from '../icons/fingerprint-pattern';
|
|
3721
|
-
// FolderCog aliases
|
|
3722
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3723
|
-
export {
|
|
3724
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3725
|
-
default as FolderCog2Icon
|
|
3726
|
-
} from '../icons/folder-cog';
|
|
3727
3717
|
// FileXCorner aliases
|
|
3728
3718
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3729
3719
|
export {
|
|
3730
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. */
|
|
3731
3721
|
default as FileX2Icon
|
|
3732
3722
|
} from '../icons/file-x-corner';
|
|
3723
|
+
// FingerprintPattern aliases
|
|
3724
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3725
|
+
export {
|
|
3726
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
3727
|
+
default as FingerprintIcon
|
|
3728
|
+
} from '../icons/fingerprint-pattern';
|
|
3733
3729
|
// FolderPen aliases
|
|
3734
3730
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3735
3731
|
export {
|
|
3736
3732
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
3737
3733
|
default as FolderEditIcon
|
|
3738
3734
|
} from '../icons/folder-pen';
|
|
3735
|
+
// FolderCog aliases
|
|
3736
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. */
|
|
3739
|
+
default as FolderCog2Icon
|
|
3740
|
+
} from '../icons/folder-cog';
|
|
3739
3741
|
// FunnelX aliases
|
|
3740
3742
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3741
3743
|
export {
|
|
3742
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3743
3745
|
default as FilterXIcon
|
|
3744
3746
|
} from '../icons/funnel-x';
|
|
3745
|
-
// GitCommitHorizontal aliases
|
|
3746
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3747
|
-
export {
|
|
3748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3749
|
-
default as GitCommitIcon
|
|
3750
|
-
} from '../icons/git-commit-horizontal';
|
|
3751
3747
|
// Funnel aliases
|
|
3752
3748
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3753
3749
|
export {
|
|
3754
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3755
3751
|
default as FilterIcon
|
|
3756
3752
|
} from '../icons/funnel';
|
|
3753
|
+
// GitCommitHorizontal aliases
|
|
3754
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3755
|
+
export {
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3757
|
+
default as GitCommitIcon
|
|
3758
|
+
} from '../icons/git-commit-horizontal';
|
|
3757
3759
|
// Grid2x2Check aliases
|
|
3758
3760
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3759
3761
|
export {
|
|
@@ -3788,6 +3790,12 @@ export {
|
|
|
3788
3790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3789
3791
|
default as Grid3X3Icon
|
|
3790
3792
|
} from '../icons/grid-3x3';
|
|
3793
|
+
// House aliases
|
|
3794
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3795
|
+
export {
|
|
3796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3797
|
+
default as HomeIcon
|
|
3798
|
+
} from '../icons/house';
|
|
3791
3799
|
// HandGrab aliases
|
|
3792
3800
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3793
3801
|
export {
|
|
@@ -3806,12 +3814,6 @@ export {
|
|
|
3806
3814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3807
3815
|
default as IceCream2Icon
|
|
3808
3816
|
} from '../icons/ice-cream-bowl';
|
|
3809
|
-
// House aliases
|
|
3810
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3811
|
-
export {
|
|
3812
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. */
|
|
3813
|
-
default as HomeIcon
|
|
3814
|
-
} from '../icons/house';
|
|
3815
3817
|
// IceCreamCone aliases
|
|
3816
3818
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3817
3819
|
export {
|
|
@@ -3824,6 +3826,12 @@ export {
|
|
|
3824
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3825
3827
|
default as Laptop2Icon
|
|
3826
3828
|
} from '../icons/laptop-minimal';
|
|
3829
|
+
// Layers aliases
|
|
3830
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3833
|
+
default as Layers3Icon
|
|
3834
|
+
} from '../icons/layers';
|
|
3827
3835
|
// ListIndentDecrease aliases
|
|
3828
3836
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3829
3837
|
export {
|
|
@@ -3834,12 +3842,6 @@ export {
|
|
|
3834
3842
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. */
|
|
3835
3843
|
default as IndentDecreaseIcon
|
|
3836
3844
|
} from '../icons/list-indent-decrease';
|
|
3837
|
-
// Layers aliases
|
|
3838
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3841
|
-
default as Layers3Icon
|
|
3842
|
-
} from '../icons/layers';
|
|
3843
3845
|
// ListIndentIncrease aliases
|
|
3844
3846
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3845
3847
|
export {
|
|
@@ -3862,18 +3864,18 @@ export {
|
|
|
3862
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3863
3865
|
default as UnlockKeyholeIcon
|
|
3864
3866
|
} from '../icons/lock-keyhole-open';
|
|
3865
|
-
// LockOpen aliases
|
|
3866
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3869
|
-
default as UnlockIcon
|
|
3870
|
-
} from '../icons/lock-open';
|
|
3871
3867
|
// MailQuestionMark aliases
|
|
3872
3868
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3873
3869
|
export {
|
|
3874
3870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3875
3871
|
default as MailQuestionIcon
|
|
3876
3872
|
} from '../icons/mail-question-mark';
|
|
3873
|
+
// LockOpen aliases
|
|
3874
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3875
|
+
export {
|
|
3876
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3877
|
+
default as UnlockIcon
|
|
3878
|
+
} from '../icons/lock-open';
|
|
3877
3879
|
// MapPinPen aliases
|
|
3878
3880
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3879
3881
|
export {
|
|
@@ -3886,60 +3888,60 @@ export {
|
|
|
3886
3888
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. */
|
|
3887
3889
|
default as MessageCircleQuestionIcon
|
|
3888
3890
|
} from '../icons/message-circle-question-mark';
|
|
3889
|
-
// MicVocal aliases
|
|
3890
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3893
|
-
default as Mic2Icon
|
|
3894
|
-
} from '../icons/mic-vocal';
|
|
3895
3891
|
// MicSignal aliases
|
|
3896
3892
|
export { default as MicSignalIcon } from '../icons/mic-signal';
|
|
3897
3893
|
export {
|
|
3898
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3899
3895
|
default as PodcastIcon
|
|
3900
3896
|
} from '../icons/mic-signal';
|
|
3901
|
-
//
|
|
3902
|
-
export { default as
|
|
3897
|
+
// MicVocal aliases
|
|
3898
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3903
3899
|
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3905
|
-
default as
|
|
3906
|
-
} from '../icons/
|
|
3900
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3901
|
+
default as Mic2Icon
|
|
3902
|
+
} from '../icons/mic-vocal';
|
|
3907
3903
|
// Move3d aliases
|
|
3908
3904
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3909
3905
|
export {
|
|
3910
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3911
3907
|
default as Move3DIcon
|
|
3912
3908
|
} from '../icons/move-3d';
|
|
3913
|
-
//
|
|
3914
|
-
export { default as
|
|
3909
|
+
// OctagonAlert aliases
|
|
3910
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3915
3911
|
export {
|
|
3916
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3917
|
-
default as
|
|
3918
|
-
} from '../icons/octagon-
|
|
3912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3913
|
+
default as AlertOctagonIcon
|
|
3914
|
+
} from '../icons/octagon-alert';
|
|
3919
3915
|
// OctagonX aliases
|
|
3920
3916
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3921
3917
|
export {
|
|
3922
3918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3923
3919
|
default as XOctagonIcon
|
|
3924
3920
|
} from '../icons/octagon-x';
|
|
3921
|
+
// OctagonPause aliases
|
|
3922
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3923
|
+
export {
|
|
3924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3925
|
+
default as PauseOctagonIcon
|
|
3926
|
+
} from '../icons/octagon-pause';
|
|
3925
3927
|
// PaintbrushVertical aliases
|
|
3926
3928
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3927
3929
|
export {
|
|
3928
3930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3929
3931
|
default as Paintbrush2Icon
|
|
3930
3932
|
} from '../icons/paintbrush-vertical';
|
|
3931
|
-
// PanelLeftClose aliases
|
|
3932
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3933
|
-
export {
|
|
3934
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3935
|
-
default as SidebarCloseIcon
|
|
3936
|
-
} from '../icons/panel-left-close';
|
|
3937
3933
|
// PanelBottomDashed aliases
|
|
3938
3934
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3939
3935
|
export {
|
|
3940
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3941
3937
|
default as PanelBottomInactiveIcon
|
|
3942
3938
|
} from '../icons/panel-bottom-dashed';
|
|
3939
|
+
// PanelLeftClose aliases
|
|
3940
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3943
|
+
default as SidebarCloseIcon
|
|
3944
|
+
} from '../icons/panel-left-close';
|
|
3943
3945
|
// PanelLeftDashed aliases
|
|
3944
3946
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3945
3947
|
export {
|
|
@@ -3952,36 +3954,36 @@ export {
|
|
|
3952
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3953
3955
|
default as SidebarOpenIcon
|
|
3954
3956
|
} from '../icons/panel-left-open';
|
|
3955
|
-
// PanelLeft aliases
|
|
3956
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3957
|
-
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3959
|
-
default as SidebarIcon
|
|
3960
|
-
} from '../icons/panel-left';
|
|
3961
3957
|
// PanelRightDashed aliases
|
|
3962
3958
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3963
3959
|
export {
|
|
3964
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3965
3961
|
default as PanelRightInactiveIcon
|
|
3966
3962
|
} from '../icons/panel-right-dashed';
|
|
3963
|
+
// PanelLeft aliases
|
|
3964
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3967
|
+
default as SidebarIcon
|
|
3968
|
+
} from '../icons/panel-left';
|
|
3967
3969
|
// PanelTopDashed aliases
|
|
3968
3970
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3969
3971
|
export {
|
|
3970
3972
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3971
3973
|
default as PanelTopInactiveIcon
|
|
3972
3974
|
} from '../icons/panel-top-dashed';
|
|
3973
|
-
// PenLine aliases
|
|
3974
|
-
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3975
|
-
export {
|
|
3976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3977
|
-
default as Edit3Icon
|
|
3978
|
-
} from '../icons/pen-line';
|
|
3979
3975
|
// PanelsTopLeft aliases
|
|
3980
3976
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3981
3977
|
export {
|
|
3982
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3983
3979
|
default as LayoutIcon
|
|
3984
3980
|
} from '../icons/panels-top-left';
|
|
3981
|
+
// PenLine aliases
|
|
3982
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3983
|
+
export {
|
|
3984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. */
|
|
3985
|
+
default as Edit3Icon
|
|
3986
|
+
} from '../icons/pen-line';
|
|
3985
3987
|
// Pen aliases
|
|
3986
3988
|
export { default as PenIcon } from '../icons/pen';
|
|
3987
3989
|
export {
|
|
@@ -4012,18 +4014,18 @@ export {
|
|
|
4012
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4013
4015
|
default as HistoryIcon
|
|
4014
4016
|
} from '../icons/rotate-ccw-clock';
|
|
4015
|
-
// Rows3 aliases
|
|
4016
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4017
|
-
export {
|
|
4018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4019
|
-
default as PanelsTopBottomIcon
|
|
4020
|
-
} from '../icons/rows-3';
|
|
4021
4017
|
// Rows2 aliases
|
|
4022
4018
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4023
4019
|
export {
|
|
4024
4020
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4025
4021
|
default as RowsIcon
|
|
4026
4022
|
} from '../icons/rows-2';
|
|
4023
|
+
// Rows3 aliases
|
|
4024
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4025
|
+
export {
|
|
4026
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. */
|
|
4027
|
+
default as PanelsTopBottomIcon
|
|
4028
|
+
} from '../icons/rows-3';
|
|
4027
4029
|
// Scale3d aliases
|
|
4028
4030
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
4029
4031
|
export {
|
|
@@ -4042,18 +4044,18 @@ export {
|
|
|
4042
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4043
4045
|
default as ShieldQuestionIcon
|
|
4044
4046
|
} from '../icons/shield-question-mark';
|
|
4045
|
-
// ShieldX aliases
|
|
4046
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4049
|
-
default as ShieldCloseIcon
|
|
4050
|
-
} from '../icons/shield-x';
|
|
4051
4047
|
// SlidersVertical aliases
|
|
4052
4048
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4053
4049
|
export {
|
|
4054
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4055
4051
|
default as SlidersIcon
|
|
4056
4052
|
} from '../icons/sliders-vertical';
|
|
4053
|
+
// ShieldX aliases
|
|
4054
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4057
|
+
default as ShieldCloseIcon
|
|
4058
|
+
} from '../icons/shield-x';
|
|
4057
4059
|
// SquareActivity aliases
|
|
4058
4060
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4059
4061
|
export {
|
|
@@ -4072,30 +4074,24 @@ export {
|
|
|
4072
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4073
4075
|
default as ArrowDownLeftSquareIcon
|
|
4074
4076
|
} from '../icons/square-arrow-down-left';
|
|
4075
|
-
// SquareArrowDownRight aliases
|
|
4076
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4077
|
-
export {
|
|
4078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4079
|
-
default as ArrowDownRightSquareIcon
|
|
4080
|
-
} from '../icons/square-arrow-down-right';
|
|
4081
4077
|
// SquareArrowDown aliases
|
|
4082
4078
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4083
4079
|
export {
|
|
4084
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4085
4081
|
default as ArrowDownSquareIcon
|
|
4086
4082
|
} from '../icons/square-arrow-down';
|
|
4083
|
+
// SquareArrowDownRight aliases
|
|
4084
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4087
|
+
default as ArrowDownRightSquareIcon
|
|
4088
|
+
} from '../icons/square-arrow-down-right';
|
|
4087
4089
|
// SquareArrowLeft aliases
|
|
4088
4090
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4089
4091
|
export {
|
|
4090
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4091
4093
|
default as ArrowLeftSquareIcon
|
|
4092
4094
|
} from '../icons/square-arrow-left';
|
|
4093
|
-
// SquareArrowOutDownRight aliases
|
|
4094
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4095
|
-
export {
|
|
4096
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4097
|
-
default as ArrowDownRightFromSquareIcon
|
|
4098
|
-
} from '../icons/square-arrow-out-down-right';
|
|
4099
4095
|
// SquareArrowOutDownLeft aliases
|
|
4100
4096
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4101
4097
|
export {
|
|
@@ -4108,24 +4104,36 @@ export {
|
|
|
4108
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4109
4105
|
default as ArrowUpLeftFromSquareIcon
|
|
4110
4106
|
} from '../icons/square-arrow-out-up-left';
|
|
4111
|
-
// SquareArrowOutUpRight aliases
|
|
4112
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4113
|
-
export {
|
|
4114
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4115
|
-
default as ArrowUpRightFromSquareIcon
|
|
4116
|
-
} from '../icons/square-arrow-out-up-right';
|
|
4117
4107
|
// SquareArrowRight aliases
|
|
4118
4108
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4119
4109
|
export {
|
|
4120
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4121
4111
|
default as ArrowRightSquareIcon
|
|
4122
4112
|
} from '../icons/square-arrow-right';
|
|
4113
|
+
// SquareArrowOutDownRight aliases
|
|
4114
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4115
|
+
export {
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4117
|
+
default as ArrowDownRightFromSquareIcon
|
|
4118
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4119
|
+
// SquareArrowOutUpRight aliases
|
|
4120
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4123
|
+
default as ArrowUpRightFromSquareIcon
|
|
4124
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4123
4125
|
// SquareArrowUpLeft aliases
|
|
4124
4126
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4125
4127
|
export {
|
|
4126
4128
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4127
4129
|
default as ArrowUpLeftSquareIcon
|
|
4128
4130
|
} from '../icons/square-arrow-up-left';
|
|
4131
|
+
// SquareArrowUp aliases
|
|
4132
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4133
|
+
export {
|
|
4134
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4135
|
+
default as ArrowUpSquareIcon
|
|
4136
|
+
} from '../icons/square-arrow-up';
|
|
4129
4137
|
// SquareArrowUpRight aliases
|
|
4130
4138
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4131
4139
|
export {
|
|
@@ -4138,12 +4146,6 @@ export {
|
|
|
4138
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4139
4147
|
default as AsteriskSquareIcon
|
|
4140
4148
|
} from '../icons/square-asterisk';
|
|
4141
|
-
// SquareArrowUp aliases
|
|
4142
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
4143
|
-
export {
|
|
4144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4145
|
-
default as ArrowUpSquareIcon
|
|
4146
|
-
} from '../icons/square-arrow-up';
|
|
4147
4149
|
// SquareBottomDashedScissors aliases
|
|
4148
4150
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4149
4151
|
export {
|
|
@@ -4162,6 +4164,12 @@ export {
|
|
|
4162
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4163
4165
|
default as FlipHorizontalIcon
|
|
4164
4166
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
4167
|
+
// SquareCheck aliases
|
|
4168
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4169
|
+
export {
|
|
4170
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4171
|
+
default as CheckSquare2Icon
|
|
4172
|
+
} from '../icons/square-check';
|
|
4165
4173
|
// SquareChartGantt aliases
|
|
4166
4174
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4167
4175
|
export {
|
|
@@ -4178,42 +4186,36 @@ export {
|
|
|
4178
4186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4179
4187
|
default as CheckSquareIcon
|
|
4180
4188
|
} from '../icons/square-check-big';
|
|
4181
|
-
// SquareCheck aliases
|
|
4182
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4183
|
-
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4185
|
-
default as CheckSquare2Icon
|
|
4186
|
-
} from '../icons/square-check';
|
|
4187
4189
|
// SquareChevronDown aliases
|
|
4188
4190
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4189
4191
|
export {
|
|
4190
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4191
4193
|
default as ChevronDownSquareIcon
|
|
4192
4194
|
} from '../icons/square-chevron-down';
|
|
4193
|
-
//
|
|
4194
|
-
export { default as
|
|
4195
|
+
// SquareChevronRight aliases
|
|
4196
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4195
4197
|
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4197
|
-
default as
|
|
4198
|
-
} from '../icons/square-chevron-
|
|
4198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4199
|
+
default as ChevronRightSquareIcon
|
|
4200
|
+
} from '../icons/square-chevron-right';
|
|
4199
4201
|
// SquareChevronUp aliases
|
|
4200
4202
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4201
4203
|
export {
|
|
4202
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4203
4205
|
default as ChevronUpSquareIcon
|
|
4204
4206
|
} from '../icons/square-chevron-up';
|
|
4207
|
+
// SquareChevronLeft aliases
|
|
4208
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4211
|
+
default as ChevronLeftSquareIcon
|
|
4212
|
+
} from '../icons/square-chevron-left';
|
|
4205
4213
|
// SquareCode aliases
|
|
4206
4214
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4207
4215
|
export {
|
|
4208
4216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4209
4217
|
default as CodeSquareIcon
|
|
4210
4218
|
} from '../icons/square-code';
|
|
4211
|
-
// SquareChevronRight aliases
|
|
4212
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4213
|
-
export {
|
|
4214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4215
|
-
default as ChevronRightSquareIcon
|
|
4216
|
-
} from '../icons/square-chevron-right';
|
|
4217
4219
|
// SquareDashedKanban aliases
|
|
4218
4220
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4219
4221
|
export {
|
|
@@ -4242,24 +4244,18 @@ export {
|
|
|
4242
4244
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
4243
4245
|
default as BoxSelectIcon
|
|
4244
4246
|
} from '../icons/square-dashed';
|
|
4245
|
-
// SquareDot aliases
|
|
4246
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4247
|
-
export {
|
|
4248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4249
|
-
default as DotSquareIcon
|
|
4250
|
-
} from '../icons/square-dot';
|
|
4251
4247
|
// SquareDivide aliases
|
|
4252
4248
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4253
4249
|
export {
|
|
4254
4250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
4255
4251
|
default as DivideSquareIcon
|
|
4256
4252
|
} from '../icons/square-divide';
|
|
4257
|
-
//
|
|
4258
|
-
export { default as
|
|
4253
|
+
// SquareDot aliases
|
|
4254
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4259
4255
|
export {
|
|
4260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4261
|
-
default as
|
|
4262
|
-
} from '../icons/square-
|
|
4256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. */
|
|
4257
|
+
default as DotSquareIcon
|
|
4258
|
+
} from '../icons/square-dot';
|
|
4263
4259
|
// SquareEqual aliases
|
|
4264
4260
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4265
4261
|
export {
|
|
@@ -4272,42 +4268,48 @@ export {
|
|
|
4272
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4273
4269
|
default as KanbanSquareIcon
|
|
4274
4270
|
} from '../icons/square-kanban';
|
|
4275
|
-
//
|
|
4276
|
-
export { default as
|
|
4277
|
-
export {
|
|
4278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4279
|
-
default as LibrarySquareIcon
|
|
4280
|
-
} from '../icons/square-library';
|
|
4281
|
-
// SquareMenu aliases
|
|
4282
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4271
|
+
// SquareFunction aliases
|
|
4272
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4283
4273
|
export {
|
|
4284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4285
|
-
default as
|
|
4286
|
-
} from '../icons/square-
|
|
4274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4275
|
+
default as FunctionSquareIcon
|
|
4276
|
+
} from '../icons/square-function';
|
|
4287
4277
|
// SquareM aliases
|
|
4288
4278
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4289
4279
|
export {
|
|
4290
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4291
4281
|
default as MSquareIcon
|
|
4292
4282
|
} from '../icons/square-m';
|
|
4283
|
+
// SquareMenu aliases
|
|
4284
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4287
|
+
default as MenuSquareIcon
|
|
4288
|
+
} from '../icons/square-menu';
|
|
4293
4289
|
// SquareMinus aliases
|
|
4294
4290
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4295
4291
|
export {
|
|
4296
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4297
4293
|
default as MinusSquareIcon
|
|
4298
4294
|
} from '../icons/square-minus';
|
|
4299
|
-
//
|
|
4300
|
-
export { default as
|
|
4295
|
+
// SquareLibrary aliases
|
|
4296
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4301
4297
|
export {
|
|
4302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4303
|
-
default as
|
|
4304
|
-
} from '../icons/square-
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4299
|
+
default as LibrarySquareIcon
|
|
4300
|
+
} from '../icons/square-library';
|
|
4305
4301
|
// SquareParkingOff aliases
|
|
4306
4302
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4307
4303
|
export {
|
|
4308
4304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4309
4305
|
default as ParkingSquareOffIcon
|
|
4310
4306
|
} from '../icons/square-parking-off';
|
|
4307
|
+
// SquareMousePointer aliases
|
|
4308
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4309
|
+
export {
|
|
4310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4311
|
+
default as InspectIcon
|
|
4312
|
+
} from '../icons/square-mouse-pointer';
|
|
4311
4313
|
// SquareParking aliases
|
|
4312
4314
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4313
4315
|
export {
|
|
@@ -4340,18 +4342,18 @@ export {
|
|
|
4340
4342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4341
4343
|
default as PiSquareIcon
|
|
4342
4344
|
} from '../icons/square-pi';
|
|
4343
|
-
// SquarePilcrow aliases
|
|
4344
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4345
|
-
export {
|
|
4346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4347
|
-
default as PilcrowSquareIcon
|
|
4348
|
-
} from '../icons/square-pilcrow';
|
|
4349
4345
|
// SquarePlay aliases
|
|
4350
4346
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4351
4347
|
export {
|
|
4352
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4353
4349
|
default as PlaySquareIcon
|
|
4354
4350
|
} from '../icons/square-play';
|
|
4351
|
+
// SquarePilcrow aliases
|
|
4352
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4353
|
+
export {
|
|
4354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4355
|
+
default as PilcrowSquareIcon
|
|
4356
|
+
} from '../icons/square-pilcrow';
|
|
4355
4357
|
// SquarePlus aliases
|
|
4356
4358
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4357
4359
|
export {
|
|
@@ -4370,42 +4372,42 @@ export {
|
|
|
4370
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4371
4373
|
default as ScissorsSquareIcon
|
|
4372
4374
|
} from '../icons/square-scissors';
|
|
4373
|
-
// SquareSigma aliases
|
|
4374
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4375
|
-
export {
|
|
4376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4377
|
-
default as SigmaSquareIcon
|
|
4378
|
-
} from '../icons/square-sigma';
|
|
4379
4375
|
// SquareSlash aliases
|
|
4380
4376
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4381
4377
|
export {
|
|
4382
4378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4383
4379
|
default as SlashSquareIcon
|
|
4384
4380
|
} from '../icons/square-slash';
|
|
4385
|
-
//
|
|
4386
|
-
export { default as
|
|
4387
|
-
export {
|
|
4388
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4389
|
-
default as SplitSquareVerticalIcon
|
|
4390
|
-
} from '../icons/square-split-vertical';
|
|
4391
|
-
// SquareTerminal aliases
|
|
4392
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4381
|
+
// SquareSigma aliases
|
|
4382
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4393
4383
|
export {
|
|
4394
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4395
|
-
default as
|
|
4396
|
-
} from '../icons/square-
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4385
|
+
default as SigmaSquareIcon
|
|
4386
|
+
} from '../icons/square-sigma';
|
|
4397
4387
|
// SquareSplitHorizontal aliases
|
|
4398
4388
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4399
4389
|
export {
|
|
4400
4390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4401
4391
|
default as SplitSquareHorizontalIcon
|
|
4402
4392
|
} from '../icons/square-split-horizontal';
|
|
4393
|
+
// SquareSplitVertical aliases
|
|
4394
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4395
|
+
export {
|
|
4396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4397
|
+
default as SplitSquareVerticalIcon
|
|
4398
|
+
} from '../icons/square-split-vertical';
|
|
4403
4399
|
// SquareUserRound aliases
|
|
4404
4400
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4405
4401
|
export {
|
|
4406
4402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4407
4403
|
default as UserSquare2Icon
|
|
4408
4404
|
} from '../icons/square-user-round';
|
|
4405
|
+
// SquareTerminal aliases
|
|
4406
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4407
|
+
export {
|
|
4408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4409
|
+
default as TerminalSquareIcon
|
|
4410
|
+
} from '../icons/square-terminal';
|
|
4409
4411
|
// SquareUser aliases
|
|
4410
4412
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4411
4413
|
export {
|
|
@@ -4436,12 +4438,6 @@ export {
|
|
|
4436
4438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4437
4439
|
default as AlignRightIcon
|
|
4438
4440
|
} from '../icons/text-align-end';
|
|
4439
|
-
// TextAlignJustify aliases
|
|
4440
|
-
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4441
|
-
export {
|
|
4442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4443
|
-
default as AlignJustifyIcon
|
|
4444
|
-
} from '../icons/text-align-justify';
|
|
4445
4441
|
// TextAlignStart aliases
|
|
4446
4442
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4447
4443
|
export {
|
|
@@ -4452,6 +4448,12 @@ export {
|
|
|
4452
4448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4453
4449
|
default as AlignLeftIcon
|
|
4454
4450
|
} from '../icons/text-align-start';
|
|
4451
|
+
// TextAlignJustify aliases
|
|
4452
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4453
|
+
export {
|
|
4454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4455
|
+
default as AlignJustifyIcon
|
|
4456
|
+
} from '../icons/text-align-justify';
|
|
4455
4457
|
// TextInitial aliases
|
|
4456
4458
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4457
4459
|
export {
|
|
@@ -4470,30 +4472,30 @@ export {
|
|
|
4470
4472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4471
4473
|
default as TrainIcon
|
|
4472
4474
|
} from '../icons/tram-front';
|
|
4473
|
-
// TriangleAlert aliases
|
|
4474
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4475
|
-
export {
|
|
4476
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4477
|
-
default as AlertTriangleIcon
|
|
4478
|
-
} from '../icons/triangle-alert';
|
|
4479
4475
|
// TreePalm aliases
|
|
4480
4476
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4481
4477
|
export {
|
|
4482
4478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4483
4479
|
default as PalmtreeIcon
|
|
4484
4480
|
} from '../icons/tree-palm';
|
|
4485
|
-
//
|
|
4486
|
-
export { default as
|
|
4481
|
+
// TriangleAlert aliases
|
|
4482
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4487
4483
|
export {
|
|
4488
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4489
|
-
default as
|
|
4490
|
-
} from '../icons/
|
|
4484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4485
|
+
default as AlertTriangleIcon
|
|
4486
|
+
} from '../icons/triangle-alert';
|
|
4491
4487
|
// University aliases
|
|
4492
4488
|
export { default as UniversityIcon } from '../icons/university';
|
|
4493
4489
|
export {
|
|
4494
4490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4495
4491
|
default as School2Icon
|
|
4496
4492
|
} from '../icons/university';
|
|
4493
|
+
// TvMinimal aliases
|
|
4494
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4495
|
+
export {
|
|
4496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4497
|
+
default as Tv2Icon
|
|
4498
|
+
} from '../icons/tv-minimal';
|
|
4497
4499
|
// UserRoundCheck aliases
|
|
4498
4500
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4499
4501
|
export {
|
|
@@ -4506,30 +4508,30 @@ export {
|
|
|
4506
4508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4507
4509
|
default as UserCog2Icon
|
|
4508
4510
|
} from '../icons/user-round-cog';
|
|
4509
|
-
// UserRoundMinus aliases
|
|
4510
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4511
|
-
export {
|
|
4512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4513
|
-
default as UserMinus2Icon
|
|
4514
|
-
} from '../icons/user-round-minus';
|
|
4515
4511
|
// UserRoundPlus aliases
|
|
4516
4512
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4517
4513
|
export {
|
|
4518
4514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4519
4515
|
default as UserPlus2Icon
|
|
4520
4516
|
} from '../icons/user-round-plus';
|
|
4521
|
-
//
|
|
4522
|
-
export { default as
|
|
4517
|
+
// UserRoundMinus aliases
|
|
4518
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4523
4519
|
export {
|
|
4524
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4525
|
-
default as
|
|
4526
|
-
} from '../icons/user-round';
|
|
4520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4521
|
+
default as UserMinus2Icon
|
|
4522
|
+
} from '../icons/user-round-minus';
|
|
4527
4523
|
// UserRoundX aliases
|
|
4528
4524
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4529
4525
|
export {
|
|
4530
4526
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. */
|
|
4531
4527
|
default as UserX2Icon
|
|
4532
4528
|
} from '../icons/user-round-x';
|
|
4529
|
+
// UserRound aliases
|
|
4530
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4531
|
+
export {
|
|
4532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4533
|
+
default as User2Icon
|
|
4534
|
+
} from '../icons/user-round';
|
|
4533
4535
|
// UsersRound aliases
|
|
4534
4536
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4535
4537
|
export {
|