@lucide/astro 0.494.0 → 0.495.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 +69 -69
- package/src/aliases/prefixed.ts +352 -350
- package/src/aliases/suffixed.ts +678 -676
- package/src/icons/index.ts +162 -161
- package/src/icons/rectangle-goggles.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// ALargeSmall aliases
|
|
4
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
3
5
|
// AArrowUp aliases
|
|
4
6
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
-
// ALargeSmall aliases
|
|
8
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
@@ -18,24 +18,24 @@ export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// AlignCenterHorizontal aliases
|
|
22
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
21
|
// Album aliases
|
|
24
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlignCenterHorizontal aliases
|
|
24
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
-
// AlignEndHorizontal aliases
|
|
30
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignEndHorizontal aliases
|
|
32
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
// AlignHorizontalDistributeEnd aliases
|
|
36
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -48,32 +48,32 @@ export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizo
|
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
49
|
// AlignJustify aliases
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
-
// AlignRight aliases
|
|
52
|
-
export { default as AlignRightIcon } from '../icons/align-right';
|
|
53
51
|
// AlignLeft aliases
|
|
54
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignRight aliases
|
|
54
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
57
|
// AlignStartVertical aliases
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
|
-
// AlignVerticalDistributeEnd aliases
|
|
62
|
-
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
61
|
// AlignVerticalDistributeStart aliases
|
|
64
62
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
|
+
// AlignVerticalDistributeEnd aliases
|
|
64
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
65
65
|
// AlignVerticalJustifyCenter aliases
|
|
66
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
-
// AlignVerticalSpaceBetween aliases
|
|
72
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
71
|
// AlignVerticalSpaceAround aliases
|
|
74
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
75
73
|
// Ambulance aliases
|
|
76
74
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
|
+
// AlignVerticalSpaceBetween aliases
|
|
76
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
@@ -84,10 +84,10 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
87
|
// Annoyed aliases
|
|
90
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
+
// Antenna aliases
|
|
90
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
@@ -96,18 +96,18 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// ArchiveRestore aliases
|
|
100
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
99
|
// Apple aliases
|
|
102
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
103
101
|
// ArchiveX aliases
|
|
104
102
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
|
+
// ArchiveRestore aliases
|
|
104
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
105
105
|
// Archive aliases
|
|
106
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
|
-
// ArrowBigDownDash aliases
|
|
108
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
107
|
// Armchair aliases
|
|
110
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
|
+
// ArrowBigDownDash aliases
|
|
110
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
111
|
// ArrowBigDown aliases
|
|
112
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
113
|
// ArrowBigLeftDash aliases
|
|
@@ -116,40 +116,40 @@ export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
// ArrowBigUpDash aliases
|
|
120
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
119
|
// ArrowBigRight aliases
|
|
122
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
+
// ArrowBigUpDash aliases
|
|
122
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
-
// ArrowDownRight aliases
|
|
128
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
127
|
// ArrowDownLeft aliases
|
|
130
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
129
|
+
// ArrowDownRight aliases
|
|
130
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
131
|
// ArrowDownNarrowWide aliases
|
|
134
132
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
135
|
-
//
|
|
136
|
-
export { default as
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
137
135
|
// ArrowDownUp aliases
|
|
138
136
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownToLine aliases
|
|
138
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
|
-
// ArrowLeftRight aliases
|
|
144
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
143
|
// ArrowLeftToLine aliases
|
|
146
144
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
145
|
+
// ArrowLeftRight aliases
|
|
146
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
147
147
|
// ArrowLeft aliases
|
|
148
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
|
-
// ArrowRightLeft aliases
|
|
150
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
149
|
// ArrowRightFromLine aliases
|
|
152
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
+
// ArrowRightLeft aliases
|
|
152
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
154
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
@@ -164,52 +164,52 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpRight aliases
|
|
166
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
-
// ArrowUpWideNarrow aliases
|
|
168
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
167
|
// ArrowUpToLine aliases
|
|
170
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
|
+
// ArrowUpWideNarrow aliases
|
|
170
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
172
172
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
|
-
// ArrowsUpFromLine aliases
|
|
174
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
173
|
// Asterisk aliases
|
|
176
174
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
175
|
// AtSign aliases
|
|
178
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
177
|
// Atom aliases
|
|
180
178
|
export { default as AtomIcon } from '../icons/atom';
|
|
179
|
+
// ArrowsUpFromLine aliases
|
|
180
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
183
|
// AudioWaveform aliases
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
-
// Award aliases
|
|
186
|
-
export { default as AwardIcon } from '../icons/award';
|
|
187
185
|
// Axe aliases
|
|
188
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
//
|
|
190
|
-
export { default as
|
|
187
|
+
// Award aliases
|
|
188
|
+
export { default as AwardIcon } from '../icons/award';
|
|
191
189
|
// Backpack aliases
|
|
192
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
|
+
// Baby aliases
|
|
192
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
193
193
|
// BadgeAlert aliases
|
|
194
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
-
// BadgeEuro aliases
|
|
198
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
203
|
// BadgeIndianRupee aliases
|
|
204
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
205
|
// BadgeJapaneseYen aliases
|
|
206
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
|
-
// BadgeMinus aliases
|
|
208
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
207
|
// BadgeInfo aliases
|
|
210
208
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
211
209
|
// BadgePercent aliases
|
|
212
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
211
|
+
// BadgeMinus aliases
|
|
212
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
213
213
|
// BadgePlus aliases
|
|
214
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgePoundSterling aliases
|
|
@@ -218,32 +218,32 @@ export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling
|
|
|
218
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
219
|
// BadgeSwissFranc aliases
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
|
-
// BadgeX aliases
|
|
222
|
-
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
221
|
// Badge aliases
|
|
224
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeX aliases
|
|
224
|
+
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
229
|
// Banana aliases
|
|
230
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
233
|
// Bandage aliases
|
|
232
234
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
235
|
// BanknoteArrowUp aliases
|
|
234
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
|
-
// BanknoteArrowDown aliases
|
|
236
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
237
|
-
// BanknoteX aliases
|
|
238
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
+
// BanknoteX aliases
|
|
240
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
-
// Baseline aliases
|
|
244
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
243
|
// Bath aliases
|
|
246
244
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
+
// Baseline aliases
|
|
246
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
247
|
// BatteryCharging aliases
|
|
248
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
@@ -252,14 +252,14 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryMedium aliases
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
255
|
// BatteryPlus aliases
|
|
258
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
//
|
|
260
|
-
export { default as
|
|
257
|
+
// BatteryWarning aliases
|
|
258
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
+
// Beaker aliases
|
|
262
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
265
|
// Bean aliases
|
|
@@ -272,18 +272,18 @@ export { default as BedSingleIcon } from '../icons/bed-single';
|
|
|
272
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
// BeerOff aliases
|
|
276
|
-
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
-
// BellDot aliases
|
|
278
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
275
|
// Beer aliases
|
|
280
276
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
-
//
|
|
282
|
-
export { default as
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
+
// BeerOff aliases
|
|
280
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
281
|
// BellMinus aliases
|
|
284
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
283
|
// BellOff aliases
|
|
286
284
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
+
// BellElectric aliases
|
|
286
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
289
|
// BellRing aliases
|
|
@@ -292,10 +292,10 @@ export { default as BellRingIcon } from '../icons/bell-ring';
|
|
|
292
292
|
export { default as BellIcon } from '../icons/bell';
|
|
293
293
|
// BetweenVerticalStart aliases
|
|
294
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
-
// BetweenVerticalEnd aliases
|
|
296
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
295
|
// BicepsFlexed aliases
|
|
298
296
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
|
+
// BetweenVerticalEnd aliases
|
|
298
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// Binary aliases
|
|
@@ -306,42 +306,42 @@ export { default as BinocularsIcon } from '../icons/binoculars';
|
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bird aliases
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
311
309
|
// Bitcoin aliases
|
|
312
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
+
// Blend aliases
|
|
312
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothConnected aliases
|
|
318
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
321
|
// BluetoothSearching aliases
|
|
320
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
323
|
// Bluetooth aliases
|
|
322
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// BluetoothOff aliases
|
|
324
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
328
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
329
|
// Bomb aliases
|
|
330
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
|
-
// Bone aliases
|
|
332
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
+
// Bone aliases
|
|
334
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookDown aliases
|
|
342
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
341
|
// BookHeadphones aliases
|
|
344
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
+
// BookDown aliases
|
|
344
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
345
|
// BookHeart aliases
|
|
346
346
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
@@ -350,44 +350,44 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
|
-
// BookMinus aliases
|
|
354
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
-
// BookMarked aliases
|
|
356
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
353
|
// BookOpenCheck aliases
|
|
358
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
-
//
|
|
360
|
-
export { default as
|
|
355
|
+
// BookMarked aliases
|
|
356
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
|
+
// BookMinus aliases
|
|
358
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
359
|
// BookOpen aliases
|
|
362
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
//
|
|
364
|
-
export { default as
|
|
361
|
+
// BookOpenText aliases
|
|
362
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
367
|
// BookType aliases
|
|
370
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
-
//
|
|
372
|
-
export { default as
|
|
369
|
+
// BookUp2 aliases
|
|
370
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
371
|
// BookUser aliases
|
|
374
372
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
373
|
// BookX aliases
|
|
376
374
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
|
+
// BookUp aliases
|
|
376
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// Book aliases
|
|
378
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
-
// BookmarkMinus aliases
|
|
380
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
379
|
// BookmarkCheck aliases
|
|
382
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
+
// BookmarkMinus aliases
|
|
382
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
385
|
// BookmarkX aliases
|
|
386
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
-
// Bookmark aliases
|
|
388
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
387
|
// BoomBox aliases
|
|
390
388
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
|
+
// Bookmark aliases
|
|
390
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
393
|
// BotOff aliases
|
|
@@ -400,14 +400,14 @@ export { default as BoxIcon } from '../icons/box';
|
|
|
400
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
401
401
|
// Brackets aliases
|
|
402
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
|
+
// BrainCog aliases
|
|
404
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
403
405
|
// BrainCircuit aliases
|
|
404
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
-
// Brain aliases
|
|
406
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
407
407
|
// BrickWallFire aliases
|
|
408
408
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
409
|
-
//
|
|
410
|
-
export { default as
|
|
409
|
+
// Brain aliases
|
|
410
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWall aliases
|
|
412
412
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
413
|
// BriefcaseBusiness aliases
|
|
@@ -436,10 +436,10 @@ export { default as Building2Icon } from '../icons/building-2';
|
|
|
436
436
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
437
|
// BusFront aliases
|
|
438
438
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
|
-
// CableCar aliases
|
|
440
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
441
439
|
// Bus aliases
|
|
442
440
|
export { default as BusIcon } from '../icons/bus';
|
|
441
|
+
// CableCar aliases
|
|
442
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
443
|
// Cable aliases
|
|
444
444
|
export { default as CableIcon } from '../icons/cable';
|
|
445
445
|
// CakeSlice aliases
|
|
@@ -462,10 +462,10 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
462
462
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
463
463
|
// CalendarCog aliases
|
|
464
464
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
|
-
// CalendarDays aliases
|
|
466
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
467
465
|
// CalendarFold aliases
|
|
468
466
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
467
|
+
// CalendarDays aliases
|
|
468
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
469
|
// CalendarHeart aliases
|
|
470
470
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
471
471
|
// CalendarMinus2 aliases
|
|
@@ -480,26 +480,26 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
480
480
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
481
481
|
// CalendarRange aliases
|
|
482
482
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
483
|
-
// CalendarSearch aliases
|
|
484
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
485
483
|
// CalendarSync aliases
|
|
486
484
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
485
|
+
// CalendarSearch aliases
|
|
486
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
487
487
|
// CalendarX2 aliases
|
|
488
488
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
489
489
|
// CalendarX aliases
|
|
490
490
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
|
-
// CameraOff aliases
|
|
492
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
493
491
|
// Calendar aliases
|
|
494
492
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
493
|
+
// CameraOff aliases
|
|
494
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
497
495
|
// CandyCane aliases
|
|
498
496
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
|
-
//
|
|
500
|
-
export { default as
|
|
497
|
+
// Camera aliases
|
|
498
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
501
499
|
// Candy aliases
|
|
502
500
|
export { default as CandyIcon } from '../icons/candy';
|
|
501
|
+
// CandyOff aliases
|
|
502
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
503
|
// Cannabis aliases
|
|
504
504
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
505
505
|
// CaptionsOff aliases
|
|
@@ -520,10 +520,10 @@ export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
|
520
520
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
521
521
|
// CaseUpper aliases
|
|
522
522
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
|
-
// Cast aliases
|
|
524
|
-
export { default as CastIcon } from '../icons/cast';
|
|
525
523
|
// CassetteTape aliases
|
|
526
524
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
525
|
+
// Cast aliases
|
|
526
|
+
export { default as CastIcon } from '../icons/cast';
|
|
527
527
|
// Castle aliases
|
|
528
528
|
export { default as CastleIcon } from '../icons/castle';
|
|
529
529
|
// Cat aliases
|
|
@@ -532,10 +532,10 @@ export { default as CatIcon } from '../icons/cat';
|
|
|
532
532
|
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarDecreasing aliases
|
|
534
534
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
535
|
-
// ChartBarIncreasing aliases
|
|
536
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
537
535
|
// ChartBarStacked aliases
|
|
538
536
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
537
|
+
// ChartBarIncreasing aliases
|
|
538
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
539
|
// ChartColumnDecreasing aliases
|
|
540
540
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
541
541
|
// ChartColumnStacked aliases
|
|
@@ -544,38 +544,38 @@ export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked
|
|
|
544
544
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
545
545
|
// ChartNetwork aliases
|
|
546
546
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
547
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
548
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
549
|
-
// ChartSpline aliases
|
|
550
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
551
547
|
// ChartNoAxesCombined aliases
|
|
552
548
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
549
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
550
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
551
|
// CheckCheck aliases
|
|
554
552
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
553
|
+
// ChartSpline aliases
|
|
554
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
555
555
|
// Check aliases
|
|
556
556
|
export { default as CheckIcon } from '../icons/check';
|
|
557
557
|
// ChefHat aliases
|
|
558
558
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
559
559
|
// Cherry aliases
|
|
560
560
|
export { default as CherryIcon } from '../icons/cherry';
|
|
561
|
-
// ChevronDown aliases
|
|
562
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
563
561
|
// ChevronFirst aliases
|
|
564
562
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
563
|
+
// ChevronDown aliases
|
|
564
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
565
565
|
// ChevronLast aliases
|
|
566
566
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
567
|
+
// ChevronRight aliases
|
|
568
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
567
569
|
// ChevronLeft aliases
|
|
568
570
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
569
571
|
// ChevronUp aliases
|
|
570
572
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
571
|
-
//
|
|
572
|
-
export { default as
|
|
573
|
+
// ChevronsDownUp aliases
|
|
574
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
573
575
|
// ChevronsDown aliases
|
|
574
576
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
575
577
|
// ChevronsLeftRightEllipsis aliases
|
|
576
578
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
577
|
-
// ChevronsDownUp aliases
|
|
578
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
579
|
// ChevronsLeftRight aliases
|
|
580
580
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
581
581
|
// ChevronsLeft aliases
|
|
@@ -596,22 +596,22 @@ export { default as ChurchIcon } from '../icons/church';
|
|
|
596
596
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
597
597
|
// Cigarette aliases
|
|
598
598
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
599
|
-
// CircleDashed aliases
|
|
600
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
601
|
-
// CircleDotDashed aliases
|
|
602
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
603
599
|
// CircleDollarSign aliases
|
|
604
600
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
601
|
+
// CircleDotDashed aliases
|
|
602
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
603
|
+
// CircleDot aliases
|
|
604
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
605
605
|
// CircleEllipsis aliases
|
|
606
606
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
607
|
+
// CircleDashed aliases
|
|
608
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
609
|
// CircleEqual aliases
|
|
608
610
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
609
|
-
// CircleDot aliases
|
|
610
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
|
-
// CircleFadingPlus aliases
|
|
612
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
613
611
|
// CircleFadingArrowUp aliases
|
|
614
612
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
613
|
+
// CircleFadingPlus aliases
|
|
614
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
615
|
// CircleOff aliases
|
|
616
616
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
617
617
|
// CircleSlash aliases
|
|
@@ -620,28 +620,28 @@ export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
|
620
620
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
621
621
|
// Circle aliases
|
|
622
622
|
export { default as CircleIcon } from '../icons/circle';
|
|
623
|
-
// Citrus aliases
|
|
624
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
625
|
-
// Clapperboard aliases
|
|
626
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
627
623
|
// CircuitBoard aliases
|
|
628
624
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
629
|
-
//
|
|
630
|
-
export { default as
|
|
625
|
+
// Clapperboard aliases
|
|
626
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
627
|
+
// Citrus aliases
|
|
628
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
631
629
|
// ClipboardCopy aliases
|
|
632
630
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
631
|
+
// ClipboardCheck aliases
|
|
632
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
633
633
|
// ClipboardList aliases
|
|
634
634
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
635
635
|
// ClipboardMinus aliases
|
|
636
636
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
637
|
-
// ClipboardPaste aliases
|
|
638
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
639
637
|
// ClipboardPlus aliases
|
|
640
638
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
641
|
-
//
|
|
642
|
-
export { default as
|
|
639
|
+
// ClipboardPaste aliases
|
|
640
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
643
641
|
// ClipboardX aliases
|
|
644
642
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
643
|
+
// ClipboardType aliases
|
|
644
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
645
645
|
// Clipboard aliases
|
|
646
646
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
647
647
|
// Clock1 aliases
|
|
@@ -650,28 +650,28 @@ export { default as Clock1Icon } from '../icons/clock-1';
|
|
|
650
650
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
651
651
|
// Clock11 aliases
|
|
652
652
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
653
|
-
// Clock12 aliases
|
|
654
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
655
653
|
// Clock2 aliases
|
|
656
654
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
655
|
+
// Clock12 aliases
|
|
656
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
657
657
|
// Clock3 aliases
|
|
658
658
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
659
659
|
// Clock4 aliases
|
|
660
660
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
661
|
-
// Clock5 aliases
|
|
662
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
663
661
|
// Clock6 aliases
|
|
664
662
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
663
|
+
// Clock5 aliases
|
|
664
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
665
|
// Clock7 aliases
|
|
666
666
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
667
|
// Clock8 aliases
|
|
668
668
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
669
669
|
// Clock9 aliases
|
|
670
670
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
671
|
-
// ClockAlert aliases
|
|
672
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
673
671
|
// ClockArrowDown aliases
|
|
674
672
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
673
|
+
// ClockAlert aliases
|
|
674
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
675
675
|
// ClockArrowUp aliases
|
|
676
676
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
677
677
|
// ClockFading aliases
|
|
@@ -680,18 +680,18 @@ export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
|
680
680
|
export { default as ClockIcon } from '../icons/clock';
|
|
681
681
|
// CloudAlert aliases
|
|
682
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
|
-
// CloudDrizzle aliases
|
|
684
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
685
683
|
// CloudCog aliases
|
|
686
684
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
687
685
|
// CloudFog aliases
|
|
688
686
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
687
|
+
// CloudDrizzle aliases
|
|
688
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
689
689
|
// CloudHail aliases
|
|
690
690
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
691
|
-
// CloudLightning aliases
|
|
692
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
693
691
|
// CloudMoonRain aliases
|
|
694
692
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
693
|
+
// CloudLightning aliases
|
|
694
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
695
695
|
// CloudMoon aliases
|
|
696
696
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
697
697
|
// CloudOff aliases
|
|
@@ -710,26 +710,26 @@ export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
|
710
710
|
export { default as CloudIcon } from '../icons/cloud';
|
|
711
711
|
// Cloudy aliases
|
|
712
712
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
713
|
-
// Club aliases
|
|
714
|
-
export { default as ClubIcon } from '../icons/club';
|
|
715
713
|
// Clover aliases
|
|
716
714
|
export { default as CloverIcon } from '../icons/clover';
|
|
717
715
|
// Code aliases
|
|
718
716
|
export { default as CodeIcon } from '../icons/code';
|
|
719
717
|
// Codepen aliases
|
|
720
718
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
719
|
+
// Club aliases
|
|
720
|
+
export { default as ClubIcon } from '../icons/club';
|
|
721
721
|
// Codesandbox aliases
|
|
722
722
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
723
723
|
// Coffee aliases
|
|
724
724
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
725
725
|
// Cog aliases
|
|
726
726
|
export { default as CogIcon } from '../icons/cog';
|
|
727
|
-
// Coins aliases
|
|
728
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
729
727
|
// Columns4 aliases
|
|
730
728
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
731
729
|
// Combine aliases
|
|
732
730
|
export { default as CombineIcon } from '../icons/combine';
|
|
731
|
+
// Coins aliases
|
|
732
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
733
733
|
// Command aliases
|
|
734
734
|
export { default as CommandIcon } from '../icons/command';
|
|
735
735
|
// Compass aliases
|
|
@@ -746,54 +746,54 @@ export { default as ConeIcon } from '../icons/cone';
|
|
|
746
746
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
747
747
|
// Contact aliases
|
|
748
748
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
|
-
// Contrast aliases
|
|
750
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
751
749
|
// Container aliases
|
|
752
750
|
export { default as ContainerIcon } from '../icons/container';
|
|
751
|
+
// Contrast aliases
|
|
752
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
753
753
|
// Cookie aliases
|
|
754
754
|
export { default as CookieIcon } from '../icons/cookie';
|
|
755
755
|
// CookingPot aliases
|
|
756
756
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
757
|
-
// CopyMinus aliases
|
|
758
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
759
757
|
// CopyCheck aliases
|
|
760
758
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
763
|
-
// CopySlash aliases
|
|
764
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
759
|
+
// CopyMinus aliases
|
|
760
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
765
761
|
// CopyX aliases
|
|
766
762
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
763
|
+
// CopySlash aliases
|
|
764
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
765
|
+
// CopyPlus aliases
|
|
766
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
767
767
|
// Copy aliases
|
|
768
768
|
export { default as CopyIcon } from '../icons/copy';
|
|
769
769
|
// Copyleft aliases
|
|
770
770
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
|
-
// Copyright aliases
|
|
772
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
773
771
|
// CornerDownLeft aliases
|
|
774
772
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
775
773
|
// CornerDownRight aliases
|
|
776
774
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
775
|
+
// Copyright aliases
|
|
776
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
777
777
|
// CornerLeftDown aliases
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
779
|
// CornerLeftUp aliases
|
|
780
780
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
|
-
// CornerRightUp aliases
|
|
782
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
783
781
|
// CornerRightDown aliases
|
|
784
782
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
785
783
|
// CornerUpLeft aliases
|
|
786
784
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
785
|
+
// CornerRightUp aliases
|
|
786
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
787
787
|
// CornerUpRight aliases
|
|
788
788
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
789
789
|
// Cpu aliases
|
|
790
790
|
export { default as CpuIcon } from '../icons/cpu';
|
|
791
|
-
// CreditCard aliases
|
|
792
|
-
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
793
791
|
// CreativeCommons aliases
|
|
794
792
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
795
793
|
// Croissant aliases
|
|
796
794
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
795
|
+
// CreditCard aliases
|
|
796
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
797
797
|
// Crop aliases
|
|
798
798
|
export { default as CropIcon } from '../icons/crop';
|
|
799
799
|
// Cross aliases
|
|
@@ -806,28 +806,28 @@ export { default as CrownIcon } from '../icons/crown';
|
|
|
806
806
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
807
807
|
// CupSoda aliases
|
|
808
808
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
809
|
-
// Currency aliases
|
|
810
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
811
809
|
// Cylinder aliases
|
|
812
810
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
811
|
+
// Currency aliases
|
|
812
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
813
813
|
// Dam aliases
|
|
814
814
|
export { default as DamIcon } from '../icons/dam';
|
|
815
|
-
// DatabaseBackup aliases
|
|
816
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
817
815
|
// DatabaseZap aliases
|
|
818
816
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
817
|
+
// DatabaseBackup aliases
|
|
818
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
819
819
|
// Database aliases
|
|
820
820
|
export { default as DatabaseIcon } from '../icons/database';
|
|
821
821
|
// Delete aliases
|
|
822
822
|
export { default as DeleteIcon } from '../icons/delete';
|
|
823
823
|
// Dessert aliases
|
|
824
824
|
export { default as DessertIcon } from '../icons/dessert';
|
|
825
|
+
// DiamondMinus aliases
|
|
826
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
825
827
|
// Diameter aliases
|
|
826
828
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
827
829
|
// DiamondPlus aliases
|
|
828
830
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
829
|
-
// DiamondMinus aliases
|
|
830
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
831
831
|
// Diamond aliases
|
|
832
832
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
833
833
|
// Dice1 aliases
|
|
@@ -840,20 +840,20 @@ export { default as Dice3Icon } from '../icons/dice-3';
|
|
|
840
840
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
841
841
|
// Dice5 aliases
|
|
842
842
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
843
|
+
// Dice6 aliases
|
|
844
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
843
845
|
// Dices aliases
|
|
844
846
|
export { default as DicesIcon } from '../icons/dices';
|
|
845
847
|
// Diff aliases
|
|
846
848
|
export { default as DiffIcon } from '../icons/diff';
|
|
847
|
-
// Dice6 aliases
|
|
848
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
849
849
|
// Disc2 aliases
|
|
850
850
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
851
851
|
// Disc3 aliases
|
|
852
852
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
853
|
-
// DiscAlbum aliases
|
|
854
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
855
853
|
// Disc aliases
|
|
856
854
|
export { default as DiscIcon } from '../icons/disc';
|
|
855
|
+
// DiscAlbum aliases
|
|
856
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
857
857
|
// Divide aliases
|
|
858
858
|
export { default as DivideIcon } from '../icons/divide';
|
|
859
859
|
// DnaOff aliases
|
|
@@ -868,14 +868,14 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
868
868
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
869
869
|
// Donut aliases
|
|
870
870
|
export { default as DonutIcon } from '../icons/donut';
|
|
871
|
-
// DoorOpen aliases
|
|
872
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
873
871
|
// DoorClosed aliases
|
|
874
872
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
875
|
-
//
|
|
876
|
-
export { default as
|
|
873
|
+
// DoorOpen aliases
|
|
874
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
877
875
|
// Dot aliases
|
|
878
876
|
export { default as DotIcon } from '../icons/dot';
|
|
877
|
+
// Download aliases
|
|
878
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
879
879
|
// DraftingCompass aliases
|
|
880
880
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
881
881
|
// Drama aliases
|
|
@@ -896,18 +896,18 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
896
896
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
897
897
|
// Dumbbell aliases
|
|
898
898
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
899
|
-
// EarOff aliases
|
|
900
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
901
899
|
// Ear aliases
|
|
902
900
|
export { default as EarIcon } from '../icons/ear';
|
|
903
|
-
//
|
|
904
|
-
export { default as
|
|
901
|
+
// EarOff aliases
|
|
902
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
905
903
|
// EarthLock aliases
|
|
906
904
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
907
|
-
//
|
|
908
|
-
export { default as
|
|
905
|
+
// Eclipse aliases
|
|
906
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
909
907
|
// EggOff aliases
|
|
910
908
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
909
|
+
// EggFried aliases
|
|
910
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
911
911
|
// Egg aliases
|
|
912
912
|
export { default as EggIcon } from '../icons/egg';
|
|
913
913
|
// EqualApproximately aliases
|
|
@@ -924,10 +924,10 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
924
924
|
export { default as EuroIcon } from '../icons/euro';
|
|
925
925
|
// Expand aliases
|
|
926
926
|
export { default as ExpandIcon } from '../icons/expand';
|
|
927
|
-
// EyeClosed aliases
|
|
928
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
929
927
|
// ExternalLink aliases
|
|
930
928
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
929
|
+
// EyeClosed aliases
|
|
930
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
931
931
|
// EyeOff aliases
|
|
932
932
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
933
933
|
// Eye aliases
|
|
@@ -936,28 +936,28 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
936
936
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
937
937
|
// Factory aliases
|
|
938
938
|
export { default as FactoryIcon } from '../icons/factory';
|
|
939
|
+
// Fan aliases
|
|
940
|
+
export { default as FanIcon } from '../icons/fan';
|
|
939
941
|
// FastForward aliases
|
|
940
942
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
941
943
|
// Feather aliases
|
|
942
944
|
export { default as FeatherIcon } from '../icons/feather';
|
|
943
|
-
// Fan aliases
|
|
944
|
-
export { default as FanIcon } from '../icons/fan';
|
|
945
945
|
// Fence aliases
|
|
946
946
|
export { default as FenceIcon } from '../icons/fence';
|
|
947
947
|
// FerrisWheel aliases
|
|
948
948
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
949
|
-
// Figma aliases
|
|
950
|
-
export { default as FigmaIcon } from '../icons/figma';
|
|
951
949
|
// FileArchive aliases
|
|
952
950
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
951
|
+
// Figma aliases
|
|
952
|
+
export { default as FigmaIcon } from '../icons/figma';
|
|
953
953
|
// FileAudio2 aliases
|
|
954
954
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
955
955
|
// FileAudio aliases
|
|
956
956
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
957
|
-
// FileBadge2 aliases
|
|
958
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
959
957
|
// FileBadge aliases
|
|
960
958
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
959
|
+
// FileBadge2 aliases
|
|
960
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
961
961
|
// FileBox aliases
|
|
962
962
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
963
963
|
// FileCheck2 aliases
|
|
@@ -968,10 +968,10 @@ export { default as FileCheckIcon } from '../icons/file-check';
|
|
|
968
968
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
969
969
|
// FileCode2 aliases
|
|
970
970
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
971
|
-
// FileCode aliases
|
|
972
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
973
971
|
// FileDiff aliases
|
|
974
972
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
973
|
+
// FileCode aliases
|
|
974
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
975
975
|
// FileDigit aliases
|
|
976
976
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
977
977
|
// FileDown aliases
|
|
@@ -992,30 +992,30 @@ export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
|
992
992
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
993
993
|
// FileLock2 aliases
|
|
994
994
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
995
|
-
// FileMinus2 aliases
|
|
996
|
-
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
997
995
|
// FileLock aliases
|
|
998
996
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
999
|
-
// FileMinus aliases
|
|
1000
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1001
997
|
// FileMusic aliases
|
|
1002
998
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
999
|
+
// FileMinus2 aliases
|
|
1000
|
+
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1001
|
+
// FileMinus aliases
|
|
1002
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1003
1003
|
// FileOutput aliases
|
|
1004
1004
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1005
|
-
// FilePlus2 aliases
|
|
1006
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1007
1005
|
// FilePlus aliases
|
|
1008
1006
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1007
|
+
// FilePlus2 aliases
|
|
1008
|
+
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1009
1009
|
// FileQuestion aliases
|
|
1010
1010
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1011
1011
|
// FileScan aliases
|
|
1012
1012
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1013
1013
|
// FileSearch2 aliases
|
|
1014
1014
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1015
|
-
// FileSearch aliases
|
|
1016
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1017
1015
|
// FileSliders aliases
|
|
1018
1016
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1017
|
+
// FileSearch aliases
|
|
1018
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1019
1019
|
// FileSpreadsheet aliases
|
|
1020
1020
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1021
1021
|
// FileStack aliases
|
|
@@ -1038,20 +1038,20 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1038
1038
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1039
1039
|
// FileVideo aliases
|
|
1040
1040
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1041
|
-
// FileVolume aliases
|
|
1042
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1043
1041
|
// FileVolume2 aliases
|
|
1044
1042
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1043
|
+
// FileVolume aliases
|
|
1044
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1045
1045
|
// FileWarning aliases
|
|
1046
1046
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1047
1047
|
// FileX2 aliases
|
|
1048
1048
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1049
1049
|
// FileX aliases
|
|
1050
1050
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1051
|
-
// Files aliases
|
|
1052
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1053
1051
|
// File aliases
|
|
1054
1052
|
export { default as FileIcon } from '../icons/file';
|
|
1053
|
+
// Files aliases
|
|
1054
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1055
1055
|
// Fingerprint aliases
|
|
1056
1056
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1057
1057
|
// Film aliases
|
|
@@ -1060,10 +1060,10 @@ export { default as FilmIcon } from '../icons/film';
|
|
|
1060
1060
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1061
1061
|
// FishOff aliases
|
|
1062
1062
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
|
-
// Fish aliases
|
|
1064
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1065
1063
|
// FishSymbol aliases
|
|
1066
1064
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1065
|
+
// Fish aliases
|
|
1066
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1067
1067
|
// FlagOff aliases
|
|
1068
1068
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1069
1069
|
// FlagTriangleLeft aliases
|
|
@@ -1076,10 +1076,10 @@ export { default as FlagIcon } from '../icons/flag';
|
|
|
1076
1076
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1077
1077
|
// Flame aliases
|
|
1078
1078
|
export { default as FlameIcon } from '../icons/flame';
|
|
1079
|
-
// FlashlightOff aliases
|
|
1080
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1081
1079
|
// Flashlight aliases
|
|
1082
1080
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1081
|
+
// FlashlightOff aliases
|
|
1082
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1083
1083
|
// FlaskConicalOff aliases
|
|
1084
1084
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1085
1085
|
// FlaskConical aliases
|
|
@@ -1096,24 +1096,24 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1096
1096
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1097
1097
|
// Flower2 aliases
|
|
1098
1098
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1099
|
-
// Focus aliases
|
|
1100
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1101
1099
|
// Flower aliases
|
|
1102
1100
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1101
|
+
// Focus aliases
|
|
1102
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1103
1103
|
// FoldHorizontal aliases
|
|
1104
1104
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1105
|
-
// FoldVertical aliases
|
|
1106
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1107
1105
|
// FolderArchive aliases
|
|
1108
1106
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1107
|
+
// FoldVertical aliases
|
|
1108
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1109
1109
|
// FolderCheck aliases
|
|
1110
1110
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1111
|
+
// FolderClosed aliases
|
|
1112
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1111
1113
|
// FolderClock aliases
|
|
1112
1114
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1113
1115
|
// FolderCode aliases
|
|
1114
1116
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1115
|
-
// FolderClosed aliases
|
|
1116
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1117
1117
|
// FolderDot aliases
|
|
1118
1118
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1119
1119
|
// FolderDown aliases
|
|
@@ -1124,12 +1124,12 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1124
1124
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1125
|
// FolderHeart aliases
|
|
1126
1126
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1127
|
+
// FolderInput aliases
|
|
1128
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1127
1129
|
// FolderKanban aliases
|
|
1128
1130
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1129
1131
|
// FolderKey aliases
|
|
1130
1132
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1131
|
-
// FolderInput aliases
|
|
1132
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1133
1133
|
// FolderLock aliases
|
|
1134
1134
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1135
1135
|
// FolderMinus aliases
|
|
@@ -1138,28 +1138,28 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1138
1138
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1139
1139
|
// FolderOpen aliases
|
|
1140
1140
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1141
|
-
// FolderPlus aliases
|
|
1142
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1143
1141
|
// FolderOutput aliases
|
|
1144
1142
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1143
|
+
// FolderPlus aliases
|
|
1144
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1145
1145
|
// FolderRoot aliases
|
|
1146
1146
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1147
1147
|
// FolderSearch2 aliases
|
|
1148
1148
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
|
-
// FolderSymlink aliases
|
|
1150
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1151
1149
|
// FolderSearch aliases
|
|
1152
1150
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1153
1151
|
// FolderSync aliases
|
|
1154
1152
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1153
|
+
// FolderSymlink aliases
|
|
1154
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1155
1155
|
// FolderTree aliases
|
|
1156
1156
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1157
1157
|
// FolderX aliases
|
|
1158
1158
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1159
|
-
// FolderUp aliases
|
|
1160
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1161
1159
|
// Folder aliases
|
|
1162
1160
|
export { default as FolderIcon } from '../icons/folder';
|
|
1161
|
+
// FolderUp aliases
|
|
1162
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1163
1163
|
// Folders aliases
|
|
1164
1164
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1165
1165
|
// Footprints aliases
|
|
@@ -1168,10 +1168,10 @@ export { default as FootprintsIcon } from '../icons/footprints';
|
|
|
1168
1168
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1169
1169
|
// Forward aliases
|
|
1170
1170
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1171
|
-
// Frame aliases
|
|
1172
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1173
1171
|
// Framer aliases
|
|
1174
1172
|
export { default as FramerIcon } from '../icons/framer';
|
|
1173
|
+
// Frame aliases
|
|
1174
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1175
1175
|
// Frown aliases
|
|
1176
1176
|
export { default as FrownIcon } from '../icons/frown';
|
|
1177
1177
|
// Fuel aliases
|
|
@@ -1192,16 +1192,16 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1192
1192
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1193
1193
|
// Gamepad2 aliases
|
|
1194
1194
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1195
|
-
// Gauge aliases
|
|
1196
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1197
1195
|
// Gamepad aliases
|
|
1198
1196
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1197
|
+
// Gauge aliases
|
|
1198
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1199
1199
|
// Gavel aliases
|
|
1200
1200
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1201
|
-
// Gem aliases
|
|
1202
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1203
1201
|
// Ghost aliases
|
|
1204
1202
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1203
|
+
// Gem aliases
|
|
1204
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1205
1205
|
// Gift aliases
|
|
1206
1206
|
export { default as GiftIcon } from '../icons/gift';
|
|
1207
1207
|
// GitBranchPlus aliases
|
|
@@ -1210,10 +1210,10 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1210
1210
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1211
1211
|
// GitCommitVertical aliases
|
|
1212
1212
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1213
|
-
// GitCompareArrows aliases
|
|
1214
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1215
1213
|
// GitCompare aliases
|
|
1216
1214
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1215
|
+
// GitCompareArrows aliases
|
|
1216
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1217
1217
|
// GitFork aliases
|
|
1218
1218
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1219
1219
|
// GitGraph aliases
|
|
@@ -1230,24 +1230,24 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1230
1230
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1231
1231
|
// GitPullRequestDraft aliases
|
|
1232
1232
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1233
|
-
// GitPullRequest aliases
|
|
1234
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1235
1233
|
// Github aliases
|
|
1236
1234
|
export { default as GithubIcon } from '../icons/github';
|
|
1237
1235
|
// Gitlab aliases
|
|
1238
1236
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1237
|
+
// GitPullRequest aliases
|
|
1238
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1239
1239
|
// GlassWater aliases
|
|
1240
1240
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1241
1241
|
// Glasses aliases
|
|
1242
1242
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1243
1243
|
// GlobeLock aliases
|
|
1244
1244
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1245
|
-
// Globe aliases
|
|
1246
|
-
export { default as GlobeIcon } from '../icons/globe';
|
|
1247
1245
|
// Goal aliases
|
|
1248
1246
|
export { default as GoalIcon } from '../icons/goal';
|
|
1249
1247
|
// Grab aliases
|
|
1250
1248
|
export { default as GrabIcon } from '../icons/grab';
|
|
1249
|
+
// Globe aliases
|
|
1250
|
+
export { default as GlobeIcon } from '../icons/globe';
|
|
1251
1251
|
// GraduationCap aliases
|
|
1252
1252
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1253
1253
|
// GripHorizontal aliases
|
|
@@ -1262,12 +1262,12 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1262
1262
|
export { default as GroupIcon } from '../icons/group';
|
|
1263
1263
|
// Guitar aliases
|
|
1264
1264
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1265
|
-
// Ham aliases
|
|
1266
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1267
1265
|
// Hammer aliases
|
|
1268
1266
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1269
1267
|
// HandCoins aliases
|
|
1270
1268
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1269
|
+
// Ham aliases
|
|
1270
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1271
1271
|
// HandHeart aliases
|
|
1272
1272
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1273
1273
|
// HandMetal aliases
|
|
@@ -1284,10 +1284,10 @@ export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
|
1284
1284
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
1285
|
// HardDrive aliases
|
|
1286
1286
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1287
|
-
// HardHat aliases
|
|
1288
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1289
1287
|
// Hash aliases
|
|
1290
1288
|
export { default as HashIcon } from '../icons/hash';
|
|
1289
|
+
// HardHat aliases
|
|
1290
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1291
1291
|
// Haze aliases
|
|
1292
1292
|
export { default as HazeIcon } from '../icons/haze';
|
|
1293
1293
|
// HdmiPort aliases
|
|
@@ -1300,10 +1300,10 @@ export { default as Heading2Icon } from '../icons/heading-2';
|
|
|
1300
1300
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1301
1301
|
// Heading4 aliases
|
|
1302
1302
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1303
|
-
// Heading6 aliases
|
|
1304
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1305
1303
|
// Heading5 aliases
|
|
1306
1304
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1305
|
+
// Heading6 aliases
|
|
1306
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1307
1307
|
// Heading aliases
|
|
1308
1308
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1309
1309
|
// HeadphoneOff aliases
|
|
@@ -1312,16 +1312,16 @@ export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
|
1312
1312
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1313
1313
|
// Headset aliases
|
|
1314
1314
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1315
|
+
// HeartHandshake aliases
|
|
1316
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1315
1317
|
// HeartCrack aliases
|
|
1316
1318
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1317
1319
|
// HeartMinus aliases
|
|
1318
1320
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1319
|
-
// HeartHandshake aliases
|
|
1320
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1321
|
-
// HeartPlus aliases
|
|
1322
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1323
1321
|
// HeartOff aliases
|
|
1324
1322
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1323
|
+
// HeartPlus aliases
|
|
1324
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1325
1325
|
// HeartPulse aliases
|
|
1326
1326
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1327
1327
|
// Heart aliases
|
|
@@ -1334,10 +1334,10 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1334
1334
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1335
1335
|
// History aliases
|
|
1336
1336
|
export { default as HistoryIcon } from '../icons/history';
|
|
1337
|
-
// Hop aliases
|
|
1338
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1339
1337
|
// HopOff aliases
|
|
1340
1338
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1339
|
+
// Hop aliases
|
|
1340
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1341
1341
|
// Hospital aliases
|
|
1342
1342
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1343
1343
|
// Hotel aliases
|
|
@@ -1356,20 +1356,20 @@ export { default as IdCardIcon } from '../icons/id-card';
|
|
|
1356
1356
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1357
1357
|
// ImageMinus aliases
|
|
1358
1358
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1359
|
-
// ImagePlay aliases
|
|
1360
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1361
1359
|
// ImageOff aliases
|
|
1362
1360
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1361
|
+
// ImagePlay aliases
|
|
1362
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1363
1363
|
// ImagePlus aliases
|
|
1364
1364
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1365
|
-
// ImageUp aliases
|
|
1366
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1367
1365
|
// ImageUpscale aliases
|
|
1368
1366
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1367
|
+
// ImageUp aliases
|
|
1368
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1371
1369
|
// Image aliases
|
|
1372
1370
|
export { default as ImageIcon } from '../icons/image';
|
|
1371
|
+
// Images aliases
|
|
1372
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1373
1373
|
// Import aliases
|
|
1374
1374
|
export { default as ImportIcon } from '../icons/import';
|
|
1375
1375
|
// Inbox aliases
|
|
@@ -1390,20 +1390,20 @@ export { default as ItalicIcon } from '../icons/italic';
|
|
|
1390
1390
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1391
1391
|
// IterationCw aliases
|
|
1392
1392
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1393
|
-
// Joystick aliases
|
|
1394
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1395
1393
|
// JapaneseYen aliases
|
|
1396
1394
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1395
|
+
// Joystick aliases
|
|
1396
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1397
1397
|
// Kanban aliases
|
|
1398
1398
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1399
1399
|
// KeyRound aliases
|
|
1400
1400
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1401
1401
|
// KeySquare aliases
|
|
1402
1402
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1403
|
-
// Key aliases
|
|
1404
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1405
1403
|
// KeyboardMusic aliases
|
|
1406
1404
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1405
|
+
// Key aliases
|
|
1406
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1407
1407
|
// KeyboardOff aliases
|
|
1408
1408
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1409
1409
|
// Keyboard aliases
|
|
@@ -1412,20 +1412,20 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1412
1412
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1413
1413
|
// LampDesk aliases
|
|
1414
1414
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1415
|
-
// LampFloor aliases
|
|
1416
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1417
1415
|
// LampWallDown aliases
|
|
1418
1416
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1417
|
+
// LampFloor aliases
|
|
1418
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1419
1419
|
// LampWallUp aliases
|
|
1420
1420
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1421
1421
|
// Lamp aliases
|
|
1422
1422
|
export { default as LampIcon } from '../icons/lamp';
|
|
1423
1423
|
// LandPlot aliases
|
|
1424
1424
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1425
|
-
// Languages aliases
|
|
1426
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1427
1425
|
// Landmark aliases
|
|
1428
1426
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1427
|
+
// Languages aliases
|
|
1428
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1429
1429
|
// LaptopMinimalCheck aliases
|
|
1430
1430
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1431
1431
|
// Laptop aliases
|
|
@@ -1442,34 +1442,34 @@ export { default as Layers2Icon } from '../icons/layers-2';
|
|
|
1442
1442
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1443
1443
|
// LayoutGrid aliases
|
|
1444
1444
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1445
|
-
// LayoutPanelLeft aliases
|
|
1446
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1447
1445
|
// LayoutList aliases
|
|
1448
1446
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1449
1447
|
// LayoutPanelTop aliases
|
|
1450
1448
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1449
|
+
// LayoutPanelLeft aliases
|
|
1450
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1451
1451
|
// LayoutTemplate aliases
|
|
1452
1452
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1453
1453
|
// Leaf aliases
|
|
1454
1454
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1455
1455
|
// LeafyGreen aliases
|
|
1456
1456
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1457
|
-
// Lectern aliases
|
|
1458
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1459
1457
|
// LetterText aliases
|
|
1460
1458
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1461
|
-
//
|
|
1462
|
-
export { default as
|
|
1459
|
+
// Lectern aliases
|
|
1460
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1463
1461
|
// Library aliases
|
|
1464
1462
|
export { default as LibraryIcon } from '../icons/library';
|
|
1463
|
+
// LibraryBig aliases
|
|
1464
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1465
1465
|
// LifeBuoy aliases
|
|
1466
1466
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1467
1467
|
// Ligature aliases
|
|
1468
1468
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1469
|
-
// LightbulbOff aliases
|
|
1470
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1471
1469
|
// Lightbulb aliases
|
|
1472
1470
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1471
|
+
// LightbulbOff aliases
|
|
1472
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1473
1473
|
// Link2Off aliases
|
|
1474
1474
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1475
1475
|
// Link2 aliases
|
|
@@ -1516,10 +1516,10 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1516
1516
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1517
1517
|
// LoaderPinwheel aliases
|
|
1518
1518
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1519
|
-
// LocateFixed aliases
|
|
1520
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1521
1519
|
// LocateOff aliases
|
|
1522
1520
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1521
|
+
// LocateFixed aliases
|
|
1522
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1523
1523
|
// Locate aliases
|
|
1524
1524
|
export { default as LocateIcon } from '../icons/locate';
|
|
1525
1525
|
// LocationEdit aliases
|
|
@@ -1546,16 +1546,16 @@ export { default as MailCheckIcon } from '../icons/mail-check';
|
|
|
1546
1546
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1547
1547
|
// MailOpen aliases
|
|
1548
1548
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1549
|
-
// MailPlus aliases
|
|
1550
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1551
1549
|
// MailQuestion aliases
|
|
1552
1550
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1551
|
+
// MailPlus aliases
|
|
1552
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1553
1553
|
// MailSearch aliases
|
|
1554
1554
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1555
|
-
// MailWarning aliases
|
|
1556
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1557
1555
|
// MailX aliases
|
|
1558
1556
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1557
|
+
// MailWarning aliases
|
|
1558
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1559
1559
|
// Mail aliases
|
|
1560
1560
|
export { default as MailIcon } from '../icons/mail';
|
|
1561
1561
|
// Mailbox aliases
|
|
@@ -1566,10 +1566,10 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1566
1566
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1567
1567
|
// MapPinCheck aliases
|
|
1568
1568
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1569
|
-
// MapPinMinusInside aliases
|
|
1570
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1571
1569
|
// MapPinHouse aliases
|
|
1572
1570
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1571
|
+
// MapPinMinusInside aliases
|
|
1572
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1573
1573
|
// MapPinMinus aliases
|
|
1574
1574
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1575
1575
|
// MapPinOff aliases
|
|
@@ -1582,30 +1582,30 @@ export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
|
1582
1582
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1583
1583
|
// MapPinX aliases
|
|
1584
1584
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1585
|
-
// MapPinned aliases
|
|
1586
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1587
1585
|
// MapPin aliases
|
|
1588
1586
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1587
|
+
// MapPinned aliases
|
|
1588
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1589
1589
|
// MapPlus aliases
|
|
1590
1590
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1591
1591
|
// Map aliases
|
|
1592
1592
|
export { default as MapIcon } from '../icons/map';
|
|
1593
|
-
// MarsStroke aliases
|
|
1594
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1595
1593
|
// Mars aliases
|
|
1596
1594
|
export { default as MarsIcon } from '../icons/mars';
|
|
1595
|
+
// MarsStroke aliases
|
|
1596
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1597
1597
|
// Martini aliases
|
|
1598
1598
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1599
|
-
// Maximize2 aliases
|
|
1600
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1601
1599
|
// Medal aliases
|
|
1602
1600
|
export { default as MedalIcon } from '../icons/medal';
|
|
1601
|
+
// Maximize2 aliases
|
|
1602
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1603
1603
|
// Maximize aliases
|
|
1604
1604
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1605
|
-
// MegaphoneOff aliases
|
|
1606
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1607
1605
|
// Megaphone aliases
|
|
1608
1606
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1607
|
+
// MegaphoneOff aliases
|
|
1608
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1609
1609
|
// Meh aliases
|
|
1610
1610
|
export { default as MehIcon } from '../icons/meh';
|
|
1611
1611
|
// MemoryStick aliases
|
|
@@ -1614,28 +1614,28 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1614
1614
|
export { default as MenuIcon } from '../icons/menu';
|
|
1615
1615
|
// Merge aliases
|
|
1616
1616
|
export { default as MergeIcon } from '../icons/merge';
|
|
1617
|
-
// MessageCircleCode aliases
|
|
1618
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1619
1617
|
// MessageCircleDashed aliases
|
|
1620
1618
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1621
1619
|
// MessageCircleHeart aliases
|
|
1622
1620
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1621
|
+
// MessageCircleCode aliases
|
|
1622
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1623
1623
|
// MessageCircleMore aliases
|
|
1624
1624
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1625
1625
|
// MessageCircleOff aliases
|
|
1626
1626
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1627
|
-
// MessageCircleQuestion aliases
|
|
1628
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1629
1627
|
// MessageCirclePlus aliases
|
|
1630
1628
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1629
|
+
// MessageCircleQuestion aliases
|
|
1630
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1631
1631
|
// MessageCircleReply aliases
|
|
1632
1632
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1633
1633
|
// MessageCircleWarning aliases
|
|
1634
1634
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1635
|
-
// MessageCircleX aliases
|
|
1636
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1637
1635
|
// MessageCircle aliases
|
|
1638
1636
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1637
|
+
// MessageCircleX aliases
|
|
1638
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1639
1639
|
// MessageSquareCode aliases
|
|
1640
1640
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1641
1641
|
// MessageSquareDashed aliases
|
|
@@ -1670,12 +1670,12 @@ export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
|
1670
1670
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1671
1671
|
// MessagesSquare aliases
|
|
1672
1672
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1673
|
-
// Mic aliases
|
|
1674
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1675
1673
|
// MicOff aliases
|
|
1676
1674
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1677
1675
|
// Microchip aliases
|
|
1678
1676
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1677
|
+
// Mic aliases
|
|
1678
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1679
1679
|
// Microscope aliases
|
|
1680
1680
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1681
1681
|
// Microwave aliases
|
|
@@ -1694,28 +1694,28 @@ export { default as MinimizeIcon } from '../icons/minimize';
|
|
|
1694
1694
|
export { default as MinusIcon } from '../icons/minus';
|
|
1695
1695
|
// MonitorCheck aliases
|
|
1696
1696
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1697
|
-
// MonitorDot aliases
|
|
1698
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1699
1697
|
// MonitorDown aliases
|
|
1700
1698
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1699
|
+
// MonitorDot aliases
|
|
1700
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1701
1701
|
// MonitorCog aliases
|
|
1702
1702
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1703
1703
|
// MonitorOff aliases
|
|
1704
1704
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1705
|
-
// MonitorPause aliases
|
|
1706
|
-
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1707
1705
|
// MonitorPlay aliases
|
|
1708
1706
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1707
|
+
// MonitorPause aliases
|
|
1708
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1709
1709
|
// MonitorSmartphone aliases
|
|
1710
1710
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1711
1711
|
// MonitorSpeaker aliases
|
|
1712
1712
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1713
1713
|
// MonitorStop aliases
|
|
1714
1714
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1715
|
-
// MonitorUp aliases
|
|
1716
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1717
1715
|
// MonitorX aliases
|
|
1718
1716
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1717
|
+
// MonitorUp aliases
|
|
1718
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1719
1719
|
// Monitor aliases
|
|
1720
1720
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1721
1721
|
// MoonStar aliases
|
|
@@ -1730,22 +1730,22 @@ export { default as MountainIcon } from '../icons/mountain';
|
|
|
1730
1730
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1731
1731
|
// MousePointer2 aliases
|
|
1732
1732
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1733
|
-
// MousePointerBan aliases
|
|
1734
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1735
1733
|
// MousePointerClick aliases
|
|
1736
1734
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1735
|
+
// MousePointerBan aliases
|
|
1736
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1737
1737
|
// MousePointer aliases
|
|
1738
1738
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1739
|
+
// Mouse aliases
|
|
1740
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1739
1741
|
// MoveDiagonal2 aliases
|
|
1740
1742
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1741
1743
|
// MoveDiagonal aliases
|
|
1742
1744
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1743
|
-
// Mouse aliases
|
|
1744
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1745
|
-
// MoveDownLeft aliases
|
|
1746
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1747
1745
|
// MoveDownRight aliases
|
|
1748
1746
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1747
|
+
// MoveDownLeft aliases
|
|
1748
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1749
1749
|
// MoveDown aliases
|
|
1750
1750
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1751
1751
|
// MoveHorizontal aliases
|
|
@@ -1762,26 +1762,26 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1762
1762
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1763
1763
|
// MoveVertical aliases
|
|
1764
1764
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1765
|
-
// Move aliases
|
|
1766
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1767
1765
|
// Music2 aliases
|
|
1768
1766
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1767
|
+
// Move aliases
|
|
1768
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1769
1769
|
// Music3 aliases
|
|
1770
1770
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1771
1771
|
// Music4 aliases
|
|
1772
1772
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1773
|
-
// Navigation2Off aliases
|
|
1774
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1775
1773
|
// Music aliases
|
|
1776
1774
|
export { default as MusicIcon } from '../icons/music';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1775
|
+
// Navigation2Off aliases
|
|
1776
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1779
1777
|
// NavigationOff aliases
|
|
1780
1778
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1781
|
-
//
|
|
1782
|
-
export { default as
|
|
1779
|
+
// Navigation2 aliases
|
|
1780
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1783
1781
|
// Navigation aliases
|
|
1784
1782
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1783
|
+
// Network aliases
|
|
1784
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1785
1785
|
// Newspaper aliases
|
|
1786
1786
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1787
1787
|
// Nfc aliases
|
|
@@ -1792,10 +1792,10 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1792
1792
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1793
1793
|
// NotebookTabs aliases
|
|
1794
1794
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1795
|
-
// NotebookText aliases
|
|
1796
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1797
1795
|
// Notebook aliases
|
|
1798
1796
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1797
|
+
// NotebookText aliases
|
|
1798
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1799
1799
|
// NotepadTextDashed aliases
|
|
1800
1800
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1801
1801
|
// NotepadText aliases
|
|
@@ -1804,14 +1804,14 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1804
1804
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1805
1805
|
// Nut aliases
|
|
1806
1806
|
export { default as NutIcon } from '../icons/nut';
|
|
1807
|
+
// OctagonMinus aliases
|
|
1808
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1807
1809
|
// Octagon aliases
|
|
1808
1810
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1809
|
-
// Omega aliases
|
|
1810
|
-
export { default as OmegaIcon } from '../icons/omega';
|
|
1811
1811
|
// Option aliases
|
|
1812
1812
|
export { default as OptionIcon } from '../icons/option';
|
|
1813
|
-
//
|
|
1814
|
-
export { default as
|
|
1813
|
+
// Omega aliases
|
|
1814
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1815
1815
|
// Orbit aliases
|
|
1816
1816
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1817
1817
|
// Origami aliases
|
|
@@ -1838,18 +1838,18 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1838
1838
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1839
1839
|
// Paintbrush aliases
|
|
1840
1840
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1841
|
+
// PanelBottomClose aliases
|
|
1842
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1841
1843
|
// Palette aliases
|
|
1842
1844
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1843
1845
|
// PanelBottomOpen aliases
|
|
1844
1846
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1845
|
-
// PanelBottomClose aliases
|
|
1846
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1847
1847
|
// PanelBottom aliases
|
|
1848
1848
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1849
|
-
// PanelRightOpen aliases
|
|
1850
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1851
1849
|
// PanelRightClose aliases
|
|
1852
1850
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1851
|
+
// PanelRightOpen aliases
|
|
1852
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1853
1853
|
// PanelRight aliases
|
|
1854
1854
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1855
1855
|
// PanelTopClose aliases
|
|
@@ -1858,22 +1858,22 @@ export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
|
1858
1858
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1859
1859
|
// PanelTop aliases
|
|
1860
1860
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1861
|
-
// PanelsRightBottom aliases
|
|
1862
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1863
1861
|
// PanelsLeftBottom aliases
|
|
1864
1862
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1863
|
+
// PanelsRightBottom aliases
|
|
1864
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1867
1865
|
// Paperclip aliases
|
|
1868
1866
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1867
|
+
// Parentheses aliases
|
|
1868
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1869
1869
|
// ParkingMeter aliases
|
|
1870
1870
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1871
|
+
// PartyPopper aliases
|
|
1872
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1871
1873
|
// Pause aliases
|
|
1872
1874
|
export { default as PauseIcon } from '../icons/pause';
|
|
1873
1875
|
// PawPrint aliases
|
|
1874
1876
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1875
|
-
// PartyPopper aliases
|
|
1876
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1877
1877
|
// PcCase aliases
|
|
1878
1878
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1879
1879
|
// PenOff aliases
|
|
@@ -1898,22 +1898,22 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
1898
1898
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1899
1899
|
// PhoneCall aliases
|
|
1900
1900
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1901
|
-
// PhoneForwarded aliases
|
|
1902
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1903
|
-
// PhoneIncoming aliases
|
|
1904
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1905
1901
|
// PhoneMissed aliases
|
|
1906
1902
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1903
|
+
// PhoneIncoming aliases
|
|
1904
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1905
|
+
// PhoneForwarded aliases
|
|
1906
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1907
1907
|
// PhoneOff aliases
|
|
1908
1908
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1909
1909
|
// PhoneOutgoing aliases
|
|
1910
1910
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1911
1911
|
// Phone aliases
|
|
1912
1912
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1913
|
-
// Piano aliases
|
|
1914
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1915
1913
|
// Pi aliases
|
|
1916
1914
|
export { default as PiIcon } from '../icons/pi';
|
|
1915
|
+
// Piano aliases
|
|
1916
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1917
1917
|
// Pickaxe aliases
|
|
1918
1918
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1919
1919
|
// PictureInPicture2 aliases
|
|
@@ -1932,40 +1932,40 @@ export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
|
1932
1932
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1933
1933
|
// Pill aliases
|
|
1934
1934
|
export { default as PillIcon } from '../icons/pill';
|
|
1935
|
-
// PinOff aliases
|
|
1936
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1937
1935
|
// Pin aliases
|
|
1938
1936
|
export { default as PinIcon } from '../icons/pin';
|
|
1937
|
+
// PinOff aliases
|
|
1938
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1939
1939
|
// Pipette aliases
|
|
1940
1940
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1941
1941
|
// Pizza aliases
|
|
1942
1942
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1943
1943
|
// PlaneLanding aliases
|
|
1944
1944
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1945
|
-
// PlaneTakeoff aliases
|
|
1946
|
-
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1947
1945
|
// Plane aliases
|
|
1948
1946
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1947
|
+
// PlaneTakeoff aliases
|
|
1948
|
+
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1949
1949
|
// Play aliases
|
|
1950
1950
|
export { default as PlayIcon } from '../icons/play';
|
|
1951
1951
|
// Plug2 aliases
|
|
1952
1952
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1953
1953
|
// Plug aliases
|
|
1954
1954
|
export { default as PlugIcon } from '../icons/plug';
|
|
1955
|
-
// PocketKnife aliases
|
|
1956
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1957
1955
|
// Plus aliases
|
|
1958
1956
|
export { default as PlusIcon } from '../icons/plus';
|
|
1957
|
+
// PocketKnife aliases
|
|
1958
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1959
1959
|
// Pocket aliases
|
|
1960
1960
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1961
1961
|
// Podcast aliases
|
|
1962
1962
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1963
1963
|
// PointerOff aliases
|
|
1964
1964
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1965
|
-
// Pointer aliases
|
|
1966
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1967
1965
|
// Popcorn aliases
|
|
1968
1966
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1967
|
+
// Pointer aliases
|
|
1968
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1969
1969
|
// Popsicle aliases
|
|
1970
1970
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1971
1971
|
// PoundSterling aliases
|
|
@@ -1978,42 +1978,42 @@ export { default as PowerIcon } from '../icons/power';
|
|
|
1978
1978
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1979
1979
|
// PrinterCheck aliases
|
|
1980
1980
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1981
|
-
// Printer aliases
|
|
1982
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
1983
1981
|
// Projector aliases
|
|
1984
1982
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1983
|
+
// Printer aliases
|
|
1984
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
1985
1985
|
// Proportions aliases
|
|
1986
1986
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1987
|
-
// Puzzle aliases
|
|
1988
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1989
1987
|
// Pyramid aliases
|
|
1990
1988
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1991
1989
|
// QrCode aliases
|
|
1992
1990
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1993
|
-
//
|
|
1994
|
-
export { default as
|
|
1991
|
+
// Puzzle aliases
|
|
1992
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1995
1993
|
// Quote aliases
|
|
1996
1994
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1997
1995
|
// Radar aliases
|
|
1998
1996
|
export { default as RadarIcon } from '../icons/radar';
|
|
1997
|
+
// Rabbit aliases
|
|
1998
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
1999
1999
|
// Radiation aliases
|
|
2000
2000
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2001
2001
|
// Radical aliases
|
|
2002
2002
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2003
|
-
// RadioTower aliases
|
|
2004
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2005
|
-
// Radius aliases
|
|
2006
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2007
2003
|
// RadioReceiver aliases
|
|
2008
2004
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2009
2005
|
// Radio aliases
|
|
2010
2006
|
export { default as RadioIcon } from '../icons/radio';
|
|
2007
|
+
// RadioTower aliases
|
|
2008
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2009
|
+
// Radius aliases
|
|
2010
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2011
2011
|
// RailSymbol aliases
|
|
2012
2012
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2013
|
-
// Rainbow aliases
|
|
2014
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2015
2013
|
// Rat aliases
|
|
2016
2014
|
export { default as RatIcon } from '../icons/rat';
|
|
2015
|
+
// Rainbow aliases
|
|
2016
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2017
2017
|
// Ratio aliases
|
|
2018
2018
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2019
2019
|
// ReceiptCent aliases
|
|
@@ -2022,18 +2022,20 @@ export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
|
2022
2022
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2023
2023
|
// ReceiptIndianRupee aliases
|
|
2024
2024
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2025
|
-
// ReceiptJapaneseYen aliases
|
|
2026
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2027
2025
|
// ReceiptPoundSterling aliases
|
|
2028
2026
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2027
|
+
// ReceiptJapaneseYen aliases
|
|
2028
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2029
2029
|
// ReceiptRussianRuble aliases
|
|
2030
2030
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2031
|
+
// ReceiptText aliases
|
|
2032
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2031
2033
|
// ReceiptSwissFranc aliases
|
|
2032
2034
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2033
2035
|
// Receipt aliases
|
|
2034
2036
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2037
|
+
// RectangleGoggles aliases
|
|
2038
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2037
2039
|
// RectangleHorizontal aliases
|
|
2038
2040
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2039
2041
|
// RectangleVertical aliases
|
|
@@ -2050,50 +2052,50 @@ export { default as RedoIcon } from '../icons/redo';
|
|
|
2050
2052
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2051
2053
|
// RefreshCcw aliases
|
|
2052
2054
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2053
|
-
// RefreshCwOff aliases
|
|
2054
|
-
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2055
2055
|
// RefreshCw aliases
|
|
2056
2056
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2057
|
+
// RefreshCwOff aliases
|
|
2058
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2057
2059
|
// Refrigerator aliases
|
|
2058
2060
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2059
|
-
// Regex aliases
|
|
2060
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2061
2061
|
// RemoveFormatting aliases
|
|
2062
2062
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2063
|
+
// Regex aliases
|
|
2064
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2063
2065
|
// Repeat1 aliases
|
|
2064
2066
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2065
2067
|
// Repeat2 aliases
|
|
2066
2068
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2067
|
-
// Repeat aliases
|
|
2068
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2069
2069
|
// ReplaceAll aliases
|
|
2070
2070
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2071
|
+
// Repeat aliases
|
|
2072
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2071
2073
|
// Replace aliases
|
|
2072
2074
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2073
|
-
// Reply aliases
|
|
2074
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2075
2075
|
// ReplyAll aliases
|
|
2076
2076
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2077
|
+
// Reply aliases
|
|
2078
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2077
2079
|
// Rewind aliases
|
|
2078
2080
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2079
2081
|
// Ribbon aliases
|
|
2080
2082
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2081
|
-
// Rocket aliases
|
|
2082
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2083
2083
|
// RockingChair aliases
|
|
2084
2084
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2085
|
+
// Rocket aliases
|
|
2086
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2087
2087
|
// RotateCcwKey aliases
|
|
2088
2088
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2089
|
+
// RollerCoaster aliases
|
|
2090
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2089
2091
|
// RotateCcwSquare aliases
|
|
2090
2092
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2091
|
-
// RotateCwSquare aliases
|
|
2092
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2093
|
-
// RotateCw aliases
|
|
2094
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2095
2093
|
// RotateCcw aliases
|
|
2096
2094
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2095
|
+
// RotateCw aliases
|
|
2096
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2097
|
+
// RotateCwSquare aliases
|
|
2098
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2097
2099
|
// RouteOff aliases
|
|
2098
2100
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2099
2101
|
// Route aliases
|
|
@@ -2108,22 +2110,22 @@ export { default as Rows4Icon } from '../icons/rows-4';
|
|
|
2108
2110
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2109
2111
|
// Sailboat aliases
|
|
2110
2112
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2111
|
-
// Salad aliases
|
|
2112
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2113
2113
|
// RussianRuble aliases
|
|
2114
2114
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2115
|
+
// Salad aliases
|
|
2116
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2115
2117
|
// Sandwich aliases
|
|
2116
2118
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2117
2119
|
// SatelliteDish aliases
|
|
2118
2120
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2119
2121
|
// Satellite aliases
|
|
2120
2122
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2121
|
-
// SaudiRiyal aliases
|
|
2122
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2123
2123
|
// SaveAll aliases
|
|
2124
2124
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2125
2125
|
// SaveOff aliases
|
|
2126
2126
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2127
|
+
// SaudiRiyal aliases
|
|
2128
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2127
2129
|
// Save aliases
|
|
2128
2130
|
export { default as SaveIcon } from '../icons/save';
|
|
2129
2131
|
// Scale aliases
|
|
@@ -2136,10 +2138,10 @@ export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
|
2136
2138
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2137
2139
|
// ScanFace aliases
|
|
2138
2140
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2139
|
-
// ScanHeart aliases
|
|
2140
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2141
2141
|
// ScanLine aliases
|
|
2142
2142
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2143
|
+
// ScanHeart aliases
|
|
2144
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2143
2145
|
// ScanQrCode aliases
|
|
2144
2146
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2145
2147
|
// ScanSearch aliases
|
|
@@ -2166,92 +2168,92 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2166
2168
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2167
2169
|
// SearchCode aliases
|
|
2168
2170
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2171
|
+
// Search aliases
|
|
2172
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2169
2173
|
// SearchSlash aliases
|
|
2170
2174
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2171
2175
|
// SearchX aliases
|
|
2172
2176
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2173
|
-
// Search aliases
|
|
2174
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2175
2177
|
// Section aliases
|
|
2176
2178
|
export { default as SectionIcon } from '../icons/section';
|
|
2177
2179
|
// SendToBack aliases
|
|
2178
2180
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2179
|
-
// Send aliases
|
|
2180
|
-
export { default as SendIcon } from '../icons/send';
|
|
2181
2181
|
// SeparatorHorizontal aliases
|
|
2182
2182
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2183
|
+
// Send aliases
|
|
2184
|
+
export { default as SendIcon } from '../icons/send';
|
|
2183
2185
|
// SeparatorVertical aliases
|
|
2184
2186
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2185
|
-
// ServerCog aliases
|
|
2186
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2187
2187
|
// ServerCrash aliases
|
|
2188
2188
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2189
|
+
// ServerCog aliases
|
|
2190
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2189
2191
|
// ServerOff aliases
|
|
2190
2192
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2191
2193
|
// Server aliases
|
|
2192
2194
|
export { default as ServerIcon } from '../icons/server';
|
|
2193
|
-
// Shapes aliases
|
|
2194
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2195
|
-
// Settings2 aliases
|
|
2196
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2197
2195
|
// Settings aliases
|
|
2198
2196
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2197
|
+
// Settings2 aliases
|
|
2198
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2199
|
+
// Shapes aliases
|
|
2200
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2199
2201
|
// Share2 aliases
|
|
2200
2202
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2201
|
-
// Share aliases
|
|
2202
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2203
2203
|
// Sheet aliases
|
|
2204
2204
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2205
|
+
// Share aliases
|
|
2206
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2205
2207
|
// ShieldAlert aliases
|
|
2206
2208
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2207
2209
|
// Shell aliases
|
|
2208
2210
|
export { default as ShellIcon } from '../icons/shell';
|
|
2209
|
-
// ShieldBan aliases
|
|
2210
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2211
2211
|
// ShieldCheck aliases
|
|
2212
2212
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2213
|
+
// ShieldBan aliases
|
|
2214
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2213
2215
|
// ShieldEllipsis aliases
|
|
2214
2216
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2215
|
-
// ShieldHalf aliases
|
|
2216
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2217
2217
|
// ShieldMinus aliases
|
|
2218
2218
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2219
|
+
// ShieldHalf aliases
|
|
2220
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2219
2221
|
// ShieldOff aliases
|
|
2220
2222
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2221
2223
|
// ShieldPlus aliases
|
|
2222
2224
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2223
|
-
// ShieldQuestion aliases
|
|
2224
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2225
2225
|
// ShieldUser aliases
|
|
2226
2226
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2227
|
+
// ShieldQuestion aliases
|
|
2228
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2227
2229
|
// Shield aliases
|
|
2228
2230
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2229
2231
|
// ShipWheel aliases
|
|
2230
2232
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2233
|
+
// ShoppingBag aliases
|
|
2234
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2231
2235
|
// Ship aliases
|
|
2232
2236
|
export { default as ShipIcon } from '../icons/ship';
|
|
2233
2237
|
// Shirt aliases
|
|
2234
2238
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2235
|
-
// ShoppingBag aliases
|
|
2236
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2237
|
-
// ShoppingBasket aliases
|
|
2238
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2239
|
-
// ShoppingCart aliases
|
|
2240
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2241
2239
|
// Shovel aliases
|
|
2242
2240
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2241
|
+
// ShoppingBasket aliases
|
|
2242
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2243
2243
|
// ShowerHead aliases
|
|
2244
2244
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2245
|
+
// ShoppingCart aliases
|
|
2246
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2247
2247
|
// Shrink aliases
|
|
2248
2248
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2249
|
+
// Shrimp aliases
|
|
2250
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2249
2251
|
// Shrub aliases
|
|
2250
2252
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2251
|
-
// Shuffle aliases
|
|
2252
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2253
2253
|
// Sigma aliases
|
|
2254
2254
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2255
|
+
// Shuffle aliases
|
|
2256
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2255
2257
|
// SignalHigh aliases
|
|
2256
2258
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2257
2259
|
// SignalLow aliases
|
|
@@ -2264,10 +2266,10 @@ export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
|
2264
2266
|
export { default as SignalIcon } from '../icons/signal';
|
|
2265
2267
|
// Signature aliases
|
|
2266
2268
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2267
|
-
// SignpostBig aliases
|
|
2268
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2269
2269
|
// Signpost aliases
|
|
2270
2270
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2271
|
+
// SignpostBig aliases
|
|
2272
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2271
2273
|
// Siren aliases
|
|
2272
2274
|
export { default as SirenIcon } from '../icons/siren';
|
|
2273
2275
|
// SkipBack aliases
|
|
@@ -2280,24 +2282,24 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2280
2282
|
export { default as SlackIcon } from '../icons/slack';
|
|
2281
2283
|
// Slash aliases
|
|
2282
2284
|
export { default as SlashIcon } from '../icons/slash';
|
|
2283
|
-
// SlidersHorizontal aliases
|
|
2284
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2285
2285
|
// Slice aliases
|
|
2286
2286
|
export { default as SliceIcon } from '../icons/slice';
|
|
2287
|
+
// SlidersHorizontal aliases
|
|
2288
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2287
2289
|
// SmartphoneCharging aliases
|
|
2288
2290
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2289
|
-
// SmartphoneNfc aliases
|
|
2290
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2291
|
-
// Smartphone aliases
|
|
2292
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2293
2291
|
// SmilePlus aliases
|
|
2294
2292
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2293
|
+
// Smartphone aliases
|
|
2294
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2295
|
+
// SmartphoneNfc aliases
|
|
2296
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2297
2297
|
// Snail aliases
|
|
2298
2298
|
export { default as SnailIcon } from '../icons/snail';
|
|
2299
2299
|
// Snowflake aliases
|
|
2300
2300
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2301
|
+
// Smile aliases
|
|
2302
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2301
2303
|
// Sofa aliases
|
|
2302
2304
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2303
2305
|
// Space aliases
|
|
@@ -2308,30 +2310,30 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2308
2310
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2309
2311
|
// Sparkle aliases
|
|
2310
2312
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2313
|
+
// Speaker aliases
|
|
2314
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2311
2315
|
// Speech aliases
|
|
2312
2316
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2313
2317
|
// SpellCheck2 aliases
|
|
2314
2318
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2315
2319
|
// SpellCheck aliases
|
|
2316
2320
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2317
|
-
// Speaker aliases
|
|
2318
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2319
2321
|
// SplinePointer aliases
|
|
2320
2322
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2321
|
-
// Split aliases
|
|
2322
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2323
2323
|
// Spline aliases
|
|
2324
2324
|
export { default as SplineIcon } from '../icons/spline';
|
|
2325
|
+
// Split aliases
|
|
2326
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2325
2327
|
// SprayCan aliases
|
|
2326
2328
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2327
2329
|
// Sprout aliases
|
|
2328
2330
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2329
2331
|
// SquareDashedBottomCode aliases
|
|
2330
2332
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2331
|
-
// SquareRadical aliases
|
|
2332
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2333
2333
|
// SquareDashedBottom aliases
|
|
2334
2334
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2335
|
+
// SquareRadical aliases
|
|
2336
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2335
2337
|
// SquareSquare aliases
|
|
2336
2338
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2337
2339
|
// SquareRoundCorner aliases
|
|
@@ -2344,10 +2346,10 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2344
2346
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2345
2347
|
// Squirrel aliases
|
|
2346
2348
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2347
|
-
// Stamp aliases
|
|
2348
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2349
2349
|
// StarHalf aliases
|
|
2350
2350
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2351
|
+
// Stamp aliases
|
|
2352
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2351
2353
|
// StarOff aliases
|
|
2352
2354
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2353
2355
|
// Star aliases
|
|
@@ -2356,10 +2358,10 @@ export { default as StarIcon } from '../icons/star';
|
|
|
2356
2358
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2357
2359
|
// StepForward aliases
|
|
2358
2360
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2359
|
-
// Stethoscope aliases
|
|
2360
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2361
2361
|
// Sticker aliases
|
|
2362
2362
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2363
|
+
// Stethoscope aliases
|
|
2364
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2363
2365
|
// StickyNote aliases
|
|
2364
2366
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2365
2367
|
// Store aliases
|
|
@@ -2370,10 +2372,10 @@ export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
|
2370
2372
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2371
2373
|
// Strikethrough aliases
|
|
2372
2374
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2373
|
-
// Subscript aliases
|
|
2374
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2375
2375
|
// SunDim aliases
|
|
2376
2376
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2377
|
+
// Subscript aliases
|
|
2378
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2377
2379
|
// SunMedium aliases
|
|
2378
2380
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2379
2381
|
// SunMoon aliases
|
|
@@ -2386,10 +2388,10 @@ export { default as SunIcon } from '../icons/sun';
|
|
|
2386
2388
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2387
2389
|
// Sunset aliases
|
|
2388
2390
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2389
|
-
// Superscript aliases
|
|
2390
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2391
2391
|
// SwatchBook aliases
|
|
2392
2392
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2393
|
+
// Superscript aliases
|
|
2394
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2393
2395
|
// SwissFranc aliases
|
|
2394
2396
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2395
2397
|
// SwitchCamera aliases
|
|
@@ -2426,12 +2428,12 @@ export { default as TagIcon } from '../icons/tag';
|
|
|
2426
2428
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2427
2429
|
// Tags aliases
|
|
2428
2430
|
export { default as TagsIcon } from '../icons/tags';
|
|
2429
|
-
// Tally2 aliases
|
|
2430
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2431
2431
|
// Tally1 aliases
|
|
2432
2432
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2433
2433
|
// Tally3 aliases
|
|
2434
2434
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2435
|
+
// Tally2 aliases
|
|
2436
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2435
2437
|
// Tally4 aliases
|
|
2436
2438
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2437
2439
|
// Tally5 aliases
|
|
@@ -2442,46 +2444,46 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2442
2444
|
export { default as TargetIcon } from '../icons/target';
|
|
2443
2445
|
// Telescope aliases
|
|
2444
2446
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2445
|
-
// TentTree aliases
|
|
2446
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2447
2447
|
// Tent aliases
|
|
2448
2448
|
export { default as TentIcon } from '../icons/tent';
|
|
2449
|
-
//
|
|
2450
|
-
export { default as
|
|
2449
|
+
// TentTree aliases
|
|
2450
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2451
2451
|
// Terminal aliases
|
|
2452
2452
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2453
2453
|
// TestTubes aliases
|
|
2454
2454
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2455
2455
|
// TextCursorInput aliases
|
|
2456
2456
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2457
|
+
// TestTube aliases
|
|
2458
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2457
2459
|
// TextCursor aliases
|
|
2458
2460
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2459
2461
|
// TextQuote aliases
|
|
2460
2462
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2461
2463
|
// TextSearch aliases
|
|
2462
2464
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2463
|
-
// Theater aliases
|
|
2464
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2465
2465
|
// Text aliases
|
|
2466
2466
|
export { default as TextIcon } from '../icons/text';
|
|
2467
|
+
// Theater aliases
|
|
2468
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2467
2469
|
// ThermometerSnowflake aliases
|
|
2468
2470
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2469
2471
|
// ThermometerSun aliases
|
|
2470
2472
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2471
|
-
// ThumbsDown aliases
|
|
2472
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2473
2473
|
// Thermometer aliases
|
|
2474
2474
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2475
|
+
// ThumbsDown aliases
|
|
2476
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2475
2477
|
// ThumbsUp aliases
|
|
2476
2478
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2477
2479
|
// TicketCheck aliases
|
|
2478
2480
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2481
|
+
// TicketMinus aliases
|
|
2482
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2479
2483
|
// TicketPercent aliases
|
|
2480
2484
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2481
2485
|
// TicketPlus aliases
|
|
2482
2486
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2483
|
-
// TicketMinus aliases
|
|
2484
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2485
2487
|
// TicketSlash aliases
|
|
2486
2488
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2487
2489
|
// TicketX aliases
|
|
@@ -2494,14 +2496,14 @@ export { default as TicketIcon } from '../icons/ticket';
|
|
|
2494
2496
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2495
2497
|
// TimerOff aliases
|
|
2496
2498
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2497
|
-
// TimerReset aliases
|
|
2498
|
-
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2499
|
-
// ToggleLeft aliases
|
|
2500
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2501
2499
|
// Timer aliases
|
|
2502
2500
|
export { default as TimerIcon } from '../icons/timer';
|
|
2501
|
+
// TimerReset aliases
|
|
2502
|
+
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2503
2503
|
// ToggleRight aliases
|
|
2504
2504
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2505
|
+
// ToggleLeft aliases
|
|
2506
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2505
2507
|
// Toilet aliases
|
|
2506
2508
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2507
2509
|
// Tornado aliases
|
|
@@ -2512,16 +2514,16 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2512
2514
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2513
2515
|
// Touchpad aliases
|
|
2514
2516
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2515
|
-
// TowerControl aliases
|
|
2516
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2517
2517
|
// ToyBrick aliases
|
|
2518
2518
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2519
|
+
// TowerControl aliases
|
|
2520
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2519
2521
|
// TrafficCone aliases
|
|
2520
2522
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2521
|
-
// Tractor aliases
|
|
2522
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2523
2523
|
// TrainFrontTunnel aliases
|
|
2524
2524
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2525
|
+
// Tractor aliases
|
|
2526
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2525
2527
|
// TrainFront aliases
|
|
2526
2528
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2527
2529
|
// TrainTrack aliases
|
|
@@ -2530,10 +2532,10 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2530
2532
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2531
2533
|
// Trash2 aliases
|
|
2532
2534
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2533
|
-
// Trash aliases
|
|
2534
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2535
2535
|
// TreeDeciduous aliases
|
|
2536
2536
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2537
|
+
// Trash aliases
|
|
2538
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2537
2539
|
// TreePine aliases
|
|
2538
2540
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2539
2541
|
// Trees aliases
|
|
@@ -2542,14 +2544,14 @@ export { default as TreesIcon } from '../icons/trees';
|
|
|
2542
2544
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2543
2545
|
// TrendingDown aliases
|
|
2544
2546
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2545
|
-
// TrendingUpDown aliases
|
|
2546
|
-
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2547
|
-
// TriangleDashed aliases
|
|
2548
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2549
2547
|
// TrendingUp aliases
|
|
2550
2548
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2549
|
+
// TrendingUpDown aliases
|
|
2550
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2551
2551
|
// TriangleRight aliases
|
|
2552
2552
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2553
|
+
// TriangleDashed aliases
|
|
2554
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2553
2555
|
// Triangle aliases
|
|
2554
2556
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2555
2557
|
// Trophy aliases
|
|
@@ -2564,18 +2566,18 @@ export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
|
2564
2566
|
export { default as TvIcon } from '../icons/tv';
|
|
2565
2567
|
// Twitter aliases
|
|
2566
2568
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2569
|
+
// TypeOutline aliases
|
|
2570
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2567
2571
|
// Twitch aliases
|
|
2568
2572
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2569
2573
|
// Type aliases
|
|
2570
2574
|
export { default as TypeIcon } from '../icons/type';
|
|
2571
|
-
// TypeOutline aliases
|
|
2572
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2573
|
-
// UmbrellaOff aliases
|
|
2574
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2575
2575
|
// Umbrella aliases
|
|
2576
2576
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2577
2577
|
// Underline aliases
|
|
2578
2578
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2579
|
+
// UmbrellaOff aliases
|
|
2580
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2579
2581
|
// Undo2 aliases
|
|
2580
2582
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2581
2583
|
// UndoDot aliases
|
|
@@ -2588,10 +2590,10 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2588
2590
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2589
2591
|
// Ungroup aliases
|
|
2590
2592
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2591
|
-
// Unlink aliases
|
|
2592
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2593
2593
|
// Unlink2 aliases
|
|
2594
2594
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2595
|
+
// Unlink aliases
|
|
2596
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2595
2597
|
// Unplug aliases
|
|
2596
2598
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2597
2599
|
// Upload aliases
|
|
@@ -2604,12 +2606,12 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2604
2606
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2605
2607
|
// UserMinus aliases
|
|
2606
2608
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2607
|
-
// UserPlus aliases
|
|
2608
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2609
|
-
// UserRoundPen aliases
|
|
2610
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2611
2609
|
// UserPen aliases
|
|
2612
2610
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2611
|
+
// UserRoundPen aliases
|
|
2612
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2613
|
+
// UserPlus aliases
|
|
2614
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2613
2615
|
// UserRoundSearch aliases
|
|
2614
2616
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2615
2617
|
// UserSearch aliases
|
|
@@ -2618,28 +2620,28 @@ export { default as UserSearchIcon } from '../icons/user-search';
|
|
|
2618
2620
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2619
2621
|
// Users aliases
|
|
2620
2622
|
export { default as UsersIcon } from '../icons/users';
|
|
2621
|
-
// User aliases
|
|
2622
|
-
export { default as UserIcon } from '../icons/user';
|
|
2623
2623
|
// UtilityPole aliases
|
|
2624
2624
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2625
2625
|
// Variable aliases
|
|
2626
2626
|
export { default as VariableIcon } from '../icons/variable';
|
|
2627
|
+
// User aliases
|
|
2628
|
+
export { default as UserIcon } from '../icons/user';
|
|
2627
2629
|
// Vault aliases
|
|
2628
2630
|
export { default as VaultIcon } from '../icons/vault';
|
|
2629
2631
|
// Vegan aliases
|
|
2630
2632
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2631
|
-
// VenusAndMars aliases
|
|
2632
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2633
2633
|
// VenetianMask aliases
|
|
2634
2634
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2635
|
-
//
|
|
2636
|
-
export { default as
|
|
2635
|
+
// VenusAndMars aliases
|
|
2636
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2637
2637
|
// VibrateOff aliases
|
|
2638
2638
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2639
|
-
// VideoOff aliases
|
|
2640
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2641
2639
|
// Vibrate aliases
|
|
2642
2640
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2641
|
+
// Venus aliases
|
|
2642
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2643
|
+
// VideoOff aliases
|
|
2644
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2643
2645
|
// Video aliases
|
|
2644
2646
|
export { default as VideoIcon } from '../icons/video';
|
|
2645
2647
|
// Videotape aliases
|
|
@@ -2650,10 +2652,10 @@ export { default as ViewIcon } from '../icons/view';
|
|
|
2650
2652
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2651
2653
|
// Volleyball aliases
|
|
2652
2654
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2653
|
-
// Volume2 aliases
|
|
2654
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2655
2655
|
// Volume1 aliases
|
|
2656
2656
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2657
|
+
// Volume2 aliases
|
|
2658
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2657
2659
|
// VolumeOff aliases
|
|
2658
2660
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2659
2661
|
// VolumeX aliases
|
|
@@ -2664,10 +2666,10 @@ export { default as VolumeIcon } from '../icons/volume';
|
|
|
2664
2666
|
export { default as VoteIcon } from '../icons/vote';
|
|
2665
2667
|
// WalletCards aliases
|
|
2666
2668
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2667
|
-
// Wallpaper aliases
|
|
2668
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2669
2669
|
// Wallet aliases
|
|
2670
2670
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2671
|
+
// Wallpaper aliases
|
|
2672
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2671
2673
|
// Wand aliases
|
|
2672
2674
|
export { default as WandIcon } from '../icons/wand';
|
|
2673
2675
|
// Warehouse aliases
|
|
@@ -2678,32 +2680,32 @@ export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
|
2678
2680
|
export { default as WatchIcon } from '../icons/watch';
|
|
2679
2681
|
// WavesLadder aliases
|
|
2680
2682
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2681
|
-
// Waypoints aliases
|
|
2682
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2683
2683
|
// Waves aliases
|
|
2684
2684
|
export { default as WavesIcon } from '../icons/waves';
|
|
2685
|
+
// Waypoints aliases
|
|
2686
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2685
2687
|
// Webcam aliases
|
|
2686
2688
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2687
|
-
// WebhookOff aliases
|
|
2688
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2689
2689
|
// Webhook aliases
|
|
2690
2690
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2691
|
+
// WebhookOff aliases
|
|
2692
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2691
2693
|
// Weight aliases
|
|
2692
2694
|
export { default as WeightIcon } from '../icons/weight';
|
|
2693
|
-
// Wheat aliases
|
|
2694
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2695
2695
|
// WheatOff aliases
|
|
2696
2696
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2697
|
-
// WifiHigh aliases
|
|
2698
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2699
2697
|
// WholeWord aliases
|
|
2700
2698
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2699
|
+
// Wheat aliases
|
|
2700
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2701
|
+
// WifiHigh aliases
|
|
2702
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2701
2703
|
// WifiLow aliases
|
|
2702
2704
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2703
|
-
// WifiOff aliases
|
|
2704
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2705
2705
|
// WifiZero aliases
|
|
2706
2706
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2707
|
+
// WifiOff aliases
|
|
2708
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2707
2709
|
// Wifi aliases
|
|
2708
2710
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2709
2711
|
// WindArrowDown aliases
|
|
@@ -2718,14 +2720,14 @@ export { default as WineIcon } from '../icons/wine';
|
|
|
2718
2720
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2719
2721
|
// Worm aliases
|
|
2720
2722
|
export { default as WormIcon } from '../icons/worm';
|
|
2721
|
-
// Wrench aliases
|
|
2722
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2723
2723
|
// WrapText aliases
|
|
2724
2724
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2725
|
-
//
|
|
2726
|
-
export { default as
|
|
2725
|
+
// Wrench aliases
|
|
2726
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2727
2727
|
// Youtube aliases
|
|
2728
2728
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2729
|
+
// X aliases
|
|
2730
|
+
export { default as XIcon } from '../icons/x';
|
|
2729
2731
|
// ZapOff aliases
|
|
2730
2732
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2731
2733
|
// Zap aliases
|
|
@@ -2742,36 +2744,42 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2742
2744
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2743
2745
|
// ArrowUp10 aliases
|
|
2744
2746
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2747
|
+
// AlarmClockMinus aliases
|
|
2748
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2749
|
+
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2745
2750
|
// AlarmClockCheck aliases
|
|
2746
2751
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2747
2752
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2748
2753
|
// AlarmClockPlus aliases
|
|
2749
2754
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2750
2755
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2751
|
-
// AlarmClockMinus aliases
|
|
2752
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2753
|
-
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2754
2756
|
// ArrowDownAZ aliases
|
|
2755
2757
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2756
2758
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2757
|
-
// ArrowDownZA aliases
|
|
2758
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2759
|
-
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2760
2759
|
// ArrowDownWideNarrow aliases
|
|
2761
2760
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2762
2761
|
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2762
|
+
// ArrowDownZA aliases
|
|
2763
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2764
|
+
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2763
2765
|
// ArrowUpAZ aliases
|
|
2764
2766
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2765
2767
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2766
2768
|
// ArrowUpNarrowWide aliases
|
|
2767
2769
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2768
2770
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2769
|
-
// Axis3d aliases
|
|
2770
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2771
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2772
2771
|
// ArrowUpZA aliases
|
|
2773
2772
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2774
2773
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2774
|
+
// Axis3d aliases
|
|
2775
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2776
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2777
|
+
// BetweenHorizontalEnd aliases
|
|
2778
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2779
|
+
export {
|
|
2780
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2781
|
+
default as BetweenHorizonalEndIcon
|
|
2782
|
+
} from '../icons/between-horizontal-end';
|
|
2775
2783
|
// BadgeCheck aliases
|
|
2776
2784
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2777
2785
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2781,45 +2789,45 @@ export {
|
|
|
2781
2789
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2782
2790
|
default as BetweenHorizonalStartIcon
|
|
2783
2791
|
} from '../icons/between-horizontal-start';
|
|
2784
|
-
// BetweenHorizontalEnd aliases
|
|
2785
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2786
|
-
export {
|
|
2787
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2788
|
-
default as BetweenHorizonalEndIcon
|
|
2789
|
-
} from '../icons/between-horizontal-end';
|
|
2790
2792
|
// BookDashed aliases
|
|
2791
2793
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2792
2794
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2793
2795
|
// Braces aliases
|
|
2794
2796
|
export { default as BracesIcon } from '../icons/braces';
|
|
2795
2797
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2796
|
-
//
|
|
2797
|
-
export { default as
|
|
2798
|
+
// Captions aliases
|
|
2799
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2800
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2801
|
+
// ChartArea aliases
|
|
2802
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2798
2803
|
export {
|
|
2799
2804
|
/** @deprecated */
|
|
2800
2805
|
default as AreaChartIcon
|
|
2801
2806
|
} from '../icons/chart-area';
|
|
2802
|
-
// ChartBarBig aliases
|
|
2803
|
-
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2804
|
-
export {
|
|
2805
|
-
/** @deprecated */
|
|
2806
|
-
default as BarChartHorizontalBigIcon
|
|
2807
|
-
} from '../icons/chart-bar-big';
|
|
2808
|
-
// Captions aliases
|
|
2809
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2810
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2811
2807
|
// ChartBar aliases
|
|
2812
2808
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2813
2809
|
export {
|
|
2814
2810
|
/** @deprecated */
|
|
2815
2811
|
default as BarChartHorizontalIcon
|
|
2816
2812
|
} from '../icons/chart-bar';
|
|
2813
|
+
// ChartBarBig aliases
|
|
2814
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2815
|
+
export {
|
|
2816
|
+
/** @deprecated */
|
|
2817
|
+
default as BarChartHorizontalBigIcon
|
|
2818
|
+
} from '../icons/chart-bar-big';
|
|
2817
2819
|
// ChartCandlestick aliases
|
|
2818
2820
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2819
2821
|
export {
|
|
2820
2822
|
/** @deprecated */
|
|
2821
2823
|
default as CandlestickChartIcon
|
|
2822
2824
|
} from '../icons/chart-candlestick';
|
|
2825
|
+
// ChartColumnIncreasing aliases
|
|
2826
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2827
|
+
export {
|
|
2828
|
+
/** @deprecated */
|
|
2829
|
+
default as BarChart4Icon
|
|
2830
|
+
} from '../icons/chart-column-increasing';
|
|
2823
2831
|
// ChartColumnBig aliases
|
|
2824
2832
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2825
2833
|
export {
|
|
@@ -2832,12 +2840,6 @@ export {
|
|
|
2832
2840
|
/** @deprecated */
|
|
2833
2841
|
default as BarChart3Icon
|
|
2834
2842
|
} from '../icons/chart-column';
|
|
2835
|
-
// ChartColumnIncreasing aliases
|
|
2836
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2837
|
-
export {
|
|
2838
|
-
/** @deprecated */
|
|
2839
|
-
default as BarChart4Icon
|
|
2840
|
-
} from '../icons/chart-column-increasing';
|
|
2841
2843
|
// ChartLine aliases
|
|
2842
2844
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2843
2845
|
export {
|
|
@@ -2850,18 +2852,18 @@ export {
|
|
|
2850
2852
|
/** @deprecated */
|
|
2851
2853
|
default as BarChartIcon
|
|
2852
2854
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2853
|
-
// ChartNoAxesGantt aliases
|
|
2854
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2855
|
-
export {
|
|
2856
|
-
/** @deprecated */
|
|
2857
|
-
default as GanttChartIcon
|
|
2858
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2859
2855
|
// ChartNoAxesColumn aliases
|
|
2860
2856
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2861
2857
|
export {
|
|
2862
2858
|
/** @deprecated */
|
|
2863
2859
|
default as BarChart2Icon
|
|
2864
2860
|
} from '../icons/chart-no-axes-column';
|
|
2861
|
+
// ChartNoAxesGantt aliases
|
|
2862
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2863
|
+
export {
|
|
2864
|
+
/** @deprecated */
|
|
2865
|
+
default as GanttChartIcon
|
|
2866
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2865
2867
|
// ChartPie aliases
|
|
2866
2868
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2867
2869
|
export {
|
|
@@ -2880,27 +2882,27 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2880
2882
|
// CircleArrowDown aliases
|
|
2881
2883
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2882
2884
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2883
|
-
// CircleArrowLeft aliases
|
|
2884
|
-
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2885
|
-
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2886
2885
|
// CircleArrowOutDownLeft aliases
|
|
2887
2886
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2888
2887
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2889
|
-
//
|
|
2890
|
-
export { default as
|
|
2891
|
-
export { default as
|
|
2888
|
+
// CircleArrowLeft aliases
|
|
2889
|
+
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2890
|
+
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2892
2891
|
// CircleArrowOutUpLeft aliases
|
|
2893
2892
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2894
2893
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2894
|
+
// CircleArrowOutDownRight aliases
|
|
2895
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2896
|
+
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2895
2897
|
// CircleArrowOutUpRight aliases
|
|
2896
2898
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2897
2899
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2898
|
-
// CircleArrowRight aliases
|
|
2899
|
-
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2900
|
-
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2901
2900
|
// CircleArrowUp aliases
|
|
2902
2901
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2903
2902
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2903
|
+
// CircleArrowRight aliases
|
|
2904
|
+
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2905
|
+
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2904
2906
|
// CircleCheckBig aliases
|
|
2905
2907
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2906
2908
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
@@ -2922,60 +2924,60 @@ export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
|
2922
2924
|
// CircleDivide aliases
|
|
2923
2925
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2924
2926
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2925
|
-
// CircleHelp aliases
|
|
2926
|
-
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2927
|
-
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2928
2927
|
// CircleGauge aliases
|
|
2929
2928
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2930
2929
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2931
|
-
//
|
|
2932
|
-
export { default as
|
|
2933
|
-
export { default as
|
|
2930
|
+
// CircleHelp aliases
|
|
2931
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2932
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2934
2933
|
// CircleMinus aliases
|
|
2935
2934
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2936
2935
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2936
|
+
// CircleParkingOff aliases
|
|
2937
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2938
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2937
2939
|
// CircleParking aliases
|
|
2938
2940
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2939
2941
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2940
2942
|
// CirclePause aliases
|
|
2941
2943
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2942
2944
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2943
|
-
// CirclePercent aliases
|
|
2944
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2945
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2946
2945
|
// CirclePlay aliases
|
|
2947
2946
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2948
2947
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2949
|
-
// CirclePlus aliases
|
|
2950
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2951
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2952
2948
|
// CirclePower aliases
|
|
2953
2949
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2954
2950
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2951
|
+
// CirclePercent aliases
|
|
2952
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2953
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2954
|
+
// CirclePlus aliases
|
|
2955
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2956
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2955
2957
|
// CircleSlash2 aliases
|
|
2956
2958
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2957
2959
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2958
|
-
// CircleStop aliases
|
|
2959
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2960
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2961
2960
|
// CircleUserRound aliases
|
|
2962
2961
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2963
2962
|
export {
|
|
2964
2963
|
/** @deprecated */
|
|
2965
2964
|
default as UserCircle2Icon
|
|
2966
2965
|
} from '../icons/circle-user-round';
|
|
2966
|
+
// CircleStop aliases
|
|
2967
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2968
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2967
2969
|
// CircleUser aliases
|
|
2968
2970
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2969
2971
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
2972
|
+
// CircleX aliases
|
|
2973
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2974
|
+
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2970
2975
|
// ClipboardPenLine aliases
|
|
2971
2976
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2972
2977
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2973
2978
|
// ClipboardPen aliases
|
|
2974
2979
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2975
2980
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2976
|
-
// CircleX aliases
|
|
2977
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
2978
|
-
export { default as XCircleIcon } from '../icons/circle-x';
|
|
2979
2981
|
// CloudDownload aliases
|
|
2980
2982
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2981
2983
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
@@ -2988,36 +2990,36 @@ export {
|
|
|
2988
2990
|
/** @deprecated */
|
|
2989
2991
|
default as Code2Icon
|
|
2990
2992
|
} from '../icons/code-xml';
|
|
2993
|
+
// Columns2 aliases
|
|
2994
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
2995
|
+
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
2996
|
+
// Columns3 aliases
|
|
2997
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
2998
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
2991
2999
|
// ContactRound aliases
|
|
2992
3000
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
2993
3001
|
export {
|
|
2994
3002
|
/** @deprecated */
|
|
2995
3003
|
default as Contact2Icon
|
|
2996
3004
|
} from '../icons/contact-round';
|
|
2997
|
-
// Columns2 aliases
|
|
2998
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
2999
|
-
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3000
3005
|
// DiamondPercent aliases
|
|
3001
3006
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3002
3007
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3003
|
-
// Columns3 aliases
|
|
3004
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3005
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3006
3008
|
// Earth aliases
|
|
3007
3009
|
export { default as EarthIcon } from '../icons/earth';
|
|
3008
3010
|
export {
|
|
3009
3011
|
/** @deprecated */
|
|
3010
3012
|
default as Globe2Icon
|
|
3011
3013
|
} from '../icons/earth';
|
|
3012
|
-
// EllipsisVertical aliases
|
|
3013
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3014
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3015
3014
|
// FileAxis3d aliases
|
|
3016
3015
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3017
3016
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3018
3017
|
// Ellipsis aliases
|
|
3019
3018
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3020
3019
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3020
|
+
// EllipsisVertical aliases
|
|
3021
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3022
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3021
3023
|
// FileChartColumnIncreasing aliases
|
|
3022
3024
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3023
3025
|
export {
|
|
@@ -3036,18 +3038,18 @@ export {
|
|
|
3036
3038
|
/** @deprecated */
|
|
3037
3039
|
default as FileLineChartIcon
|
|
3038
3040
|
} from '../icons/file-chart-line';
|
|
3039
|
-
// FileCog aliases
|
|
3040
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated */
|
|
3043
|
-
default as FileCog2Icon
|
|
3044
|
-
} from '../icons/file-cog';
|
|
3045
3041
|
// FileChartPie aliases
|
|
3046
3042
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3047
3043
|
export {
|
|
3048
3044
|
/** @deprecated */
|
|
3049
3045
|
default as FilePieChartIcon
|
|
3050
3046
|
} from '../icons/file-chart-pie';
|
|
3047
|
+
// FileCog aliases
|
|
3048
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3049
|
+
export {
|
|
3050
|
+
/** @deprecated */
|
|
3051
|
+
default as FileCog2Icon
|
|
3052
|
+
} from '../icons/file-cog';
|
|
3051
3053
|
// FilePenLine aliases
|
|
3052
3054
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3053
3055
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
@@ -3060,6 +3062,9 @@ export {
|
|
|
3060
3062
|
/** @deprecated */
|
|
3061
3063
|
default as FolderCog2Icon
|
|
3062
3064
|
} from '../icons/folder-cog';
|
|
3065
|
+
// FolderPen aliases
|
|
3066
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3067
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3063
3068
|
// FunnelX aliases
|
|
3064
3069
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3065
3070
|
export {
|
|
@@ -3072,15 +3077,12 @@ export {
|
|
|
3072
3077
|
/** @deprecated */
|
|
3073
3078
|
default as FilterIcon
|
|
3074
3079
|
} from '../icons/funnel';
|
|
3075
|
-
// FolderPen aliases
|
|
3076
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3077
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3078
|
-
// Grid2x2Check aliases
|
|
3079
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3080
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3081
3080
|
// GitCommitHorizontal aliases
|
|
3082
3081
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3083
3082
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3083
|
+
// Grid2x2Check aliases
|
|
3084
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3085
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3084
3086
|
// Grid2x2Plus aliases
|
|
3085
3087
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3086
3088
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
@@ -3115,36 +3117,36 @@ export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
|
3115
3117
|
// IndentIncrease aliases
|
|
3116
3118
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3117
3119
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3118
|
-
// Layers aliases
|
|
3119
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3120
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3121
3120
|
// LaptopMinimal aliases
|
|
3122
3121
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3123
3122
|
export {
|
|
3124
3123
|
/** @deprecated */
|
|
3125
3124
|
default as Laptop2Icon
|
|
3126
3125
|
} from '../icons/laptop-minimal';
|
|
3127
|
-
//
|
|
3128
|
-
export { default as
|
|
3129
|
-
export { default as
|
|
3130
|
-
// LockOpen aliases
|
|
3131
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3132
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3126
|
+
// Layers aliases
|
|
3127
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3128
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3133
3129
|
// LoaderCircle aliases
|
|
3134
3130
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3135
3131
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3132
|
+
// LockOpen aliases
|
|
3133
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3134
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3135
|
+
// LockKeyholeOpen aliases
|
|
3136
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3137
|
+
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3136
3138
|
// MicVocal aliases
|
|
3137
3139
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3138
3140
|
export {
|
|
3139
3141
|
/** @deprecated */
|
|
3140
3142
|
default as Mic2Icon
|
|
3141
3143
|
} from '../icons/mic-vocal';
|
|
3142
|
-
// OctagonAlert aliases
|
|
3143
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3144
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3145
3144
|
// Move3d aliases
|
|
3146
3145
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3147
3146
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3147
|
+
// OctagonAlert aliases
|
|
3148
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3149
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3148
3150
|
// OctagonPause aliases
|
|
3149
3151
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3150
3152
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
@@ -3154,30 +3156,30 @@ export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
|
3154
3156
|
// PaintbrushVertical aliases
|
|
3155
3157
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3156
3158
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3157
|
-
// PanelBottomDashed aliases
|
|
3158
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3159
|
-
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3160
3159
|
// PanelLeftClose aliases
|
|
3161
3160
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3162
3161
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3163
3162
|
// PanelLeftDashed aliases
|
|
3164
3163
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3165
3164
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3166
|
-
//
|
|
3167
|
-
export { default as
|
|
3168
|
-
export { default as
|
|
3165
|
+
// PanelBottomDashed aliases
|
|
3166
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3167
|
+
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3169
3168
|
// PanelLeft aliases
|
|
3170
3169
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3171
3170
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3172
|
-
//
|
|
3173
|
-
export { default as
|
|
3174
|
-
export { default as
|
|
3171
|
+
// PanelLeftOpen aliases
|
|
3172
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3173
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3175
3174
|
// PanelTopDashed aliases
|
|
3176
3175
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3177
3176
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3178
3177
|
// PanelsTopLeft aliases
|
|
3179
3178
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3180
3179
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3180
|
+
// PanelRightDashed aliases
|
|
3181
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3182
|
+
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3181
3183
|
// PenLine aliases
|
|
3182
3184
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3183
3185
|
export {
|
|
@@ -3190,33 +3192,33 @@ export {
|
|
|
3190
3192
|
/** @deprecated */
|
|
3191
3193
|
default as Edit2Icon
|
|
3192
3194
|
} from '../icons/pen';
|
|
3193
|
-
// PlugZap aliases
|
|
3194
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3195
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3196
3195
|
// RectangleEllipsis aliases
|
|
3197
3196
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3198
3197
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3198
|
+
// PlugZap aliases
|
|
3199
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3200
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3199
3201
|
// Rotate3d aliases
|
|
3200
3202
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3201
3203
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3202
|
-
// Rows3 aliases
|
|
3203
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3204
|
-
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3205
3204
|
// Rows2 aliases
|
|
3206
3205
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3207
3206
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3208
3207
|
// Scale3d aliases
|
|
3209
3208
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3210
3209
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3210
|
+
// Rows3 aliases
|
|
3211
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3212
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3213
|
+
// ShieldX aliases
|
|
3214
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3215
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3211
3216
|
// SendHorizontal aliases
|
|
3212
3217
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3213
3218
|
export {
|
|
3214
3219
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3215
3220
|
default as SendHorizonalIcon
|
|
3216
3221
|
} from '../icons/send-horizontal';
|
|
3217
|
-
// ShieldX aliases
|
|
3218
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3219
|
-
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3220
3222
|
// Sparkles aliases
|
|
3221
3223
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3222
3224
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
@@ -3250,21 +3252,18 @@ export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-
|
|
|
3250
3252
|
// SquareArrowOutUpRight aliases
|
|
3251
3253
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3252
3254
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3253
|
-
// SquareArrowUpLeft aliases
|
|
3254
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3255
|
-
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3256
3255
|
// SquareArrowRight aliases
|
|
3257
3256
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3258
3257
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3258
|
+
// SquareArrowUpLeft aliases
|
|
3259
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3260
|
+
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3259
3261
|
// SquareArrowUpRight aliases
|
|
3260
3262
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3261
3263
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3262
3264
|
// SquareArrowUp aliases
|
|
3263
3265
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3264
3266
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3265
|
-
// SquareAsterisk aliases
|
|
3266
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3267
|
-
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3268
3267
|
// SquareBottomDashedScissors aliases
|
|
3269
3268
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3270
3269
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
@@ -3272,6 +3271,9 @@ export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-botto
|
|
|
3272
3271
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3273
3272
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3274
3273
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3274
|
+
// SquareAsterisk aliases
|
|
3275
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3276
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3275
3277
|
// SquareCheckBig aliases
|
|
3276
3278
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3277
3279
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
@@ -3287,51 +3289,51 @@ export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
|
3287
3289
|
// SquareChevronRight aliases
|
|
3288
3290
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3289
3291
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3290
|
-
// SquareChevronUp aliases
|
|
3291
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3292
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3293
3292
|
// SquareCode aliases
|
|
3294
3293
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3295
3294
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3296
3295
|
// SquareDashedKanban aliases
|
|
3297
3296
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3298
3297
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3298
|
+
// SquareChevronUp aliases
|
|
3299
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3300
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3299
3301
|
// SquareDashedMousePointer aliases
|
|
3300
3302
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3301
3303
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3302
|
-
// SquareDivide aliases
|
|
3303
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3304
|
-
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3305
3304
|
// SquareDashed aliases
|
|
3306
3305
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3307
3306
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3308
3307
|
// SquareDot aliases
|
|
3309
3308
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3310
3309
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3310
|
+
// SquareDivide aliases
|
|
3311
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3312
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3311
3313
|
// SquareEqual aliases
|
|
3312
3314
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3313
3315
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3314
3316
|
// SquareFunction aliases
|
|
3315
3317
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3316
3318
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3317
|
-
// SquareKanban aliases
|
|
3318
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3319
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3320
3319
|
// SquareLibrary aliases
|
|
3321
3320
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3322
3321
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3322
|
+
// SquareKanban aliases
|
|
3323
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3324
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3323
3325
|
// SquareM aliases
|
|
3324
3326
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3325
3327
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3326
3328
|
// SquareMenu aliases
|
|
3327
3329
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3328
3330
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3329
|
-
// SquareMousePointer aliases
|
|
3330
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3331
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3332
3331
|
// SquareMinus aliases
|
|
3333
3332
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3334
3333
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3334
|
+
// SquareMousePointer aliases
|
|
3335
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3336
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3335
3337
|
// SquareParkingOff aliases
|
|
3336
3338
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3337
3339
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
@@ -3346,36 +3348,36 @@ export { default as SquarePenIcon } from '../icons/square-pen';
|
|
|
3346
3348
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3347
3349
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3348
3350
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3351
|
+
// SquarePlay aliases
|
|
3352
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3353
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3349
3354
|
// SquarePi aliases
|
|
3350
3355
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3351
3356
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3352
3357
|
// SquarePilcrow aliases
|
|
3353
3358
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3354
3359
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3355
|
-
// SquarePlay aliases
|
|
3356
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3357
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3358
|
-
// SquarePlus aliases
|
|
3359
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3360
|
-
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3361
3360
|
// SquarePower aliases
|
|
3362
3361
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3363
3362
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3364
|
-
//
|
|
3365
|
-
export { default as
|
|
3366
|
-
export { default as
|
|
3363
|
+
// SquarePlus aliases
|
|
3364
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3365
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3367
3366
|
// SquareScissors aliases
|
|
3368
3367
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3369
3368
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3369
|
+
// SquareSlash aliases
|
|
3370
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3371
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3372
|
+
// SquareSigma aliases
|
|
3373
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3374
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3370
3375
|
// SquareSplitHorizontal aliases
|
|
3371
3376
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3372
3377
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3373
3378
|
// SquareSplitVertical aliases
|
|
3374
3379
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3375
3380
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3376
|
-
// SquareSlash aliases
|
|
3377
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3378
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3379
3381
|
// SquareTerminal aliases
|
|
3380
3382
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3381
3383
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3385,75 +3387,78 @@ export {
|
|
|
3385
3387
|
/** @deprecated */
|
|
3386
3388
|
default as UserSquare2Icon
|
|
3387
3389
|
} from '../icons/square-user-round';
|
|
3388
|
-
// SquareUser aliases
|
|
3389
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3390
|
-
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3391
3390
|
// SquareX aliases
|
|
3392
3391
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3393
3392
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3393
|
+
// SquareUser aliases
|
|
3394
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3395
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3394
3396
|
// TestTubeDiagonal aliases
|
|
3395
3397
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3396
3398
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3397
3399
|
// TextSelect aliases
|
|
3398
3400
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3399
3401
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3400
|
-
// TramFront aliases
|
|
3401
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3402
|
-
export { default as TrainIcon } from '../icons/tram-front';
|
|
3403
3402
|
// TreePalm aliases
|
|
3404
3403
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3405
3404
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3405
|
+
// TriangleAlert aliases
|
|
3406
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3407
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3408
|
+
// TramFront aliases
|
|
3409
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3410
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3406
3411
|
// TvMinimal aliases
|
|
3407
3412
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3408
3413
|
export {
|
|
3409
3414
|
/** @deprecated */
|
|
3410
3415
|
default as Tv2Icon
|
|
3411
3416
|
} from '../icons/tv-minimal';
|
|
3412
|
-
// University aliases
|
|
3413
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
3414
|
-
export {
|
|
3415
|
-
/** @deprecated */
|
|
3416
|
-
default as School2Icon
|
|
3417
|
-
} from '../icons/university';
|
|
3418
|
-
// TriangleAlert aliases
|
|
3419
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3420
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3421
3417
|
// UserRoundCheck aliases
|
|
3422
3418
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3423
3419
|
export {
|
|
3424
3420
|
/** @deprecated */
|
|
3425
3421
|
default as UserCheck2Icon
|
|
3426
3422
|
} from '../icons/user-round-check';
|
|
3427
|
-
//
|
|
3428
|
-
export { default as
|
|
3423
|
+
// University aliases
|
|
3424
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3429
3425
|
export {
|
|
3430
3426
|
/** @deprecated */
|
|
3431
|
-
default as
|
|
3432
|
-
} from '../icons/
|
|
3427
|
+
default as School2Icon
|
|
3428
|
+
} from '../icons/university';
|
|
3433
3429
|
// UserRoundMinus aliases
|
|
3434
3430
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3435
3431
|
export {
|
|
3436
3432
|
/** @deprecated */
|
|
3437
3433
|
default as UserMinus2Icon
|
|
3438
3434
|
} from '../icons/user-round-minus';
|
|
3435
|
+
// UserRoundCog aliases
|
|
3436
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated */
|
|
3439
|
+
default as UserCog2Icon
|
|
3440
|
+
} from '../icons/user-round-cog';
|
|
3439
3441
|
// UserRoundX aliases
|
|
3440
3442
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3441
3443
|
export {
|
|
3442
3444
|
/** @deprecated */
|
|
3443
3445
|
default as UserX2Icon
|
|
3444
3446
|
} from '../icons/user-round-x';
|
|
3445
|
-
// UserRoundPlus aliases
|
|
3446
|
-
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3447
|
-
export {
|
|
3448
|
-
/** @deprecated */
|
|
3449
|
-
default as UserPlus2Icon
|
|
3450
|
-
} from '../icons/user-round-plus';
|
|
3451
3447
|
// UserRound aliases
|
|
3452
3448
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3453
3449
|
export {
|
|
3454
3450
|
/** @deprecated */
|
|
3455
3451
|
default as User2Icon
|
|
3456
3452
|
} from '../icons/user-round';
|
|
3453
|
+
// UserRoundPlus aliases
|
|
3454
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated */
|
|
3457
|
+
default as UserPlus2Icon
|
|
3458
|
+
} from '../icons/user-round-plus';
|
|
3459
|
+
// Utensils aliases
|
|
3460
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3461
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3457
3462
|
// UsersRound aliases
|
|
3458
3463
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3459
3464
|
export {
|
|
@@ -3463,19 +3468,16 @@ export {
|
|
|
3463
3468
|
// UtensilsCrossed aliases
|
|
3464
3469
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3465
3470
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3466
|
-
// Utensils aliases
|
|
3467
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3468
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3469
|
-
// WandSparkles aliases
|
|
3470
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @deprecated */
|
|
3473
|
-
default as Wand2Icon
|
|
3474
|
-
} from '../icons/wand-sparkles';
|
|
3475
3471
|
// WalletMinimal aliases
|
|
3476
3472
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3477
3473
|
export {
|
|
3478
3474
|
/** @deprecated */
|
|
3479
3475
|
default as Wallet2Icon
|
|
3480
3476
|
} from '../icons/wallet-minimal';
|
|
3477
|
+
// WandSparkles aliases
|
|
3478
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @deprecated */
|
|
3481
|
+
default as Wand2Icon
|
|
3482
|
+
} from '../icons/wand-sparkles';
|
|
3481
3483
|
|