@lucide/astro 0.498.0 → 0.499.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 +41 -41
- package/src/aliases/prefixed.ts +385 -383
- package/src/aliases/suffixed.ts +740 -738
- package/src/icons/bow-arrow.ts +18 -0
- package/src/icons/index.ts +109 -108
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
// AArrowDown aliases
|
|
2
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
1
3
|
// AArrowUp aliases
|
|
2
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowDown aliases
|
|
6
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
@@ -16,18 +16,18 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
21
|
// Album aliases
|
|
20
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
21
23
|
// AlignCenterHorizontal aliases
|
|
22
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
-
// AlarmSmoke aliases
|
|
24
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
25
|
// AlignCenterVertical aliases
|
|
26
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignCenter aliases
|
|
28
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenter aliases
|
|
30
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
@@ -40,46 +40,46 @@ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-ho
|
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalJustifyStart aliases
|
|
46
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
47
|
// AlignJustify aliases
|
|
50
48
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
49
|
+
// AlignHorizontalSpaceBetween aliases
|
|
50
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
-
// AlignRight aliases
|
|
54
|
-
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
53
|
// AlignStartHorizontal aliases
|
|
56
54
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
//
|
|
58
|
-
export { default as
|
|
55
|
+
// AlignRight aliases
|
|
56
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
59
57
|
// AlignVerticalDistributeCenter aliases
|
|
60
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignStartVertical aliases
|
|
60
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
63
|
// AlignVerticalDistributeStart aliases
|
|
66
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
|
-
// AlignVerticalJustifyStart aliases
|
|
68
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
65
|
// AlignVerticalJustifyEnd aliases
|
|
70
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
|
+
// AlignVerticalJustifyStart aliases
|
|
70
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
-
// Ampersand aliases
|
|
78
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
77
|
// Ampersands aliases
|
|
80
78
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
79
|
// Amphora aliases
|
|
82
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersand aliases
|
|
82
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
@@ -90,52 +90,52 @@ export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
-
// Aperture aliases
|
|
94
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
93
|
// AppWindowMac aliases
|
|
96
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// Aperture aliases
|
|
96
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
|
-
// Apple aliases
|
|
100
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
101
99
|
// ArchiveRestore aliases
|
|
102
100
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
+
// Apple aliases
|
|
102
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Archive aliases
|
|
106
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
107
|
// ArrowBigDownDash aliases
|
|
110
108
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
109
|
+
// Archive aliases
|
|
110
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
113
111
|
// ArrowBigDown aliases
|
|
114
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
113
|
// ArrowBigLeft aliases
|
|
116
114
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
|
+
// ArrowBigLeftDash aliases
|
|
116
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
|
-
// ArrowBigUp aliases
|
|
122
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
121
|
// ArrowBigUpDash aliases
|
|
124
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
+
// ArrowBigUp aliases
|
|
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
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
|
-
// ArrowDownRight aliases
|
|
132
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
131
|
// ArrowDownToDot aliases
|
|
134
132
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
-
// ArrowDownUp aliases
|
|
136
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
133
|
// ArrowDownToLine aliases
|
|
138
134
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
|
+
// ArrowDownUp aliases
|
|
136
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
+
// ArrowDownRight aliases
|
|
138
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
139
139
|
// ArrowDown aliases
|
|
140
140
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
@@ -150,46 +150,46 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
|
-
// ArrowRightToLine aliases
|
|
154
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
153
|
// ArrowRight aliases
|
|
156
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
+
// ArrowRightToLine aliases
|
|
156
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
160
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
161
161
|
// ArrowUpFromLine aliases
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
|
+
// ArrowUpLeft aliases
|
|
164
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
163
165
|
// ArrowUpRight aliases
|
|
164
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
167
|
// ArrowUpToLine aliases
|
|
166
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
-
// ArrowUpLeft aliases
|
|
168
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
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';
|
|
175
|
+
// ArrowsUpFromLine aliases
|
|
176
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
177
|
// AtSign aliases
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioLines aliases
|
|
182
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
181
|
// AudioWaveform aliases
|
|
184
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
|
+
// AudioLines aliases
|
|
184
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Baby aliases
|
|
188
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
189
187
|
// Axe aliases
|
|
190
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
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
|
|
@@ -200,52 +200,52 @@ export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
|
-
// BadgeInfo aliases
|
|
204
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgeIndianRupee aliases
|
|
206
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgeInfo aliases
|
|
206
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
209
207
|
// BadgeJapaneseYen aliases
|
|
210
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
|
+
// BadgeMinus aliases
|
|
210
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
-
// BadgePlus aliases
|
|
214
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
213
|
// BadgePoundSterling aliases
|
|
216
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
215
|
// BadgeRussianRuble aliases
|
|
218
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
|
-
//
|
|
220
|
-
export { default as
|
|
217
|
+
// BadgePlus aliases
|
|
218
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
221
219
|
// BadgeX aliases
|
|
222
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
|
+
// Badge aliases
|
|
222
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
+
// BadgeSwissFranc aliases
|
|
224
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
223
225
|
// BaggageClaim aliases
|
|
224
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
227
|
// Ban aliases
|
|
226
228
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// Badge aliases
|
|
228
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
229
|
-
// Bandage aliases
|
|
230
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
231
229
|
// Banana aliases
|
|
232
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// Bandage aliases
|
|
232
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
|
-
//
|
|
238
|
-
export { default as
|
|
235
|
+
// BanknoteArrowDown aliases
|
|
236
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
239
|
+
// BanknoteX aliases
|
|
240
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
243
241
|
// Baseline aliases
|
|
244
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
247
245
|
// Bath aliases
|
|
248
246
|
export { default as BathIcon } from '../icons/bath';
|
|
247
|
+
// BatteryCharging aliases
|
|
248
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
@@ -260,30 +260,30 @@ export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
|
260
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
|
-
// Bean aliases
|
|
264
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Bean aliases
|
|
266
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
267
267
|
// BedDouble aliases
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
+
// Bed aliases
|
|
270
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
271
|
// BedSingle aliases
|
|
270
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
273
|
// Beef aliases
|
|
272
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
-
// Bed aliases
|
|
274
|
-
export { default as BedIcon } from '../icons/bed';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
|
-
// BellElectric aliases
|
|
280
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
279
|
// BellDot aliases
|
|
282
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BellElectric aliases
|
|
282
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
283
|
// BellMinus aliases
|
|
286
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
|
+
// BellOff aliases
|
|
286
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
289
|
// BellRing aliases
|
|
@@ -294,30 +294,30 @@ export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end
|
|
|
294
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
297
|
// Bike aliases
|
|
300
298
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
-
//
|
|
302
|
-
export { default as
|
|
299
|
+
// BicepsFlexed aliases
|
|
300
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
301
|
// Binary aliases
|
|
304
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
+
// Binoculars aliases
|
|
304
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
309
|
// Bitcoin aliases
|
|
308
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
|
-
// Blend aliases
|
|
310
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
311
311
|
// Blinds aliases
|
|
312
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
313
|
+
// Blend aliases
|
|
314
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
-
// BluetoothOff aliases
|
|
318
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
317
|
// BluetoothConnected aliases
|
|
320
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
@@ -364,36 +364,38 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
364
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
365
|
// BookText aliases
|
|
366
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
-
// BookUp2 aliases
|
|
368
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
367
|
// BookType aliases
|
|
370
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookUp2 aliases
|
|
370
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
371
|
// BookUp aliases
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// Book aliases
|
|
376
|
-
export { default as BookIcon } from '../icons/book';
|
|
377
375
|
// BookX aliases
|
|
378
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// Book aliases
|
|
378
|
+
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookmarkMinus aliases
|
|
382
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkPlus aliases
|
|
384
382
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
|
+
// BookmarkCheck aliases
|
|
384
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
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
|
|
394
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
+
// BowArrow aliases
|
|
398
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
397
399
|
// Box aliases
|
|
398
400
|
export { default as BoxIcon } from '../icons/box';
|
|
399
401
|
// Boxes aliases
|
|
@@ -416,12 +418,12 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
416
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
419
|
// BriefcaseMedical aliases
|
|
418
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
419
|
-
// BringToFront aliases
|
|
420
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
421
|
-
// Briefcase aliases
|
|
422
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
421
|
// Brush aliases
|
|
424
422
|
export { default as BrushIcon } from '../icons/brush';
|
|
423
|
+
// Briefcase aliases
|
|
424
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
427
|
// Bubbles aliases
|
|
426
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
427
429
|
// BugOff aliases
|
|
@@ -436,24 +438,24 @@ export { default as Building2Icon } from '../icons/building-2';
|
|
|
436
438
|
export { default as BuildingIcon } from '../icons/building';
|
|
437
439
|
// BusFront aliases
|
|
438
440
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
439
|
-
// CableCar aliases
|
|
440
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
441
441
|
// Bus aliases
|
|
442
442
|
export { default as BusIcon } from '../icons/bus';
|
|
443
|
+
// CableCar aliases
|
|
444
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
445
|
// Cable aliases
|
|
444
446
|
export { default as CableIcon } from '../icons/cable';
|
|
445
447
|
// CakeSlice aliases
|
|
446
448
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
447
|
-
// Calculator aliases
|
|
448
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
449
449
|
// Cake aliases
|
|
450
450
|
export { default as CakeIcon } from '../icons/cake';
|
|
451
|
+
// Calculator aliases
|
|
452
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
453
|
+
// Calendar1 aliases
|
|
454
|
+
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
451
455
|
// CalendarArrowDown aliases
|
|
452
456
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
453
457
|
// CalendarArrowUp aliases
|
|
454
458
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
455
|
-
// Calendar1 aliases
|
|
456
|
-
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
459
|
// CalendarCheck2 aliases
|
|
458
460
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
459
461
|
// CalendarCheck aliases
|
|
@@ -462,10 +464,10 @@ export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
|
462
464
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
463
465
|
// CalendarCog aliases
|
|
464
466
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
465
|
-
// CalendarFold aliases
|
|
466
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
467
467
|
// CalendarDays aliases
|
|
468
468
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
|
+
// CalendarFold aliases
|
|
470
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
469
471
|
// CalendarHeart aliases
|
|
470
472
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
471
473
|
// CalendarMinus2 aliases
|
|
@@ -480,12 +482,12 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
480
482
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
481
483
|
// CalendarRange aliases
|
|
482
484
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
485
|
+
// CalendarSearch aliases
|
|
486
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
483
487
|
// CalendarSync aliases
|
|
484
488
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
485
489
|
// CalendarX2 aliases
|
|
486
490
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
487
|
-
// CalendarSearch aliases
|
|
488
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
491
|
// CalendarX aliases
|
|
490
492
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
493
|
// Calendar aliases
|
|
@@ -494,10 +496,10 @@ export { default as CalendarIcon } from '../icons/calendar';
|
|
|
494
496
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
495
497
|
// Camera aliases
|
|
496
498
|
export { default as CameraIcon } from '../icons/camera';
|
|
497
|
-
// CandyOff aliases
|
|
498
|
-
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
499
499
|
// CandyCane aliases
|
|
500
500
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
|
+
// CandyOff aliases
|
|
502
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
501
503
|
// Candy aliases
|
|
502
504
|
export { default as CandyIcon } from '../icons/candy';
|
|
503
505
|
// Cannabis aliases
|
|
@@ -512,62 +514,62 @@ export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
|
512
514
|
export { default as CarIcon } from '../icons/car';
|
|
513
515
|
// Caravan aliases
|
|
514
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
|
-
// CaseLower aliases
|
|
516
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
517
|
-
// CaseSensitive aliases
|
|
518
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
519
517
|
// Carrot aliases
|
|
520
518
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
519
|
+
// CaseSensitive aliases
|
|
520
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
521
|
+
// CaseLower aliases
|
|
522
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
523
|
// CaseUpper aliases
|
|
522
524
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
523
525
|
// CassetteTape aliases
|
|
524
526
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
525
|
-
// Cat aliases
|
|
526
|
-
export { default as CatIcon } from '../icons/cat';
|
|
527
527
|
// Cast aliases
|
|
528
528
|
export { default as CastIcon } from '../icons/cast';
|
|
529
529
|
// Castle aliases
|
|
530
530
|
export { default as CastleIcon } from '../icons/castle';
|
|
531
|
+
// Cat aliases
|
|
532
|
+
export { default as CatIcon } from '../icons/cat';
|
|
531
533
|
// Cctv aliases
|
|
532
534
|
export { default as CctvIcon } from '../icons/cctv';
|
|
533
535
|
// ChartBarDecreasing aliases
|
|
534
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
|
+
// ChartBarIncreasing aliases
|
|
538
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
535
539
|
// ChartBarStacked aliases
|
|
536
540
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
537
541
|
// ChartColumnDecreasing aliases
|
|
538
542
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
539
|
-
// ChartBarIncreasing aliases
|
|
540
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
|
-
// ChartColumnStacked aliases
|
|
542
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
543
543
|
// ChartGantt aliases
|
|
544
544
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
545
|
+
// ChartColumnStacked aliases
|
|
546
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
545
547
|
// ChartNetwork aliases
|
|
546
548
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
547
549
|
// ChartNoAxesColumnDecreasing aliases
|
|
548
550
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
549
551
|
// ChartSpline aliases
|
|
550
552
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
551
|
-
// CheckCheck aliases
|
|
552
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
553
553
|
// ChartNoAxesCombined aliases
|
|
554
554
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
|
+
// CheckCheck aliases
|
|
556
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
555
557
|
// Check aliases
|
|
556
558
|
export { default as CheckIcon } from '../icons/check';
|
|
557
559
|
// ChefHat aliases
|
|
558
560
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
561
|
+
// Cherry aliases
|
|
562
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
559
563
|
// ChevronDown aliases
|
|
560
564
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
561
565
|
// ChevronFirst aliases
|
|
562
566
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
563
|
-
// Cherry aliases
|
|
564
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
565
567
|
// ChevronLast aliases
|
|
566
568
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
567
|
-
// ChevronRight aliases
|
|
568
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
569
569
|
// ChevronLeft aliases
|
|
570
570
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
571
|
+
// ChevronRight aliases
|
|
572
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
571
573
|
// ChevronUp aliases
|
|
572
574
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
573
575
|
// ChevronsDownUp aliases
|
|
@@ -578,10 +580,10 @@ export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
|
578
580
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
579
581
|
// ChevronsLeftRight aliases
|
|
580
582
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
581
|
-
// ChevronsLeft aliases
|
|
582
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
583
583
|
// ChevronsRightLeft aliases
|
|
584
584
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
585
|
+
// ChevronsLeft aliases
|
|
586
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
585
587
|
// ChevronsRight aliases
|
|
586
588
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
587
589
|
// ChevronsUpDown aliases
|
|
@@ -590,12 +592,12 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
590
592
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
593
|
// Chrome aliases
|
|
592
594
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
595
|
+
// Church aliases
|
|
596
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
593
597
|
// CigaretteOff aliases
|
|
594
598
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
595
599
|
// Cigarette aliases
|
|
596
600
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
597
|
-
// Church aliases
|
|
598
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
599
601
|
// CircleDashed aliases
|
|
600
602
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
601
603
|
// CircleDollarSign aliases
|
|
@@ -606,20 +608,20 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
606
608
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
607
609
|
// CircleEllipsis aliases
|
|
608
610
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
609
|
-
// CircleFadingArrowUp aliases
|
|
610
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
611
611
|
// CircleEqual aliases
|
|
612
612
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
613
|
+
// CircleFadingArrowUp aliases
|
|
614
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
613
615
|
// CircleFadingPlus aliases
|
|
614
616
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
615
617
|
// CircleOff aliases
|
|
616
618
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
617
619
|
// CircleSlash aliases
|
|
618
620
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
619
|
-
// Circle aliases
|
|
620
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
621
621
|
// CircleSmall aliases
|
|
622
622
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
623
|
+
// Circle aliases
|
|
624
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
623
625
|
// CircuitBoard aliases
|
|
624
626
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
625
627
|
// Citrus aliases
|
|
@@ -634,12 +636,12 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
634
636
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
635
637
|
// ClipboardMinus aliases
|
|
636
638
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
639
|
+
// ClipboardPaste aliases
|
|
640
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
637
641
|
// ClipboardPlus aliases
|
|
638
642
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
639
643
|
// ClipboardType aliases
|
|
640
644
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
641
|
-
// ClipboardPaste aliases
|
|
642
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
643
645
|
// ClipboardX aliases
|
|
644
646
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
645
647
|
// Clipboard aliases
|
|
@@ -654,14 +656,14 @@ export { default as Clock11Icon } from '../icons/clock-11';
|
|
|
654
656
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
655
657
|
// Clock2 aliases
|
|
656
658
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
|
-
// Clock4 aliases
|
|
658
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
659
659
|
// Clock3 aliases
|
|
660
660
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
661
|
-
//
|
|
662
|
-
export { default as
|
|
661
|
+
// Clock4 aliases
|
|
662
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
663
663
|
// Clock5 aliases
|
|
664
664
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
|
+
// Clock6 aliases
|
|
666
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
665
667
|
// Clock7 aliases
|
|
666
668
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
667
669
|
// Clock9 aliases
|
|
@@ -672,12 +674,10 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
672
674
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
673
675
|
// ClockArrowDown aliases
|
|
674
676
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
675
|
-
// ClockFading aliases
|
|
676
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
677
677
|
// ClockArrowUp aliases
|
|
678
678
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
679
|
+
// ClockFading aliases
|
|
680
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
681
681
|
// CloudAlert aliases
|
|
682
682
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
683
683
|
// CloudCog aliases
|
|
@@ -686,16 +686,18 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
686
686
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
687
687
|
// CloudFog aliases
|
|
688
688
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
689
|
+
// Clock aliases
|
|
690
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
689
691
|
// CloudLightning aliases
|
|
690
692
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
691
693
|
// CloudHail aliases
|
|
692
694
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
693
695
|
// CloudMoonRain aliases
|
|
694
696
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
695
|
-
// CloudMoon aliases
|
|
696
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
697
697
|
// CloudOff aliases
|
|
698
698
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
699
|
+
// CloudMoon aliases
|
|
700
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
699
701
|
// CloudRainWind aliases
|
|
700
702
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
701
703
|
// CloudRain aliases
|
|
@@ -718,42 +720,42 @@ export { default as ClubIcon } from '../icons/club';
|
|
|
718
720
|
export { default as CodeIcon } from '../icons/code';
|
|
719
721
|
// Codepen aliases
|
|
720
722
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
721
|
-
// Codesandbox aliases
|
|
722
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
723
723
|
// Coffee aliases
|
|
724
724
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
725
|
+
// Codesandbox aliases
|
|
726
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
725
727
|
// Cog aliases
|
|
726
728
|
export { default as CogIcon } from '../icons/cog';
|
|
727
|
-
// Columns4 aliases
|
|
728
|
-
export { default as Columns4Icon } from '../icons/columns-4';
|
|
729
729
|
// Coins aliases
|
|
730
730
|
export { default as CoinsIcon } from '../icons/coins';
|
|
731
|
+
// Columns4 aliases
|
|
732
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
731
733
|
// Combine aliases
|
|
732
734
|
export { default as CombineIcon } from '../icons/combine';
|
|
733
|
-
// Command aliases
|
|
734
|
-
export { default as CommandIcon } from '../icons/command';
|
|
735
735
|
// Compass aliases
|
|
736
736
|
export { default as CompassIcon } from '../icons/compass';
|
|
737
|
+
// Command aliases
|
|
738
|
+
export { default as CommandIcon } from '../icons/command';
|
|
737
739
|
// Component aliases
|
|
738
740
|
export { default as ComponentIcon } from '../icons/component';
|
|
741
|
+
// ConciergeBell aliases
|
|
742
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
739
743
|
// Computer aliases
|
|
740
744
|
export { default as ComputerIcon } from '../icons/computer';
|
|
741
745
|
// Cone aliases
|
|
742
746
|
export { default as ConeIcon } from '../icons/cone';
|
|
743
747
|
// Construction aliases
|
|
744
748
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
745
|
-
// ConciergeBell aliases
|
|
746
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
747
749
|
// Contact aliases
|
|
748
750
|
export { default as ContactIcon } from '../icons/contact';
|
|
749
|
-
// Contrast aliases
|
|
750
|
-
export { default as ContrastIcon } from '../icons/contrast';
|
|
751
751
|
// Container aliases
|
|
752
752
|
export { default as ContainerIcon } from '../icons/container';
|
|
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
|
+
// Contrast aliases
|
|
758
|
+
export { default as ContrastIcon } from '../icons/contrast';
|
|
757
759
|
// CopyCheck aliases
|
|
758
760
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
759
761
|
// CopyMinus aliases
|
|
@@ -766,26 +768,26 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
766
768
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
767
769
|
// Copy aliases
|
|
768
770
|
export { default as CopyIcon } from '../icons/copy';
|
|
769
|
-
// Copyright aliases
|
|
770
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
771
|
-
// CornerDownLeft aliases
|
|
772
|
-
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
773
771
|
// Copyleft aliases
|
|
774
772
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
773
|
+
// Copyright aliases
|
|
774
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
775
775
|
// CornerDownRight aliases
|
|
776
776
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
777
777
|
// CornerLeftDown aliases
|
|
778
778
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
779
|
+
// CornerDownLeft aliases
|
|
780
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
779
781
|
// CornerLeftUp aliases
|
|
780
782
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
781
|
-
// CornerRightUp aliases
|
|
782
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
783
783
|
// CornerRightDown aliases
|
|
784
784
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
785
|
-
//
|
|
786
|
-
export { default as
|
|
785
|
+
// CornerRightUp aliases
|
|
786
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
787
787
|
// CornerUpLeft aliases
|
|
788
788
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
789
|
+
// CornerUpRight aliases
|
|
790
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
789
791
|
// Cpu aliases
|
|
790
792
|
export { default as CpuIcon } from '../icons/cpu';
|
|
791
793
|
// CreativeCommons aliases
|
|
@@ -798,10 +800,10 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
798
800
|
export { default as CropIcon } from '../icons/crop';
|
|
799
801
|
// Cross aliases
|
|
800
802
|
export { default as CrossIcon } from '../icons/cross';
|
|
801
|
-
// Crown aliases
|
|
802
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
803
803
|
// Crosshair aliases
|
|
804
804
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
805
|
+
// Crown aliases
|
|
806
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
805
807
|
// Cuboid aliases
|
|
806
808
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
807
809
|
// CupSoda aliases
|
|
@@ -812,10 +814,10 @@ export { default as CurrencyIcon } from '../icons/currency';
|
|
|
812
814
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
813
815
|
// DatabaseBackup aliases
|
|
814
816
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
815
|
-
// DatabaseZap aliases
|
|
816
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
817
817
|
// Dam aliases
|
|
818
818
|
export { default as DamIcon } from '../icons/dam';
|
|
819
|
+
// DatabaseZap aliases
|
|
820
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
821
|
// Database aliases
|
|
820
822
|
export { default as DatabaseIcon } from '../icons/database';
|
|
821
823
|
// DecimalsArrowLeft aliases
|
|
@@ -826,80 +828,80 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
826
828
|
export { default as DeleteIcon } from '../icons/delete';
|
|
827
829
|
// Dessert aliases
|
|
828
830
|
export { default as DessertIcon } from '../icons/dessert';
|
|
829
|
-
// Diameter aliases
|
|
830
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
831
831
|
// DiamondMinus aliases
|
|
832
832
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
833
|
+
// Diameter aliases
|
|
834
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
833
835
|
// DiamondPlus aliases
|
|
834
836
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
835
837
|
// Diamond aliases
|
|
836
838
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
837
|
-
// Dice2 aliases
|
|
838
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
839
|
-
// Dice4 aliases
|
|
840
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
841
839
|
// Dice1 aliases
|
|
842
840
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
841
|
+
// Dice2 aliases
|
|
842
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
843
843
|
// Dice3 aliases
|
|
844
844
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
845
|
+
// Dice4 aliases
|
|
846
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
845
847
|
// Dice5 aliases
|
|
846
848
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
847
849
|
// Dice6 aliases
|
|
848
850
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
849
851
|
// Dices aliases
|
|
850
852
|
export { default as DicesIcon } from '../icons/dices';
|
|
851
|
-
// Diff aliases
|
|
852
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
853
853
|
// Disc2 aliases
|
|
854
854
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
855
|
+
// Diff aliases
|
|
856
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
855
857
|
// Disc3 aliases
|
|
856
858
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
857
859
|
// DiscAlbum aliases
|
|
858
860
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
859
861
|
// Disc aliases
|
|
860
862
|
export { default as DiscIcon } from '../icons/disc';
|
|
861
|
-
// DnaOff aliases
|
|
862
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
863
863
|
// Divide aliases
|
|
864
864
|
export { default as DivideIcon } from '../icons/divide';
|
|
865
|
-
//
|
|
866
|
-
export { default as
|
|
865
|
+
// DnaOff aliases
|
|
866
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
867
867
|
// Dock aliases
|
|
868
868
|
export { default as DockIcon } from '../icons/dock';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
869
|
+
// Dna aliases
|
|
870
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
871
871
|
// DollarSign aliases
|
|
872
872
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
873
|
+
// Dog aliases
|
|
874
|
+
export { default as DogIcon } from '../icons/dog';
|
|
873
875
|
// Donut aliases
|
|
874
876
|
export { default as DonutIcon } from '../icons/donut';
|
|
875
877
|
// DoorClosed aliases
|
|
876
878
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
877
|
-
// DoorOpen aliases
|
|
878
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
879
879
|
// Dot aliases
|
|
880
880
|
export { default as DotIcon } from '../icons/dot';
|
|
881
|
+
// DoorOpen aliases
|
|
882
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
881
883
|
// Download aliases
|
|
882
884
|
export { default as DownloadIcon } from '../icons/download';
|
|
883
885
|
// DraftingCompass aliases
|
|
884
886
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
885
|
-
// Dribbble aliases
|
|
886
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
887
887
|
// Drama aliases
|
|
888
888
|
export { default as DramaIcon } from '../icons/drama';
|
|
889
|
+
// Dribbble aliases
|
|
890
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
889
891
|
// Drill aliases
|
|
890
892
|
export { default as DrillIcon } from '../icons/drill';
|
|
893
|
+
// DropletOff aliases
|
|
894
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
891
895
|
// Droplet aliases
|
|
892
896
|
export { default as DropletIcon } from '../icons/droplet';
|
|
893
897
|
// Droplets aliases
|
|
894
898
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
895
|
-
//
|
|
896
|
-
export { default as
|
|
899
|
+
// Drum aliases
|
|
900
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
897
901
|
// Drumstick aliases
|
|
898
902
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
899
903
|
// Dumbbell aliases
|
|
900
904
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
901
|
-
// Drum aliases
|
|
902
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
903
905
|
// EarOff aliases
|
|
904
906
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
905
907
|
// Ear aliases
|
|
@@ -912,10 +914,10 @@ export { default as EclipseIcon } from '../icons/eclipse';
|
|
|
912
914
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
913
915
|
// EggOff aliases
|
|
914
916
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
915
|
-
// EqualApproximately aliases
|
|
916
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
917
917
|
// Egg aliases
|
|
918
918
|
export { default as EggIcon } from '../icons/egg';
|
|
919
|
+
// EqualApproximately aliases
|
|
920
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
919
921
|
// EqualNot aliases
|
|
920
922
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
921
923
|
// Equal aliases
|
|
@@ -926,10 +928,10 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
926
928
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
927
929
|
// Euro aliases
|
|
928
930
|
export { default as EuroIcon } from '../icons/euro';
|
|
929
|
-
// ExternalLink aliases
|
|
930
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
931
931
|
// Expand aliases
|
|
932
932
|
export { default as ExpandIcon } from '../icons/expand';
|
|
933
|
+
// ExternalLink aliases
|
|
934
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
933
935
|
// EyeClosed aliases
|
|
934
936
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
935
937
|
// EyeOff aliases
|
|
@@ -940,22 +942,22 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
940
942
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
941
943
|
// Factory aliases
|
|
942
944
|
export { default as FactoryIcon } from '../icons/factory';
|
|
943
|
-
// Fan aliases
|
|
944
|
-
export { default as FanIcon } from '../icons/fan';
|
|
945
945
|
// FastForward aliases
|
|
946
946
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
947
|
-
// Fence aliases
|
|
948
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
949
947
|
// Feather aliases
|
|
950
948
|
export { default as FeatherIcon } from '../icons/feather';
|
|
951
|
-
//
|
|
952
|
-
export { default as
|
|
949
|
+
// Fan aliases
|
|
950
|
+
export { default as FanIcon } from '../icons/fan';
|
|
951
|
+
// Fence aliases
|
|
952
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
953
953
|
// Figma aliases
|
|
954
954
|
export { default as FigmaIcon } from '../icons/figma';
|
|
955
955
|
// FileArchive aliases
|
|
956
956
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
957
957
|
// FileAudio2 aliases
|
|
958
958
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
959
|
+
// FerrisWheel aliases
|
|
960
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
959
961
|
// FileAudio aliases
|
|
960
962
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
961
963
|
// FileBadge2 aliases
|
|
@@ -976,78 +978,78 @@ export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
|
976
978
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
977
979
|
// FileDiff aliases
|
|
978
980
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
979
|
-
// FileDigit aliases
|
|
980
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
981
981
|
// FileDown aliases
|
|
982
982
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
983
|
-
//
|
|
984
|
-
export { default as
|
|
983
|
+
// FileDigit aliases
|
|
984
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
985
985
|
// FileHeart aliases
|
|
986
986
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
987
|
+
// FileImage aliases
|
|
988
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
987
989
|
// FileInput aliases
|
|
988
990
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
989
|
-
// FileJson2 aliases
|
|
990
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
991
991
|
// FileJson aliases
|
|
992
992
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
993
993
|
// FileKey2 aliases
|
|
994
994
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
995
|
+
// FileJson2 aliases
|
|
996
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
995
997
|
// FileKey aliases
|
|
996
998
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
997
999
|
// FileLock2 aliases
|
|
998
1000
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
999
|
-
// FileMinus2 aliases
|
|
1000
|
-
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1001
1001
|
// FileLock aliases
|
|
1002
1002
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1003
|
+
// FileMinus2 aliases
|
|
1004
|
+
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1003
1005
|
// FileMinus aliases
|
|
1004
1006
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1005
|
-
// FileOutput aliases
|
|
1006
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1007
1007
|
// FileMusic aliases
|
|
1008
1008
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1009
|
+
// FileOutput aliases
|
|
1010
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1009
1011
|
// FilePlus2 aliases
|
|
1010
1012
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1011
1013
|
// FilePlus aliases
|
|
1012
1014
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1015
|
+
// FileScan aliases
|
|
1016
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1013
1017
|
// FileQuestion aliases
|
|
1014
1018
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1015
1019
|
// FileSearch2 aliases
|
|
1016
1020
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1017
|
-
// FileScan aliases
|
|
1018
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1019
1021
|
// FileSearch aliases
|
|
1020
1022
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1021
1023
|
// FileSliders aliases
|
|
1022
1024
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1023
1025
|
// FileSpreadsheet aliases
|
|
1024
1026
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1025
|
-
// FileSymlink aliases
|
|
1026
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1027
1027
|
// FileStack aliases
|
|
1028
1028
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1029
|
+
// FileSymlink aliases
|
|
1030
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1029
1031
|
// FileText aliases
|
|
1030
1032
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1031
|
-
// FileTerminal aliases
|
|
1032
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1033
1033
|
// FileType2 aliases
|
|
1034
1034
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1035
|
-
// FileUp aliases
|
|
1036
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1037
1035
|
// FileType aliases
|
|
1038
1036
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1037
|
+
// FileTerminal aliases
|
|
1038
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1039
|
+
// FileUp aliases
|
|
1040
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1039
1041
|
// FileUser aliases
|
|
1040
1042
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1041
|
-
// FileVolume2 aliases
|
|
1042
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1043
|
-
// FileVideo aliases
|
|
1044
|
-
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1045
|
-
// FileVolume aliases
|
|
1046
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1047
1043
|
// FileVideo2 aliases
|
|
1048
1044
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1045
|
+
// FileVideo aliases
|
|
1046
|
+
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1047
|
+
// FileVolume2 aliases
|
|
1048
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1049
1049
|
// FileWarning aliases
|
|
1050
1050
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1051
|
+
// FileVolume aliases
|
|
1052
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1051
1053
|
// FileX2 aliases
|
|
1052
1054
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1053
1055
|
// FileX aliases
|
|
@@ -1058,26 +1060,26 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1058
1060
|
export { default as FilesIcon } from '../icons/files';
|
|
1059
1061
|
// Film aliases
|
|
1060
1062
|
export { default as FilmIcon } from '../icons/film';
|
|
1063
|
+
// FishOff aliases
|
|
1064
|
+
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1061
1065
|
// Fingerprint aliases
|
|
1062
1066
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1063
1067
|
// FireExtinguisher aliases
|
|
1064
1068
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1065
|
-
// FishOff aliases
|
|
1066
|
-
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1067
1069
|
// FishSymbol aliases
|
|
1068
1070
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1069
|
-
// FlagOff aliases
|
|
1070
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1071
1071
|
// Fish aliases
|
|
1072
1072
|
export { default as FishIcon } from '../icons/fish';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1073
|
+
// FlagOff aliases
|
|
1074
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1075
1075
|
// FlagTriangleLeft aliases
|
|
1076
1076
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1077
|
-
//
|
|
1078
|
-
export { default as
|
|
1077
|
+
// FlagTriangleRight aliases
|
|
1078
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1079
1079
|
// Flag aliases
|
|
1080
1080
|
export { default as FlagIcon } from '../icons/flag';
|
|
1081
|
+
// FlameKindling aliases
|
|
1082
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1081
1083
|
// Flame aliases
|
|
1082
1084
|
export { default as FlameIcon } from '../icons/flame';
|
|
1083
1085
|
// FlashlightOff aliases
|
|
@@ -1088,10 +1090,10 @@ export { default as FlashlightIcon } from '../icons/flashlight';
|
|
|
1088
1090
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1089
1091
|
// FlaskConical aliases
|
|
1090
1092
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1091
|
-
// FlipHorizontal2 aliases
|
|
1092
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1093
1093
|
// FlaskRound aliases
|
|
1094
1094
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1095
|
+
// FlipHorizontal2 aliases
|
|
1096
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1095
1097
|
// FlipHorizontal aliases
|
|
1096
1098
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1097
1099
|
// FlipVertical2 aliases
|
|
@@ -1104,12 +1106,12 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1104
1106
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1105
1107
|
// Focus aliases
|
|
1106
1108
|
export { default as FocusIcon } from '../icons/focus';
|
|
1107
|
-
// FoldHorizontal aliases
|
|
1108
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1109
1109
|
// FoldVertical aliases
|
|
1110
1110
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1111
1111
|
// FolderArchive aliases
|
|
1112
1112
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1113
|
+
// FoldHorizontal aliases
|
|
1114
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1113
1115
|
// FolderCheck aliases
|
|
1114
1116
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1115
1117
|
// FolderClock aliases
|
|
@@ -1128,14 +1130,14 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1128
1130
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1129
1131
|
// FolderHeart aliases
|
|
1130
1132
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1131
|
-
// FolderInput aliases
|
|
1132
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1133
|
-
// FolderKey aliases
|
|
1134
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1135
1133
|
// FolderKanban aliases
|
|
1136
1134
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1135
|
+
// FolderInput aliases
|
|
1136
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1137
1137
|
// FolderLock aliases
|
|
1138
1138
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1139
|
+
// FolderKey aliases
|
|
1140
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1139
1141
|
// FolderMinus aliases
|
|
1140
1142
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1141
1143
|
// FolderOpenDot aliases
|
|
@@ -1154,40 +1156,40 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1154
1156
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1155
1157
|
// FolderSymlink aliases
|
|
1156
1158
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1157
|
-
// FolderTree aliases
|
|
1158
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1159
1159
|
// FolderSync aliases
|
|
1160
1160
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1161
|
-
//
|
|
1162
|
-
export { default as
|
|
1161
|
+
// FolderTree aliases
|
|
1162
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1163
1163
|
// FolderUp aliases
|
|
1164
1164
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1165
|
+
// FolderX aliases
|
|
1166
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1165
1167
|
// Folder aliases
|
|
1166
1168
|
export { default as FolderIcon } from '../icons/folder';
|
|
1167
1169
|
// Folders aliases
|
|
1168
1170
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1169
|
-
// Forklift aliases
|
|
1170
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1171
|
-
// Forward aliases
|
|
1172
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1173
1171
|
// Footprints aliases
|
|
1174
1172
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
|
+
// Forklift aliases
|
|
1174
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1175
1175
|
// Frame aliases
|
|
1176
1176
|
export { default as FrameIcon } from '../icons/frame';
|
|
1177
|
+
// Forward aliases
|
|
1178
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1179
|
+
// Frown aliases
|
|
1180
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1177
1181
|
// Framer aliases
|
|
1178
1182
|
export { default as FramerIcon } from '../icons/framer';
|
|
1179
1183
|
// Fuel aliases
|
|
1180
1184
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1181
|
-
// Frown aliases
|
|
1182
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1183
1185
|
// Fullscreen aliases
|
|
1184
1186
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1185
1187
|
// FunnelPlus aliases
|
|
1186
1188
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1187
|
-
// GalleryHorizontalEnd aliases
|
|
1188
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1189
1189
|
// GalleryHorizontal aliases
|
|
1190
1190
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1191
|
+
// GalleryHorizontalEnd aliases
|
|
1192
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1191
1193
|
// GalleryThumbnails aliases
|
|
1192
1194
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1193
1195
|
// GalleryVerticalEnd aliases
|
|
@@ -1196,30 +1198,30 @@ export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end
|
|
|
1196
1198
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1197
1199
|
// Gamepad2 aliases
|
|
1198
1200
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1199
|
-
// Gamepad aliases
|
|
1200
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1201
1201
|
// Gauge aliases
|
|
1202
1202
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1203
|
+
// Gamepad aliases
|
|
1204
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1203
1205
|
// Gavel aliases
|
|
1204
1206
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1205
1207
|
// Gem aliases
|
|
1206
1208
|
export { default as GemIcon } from '../icons/gem';
|
|
1207
1209
|
// Ghost aliases
|
|
1208
1210
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1209
|
-
// Gift aliases
|
|
1210
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1211
1211
|
// GitBranchPlus aliases
|
|
1212
1212
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1213
|
+
// Gift aliases
|
|
1214
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1213
1215
|
// GitBranch aliases
|
|
1214
1216
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1215
1217
|
// GitCommitVertical aliases
|
|
1216
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1217
|
-
// GitCompare aliases
|
|
1218
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1219
1219
|
// GitCompareArrows aliases
|
|
1220
1220
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1221
1221
|
// GitFork aliases
|
|
1222
1222
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1223
|
+
// GitCompare aliases
|
|
1224
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1223
1225
|
// GitGraph aliases
|
|
1224
1226
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1225
1227
|
// GitMerge aliases
|
|
@@ -1230,14 +1232,16 @@ export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-ar
|
|
|
1230
1232
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1231
1233
|
// GitPullRequestCreateArrow aliases
|
|
1232
1234
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1233
|
-
// GitPullRequestDraft aliases
|
|
1234
|
-
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1235
1235
|
// GitPullRequestCreate aliases
|
|
1236
1236
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1237
|
+
// GitPullRequestDraft aliases
|
|
1238
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1237
1239
|
// GitPullRequest aliases
|
|
1238
1240
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1239
1241
|
// Github aliases
|
|
1240
1242
|
export { default as GithubIcon } from '../icons/github';
|
|
1243
|
+
// GlassWater aliases
|
|
1244
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1241
1245
|
// Gitlab aliases
|
|
1242
1246
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1243
1247
|
// Glasses aliases
|
|
@@ -1246,50 +1250,48 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1246
1250
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1247
1251
|
// Globe aliases
|
|
1248
1252
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1249
|
-
// GlassWater aliases
|
|
1250
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
1253
|
// Goal aliases
|
|
1252
1254
|
export { default as GoalIcon } from '../icons/goal';
|
|
1253
1255
|
// Grab aliases
|
|
1254
1256
|
export { default as GrabIcon } from '../icons/grab';
|
|
1255
1257
|
// GraduationCap aliases
|
|
1256
1258
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1257
|
-
// Grape aliases
|
|
1258
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1259
1259
|
// GripHorizontal aliases
|
|
1260
1260
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1261
|
+
// Grape aliases
|
|
1262
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1261
1263
|
// GripVertical aliases
|
|
1262
1264
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1263
1265
|
// Grip aliases
|
|
1264
1266
|
export { default as GripIcon } from '../icons/grip';
|
|
1265
|
-
// Group aliases
|
|
1266
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1267
1267
|
// Guitar aliases
|
|
1268
1268
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1269
|
-
//
|
|
1270
|
-
export { default as
|
|
1269
|
+
// Group aliases
|
|
1270
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1271
1271
|
// Hammer aliases
|
|
1272
1272
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1273
|
-
//
|
|
1274
|
-
export { default as
|
|
1273
|
+
// Ham aliases
|
|
1274
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1275
1275
|
// HandCoins aliases
|
|
1276
1276
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1277
1277
|
// HandMetal aliases
|
|
1278
1278
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1279
|
+
// HandHeart aliases
|
|
1280
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1279
1281
|
// HandPlatter aliases
|
|
1280
1282
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1281
|
-
// Handshake aliases
|
|
1282
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1283
1283
|
// Hand aliases
|
|
1284
1284
|
export { default as HandIcon } from '../icons/hand';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1285
|
+
// Handshake aliases
|
|
1286
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1287
1287
|
// HardDriveUpload aliases
|
|
1288
1288
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1289
|
-
//
|
|
1290
|
-
export { default as
|
|
1289
|
+
// HardDriveDownload aliases
|
|
1290
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1291
1291
|
// HardHat aliases
|
|
1292
1292
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1293
|
+
// HardDrive aliases
|
|
1294
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1293
1295
|
// Hash aliases
|
|
1294
1296
|
export { default as HashIcon } from '../icons/hash';
|
|
1295
1297
|
// Haze aliases
|
|
@@ -1298,24 +1300,24 @@ export { default as HazeIcon } from '../icons/haze';
|
|
|
1298
1300
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1299
1301
|
// Heading1 aliases
|
|
1300
1302
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1303
|
+
// Heading3 aliases
|
|
1304
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1301
1305
|
// Heading2 aliases
|
|
1302
1306
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1303
1307
|
// Heading4 aliases
|
|
1304
1308
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1305
|
-
// Heading3 aliases
|
|
1306
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1307
1309
|
// Heading5 aliases
|
|
1308
1310
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1309
1311
|
// Heading6 aliases
|
|
1310
1312
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1311
|
-
// HeadphoneOff aliases
|
|
1312
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1313
|
-
// Headphones aliases
|
|
1314
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1315
1313
|
// Heading aliases
|
|
1316
1314
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1315
|
+
// HeadphoneOff aliases
|
|
1316
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1317
1317
|
// Headset aliases
|
|
1318
1318
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1319
|
+
// Headphones aliases
|
|
1320
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1319
1321
|
// HeartCrack aliases
|
|
1320
1322
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1321
1323
|
// HeartHandshake aliases
|
|
@@ -1330,36 +1332,36 @@ export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
|
1330
1332
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1331
1333
|
// Heart aliases
|
|
1332
1334
|
export { default as HeartIcon } from '../icons/heart';
|
|
1333
|
-
// Heater aliases
|
|
1334
|
-
export { default as HeaterIcon } from '../icons/heater';
|
|
1335
1335
|
// Hexagon aliases
|
|
1336
1336
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1337
1337
|
// Highlighter aliases
|
|
1338
1338
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1339
|
+
// Heater aliases
|
|
1340
|
+
export { default as HeaterIcon } from '../icons/heater';
|
|
1339
1341
|
// History aliases
|
|
1340
1342
|
export { default as HistoryIcon } from '../icons/history';
|
|
1341
1343
|
// HopOff aliases
|
|
1342
1344
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1343
|
-
// Hospital aliases
|
|
1344
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1345
1345
|
// Hop aliases
|
|
1346
1346
|
export { default as HopIcon } from '../icons/hop';
|
|
1347
|
-
//
|
|
1348
|
-
export { default as
|
|
1347
|
+
// Hospital aliases
|
|
1348
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1349
1349
|
// Hourglass aliases
|
|
1350
1350
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1351
|
+
// Hotel aliases
|
|
1352
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1353
|
+
// HouseWifi aliases
|
|
1354
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1351
1355
|
// HousePlug aliases
|
|
1352
1356
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1353
1357
|
// HousePlus aliases
|
|
1354
1358
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1355
|
-
// HouseWifi aliases
|
|
1356
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1357
1359
|
// IdCard aliases
|
|
1358
1360
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1359
|
-
// ImageMinus aliases
|
|
1360
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1361
1361
|
// ImageDown aliases
|
|
1362
1362
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1363
|
+
// ImageMinus aliases
|
|
1364
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1363
1365
|
// ImageOff aliases
|
|
1364
1366
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1365
1367
|
// ImagePlay aliases
|
|
@@ -1370,20 +1372,20 @@ export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
|
1370
1372
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1371
1373
|
// ImageUpscale aliases
|
|
1372
1374
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1373
|
-
// Images aliases
|
|
1374
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1375
|
-
// Import aliases
|
|
1376
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1377
1375
|
// Image aliases
|
|
1378
1376
|
export { default as ImageIcon } from '../icons/image';
|
|
1377
|
+
// Import aliases
|
|
1378
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1379
|
+
// Images aliases
|
|
1380
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1379
1381
|
// Inbox aliases
|
|
1380
1382
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1381
1383
|
// IndianRupee aliases
|
|
1382
1384
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1383
|
-
// Infinity aliases
|
|
1384
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1385
1385
|
// Info aliases
|
|
1386
1386
|
export { default as InfoIcon } from '../icons/info';
|
|
1387
|
+
// Infinity aliases
|
|
1388
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1387
1389
|
// InspectionPanel aliases
|
|
1388
1390
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1389
1391
|
// Instagram aliases
|
|
@@ -1402,48 +1404,48 @@ export { default as JoystickIcon } from '../icons/joystick';
|
|
|
1402
1404
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1403
1405
|
// KeyRound aliases
|
|
1404
1406
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1405
|
-
// Key aliases
|
|
1406
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1407
1407
|
// KeySquare aliases
|
|
1408
1408
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1409
1409
|
// KeyboardMusic aliases
|
|
1410
1410
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1411
|
+
// Key aliases
|
|
1412
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1411
1413
|
// KeyboardOff aliases
|
|
1412
1414
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1413
1415
|
// Keyboard aliases
|
|
1414
1416
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1415
1417
|
// LampCeiling aliases
|
|
1416
1418
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1417
|
-
// LampDesk aliases
|
|
1418
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1419
1419
|
// LampFloor aliases
|
|
1420
1420
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1421
|
+
// LampDesk aliases
|
|
1422
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1421
1423
|
// LampWallDown aliases
|
|
1422
1424
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1423
|
-
// LampWallUp aliases
|
|
1424
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1425
1425
|
// Lamp aliases
|
|
1426
1426
|
export { default as LampIcon } from '../icons/lamp';
|
|
1427
|
-
//
|
|
1428
|
-
export { default as
|
|
1427
|
+
// LampWallUp aliases
|
|
1428
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1429
1429
|
// LandPlot aliases
|
|
1430
1430
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1431
|
+
// Landmark aliases
|
|
1432
|
+
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1431
1433
|
// Languages aliases
|
|
1432
1434
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1433
|
-
// Laptop aliases
|
|
1434
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1435
1435
|
// LaptopMinimalCheck aliases
|
|
1436
1436
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1437
|
+
// Laptop aliases
|
|
1438
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1437
1439
|
// LassoSelect aliases
|
|
1438
1440
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1439
1441
|
// Lasso aliases
|
|
1440
1442
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1441
1443
|
// Laugh aliases
|
|
1442
1444
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1443
|
-
// Layers2 aliases
|
|
1444
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1445
1445
|
// LayoutDashboard aliases
|
|
1446
1446
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1447
|
+
// Layers2 aliases
|
|
1448
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1447
1449
|
// LayoutGrid aliases
|
|
1448
1450
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1449
1451
|
// LayoutList aliases
|
|
@@ -1458,10 +1460,10 @@ export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
|
1458
1460
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1459
1461
|
// LeafyGreen aliases
|
|
1460
1462
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1461
|
-
// LetterText aliases
|
|
1462
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1463
1463
|
// Lectern aliases
|
|
1464
1464
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1465
|
+
// LetterText aliases
|
|
1466
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1465
1467
|
// LibraryBig aliases
|
|
1466
1468
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1467
1469
|
// Library aliases
|
|
@@ -1474,14 +1476,14 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1474
1476
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1475
1477
|
// Lightbulb aliases
|
|
1476
1478
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1477
|
-
// Link2Off aliases
|
|
1478
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1479
1479
|
// Link2 aliases
|
|
1480
1480
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1481
|
-
//
|
|
1482
|
-
export { default as
|
|
1481
|
+
// Link2Off aliases
|
|
1482
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1483
1483
|
// Linkedin aliases
|
|
1484
1484
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1485
|
+
// Link aliases
|
|
1486
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1485
1487
|
// ListCheck aliases
|
|
1486
1488
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1487
1489
|
// ListChecks aliases
|
|
@@ -1500,10 +1502,10 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1500
1502
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1501
1503
|
// ListOrdered aliases
|
|
1502
1504
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1503
|
-
// ListRestart aliases
|
|
1504
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1505
1505
|
// ListPlus aliases
|
|
1506
1506
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1507
|
+
// ListRestart aliases
|
|
1508
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1507
1509
|
// ListStart aliases
|
|
1508
1510
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1509
1511
|
// ListTodo aliases
|
|
@@ -1512,42 +1514,42 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1512
1514
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1513
1515
|
// ListVideo aliases
|
|
1514
1516
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1515
|
-
// List aliases
|
|
1516
|
-
export { default as ListIcon } from '../icons/list';
|
|
1517
1517
|
// ListX aliases
|
|
1518
1518
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1519
|
+
// List aliases
|
|
1520
|
+
export { default as ListIcon } from '../icons/list';
|
|
1519
1521
|
// LoaderPinwheel aliases
|
|
1520
1522
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1521
1523
|
// Loader aliases
|
|
1522
1524
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1523
1525
|
// LocateFixed aliases
|
|
1524
1526
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1525
|
-
// LocateOff aliases
|
|
1526
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1527
1527
|
// Locate aliases
|
|
1528
1528
|
export { default as LocateIcon } from '../icons/locate';
|
|
1529
|
-
//
|
|
1530
|
-
export { default as
|
|
1529
|
+
// LocateOff aliases
|
|
1530
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1531
1531
|
// LockKeyhole aliases
|
|
1532
1532
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1533
|
-
// LogIn aliases
|
|
1534
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1535
1533
|
// Lock aliases
|
|
1536
1534
|
export { default as LockIcon } from '../icons/lock';
|
|
1537
|
-
//
|
|
1538
|
-
export { default as
|
|
1535
|
+
// LocationEdit aliases
|
|
1536
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1539
1537
|
// Logs aliases
|
|
1540
1538
|
export { default as LogsIcon } from '../icons/logs';
|
|
1539
|
+
// LogIn aliases
|
|
1540
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1541
|
+
// LogOut aliases
|
|
1542
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1541
1543
|
// Lollipop aliases
|
|
1542
1544
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1543
|
-
// Magnet aliases
|
|
1544
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1545
1545
|
// Luggage aliases
|
|
1546
1546
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1547
|
-
//
|
|
1548
|
-
export { default as
|
|
1547
|
+
// Magnet aliases
|
|
1548
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1549
1549
|
// MailCheck aliases
|
|
1550
1550
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1551
|
+
// MailMinus aliases
|
|
1552
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1551
1553
|
// MailOpen aliases
|
|
1552
1554
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1553
1555
|
// MailPlus aliases
|
|
@@ -1564,10 +1566,10 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1564
1566
|
export { default as MailIcon } from '../icons/mail';
|
|
1565
1567
|
// Mailbox aliases
|
|
1566
1568
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1567
|
-
// MapPinCheckInside aliases
|
|
1568
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1569
1569
|
// Mails aliases
|
|
1570
1570
|
export { default as MailsIcon } from '../icons/mails';
|
|
1571
|
+
// MapPinCheckInside aliases
|
|
1572
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1571
1573
|
// MapPinCheck aliases
|
|
1572
1574
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1573
1575
|
// MapPinHouse aliases
|
|
@@ -1596,18 +1598,18 @@ export { default as MapPlusIcon } from '../icons/map-plus';
|
|
|
1596
1598
|
export { default as MapIcon } from '../icons/map';
|
|
1597
1599
|
// MarsStroke aliases
|
|
1598
1600
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1599
|
-
// Martini aliases
|
|
1600
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1601
1601
|
// Mars aliases
|
|
1602
1602
|
export { default as MarsIcon } from '../icons/mars';
|
|
1603
|
+
// Martini aliases
|
|
1604
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1603
1605
|
// Maximize2 aliases
|
|
1604
1606
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1605
1607
|
// Maximize aliases
|
|
1606
1608
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1607
|
-
// Medal aliases
|
|
1608
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1609
1609
|
// MegaphoneOff aliases
|
|
1610
1610
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1611
|
+
// Medal aliases
|
|
1612
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1611
1613
|
// Megaphone aliases
|
|
1612
1614
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1613
1615
|
// MemoryStick aliases
|
|
@@ -1638,16 +1640,16 @@ export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply
|
|
|
1638
1640
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1639
1641
|
// MessageCircleX aliases
|
|
1640
1642
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1641
|
-
// MessageCircle aliases
|
|
1642
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1643
1643
|
// MessageSquareCode aliases
|
|
1644
1644
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1645
|
+
// MessageCircle aliases
|
|
1646
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1645
1647
|
// MessageSquareDashed aliases
|
|
1646
1648
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1647
|
-
// MessageSquareDot aliases
|
|
1648
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1649
1649
|
// MessageSquareDiff aliases
|
|
1650
1650
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1651
|
+
// MessageSquareDot aliases
|
|
1652
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1651
1653
|
// MessageSquareHeart aliases
|
|
1652
1654
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1653
1655
|
// MessageSquareLock aliases
|
|
@@ -1660,10 +1662,10 @@ export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
|
1660
1662
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1661
1663
|
// MessageSquareQuote aliases
|
|
1662
1664
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1663
|
-
// MessageSquareShare aliases
|
|
1664
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1665
1665
|
// MessageSquareReply aliases
|
|
1666
1666
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1667
|
+
// MessageSquareShare aliases
|
|
1668
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1667
1669
|
// MessageSquareText aliases
|
|
1668
1670
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1669
1671
|
// MessageSquareX aliases
|
|
@@ -1678,54 +1680,54 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1678
1680
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1679
1681
|
// Mic aliases
|
|
1680
1682
|
export { default as MicIcon } from '../icons/mic';
|
|
1681
|
-
// Microchip aliases
|
|
1682
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1683
1683
|
// Microscope aliases
|
|
1684
1684
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1685
|
-
//
|
|
1686
|
-
export { default as
|
|
1685
|
+
// Microchip aliases
|
|
1686
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1687
1687
|
// Microwave aliases
|
|
1688
1688
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1689
1689
|
// MilkOff aliases
|
|
1690
1690
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1691
|
+
// Milestone aliases
|
|
1692
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1693
1693
|
// Milk aliases
|
|
1694
1694
|
export { default as MilkIcon } from '../icons/milk';
|
|
1695
1695
|
// Minimize aliases
|
|
1696
1696
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1697
|
+
// Minimize2 aliases
|
|
1698
|
+
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1697
1699
|
// Minus aliases
|
|
1698
1700
|
export { default as MinusIcon } from '../icons/minus';
|
|
1699
1701
|
// MonitorCheck aliases
|
|
1700
1702
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1701
|
-
// MonitorCog aliases
|
|
1702
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1703
1703
|
// MonitorDot aliases
|
|
1704
1704
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1705
|
+
// MonitorCog aliases
|
|
1706
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1705
1707
|
// MonitorDown aliases
|
|
1706
1708
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1707
|
-
// MonitorOff aliases
|
|
1708
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1709
1709
|
// MonitorPause aliases
|
|
1710
1710
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1711
|
+
// MonitorOff aliases
|
|
1712
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1713
1713
|
// MonitorPlay aliases
|
|
1714
1714
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1715
|
+
// MonitorSmartphone aliases
|
|
1716
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1715
1717
|
// MonitorSpeaker aliases
|
|
1716
1718
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1717
1719
|
// MonitorStop aliases
|
|
1718
1720
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1719
|
-
// MonitorUp aliases
|
|
1720
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1721
|
-
// MonitorX aliases
|
|
1722
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1723
1721
|
// Monitor aliases
|
|
1724
1722
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1723
|
+
// MonitorX aliases
|
|
1724
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1725
|
+
// MonitorUp aliases
|
|
1726
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1727
1727
|
// MoonStar aliases
|
|
1728
1728
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1729
|
+
// Moon aliases
|
|
1730
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1729
1731
|
// MountainSnow aliases
|
|
1730
1732
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1731
1733
|
// Mountain aliases
|
|
@@ -1742,18 +1744,18 @@ export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
|
1742
1744
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1743
1745
|
// Mouse aliases
|
|
1744
1746
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1747
|
+
// MoveDiagonal aliases
|
|
1748
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1745
1749
|
// MoveDiagonal2 aliases
|
|
1746
1750
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1747
1751
|
// MoveDownLeft aliases
|
|
1748
1752
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1749
|
-
// MoveDiagonal aliases
|
|
1750
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1751
1753
|
// MoveDownRight aliases
|
|
1752
1754
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1753
|
-
// MoveDown aliases
|
|
1754
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1755
1755
|
// MoveHorizontal aliases
|
|
1756
1756
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1757
|
+
// MoveDown aliases
|
|
1758
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1757
1759
|
// MoveLeft aliases
|
|
1758
1760
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1759
1761
|
// MoveRight aliases
|
|
@@ -1764,10 +1766,10 @@ export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
|
1764
1766
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1765
1767
|
// MoveUp aliases
|
|
1766
1768
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1767
|
-
// Move aliases
|
|
1768
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1769
1769
|
// MoveVertical aliases
|
|
1770
1770
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1771
|
+
// Move aliases
|
|
1772
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1771
1773
|
// Music2 aliases
|
|
1772
1774
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1773
1775
|
// Music3 aliases
|
|
@@ -1776,32 +1778,32 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1776
1778
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1777
1779
|
// Music aliases
|
|
1778
1780
|
export { default as MusicIcon } from '../icons/music';
|
|
1779
|
-
// Navigation2Off aliases
|
|
1780
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1781
1781
|
// Navigation2 aliases
|
|
1782
1782
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1783
|
-
//
|
|
1784
|
-
export { default as
|
|
1783
|
+
// Navigation2Off aliases
|
|
1784
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1785
1785
|
// NavigationOff aliases
|
|
1786
1786
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1787
|
+
// Navigation aliases
|
|
1788
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1787
1789
|
// Network aliases
|
|
1788
1790
|
export { default as NetworkIcon } from '../icons/network';
|
|
1789
1791
|
// Newspaper aliases
|
|
1790
1792
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1791
|
-
// Nfc aliases
|
|
1792
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1793
1793
|
// NonBinary aliases
|
|
1794
1794
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1795
|
-
//
|
|
1796
|
-
export { default as
|
|
1797
|
-
// NotebookText aliases
|
|
1798
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1795
|
+
// Nfc aliases
|
|
1796
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1799
1797
|
// NotebookTabs aliases
|
|
1800
1798
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1799
|
+
// NotebookPen aliases
|
|
1800
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1801
1801
|
// Notebook aliases
|
|
1802
1802
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1803
1803
|
// NotepadTextDashed aliases
|
|
1804
1804
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1805
|
+
// NotebookText aliases
|
|
1806
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1805
1807
|
// NotepadText aliases
|
|
1806
1808
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1807
1809
|
// NutOff aliases
|
|
@@ -1816,40 +1818,40 @@ export { default as OctagonIcon } from '../icons/octagon';
|
|
|
1816
1818
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1817
1819
|
// Option aliases
|
|
1818
1820
|
export { default as OptionIcon } from '../icons/option';
|
|
1819
|
-
// Origami aliases
|
|
1820
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1821
1821
|
// Orbit aliases
|
|
1822
1822
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1823
1823
|
// Package2 aliases
|
|
1824
1824
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1825
|
+
// Origami aliases
|
|
1826
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1827
|
+
// PackageCheck aliases
|
|
1828
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1825
1829
|
// PackageMinus aliases
|
|
1826
1830
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1827
1831
|
// PackageOpen aliases
|
|
1828
1832
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1829
|
-
// PackageCheck aliases
|
|
1830
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1831
1833
|
// PackagePlus aliases
|
|
1832
1834
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1833
1835
|
// PackageSearch aliases
|
|
1834
1836
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1835
1837
|
// Package aliases
|
|
1836
1838
|
export { default as PackageIcon } from '../icons/package';
|
|
1837
|
-
// PackageX aliases
|
|
1838
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1839
1839
|
// PaintBucket aliases
|
|
1840
1840
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1841
|
+
// PackageX aliases
|
|
1842
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1841
1843
|
// PaintRoller aliases
|
|
1842
1844
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1843
1845
|
// Paintbrush aliases
|
|
1844
1846
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1845
1847
|
// Palette aliases
|
|
1846
1848
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1847
|
-
// PanelBottomClose aliases
|
|
1848
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1849
1849
|
// PanelBottomOpen aliases
|
|
1850
1850
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1851
1851
|
// PanelBottom aliases
|
|
1852
1852
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1853
|
+
// PanelBottomClose aliases
|
|
1854
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1853
1855
|
// PanelRightClose aliases
|
|
1854
1856
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1855
1857
|
// PanelRightOpen aliases
|
|
@@ -1866,10 +1868,10 @@ export { default as PanelTopIcon } from '../icons/panel-top';
|
|
|
1866
1868
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1867
1869
|
// PanelsRightBottom aliases
|
|
1868
1870
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1869
|
-
// Parentheses aliases
|
|
1870
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1871
1871
|
// Paperclip aliases
|
|
1872
1872
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1873
|
+
// Parentheses aliases
|
|
1874
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1873
1875
|
// ParkingMeter aliases
|
|
1874
1876
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1875
1877
|
// PartyPopper aliases
|
|
@@ -1884,42 +1886,42 @@ export { default as PcCaseIcon } from '../icons/pc-case';
|
|
|
1884
1886
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1885
1887
|
// PenTool aliases
|
|
1886
1888
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1887
|
-
// PencilOff aliases
|
|
1888
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1889
1889
|
// PencilLine aliases
|
|
1890
1890
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1891
|
-
//
|
|
1892
|
-
export { default as
|
|
1891
|
+
// PencilOff aliases
|
|
1892
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1893
1893
|
// Pencil aliases
|
|
1894
1894
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1895
|
+
// PencilRuler aliases
|
|
1896
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1895
1897
|
// Pentagon aliases
|
|
1896
1898
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1899
|
+
// PhilippinePeso aliases
|
|
1900
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1899
1901
|
// Percent aliases
|
|
1900
1902
|
export { default as PercentIcon } from '../icons/percent';
|
|
1903
|
+
// PersonStanding aliases
|
|
1904
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1901
1905
|
// PhoneCall aliases
|
|
1902
1906
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1903
|
-
// PhilippinePeso aliases
|
|
1904
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1905
1907
|
// PhoneForwarded aliases
|
|
1906
1908
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1907
1909
|
// PhoneIncoming aliases
|
|
1908
1910
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1909
|
-
// PhoneMissed aliases
|
|
1910
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1911
1911
|
// PhoneOff aliases
|
|
1912
1912
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1913
|
+
// PhoneMissed aliases
|
|
1914
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1913
1915
|
// PhoneOutgoing aliases
|
|
1914
1916
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1915
1917
|
// Phone aliases
|
|
1916
1918
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1917
1919
|
// Pi aliases
|
|
1918
1920
|
export { default as PiIcon } from '../icons/pi';
|
|
1919
|
-
// Pickaxe aliases
|
|
1920
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1921
1921
|
// Piano aliases
|
|
1922
1922
|
export { default as PianoIcon } from '../icons/piano';
|
|
1923
|
+
// Pickaxe aliases
|
|
1924
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1923
1925
|
// PictureInPicture2 aliases
|
|
1924
1926
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1925
1927
|
// PictureInPicture aliases
|
|
@@ -1938,52 +1940,52 @@ export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
|
1938
1940
|
export { default as PillIcon } from '../icons/pill';
|
|
1939
1941
|
// Pin aliases
|
|
1940
1942
|
export { default as PinIcon } from '../icons/pin';
|
|
1941
|
-
// Pipette aliases
|
|
1942
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1943
1943
|
// PinOff aliases
|
|
1944
1944
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1945
|
+
// Pipette aliases
|
|
1946
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1945
1947
|
// Pizza aliases
|
|
1946
1948
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1947
|
-
// PlaneLanding aliases
|
|
1948
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1949
1949
|
// PlaneTakeoff aliases
|
|
1950
1950
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1951
|
-
//
|
|
1952
|
-
export { default as
|
|
1953
|
-
// Plug2 aliases
|
|
1954
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1951
|
+
// PlaneLanding aliases
|
|
1952
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1955
1953
|
// Play aliases
|
|
1956
1954
|
export { default as PlayIcon } from '../icons/play';
|
|
1955
|
+
// Plane aliases
|
|
1956
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1957
1957
|
// Plug aliases
|
|
1958
1958
|
export { default as PlugIcon } from '../icons/plug';
|
|
1959
|
+
// Plug2 aliases
|
|
1960
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1961
|
+
// PocketKnife aliases
|
|
1962
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1959
1963
|
// Plus aliases
|
|
1960
1964
|
export { default as PlusIcon } from '../icons/plus';
|
|
1961
1965
|
// Pocket aliases
|
|
1962
1966
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1963
|
-
// PocketKnife aliases
|
|
1964
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1965
|
-
// PointerOff aliases
|
|
1966
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1967
1967
|
// Podcast aliases
|
|
1968
1968
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1969
|
-
//
|
|
1970
|
-
export { default as
|
|
1969
|
+
// PointerOff aliases
|
|
1970
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1971
1971
|
// Popcorn aliases
|
|
1972
1972
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1973
|
+
// Pointer aliases
|
|
1974
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1973
1975
|
// Popsicle aliases
|
|
1974
1976
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1975
1977
|
// PoundSterling aliases
|
|
1976
1978
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1977
|
-
// Power aliases
|
|
1978
|
-
export { default as PowerIcon } from '../icons/power';
|
|
1979
1979
|
// PowerOff aliases
|
|
1980
1980
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1981
|
+
// Power aliases
|
|
1982
|
+
export { default as PowerIcon } from '../icons/power';
|
|
1981
1983
|
// Presentation aliases
|
|
1982
1984
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
1983
|
-
// PrinterCheck aliases
|
|
1984
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1985
1985
|
// Printer aliases
|
|
1986
1986
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1987
|
+
// PrinterCheck aliases
|
|
1988
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1987
1989
|
// Projector aliases
|
|
1988
1990
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1989
1991
|
// Proportions aliases
|
|
@@ -1992,14 +1994,14 @@ export { default as ProportionsIcon } from '../icons/proportions';
|
|
|
1992
1994
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1993
1995
|
// Pyramid aliases
|
|
1994
1996
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1995
|
-
// Quote aliases
|
|
1996
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
1997
1997
|
// QrCode aliases
|
|
1998
1998
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1999
|
-
// Radar aliases
|
|
2000
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2001
1999
|
// Rabbit aliases
|
|
2002
2000
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2001
|
+
// Quote aliases
|
|
2002
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2003
|
+
// Radar aliases
|
|
2004
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2003
2005
|
// Radiation aliases
|
|
2004
2006
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2005
2007
|
// Radical aliases
|
|
@@ -2008,10 +2010,10 @@ export { default as RadicalIcon } from '../icons/radical';
|
|
|
2008
2010
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2009
2011
|
// RadioTower aliases
|
|
2010
2012
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2011
|
-
// Radio aliases
|
|
2012
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2013
2013
|
// Radius aliases
|
|
2014
2014
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2015
|
+
// Radio aliases
|
|
2016
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2015
2017
|
// RailSymbol aliases
|
|
2016
2018
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2017
2019
|
// Rainbow aliases
|
|
@@ -2036,24 +2038,24 @@ export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-rub
|
|
|
2036
2038
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2037
2039
|
// ReceiptText aliases
|
|
2038
2040
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2039
|
-
// Receipt aliases
|
|
2040
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2041
2041
|
// RectangleGoggles aliases
|
|
2042
2042
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2043
|
+
// Receipt aliases
|
|
2044
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2043
2045
|
// RectangleHorizontal aliases
|
|
2044
2046
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2045
2047
|
// RectangleVertical aliases
|
|
2046
2048
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2047
|
-
// Recycle aliases
|
|
2048
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2049
2049
|
// Redo2 aliases
|
|
2050
2050
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2051
|
+
// Recycle aliases
|
|
2052
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2053
|
+
// RedoDot aliases
|
|
2054
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2051
2055
|
// Redo aliases
|
|
2052
2056
|
export { default as RedoIcon } from '../icons/redo';
|
|
2053
2057
|
// RefreshCcwDot aliases
|
|
2054
2058
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2055
|
-
// RedoDot aliases
|
|
2056
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2057
2059
|
// RefreshCcw aliases
|
|
2058
2060
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2059
2061
|
// RefreshCwOff aliases
|
|
@@ -2074,28 +2076,28 @@ export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
|
2074
2076
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2075
2077
|
// ReplaceAll aliases
|
|
2076
2078
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2077
|
-
// Replace aliases
|
|
2078
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2079
2079
|
// Reply aliases
|
|
2080
2080
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2081
|
+
// Replace aliases
|
|
2082
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2081
2083
|
// ReplyAll aliases
|
|
2082
2084
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2083
2085
|
// Rewind aliases
|
|
2084
2086
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2085
|
-
// Ribbon aliases
|
|
2086
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2087
2087
|
// Rocket aliases
|
|
2088
2088
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2089
2089
|
// RockingChair aliases
|
|
2090
2090
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2091
|
+
// Ribbon aliases
|
|
2092
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2091
2093
|
// RollerCoaster aliases
|
|
2092
2094
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2093
2095
|
// RotateCcwKey aliases
|
|
2094
2096
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2095
|
-
// RotateCcw aliases
|
|
2096
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2097
2097
|
// RotateCcwSquare aliases
|
|
2098
2098
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2099
|
+
// RotateCcw aliases
|
|
2100
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2099
2101
|
// RotateCwSquare aliases
|
|
2100
2102
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2101
2103
|
// RotateCw aliases
|
|
@@ -2106,14 +2108,14 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2106
2108
|
export { default as RouteIcon } from '../icons/route';
|
|
2107
2109
|
// Router aliases
|
|
2108
2110
|
export { default as RouterIcon } from '../icons/router';
|
|
2111
|
+
// Ruler aliases
|
|
2112
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2109
2113
|
// Rows4 aliases
|
|
2110
2114
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2111
2115
|
// Rss aliases
|
|
2112
2116
|
export { default as RssIcon } from '../icons/rss';
|
|
2113
2117
|
// RussianRuble aliases
|
|
2114
2118
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2115
|
-
// Ruler aliases
|
|
2116
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2117
2119
|
// Sailboat aliases
|
|
2118
2120
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2119
2121
|
// Salad aliases
|
|
@@ -2162,42 +2164,42 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2162
2164
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2163
2165
|
// ScreenShareOff aliases
|
|
2164
2166
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2165
|
-
// ScreenShare aliases
|
|
2166
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2167
2167
|
// ScrollText aliases
|
|
2168
2168
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2169
|
-
//
|
|
2170
|
-
export { default as
|
|
2169
|
+
// ScreenShare aliases
|
|
2170
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2171
2171
|
// SearchCheck aliases
|
|
2172
2172
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2173
|
+
// Scroll aliases
|
|
2174
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2173
2175
|
// SearchCode aliases
|
|
2174
2176
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2175
2177
|
// SearchSlash aliases
|
|
2176
2178
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2177
|
-
// Search aliases
|
|
2178
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2179
2179
|
// SearchX aliases
|
|
2180
2180
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2181
|
+
// Search aliases
|
|
2182
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2181
2183
|
// Section aliases
|
|
2182
2184
|
export { default as SectionIcon } from '../icons/section';
|
|
2183
|
-
// SendToBack aliases
|
|
2184
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2185
2185
|
// Send aliases
|
|
2186
2186
|
export { default as SendIcon } from '../icons/send';
|
|
2187
2187
|
// SeparatorHorizontal aliases
|
|
2188
2188
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2189
|
+
// SendToBack aliases
|
|
2190
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2189
2191
|
// SeparatorVertical aliases
|
|
2190
2192
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2191
|
-
// ServerCog aliases
|
|
2192
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2193
2193
|
// ServerCrash aliases
|
|
2194
2194
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2195
2195
|
// ServerOff aliases
|
|
2196
2196
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2197
|
-
//
|
|
2198
|
-
export { default as
|
|
2197
|
+
// ServerCog aliases
|
|
2198
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2199
2199
|
// Settings2 aliases
|
|
2200
2200
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2201
|
+
// Server aliases
|
|
2202
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2201
2203
|
// Settings aliases
|
|
2202
2204
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2203
2205
|
// Shapes aliases
|
|
@@ -2212,98 +2214,98 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2212
2214
|
export { default as ShellIcon } from '../icons/shell';
|
|
2213
2215
|
// ShieldAlert aliases
|
|
2214
2216
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2215
|
-
// ShieldCheck aliases
|
|
2216
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2217
|
-
// ShieldEllipsis aliases
|
|
2218
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2219
2217
|
// ShieldBan aliases
|
|
2220
2218
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2219
|
+
// ShieldCheck aliases
|
|
2220
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2223
2221
|
// ShieldMinus aliases
|
|
2224
2222
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2223
|
+
// ShieldHalf aliases
|
|
2224
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2225
|
+
// ShieldEllipsis aliases
|
|
2226
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2225
2227
|
// ShieldOff aliases
|
|
2226
2228
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2227
2229
|
// ShieldPlus aliases
|
|
2228
2230
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2229
|
-
// ShieldQuestion aliases
|
|
2230
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2231
2231
|
// ShieldUser aliases
|
|
2232
2232
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2233
2233
|
// Shield aliases
|
|
2234
2234
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2235
|
-
//
|
|
2236
|
-
export { default as
|
|
2235
|
+
// ShieldQuestion aliases
|
|
2236
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2237
2237
|
// Ship aliases
|
|
2238
2238
|
export { default as ShipIcon } from '../icons/ship';
|
|
2239
|
-
//
|
|
2240
|
-
export { default as
|
|
2239
|
+
// ShipWheel aliases
|
|
2240
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2241
2241
|
// ShoppingBag aliases
|
|
2242
2242
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2243
|
+
// Shirt aliases
|
|
2244
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2243
2245
|
// ShoppingBasket aliases
|
|
2244
2246
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2245
|
-
// ShoppingCart aliases
|
|
2246
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2247
2247
|
// Shovel aliases
|
|
2248
2248
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2249
|
+
// ShoppingCart aliases
|
|
2250
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2249
2251
|
// ShowerHead aliases
|
|
2250
2252
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2251
2253
|
// Shredder aliases
|
|
2252
2254
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2253
2255
|
// Shrimp aliases
|
|
2254
2256
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2255
|
-
// Shrub aliases
|
|
2256
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2257
2257
|
// Shrink aliases
|
|
2258
2258
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2259
|
+
// Shrub aliases
|
|
2260
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2259
2261
|
// Shuffle aliases
|
|
2260
2262
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2261
2263
|
// Sigma aliases
|
|
2262
2264
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2263
|
-
// SignalHigh aliases
|
|
2264
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2265
2265
|
// SignalLow aliases
|
|
2266
2266
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2267
|
+
// SignalHigh aliases
|
|
2268
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2267
2269
|
// SignalMedium aliases
|
|
2268
2270
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2269
2271
|
// SignalZero aliases
|
|
2270
2272
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2273
|
+
// Signature aliases
|
|
2274
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2273
2275
|
// SignpostBig aliases
|
|
2274
2276
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2277
|
+
// Signal aliases
|
|
2278
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2275
2279
|
// Signpost aliases
|
|
2276
2280
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2277
|
-
// Signature aliases
|
|
2278
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2279
2281
|
// Siren aliases
|
|
2280
2282
|
export { default as SirenIcon } from '../icons/siren';
|
|
2281
2283
|
// SkipBack aliases
|
|
2282
2284
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2283
|
-
// Skull aliases
|
|
2284
|
-
export { default as SkullIcon } from '../icons/skull';
|
|
2285
|
-
// Slash aliases
|
|
2286
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2287
2285
|
// SkipForward aliases
|
|
2288
2286
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2287
|
+
// Skull aliases
|
|
2288
|
+
export { default as SkullIcon } from '../icons/skull';
|
|
2289
2289
|
// Slack aliases
|
|
2290
2290
|
export { default as SlackIcon } from '../icons/slack';
|
|
2291
|
+
// Slash aliases
|
|
2292
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2291
2293
|
// Slice aliases
|
|
2292
2294
|
export { default as SliceIcon } from '../icons/slice';
|
|
2295
|
+
// SmartphoneCharging aliases
|
|
2296
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2293
2297
|
// SlidersHorizontal aliases
|
|
2294
2298
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2295
2299
|
// SmartphoneNfc aliases
|
|
2296
2300
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2297
|
-
// SmartphoneCharging aliases
|
|
2298
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2299
|
-
// Smartphone aliases
|
|
2300
|
-
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2301
2301
|
// SmilePlus aliases
|
|
2302
2302
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2303
|
-
// Snail aliases
|
|
2304
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2305
2303
|
// Smile aliases
|
|
2306
2304
|
export { default as SmileIcon } from '../icons/smile';
|
|
2305
|
+
// Smartphone aliases
|
|
2306
|
+
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2307
|
+
// Snail aliases
|
|
2308
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2307
2309
|
// Snowflake aliases
|
|
2308
2310
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2309
2311
|
// Sofa aliases
|
|
@@ -2314,20 +2316,20 @@ export { default as SoupIcon } from '../icons/soup';
|
|
|
2314
2316
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2315
2317
|
// Space aliases
|
|
2316
2318
|
export { default as SpaceIcon } from '../icons/space';
|
|
2317
|
-
// Sparkle aliases
|
|
2318
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2319
2319
|
// Speaker aliases
|
|
2320
2320
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2321
|
+
// Sparkle aliases
|
|
2322
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2321
2323
|
// Speech aliases
|
|
2322
2324
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2323
2325
|
// SpellCheck2 aliases
|
|
2324
2326
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2325
2327
|
// SpellCheck aliases
|
|
2326
2328
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2327
|
-
// SplinePointer aliases
|
|
2328
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2329
2329
|
// Spline aliases
|
|
2330
2330
|
export { default as SplineIcon } from '../icons/spline';
|
|
2331
|
+
// SplinePointer aliases
|
|
2332
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2331
2333
|
// Split aliases
|
|
2332
2334
|
export { default as SplitIcon } from '../icons/split';
|
|
2333
2335
|
// SprayCan aliases
|
|
@@ -2336,32 +2338,32 @@ export { default as SprayCanIcon } from '../icons/spray-can';
|
|
|
2336
2338
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2337
2339
|
// SquareDashedBottomCode aliases
|
|
2338
2340
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2339
|
-
// SquareDashedBottom aliases
|
|
2340
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2341
2341
|
// SquareRadical aliases
|
|
2342
2342
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2343
|
+
// SquareDashedBottom aliases
|
|
2344
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2345
|
+
// SquareSquare aliases
|
|
2346
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2343
2347
|
// SquareRoundCorner aliases
|
|
2344
2348
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2345
2349
|
// SquareStack aliases
|
|
2346
2350
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2347
|
-
// SquareSquare aliases
|
|
2348
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2349
2351
|
// Square aliases
|
|
2350
2352
|
export { default as SquareIcon } from '../icons/square';
|
|
2351
|
-
// SquaresExclude aliases
|
|
2352
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2353
2353
|
// SquaresIntersect aliases
|
|
2354
2354
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2355
|
+
// SquaresUnite aliases
|
|
2356
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2357
|
+
// SquaresExclude aliases
|
|
2358
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2355
2359
|
// SquaresSubtract aliases
|
|
2356
2360
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2357
2361
|
// Squircle aliases
|
|
2358
2362
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2359
|
-
// SquaresUnite aliases
|
|
2360
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2361
|
-
// Stamp aliases
|
|
2362
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2363
2363
|
// Squirrel aliases
|
|
2364
2364
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2365
|
+
// Stamp aliases
|
|
2366
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2365
2367
|
// StarHalf aliases
|
|
2366
2368
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2367
2369
|
// StarOff aliases
|
|
@@ -2370,36 +2372,36 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2370
2372
|
export { default as StarIcon } from '../icons/star';
|
|
2371
2373
|
// StepBack aliases
|
|
2372
2374
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2373
|
-
// StepForward aliases
|
|
2374
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2375
2375
|
// Stethoscope aliases
|
|
2376
2376
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2377
|
+
// StepForward aliases
|
|
2378
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2377
2379
|
// Sticker aliases
|
|
2378
2380
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2379
2381
|
// StickyNote aliases
|
|
2380
2382
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2381
|
-
// StretchHorizontal aliases
|
|
2382
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2383
2383
|
// Store aliases
|
|
2384
2384
|
export { default as StoreIcon } from '../icons/store';
|
|
2385
2385
|
// Strikethrough aliases
|
|
2386
2386
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2387
2387
|
// StretchVertical aliases
|
|
2388
2388
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2389
|
+
// StretchHorizontal aliases
|
|
2390
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2389
2391
|
// Subscript aliases
|
|
2390
2392
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2391
|
-
// SunMedium aliases
|
|
2392
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2393
2393
|
// SunDim aliases
|
|
2394
2394
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2395
2395
|
// SunMoon aliases
|
|
2396
2396
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2397
|
+
// SunMedium aliases
|
|
2398
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2399
|
+
// Sun aliases
|
|
2400
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2397
2401
|
// SunSnow aliases
|
|
2398
2402
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2399
2403
|
// Sunrise aliases
|
|
2400
2404
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2401
|
-
// Sun aliases
|
|
2402
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2403
2405
|
// Sunset aliases
|
|
2404
2406
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2405
2407
|
// Superscript aliases
|
|
@@ -2412,24 +2414,24 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2412
2414
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2413
2415
|
// Sword aliases
|
|
2414
2416
|
export { default as SwordIcon } from '../icons/sword';
|
|
2415
|
-
// Swords aliases
|
|
2416
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2417
2417
|
// Syringe aliases
|
|
2418
2418
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2419
|
+
// Swords aliases
|
|
2420
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2419
2421
|
// Table2 aliases
|
|
2420
2422
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2421
2423
|
// TableCellsMerge aliases
|
|
2422
2424
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2423
|
-
// TableCellsSplit aliases
|
|
2424
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2425
2425
|
// TableColumnsSplit aliases
|
|
2426
2426
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2427
|
-
//
|
|
2428
|
-
export { default as
|
|
2427
|
+
// TableCellsSplit aliases
|
|
2428
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2429
2429
|
// TableProperties aliases
|
|
2430
2430
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2431
2431
|
// TableRowsSplit aliases
|
|
2432
2432
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2433
|
+
// TableOfContents aliases
|
|
2434
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2433
2435
|
// Table aliases
|
|
2434
2436
|
export { default as TableIcon } from '../icons/table';
|
|
2435
2437
|
// TabletSmartphone aliases
|
|
@@ -2438,22 +2440,22 @@ export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
|
2438
2440
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2439
2441
|
// Tablets aliases
|
|
2440
2442
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2441
|
-
// Tags aliases
|
|
2442
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2443
|
-
// Tally1 aliases
|
|
2444
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2445
2443
|
// Tag aliases
|
|
2446
2444
|
export { default as TagIcon } from '../icons/tag';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2445
|
+
// Tally1 aliases
|
|
2446
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2449
2447
|
// Tally3 aliases
|
|
2450
2448
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2449
|
+
// Tags aliases
|
|
2450
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2451
|
+
// Tally2 aliases
|
|
2452
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2453
2453
|
// Tally4 aliases
|
|
2454
2454
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2455
2455
|
// Tally5 aliases
|
|
2456
2456
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2457
|
+
// Tangent aliases
|
|
2458
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2457
2459
|
// Target aliases
|
|
2458
2460
|
export { default as TargetIcon } from '../icons/target';
|
|
2459
2461
|
// Telescope aliases
|
|
@@ -2466,10 +2468,10 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2466
2468
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2467
2469
|
// TestTube aliases
|
|
2468
2470
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2469
|
-
// TextCursorInput aliases
|
|
2470
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2471
2471
|
// TestTubes aliases
|
|
2472
2472
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2473
|
+
// TextCursorInput aliases
|
|
2474
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2473
2475
|
// TextCursor aliases
|
|
2474
2476
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2475
2477
|
// TextQuote aliases
|
|
@@ -2478,12 +2480,12 @@ export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
|
2478
2480
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2479
2481
|
// Text aliases
|
|
2480
2482
|
export { default as TextIcon } from '../icons/text';
|
|
2481
|
-
// Theater aliases
|
|
2482
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2483
2483
|
// ThermometerSnowflake aliases
|
|
2484
2484
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2485
2485
|
// ThermometerSun aliases
|
|
2486
2486
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2487
|
+
// Theater aliases
|
|
2488
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2487
2489
|
// Thermometer aliases
|
|
2488
2490
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2489
2491
|
// ThumbsDown aliases
|
|
@@ -2492,30 +2494,30 @@ export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
|
2492
2494
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2493
2495
|
// TicketCheck aliases
|
|
2494
2496
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2495
|
-
// TicketPercent aliases
|
|
2496
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2497
2497
|
// TicketMinus aliases
|
|
2498
2498
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2499
|
+
// TicketPercent aliases
|
|
2500
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2499
2501
|
// TicketPlus aliases
|
|
2500
2502
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2501
|
-
// TicketSlash aliases
|
|
2502
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2503
2503
|
// TicketX aliases
|
|
2504
2504
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2505
|
+
// TicketSlash aliases
|
|
2506
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2505
2507
|
// Ticket aliases
|
|
2506
2508
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2507
2509
|
// TicketsPlane aliases
|
|
2508
2510
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2509
2511
|
// Tickets aliases
|
|
2510
2512
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2511
|
-
// TimerOff aliases
|
|
2512
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2513
2513
|
// TimerReset aliases
|
|
2514
2514
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2515
|
-
//
|
|
2516
|
-
export { default as
|
|
2515
|
+
// TimerOff aliases
|
|
2516
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2517
2517
|
// ToggleLeft aliases
|
|
2518
2518
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2519
|
+
// Timer aliases
|
|
2520
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2519
2521
|
// ToggleRight aliases
|
|
2520
2522
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2521
2523
|
// Toilet aliases
|
|
@@ -2524,12 +2526,12 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2524
2526
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2525
2527
|
// Torus aliases
|
|
2526
2528
|
export { default as TorusIcon } from '../icons/torus';
|
|
2527
|
-
// Touchpad aliases
|
|
2528
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2529
2529
|
// TouchpadOff aliases
|
|
2530
2530
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2531
2531
|
// TowerControl aliases
|
|
2532
2532
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2533
|
+
// Touchpad aliases
|
|
2534
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2533
2535
|
// ToyBrick aliases
|
|
2534
2536
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2535
2537
|
// Tractor aliases
|
|
@@ -2546,60 +2548,60 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2546
2548
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2547
2549
|
// Trash2 aliases
|
|
2548
2550
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2549
|
-
// Trash aliases
|
|
2550
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2551
2551
|
// TreeDeciduous aliases
|
|
2552
2552
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2553
2553
|
// TreePine aliases
|
|
2554
2554
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2555
|
+
// Trash aliases
|
|
2556
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2555
2557
|
// Trees aliases
|
|
2556
2558
|
export { default as TreesIcon } from '../icons/trees';
|
|
2557
|
-
// Trello aliases
|
|
2558
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2559
2559
|
// TrendingDown aliases
|
|
2560
2560
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2561
|
-
//
|
|
2562
|
-
export { default as
|
|
2561
|
+
// Trello aliases
|
|
2562
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2563
2563
|
// TrendingUp aliases
|
|
2564
2564
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2565
2565
|
// TriangleDashed aliases
|
|
2566
2566
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2567
2567
|
// TriangleRight aliases
|
|
2568
2568
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2569
|
-
//
|
|
2570
|
-
export { default as
|
|
2569
|
+
// TrendingUpDown aliases
|
|
2570
|
+
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2571
2571
|
// Trophy aliases
|
|
2572
2572
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2573
|
+
// Triangle aliases
|
|
2574
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2573
2575
|
// Truck aliases
|
|
2574
2576
|
export { default as TruckIcon } from '../icons/truck';
|
|
2575
2577
|
// Turtle aliases
|
|
2576
2578
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2577
2579
|
// TvMinimalPlay aliases
|
|
2578
2580
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2581
|
+
// Twitter aliases
|
|
2582
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2579
2583
|
// Tv aliases
|
|
2580
2584
|
export { default as TvIcon } from '../icons/tv';
|
|
2581
2585
|
// Twitch aliases
|
|
2582
2586
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2583
|
-
// Twitter aliases
|
|
2584
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2585
2587
|
// TypeOutline aliases
|
|
2586
2588
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2587
2589
|
// Type aliases
|
|
2588
2590
|
export { default as TypeIcon } from '../icons/type';
|
|
2589
|
-
// UmbrellaOff aliases
|
|
2590
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2591
|
-
// Umbrella aliases
|
|
2592
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2593
2591
|
// Underline aliases
|
|
2594
2592
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2593
|
+
// Umbrella aliases
|
|
2594
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2595
|
+
// UmbrellaOff aliases
|
|
2596
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2595
2597
|
// Undo2 aliases
|
|
2596
2598
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2597
2599
|
// UndoDot aliases
|
|
2598
2600
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2599
|
-
// Undo aliases
|
|
2600
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2601
2601
|
// UnfoldHorizontal aliases
|
|
2602
2602
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2603
|
+
// Undo aliases
|
|
2604
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2603
2605
|
// UnfoldVertical aliases
|
|
2604
2606
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2605
2607
|
// Ungroup aliases
|
|
@@ -2610,46 +2612,46 @@ export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
|
2610
2612
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2611
2613
|
// Unplug aliases
|
|
2612
2614
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2613
|
-
// Upload aliases
|
|
2614
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2615
2615
|
// UserCheck aliases
|
|
2616
2616
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2617
|
+
// Upload aliases
|
|
2618
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2617
2619
|
// Usb aliases
|
|
2618
2620
|
export { default as UsbIcon } from '../icons/usb';
|
|
2619
|
-
// UserMinus aliases
|
|
2620
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2621
2621
|
// UserCog aliases
|
|
2622
2622
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2623
2623
|
// UserPen aliases
|
|
2624
2624
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2625
|
+
// UserMinus aliases
|
|
2626
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2625
2627
|
// UserPlus aliases
|
|
2626
2628
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2627
|
-
//
|
|
2628
|
-
export { default as
|
|
2629
|
+
// UserSearch aliases
|
|
2630
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2629
2631
|
// UserRoundSearch aliases
|
|
2630
2632
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2633
|
+
// UserRoundPen aliases
|
|
2634
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2631
2635
|
// UserX aliases
|
|
2632
2636
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2633
2637
|
// User aliases
|
|
2634
2638
|
export { default as UserIcon } from '../icons/user';
|
|
2635
|
-
// UserSearch aliases
|
|
2636
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2637
2639
|
// Users aliases
|
|
2638
2640
|
export { default as UsersIcon } from '../icons/users';
|
|
2639
|
-
// UtilityPole aliases
|
|
2640
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2641
2641
|
// Variable aliases
|
|
2642
2642
|
export { default as VariableIcon } from '../icons/variable';
|
|
2643
|
+
// UtilityPole aliases
|
|
2644
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2643
2645
|
// Vault aliases
|
|
2644
2646
|
export { default as VaultIcon } from '../icons/vault';
|
|
2645
|
-
// Vegan aliases
|
|
2646
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2647
2647
|
// VenetianMask aliases
|
|
2648
2648
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2649
|
+
// Vegan aliases
|
|
2650
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2651
2651
|
// Venus aliases
|
|
2652
2652
|
export { default as VenusIcon } from '../icons/venus';
|
|
2653
|
+
// VenusAndMars aliases
|
|
2654
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2653
2655
|
// VibrateOff aliases
|
|
2654
2656
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2655
2657
|
// Vibrate aliases
|
|
@@ -2666,76 +2668,76 @@ export { default as ViewIcon } from '../icons/view';
|
|
|
2666
2668
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2667
2669
|
// Volleyball aliases
|
|
2668
2670
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2669
|
-
// Volume1 aliases
|
|
2670
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2671
2671
|
// Volume2 aliases
|
|
2672
2672
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2673
|
+
// Volume1 aliases
|
|
2674
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2673
2675
|
// VolumeOff aliases
|
|
2674
2676
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2677
|
+
// Volume aliases
|
|
2678
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2675
2679
|
// VolumeX aliases
|
|
2676
2680
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2677
2681
|
// Vote aliases
|
|
2678
2682
|
export { default as VoteIcon } from '../icons/vote';
|
|
2679
|
-
// Volume aliases
|
|
2680
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2681
2683
|
// WalletCards aliases
|
|
2682
2684
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2683
|
-
// Wallpaper aliases
|
|
2684
|
-
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2685
2685
|
// Wallet aliases
|
|
2686
2686
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2687
2687
|
// Wand aliases
|
|
2688
2688
|
export { default as WandIcon } from '../icons/wand';
|
|
2689
|
+
// Wallpaper aliases
|
|
2690
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2689
2691
|
// Warehouse aliases
|
|
2690
2692
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2691
2693
|
// WashingMachine aliases
|
|
2692
2694
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2693
2695
|
// Watch aliases
|
|
2694
2696
|
export { default as WatchIcon } from '../icons/watch';
|
|
2695
|
-
// Waves aliases
|
|
2696
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2697
2697
|
// WavesLadder aliases
|
|
2698
2698
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2699
|
+
// Waves aliases
|
|
2700
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2699
2701
|
// Waypoints aliases
|
|
2700
2702
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2701
|
-
// WebhookOff aliases
|
|
2702
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2703
2703
|
// Webcam aliases
|
|
2704
2704
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2705
|
+
// WebhookOff aliases
|
|
2706
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2705
2707
|
// Webhook aliases
|
|
2706
2708
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2707
2709
|
// Weight aliases
|
|
2708
2710
|
export { default as WeightIcon } from '../icons/weight';
|
|
2709
2711
|
// WheatOff aliases
|
|
2710
2712
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2711
|
-
// Wheat aliases
|
|
2712
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2713
2713
|
// WholeWord aliases
|
|
2714
2714
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2715
|
+
// Wheat aliases
|
|
2716
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2715
2717
|
// WifiHigh aliases
|
|
2716
2718
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2717
|
-
// WifiOff aliases
|
|
2718
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2719
2719
|
// WifiLow aliases
|
|
2720
2720
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2721
|
-
// Wifi aliases
|
|
2722
|
-
export { default as WifiIcon } from '../icons/wifi';
|
|
2723
2721
|
// WifiZero aliases
|
|
2724
2722
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2725
|
-
//
|
|
2726
|
-
export { default as
|
|
2723
|
+
// WifiOff aliases
|
|
2724
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2727
2725
|
// Wind aliases
|
|
2728
2726
|
export { default as WindIcon } from '../icons/wind';
|
|
2727
|
+
// Wifi aliases
|
|
2728
|
+
export { default as WifiIcon } from '../icons/wifi';
|
|
2729
|
+
// WindArrowDown aliases
|
|
2730
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2729
2731
|
// WineOff aliases
|
|
2730
2732
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2731
2733
|
// Wine aliases
|
|
2732
2734
|
export { default as WineIcon } from '../icons/wine';
|
|
2733
2735
|
// Workflow aliases
|
|
2734
2736
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2735
|
-
// WrapText aliases
|
|
2736
|
-
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2737
2737
|
// Worm aliases
|
|
2738
2738
|
export { default as WormIcon } from '../icons/worm';
|
|
2739
|
+
// WrapText aliases
|
|
2740
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2739
2741
|
// Wrench aliases
|
|
2740
2742
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2741
2743
|
// X aliases
|
|
@@ -2758,12 +2760,12 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2758
2760
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2759
2761
|
// ArrowUp10 aliases
|
|
2760
2762
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2761
|
-
// AlarmClockCheck aliases
|
|
2762
|
-
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2763
|
-
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2764
2763
|
// AlarmClockMinus aliases
|
|
2765
2764
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2766
2765
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2766
|
+
// AlarmClockCheck aliases
|
|
2767
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2768
|
+
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2767
2769
|
// AlarmClockPlus aliases
|
|
2768
2770
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2769
2771
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
@@ -2785,6 +2787,9 @@ export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
|
2785
2787
|
// ArrowUpZA aliases
|
|
2786
2788
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2787
2789
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2790
|
+
// Axis3d aliases
|
|
2791
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2792
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2788
2793
|
// BadgeCheck aliases
|
|
2789
2794
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2790
2795
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2794,42 +2799,39 @@ export {
|
|
|
2794
2799
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2795
2800
|
default as BetweenHorizonalEndIcon
|
|
2796
2801
|
} from '../icons/between-horizontal-end';
|
|
2797
|
-
// Axis3d aliases
|
|
2798
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2799
|
-
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2800
2802
|
// BetweenHorizontalStart aliases
|
|
2801
2803
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2802
2804
|
export {
|
|
2803
2805
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2804
2806
|
default as BetweenHorizonalStartIcon
|
|
2805
2807
|
} from '../icons/between-horizontal-start';
|
|
2806
|
-
// Braces aliases
|
|
2807
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2808
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2809
|
-
// BookDashed aliases
|
|
2810
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2811
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2812
2808
|
// Captions aliases
|
|
2813
2809
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2814
2810
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2815
|
-
//
|
|
2816
|
-
export { default as
|
|
2811
|
+
// BookDashed aliases
|
|
2812
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2813
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2814
|
+
// Braces aliases
|
|
2815
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2816
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2817
|
+
// ChartBar aliases
|
|
2818
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2817
2819
|
export {
|
|
2818
2820
|
/** @deprecated */
|
|
2819
|
-
default as
|
|
2820
|
-
} from '../icons/chart-
|
|
2821
|
+
default as BarChartHorizontalIcon
|
|
2822
|
+
} from '../icons/chart-bar';
|
|
2821
2823
|
// ChartBarBig aliases
|
|
2822
2824
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2823
2825
|
export {
|
|
2824
2826
|
/** @deprecated */
|
|
2825
2827
|
default as BarChartHorizontalBigIcon
|
|
2826
2828
|
} from '../icons/chart-bar-big';
|
|
2827
|
-
//
|
|
2828
|
-
export { default as
|
|
2829
|
+
// ChartArea aliases
|
|
2830
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2829
2831
|
export {
|
|
2830
2832
|
/** @deprecated */
|
|
2831
|
-
default as
|
|
2832
|
-
} from '../icons/chart-
|
|
2833
|
+
default as AreaChartIcon
|
|
2834
|
+
} from '../icons/chart-area';
|
|
2833
2835
|
// ChartCandlestick aliases
|
|
2834
2836
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2835
2837
|
export {
|
|
@@ -2848,12 +2850,6 @@ export {
|
|
|
2848
2850
|
/** @deprecated */
|
|
2849
2851
|
default as BarChart4Icon
|
|
2850
2852
|
} from '../icons/chart-column-increasing';
|
|
2851
|
-
// ChartColumn aliases
|
|
2852
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2853
|
-
export {
|
|
2854
|
-
/** @deprecated */
|
|
2855
|
-
default as BarChart3Icon
|
|
2856
|
-
} from '../icons/chart-column';
|
|
2857
2853
|
// ChartLine aliases
|
|
2858
2854
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2859
2855
|
export {
|
|
@@ -2866,18 +2862,18 @@ export {
|
|
|
2866
2862
|
/** @deprecated */
|
|
2867
2863
|
default as BarChartIcon
|
|
2868
2864
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2865
|
+
// ChartColumn aliases
|
|
2866
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2867
|
+
export {
|
|
2868
|
+
/** @deprecated */
|
|
2869
|
+
default as BarChart3Icon
|
|
2870
|
+
} from '../icons/chart-column';
|
|
2869
2871
|
// ChartNoAxesColumn aliases
|
|
2870
2872
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2871
2873
|
export {
|
|
2872
2874
|
/** @deprecated */
|
|
2873
2875
|
default as BarChart2Icon
|
|
2874
2876
|
} from '../icons/chart-no-axes-column';
|
|
2875
|
-
// ChartNoAxesGantt aliases
|
|
2876
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2877
|
-
export {
|
|
2878
|
-
/** @deprecated */
|
|
2879
|
-
default as GanttChartIcon
|
|
2880
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2881
2877
|
// ChartPie aliases
|
|
2882
2878
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2883
2879
|
export {
|
|
@@ -2888,8 +2884,14 @@ export {
|
|
|
2888
2884
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2889
2885
|
export {
|
|
2890
2886
|
/** @deprecated */
|
|
2891
|
-
default as ScatterChartIcon
|
|
2892
|
-
} from '../icons/chart-scatter';
|
|
2887
|
+
default as ScatterChartIcon
|
|
2888
|
+
} from '../icons/chart-scatter';
|
|
2889
|
+
// ChartNoAxesGantt aliases
|
|
2890
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2891
|
+
export {
|
|
2892
|
+
/** @deprecated */
|
|
2893
|
+
default as GanttChartIcon
|
|
2894
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2893
2895
|
// CircleAlert aliases
|
|
2894
2896
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2895
2897
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
@@ -2911,27 +2913,27 @@ export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-
|
|
|
2911
2913
|
// CircleArrowRight aliases
|
|
2912
2914
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2913
2915
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2916
|
+
// CircleCheckBig aliases
|
|
2917
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2918
|
+
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2914
2919
|
// CircleArrowOutUpRight aliases
|
|
2915
2920
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2916
2921
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2917
2922
|
// CircleArrowUp aliases
|
|
2918
2923
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2919
2924
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2920
|
-
// CircleCheckBig aliases
|
|
2921
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2922
|
-
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2923
2925
|
// CircleCheck aliases
|
|
2924
2926
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2925
2927
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2926
2928
|
// CircleChevronDown aliases
|
|
2927
2929
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2928
2930
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2929
|
-
// CircleChevronLeft aliases
|
|
2930
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2931
|
-
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2932
2931
|
// CircleChevronRight aliases
|
|
2933
2932
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2934
2933
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2934
|
+
// CircleChevronLeft aliases
|
|
2935
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2936
|
+
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2935
2937
|
// CircleChevronUp aliases
|
|
2936
2938
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2937
2939
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
@@ -2953,12 +2955,12 @@ export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
|
2953
2955
|
// CircleParking aliases
|
|
2954
2956
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2955
2957
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2956
|
-
// CirclePercent aliases
|
|
2957
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2958
|
-
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2959
2958
|
// CirclePause aliases
|
|
2960
2959
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2961
2960
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2961
|
+
// CirclePercent aliases
|
|
2962
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2963
|
+
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2962
2964
|
// CirclePlay aliases
|
|
2963
2965
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2964
2966
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
@@ -2968,12 +2970,12 @@ export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
|
2968
2970
|
// CirclePower aliases
|
|
2969
2971
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2970
2972
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2971
|
-
// CircleSlash2 aliases
|
|
2972
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2973
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2974
2973
|
// CircleStop aliases
|
|
2975
2974
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2976
2975
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
2976
|
+
// CircleSlash2 aliases
|
|
2977
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2978
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2977
2979
|
// CircleUserRound aliases
|
|
2978
2980
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
2979
2981
|
export {
|
|
@@ -2995,6 +2997,9 @@ export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
|
2995
2997
|
// CloudDownload aliases
|
|
2996
2998
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2997
2999
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3000
|
+
// CloudUpload aliases
|
|
3001
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3002
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
2998
3003
|
// CodeXml aliases
|
|
2999
3004
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3000
3005
|
export {
|
|
@@ -3004,33 +3009,33 @@ export {
|
|
|
3004
3009
|
// Columns2 aliases
|
|
3005
3010
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3006
3011
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3007
|
-
// CloudUpload aliases
|
|
3008
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3009
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3010
3012
|
// Columns3 aliases
|
|
3011
3013
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3012
3014
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3013
|
-
//
|
|
3014
|
-
export { default as
|
|
3015
|
-
export {
|
|
3016
|
-
/** @deprecated */
|
|
3017
|
-
default as Contact2Icon
|
|
3018
|
-
} from '../icons/contact-round';
|
|
3015
|
+
// DiamondPercent aliases
|
|
3016
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3017
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3019
3018
|
// Earth aliases
|
|
3020
3019
|
export { default as EarthIcon } from '../icons/earth';
|
|
3021
3020
|
export {
|
|
3022
3021
|
/** @deprecated */
|
|
3023
3022
|
default as Globe2Icon
|
|
3024
3023
|
} from '../icons/earth';
|
|
3025
|
-
// DiamondPercent aliases
|
|
3026
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3027
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3028
3024
|
// EllipsisVertical aliases
|
|
3029
3025
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3030
3026
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3027
|
+
// ContactRound aliases
|
|
3028
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3029
|
+
export {
|
|
3030
|
+
/** @deprecated */
|
|
3031
|
+
default as Contact2Icon
|
|
3032
|
+
} from '../icons/contact-round';
|
|
3031
3033
|
// Ellipsis aliases
|
|
3032
3034
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3033
3035
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3036
|
+
// FileAxis3d aliases
|
|
3037
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3038
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3034
3039
|
// FileChartColumnIncreasing aliases
|
|
3035
3040
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3036
3041
|
export {
|
|
@@ -3043,9 +3048,6 @@ export {
|
|
|
3043
3048
|
/** @deprecated */
|
|
3044
3049
|
default as FileBarChart2Icon
|
|
3045
3050
|
} from '../icons/file-chart-column';
|
|
3046
|
-
// FileAxis3d aliases
|
|
3047
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3048
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3049
3051
|
// FileChartLine aliases
|
|
3050
3052
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3051
3053
|
export {
|
|
@@ -3067,49 +3069,49 @@ export {
|
|
|
3067
3069
|
// FilePenLine aliases
|
|
3068
3070
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3069
3071
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3070
|
-
// FolderCog aliases
|
|
3071
|
-
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3072
|
-
export {
|
|
3073
|
-
/** @deprecated */
|
|
3074
|
-
default as FolderCog2Icon
|
|
3075
|
-
} from '../icons/folder-cog';
|
|
3076
3072
|
// FilePen aliases
|
|
3077
3073
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3078
3074
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3079
3075
|
// FolderPen aliases
|
|
3080
3076
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3081
3077
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3078
|
+
// FolderCog aliases
|
|
3079
|
+
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3080
|
+
export {
|
|
3081
|
+
/** @deprecated */
|
|
3082
|
+
default as FolderCog2Icon
|
|
3083
|
+
} from '../icons/folder-cog';
|
|
3082
3084
|
// FunnelX aliases
|
|
3083
3085
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3084
3086
|
export {
|
|
3085
3087
|
/** @deprecated */
|
|
3086
3088
|
default as FilterXIcon
|
|
3087
3089
|
} from '../icons/funnel-x';
|
|
3088
|
-
// GitCommitHorizontal aliases
|
|
3089
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3090
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3091
3090
|
// Funnel aliases
|
|
3092
3091
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3093
3092
|
export {
|
|
3094
3093
|
/** @deprecated */
|
|
3095
3094
|
default as FilterIcon
|
|
3096
3095
|
} from '../icons/funnel';
|
|
3097
|
-
//
|
|
3098
|
-
export { default as
|
|
3099
|
-
export { default as
|
|
3096
|
+
// GitCommitHorizontal aliases
|
|
3097
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3098
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3100
3099
|
// Grid2x2Plus aliases
|
|
3101
3100
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3102
3101
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3102
|
+
// Grid2x2Check aliases
|
|
3103
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3104
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3103
3105
|
// Grid2x2X aliases
|
|
3104
3106
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3105
3107
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3106
|
-
// Grid2x2 aliases
|
|
3107
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3108
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3109
3108
|
// Grid3x3 aliases
|
|
3110
3109
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3111
3110
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3112
3111
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3112
|
+
// Grid2x2 aliases
|
|
3113
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3114
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3113
3115
|
// HandHelping aliases
|
|
3114
3116
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3115
3117
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
@@ -3122,24 +3124,24 @@ export {
|
|
|
3122
3124
|
/** @deprecated */
|
|
3123
3125
|
default as IceCream2Icon
|
|
3124
3126
|
} from '../icons/ice-cream-bowl';
|
|
3125
|
-
// IndentDecrease aliases
|
|
3126
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3127
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3128
3127
|
// IceCreamCone aliases
|
|
3129
3128
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3130
3129
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3130
|
+
// IndentDecrease aliases
|
|
3131
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3132
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3131
3133
|
// IndentIncrease aliases
|
|
3132
3134
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3133
3135
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3134
|
-
// Layers aliases
|
|
3135
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3136
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3137
3136
|
// LaptopMinimal aliases
|
|
3138
3137
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3139
3138
|
export {
|
|
3140
3139
|
/** @deprecated */
|
|
3141
3140
|
default as Laptop2Icon
|
|
3142
3141
|
} from '../icons/laptop-minimal';
|
|
3142
|
+
// Layers aliases
|
|
3143
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3144
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3143
3145
|
// LoaderCircle aliases
|
|
3144
3146
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3145
3147
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3149,18 +3151,18 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3149
3151
|
// LockOpen aliases
|
|
3150
3152
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3151
3153
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3152
|
-
// MicVocal aliases
|
|
3153
|
-
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3154
|
-
export {
|
|
3155
|
-
/** @deprecated */
|
|
3156
|
-
default as Mic2Icon
|
|
3157
|
-
} from '../icons/mic-vocal';
|
|
3158
3154
|
// Move3d aliases
|
|
3159
3155
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3160
3156
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3161
3157
|
// OctagonAlert aliases
|
|
3162
3158
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3163
3159
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3160
|
+
// MicVocal aliases
|
|
3161
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3162
|
+
export {
|
|
3163
|
+
/** @deprecated */
|
|
3164
|
+
default as Mic2Icon
|
|
3165
|
+
} from '../icons/mic-vocal';
|
|
3164
3166
|
// OctagonPause aliases
|
|
3165
3167
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3166
3168
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
@@ -3185,12 +3187,12 @@ export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
|
3185
3187
|
// PanelLeft aliases
|
|
3186
3188
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3187
3189
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3188
|
-
// PanelRightDashed aliases
|
|
3189
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3190
|
-
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3191
3190
|
// PanelTopDashed aliases
|
|
3192
3191
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3193
3192
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3193
|
+
// PanelRightDashed aliases
|
|
3194
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3195
|
+
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3194
3196
|
// PanelsTopLeft aliases
|
|
3195
3197
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3196
3198
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
@@ -3200,9 +3202,6 @@ export {
|
|
|
3200
3202
|
/** @deprecated */
|
|
3201
3203
|
default as Edit3Icon
|
|
3202
3204
|
} from '../icons/pen-line';
|
|
3203
|
-
// PlugZap aliases
|
|
3204
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3205
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3206
3205
|
// Pen aliases
|
|
3207
3206
|
export { default as PenIcon } from '../icons/pen';
|
|
3208
3207
|
export {
|
|
@@ -3212,12 +3211,15 @@ export {
|
|
|
3212
3211
|
// RectangleEllipsis aliases
|
|
3213
3212
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3214
3213
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3215
|
-
//
|
|
3216
|
-
export { default as
|
|
3217
|
-
export { default as
|
|
3214
|
+
// PlugZap aliases
|
|
3215
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3216
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3218
3217
|
// Rotate3d aliases
|
|
3219
3218
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3220
3219
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3220
|
+
// Rows2 aliases
|
|
3221
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3222
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3221
3223
|
// Rows3 aliases
|
|
3222
3224
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3223
3225
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
@@ -3239,70 +3241,70 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3239
3241
|
// Sparkles aliases
|
|
3240
3242
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3241
3243
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3242
|
-
// SquareArrowDownLeft aliases
|
|
3243
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3244
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3245
3244
|
// SquareActivity aliases
|
|
3246
3245
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3247
3246
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3247
|
+
// SquareArrowDownLeft aliases
|
|
3248
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3249
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3248
3250
|
// SquareArrowDownRight aliases
|
|
3249
3251
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3250
3252
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3251
|
-
// SquareArrowLeft aliases
|
|
3252
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3253
|
-
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3254
|
-
// SquareArrowOutDownLeft aliases
|
|
3255
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3256
|
-
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3257
3253
|
// SquareArrowDown aliases
|
|
3258
3254
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3259
3255
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3256
|
+
// SquareArrowOutDownLeft aliases
|
|
3257
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3258
|
+
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3259
|
+
// SquareArrowLeft aliases
|
|
3260
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3261
|
+
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3260
3262
|
// SquareArrowOutDownRight aliases
|
|
3261
3263
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3262
3264
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3263
3265
|
// SquareArrowOutUpLeft aliases
|
|
3264
3266
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3265
3267
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3266
|
-
// SquareArrowOutUpRight aliases
|
|
3267
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3268
|
-
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3269
3268
|
// SquareArrowRight aliases
|
|
3270
3269
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3271
3270
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3271
|
+
// SquareArrowOutUpRight aliases
|
|
3272
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3273
|
+
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3272
3274
|
// SquareArrowUpLeft aliases
|
|
3273
3275
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3274
3276
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3275
|
-
// SquareArrowUp aliases
|
|
3276
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3277
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3278
3277
|
// SquareArrowUpRight aliases
|
|
3279
3278
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3280
3279
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3280
|
+
// SquareArrowUp aliases
|
|
3281
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3282
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3281
3283
|
// SquareAsterisk aliases
|
|
3282
3284
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3283
3285
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3284
3286
|
// SquareBottomDashedScissors aliases
|
|
3285
3287
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3286
3288
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3287
|
-
// SquareCheckBig aliases
|
|
3288
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3289
|
-
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3290
3289
|
// SquareChartGantt aliases
|
|
3291
3290
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3292
3291
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3293
3292
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3293
|
+
// SquareCheckBig aliases
|
|
3294
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3295
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3294
3296
|
// SquareCheck aliases
|
|
3295
3297
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3296
3298
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3299
|
+
// SquareChevronLeft aliases
|
|
3300
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3301
|
+
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3297
3302
|
// SquareChevronDown aliases
|
|
3298
3303
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3299
3304
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3300
3305
|
// SquareChevronRight aliases
|
|
3301
3306
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3302
3307
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3303
|
-
// SquareChevronLeft aliases
|
|
3304
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3305
|
-
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3306
3308
|
// SquareChevronUp aliases
|
|
3307
3309
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3308
3310
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
@@ -3315,15 +3317,15 @@ export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban
|
|
|
3315
3317
|
// SquareDashedMousePointer aliases
|
|
3316
3318
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3317
3319
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3320
|
+
// SquareDashed aliases
|
|
3321
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3322
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3318
3323
|
// SquareDivide aliases
|
|
3319
3324
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3320
3325
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3321
3326
|
// SquareDot aliases
|
|
3322
3327
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3323
3328
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3324
|
-
// SquareDashed aliases
|
|
3325
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3326
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3327
3329
|
// SquareEqual aliases
|
|
3328
3330
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3329
3331
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
@@ -3336,15 +3338,15 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3336
3338
|
// SquareLibrary aliases
|
|
3337
3339
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3338
3340
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3339
|
-
// SquareMinus aliases
|
|
3340
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3341
|
-
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3342
3341
|
// SquareM aliases
|
|
3343
3342
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3344
3343
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3345
3344
|
// SquareMenu aliases
|
|
3346
3345
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3347
3346
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3347
|
+
// SquareMinus aliases
|
|
3348
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3349
|
+
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3348
3350
|
// SquareParkingOff aliases
|
|
3349
3351
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3350
3352
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
@@ -3354,9 +3356,6 @@ export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
|
3354
3356
|
// SquareParking aliases
|
|
3355
3357
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3356
3358
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3357
|
-
// SquarePercent aliases
|
|
3358
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3359
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3360
3359
|
// SquarePen aliases
|
|
3361
3360
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3362
3361
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3365,33 +3364,36 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3365
3364
|
// SquarePi aliases
|
|
3366
3365
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3367
3366
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3368
|
-
// SquarePlay aliases
|
|
3369
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3370
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3371
3367
|
// SquarePilcrow aliases
|
|
3372
3368
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3373
3369
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3370
|
+
// SquarePercent aliases
|
|
3371
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3372
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3374
3373
|
// SquarePlus aliases
|
|
3375
3374
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3376
3375
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3376
|
+
// SquarePlay aliases
|
|
3377
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3378
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3377
3379
|
// SquarePower aliases
|
|
3378
3380
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3379
3381
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3380
3382
|
// SquareScissors aliases
|
|
3381
3383
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3382
3384
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3383
|
-
// SquareSlash aliases
|
|
3384
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3385
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3386
3385
|
// SquareSigma aliases
|
|
3387
3386
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3388
3387
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3389
|
-
//
|
|
3390
|
-
export { default as
|
|
3391
|
-
export { default as
|
|
3388
|
+
// SquareSlash aliases
|
|
3389
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3390
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3392
3391
|
// SquareSplitHorizontal aliases
|
|
3393
3392
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3394
3393
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3394
|
+
// SquareSplitVertical aliases
|
|
3395
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3396
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3395
3397
|
// SquareTerminal aliases
|
|
3396
3398
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3397
3399
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3410,12 +3412,12 @@ export { default as XSquareIcon } from '../icons/square-x';
|
|
|
3410
3412
|
// TestTubeDiagonal aliases
|
|
3411
3413
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3412
3414
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3413
|
-
// TextSelect aliases
|
|
3414
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3415
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3416
3415
|
// TramFront aliases
|
|
3417
3416
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3418
3417
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3418
|
+
// TextSelect aliases
|
|
3419
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3420
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3419
3421
|
// TreePalm aliases
|
|
3420
3422
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3421
3423
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
@@ -3425,21 +3427,21 @@ export {
|
|
|
3425
3427
|
/** @deprecated */
|
|
3426
3428
|
default as Tv2Icon
|
|
3427
3429
|
} from '../icons/tv-minimal';
|
|
3428
|
-
// TriangleAlert aliases
|
|
3429
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3430
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3431
|
-
// UserRoundCheck aliases
|
|
3432
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3433
|
-
export {
|
|
3434
|
-
/** @deprecated */
|
|
3435
|
-
default as UserCheck2Icon
|
|
3436
|
-
} from '../icons/user-round-check';
|
|
3437
3430
|
// University aliases
|
|
3438
3431
|
export { default as UniversityIcon } from '../icons/university';
|
|
3439
3432
|
export {
|
|
3440
3433
|
/** @deprecated */
|
|
3441
3434
|
default as School2Icon
|
|
3442
3435
|
} from '../icons/university';
|
|
3436
|
+
// UserRoundCheck aliases
|
|
3437
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3438
|
+
export {
|
|
3439
|
+
/** @deprecated */
|
|
3440
|
+
default as UserCheck2Icon
|
|
3441
|
+
} from '../icons/user-round-check';
|
|
3442
|
+
// TriangleAlert aliases
|
|
3443
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3444
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3443
3445
|
// UserRoundCog aliases
|
|
3444
3446
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3445
3447
|
export {
|
|
@@ -3458,36 +3460,36 @@ export {
|
|
|
3458
3460
|
/** @deprecated */
|
|
3459
3461
|
default as UserMinus2Icon
|
|
3460
3462
|
} from '../icons/user-round-minus';
|
|
3461
|
-
// UsersRound aliases
|
|
3462
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @deprecated */
|
|
3465
|
-
default as Users2Icon
|
|
3466
|
-
} from '../icons/users-round';
|
|
3467
3463
|
// UserRound aliases
|
|
3468
3464
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3469
3465
|
export {
|
|
3470
3466
|
/** @deprecated */
|
|
3471
3467
|
default as User2Icon
|
|
3472
3468
|
} from '../icons/user-round';
|
|
3473
|
-
// UtensilsCrossed aliases
|
|
3474
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3475
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3476
3469
|
// UserRoundX aliases
|
|
3477
3470
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3478
3471
|
export {
|
|
3479
3472
|
/** @deprecated */
|
|
3480
3473
|
default as UserX2Icon
|
|
3481
3474
|
} from '../icons/user-round-x';
|
|
3482
|
-
//
|
|
3483
|
-
export { default as
|
|
3484
|
-
export { default as
|
|
3475
|
+
// UtensilsCrossed aliases
|
|
3476
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3477
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3485
3478
|
// WalletMinimal aliases
|
|
3486
3479
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3487
3480
|
export {
|
|
3488
3481
|
/** @deprecated */
|
|
3489
3482
|
default as Wallet2Icon
|
|
3490
3483
|
} from '../icons/wallet-minimal';
|
|
3484
|
+
// Utensils aliases
|
|
3485
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3486
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3487
|
+
// UsersRound aliases
|
|
3488
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3489
|
+
export {
|
|
3490
|
+
/** @deprecated */
|
|
3491
|
+
default as Users2Icon
|
|
3492
|
+
} from '../icons/users-round';
|
|
3491
3493
|
// WandSparkles aliases
|
|
3492
3494
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3493
3495
|
export {
|