@lucide/astro 0.522.0 → 0.524.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 +27 -27
- package/src/aliases/prefixed.ts +487 -483
- package/src/aliases/suffixed.ts +805 -801
- package/src/icons/bottle-wine.ts +18 -0
- package/src/icons/calendar-clock.ts +2 -2
- package/src/icons/clock-1.ts +2 -2
- package/src/icons/clock-10.ts +2 -2
- package/src/icons/clock-11.ts +2 -2
- package/src/icons/clock-12.ts +2 -2
- package/src/icons/clock-2.ts +2 -2
- package/src/icons/clock-3.ts +2 -2
- package/src/icons/clock-4.ts +2 -2
- package/src/icons/clock-5.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/clock-7.ts +2 -2
- package/src/icons/clock-8.ts +2 -2
- package/src/icons/clock-9.ts +2 -2
- package/src/icons/clock-alert.ts +2 -2
- package/src/icons/clock-arrow-down.ts +2 -2
- package/src/icons/clock-arrow-up.ts +2 -2
- package/src/icons/clock.ts +2 -2
- package/src/icons/dessert.ts +2 -2
- package/src/icons/file-clock.ts +2 -2
- package/src/icons/folder-clock.ts +2 -2
- package/src/icons/index.ts +150 -148
- package/src/icons/ligature.ts +2 -2
- package/src/icons/vector-square.ts +18 -0
- package/src/icons/watch.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,69 +1,75 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
3
9
|
// Activity aliases
|
|
4
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
5
11
|
// AirVent aliases
|
|
6
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
7
13
|
// Airplay aliases
|
|
8
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
9
|
-
// AlarmClock aliases
|
|
10
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
11
15
|
// AlarmClockOff aliases
|
|
12
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
13
19
|
// AlarmSmoke aliases
|
|
14
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
15
21
|
// Album aliases
|
|
16
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
17
|
-
// AlignCenterHorizontal aliases
|
|
18
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
19
23
|
// AlignCenterVertical aliases
|
|
20
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
27
|
// AlignCenter aliases
|
|
24
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
25
31
|
// AlignEndVertical aliases
|
|
26
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
+
// AlignHorizontalDistributeStart aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
27
35
|
// AlignHorizontalDistributeCenter aliases
|
|
28
36
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
37
|
// AlignHorizontalDistributeEnd aliases
|
|
30
38
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
|
-
// AlignHorizontalDistributeStart aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
33
39
|
// AlignHorizontalJustifyCenter aliases
|
|
34
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
35
41
|
// AlignHorizontalJustifyEnd aliases
|
|
36
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
43
|
+
// AlignHorizontalSpaceBetween aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
39
45
|
// AlignHorizontalJustifyStart aliases
|
|
40
46
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
41
49
|
// AlignJustify aliases
|
|
42
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
43
|
-
// AlignHorizontalSpaceBetween aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
|
-
// AlignLeft aliases
|
|
46
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
47
51
|
// AlignRight aliases
|
|
48
52
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
53
|
+
// AlignLeft aliases
|
|
54
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
49
55
|
// AlignStartHorizontal aliases
|
|
50
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
57
|
// AlignStartVertical aliases
|
|
52
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
|
+
// AlignVerticalDistributeCenter aliases
|
|
60
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
61
|
// AlignVerticalDistributeEnd aliases
|
|
54
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
63
|
// AlignVerticalJustifyCenter aliases
|
|
56
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
|
-
// AlignVerticalDistributeCenter aliases
|
|
58
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
65
|
// AlignVerticalDistributeStart aliases
|
|
60
66
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
67
|
// AlignVerticalJustifyEnd aliases
|
|
62
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
// AlignVerticalSpaceAround aliases
|
|
64
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
69
|
// AlignVerticalJustifyStart aliases
|
|
66
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
73
|
// AlignVerticalSpaceBetween aliases
|
|
68
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
69
75
|
// Ambulance aliases
|
|
@@ -72,14 +78,14 @@ export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
|
72
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
79
|
// Ampersands aliases
|
|
74
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
-
// Amphora aliases
|
|
76
|
-
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
|
-
// AlignEndHorizontal aliases
|
|
78
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
79
81
|
// Anchor aliases
|
|
80
82
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
83
|
+
// Amphora aliases
|
|
84
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
85
|
// Angry aliases
|
|
82
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
+
// Annoyed aliases
|
|
88
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
89
|
// Antenna aliases
|
|
84
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
91
|
// Anvil aliases
|
|
@@ -94,22 +100,22 @@ export { default as AppWindowIcon } from '../icons/app-window';
|
|
|
94
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
101
|
// ArchiveRestore aliases
|
|
96
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
103
|
// ArchiveX aliases
|
|
100
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
101
|
-
//
|
|
102
|
-
export { default as
|
|
105
|
+
// Archive aliases
|
|
106
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
107
|
// Armchair aliases
|
|
104
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
105
109
|
// ArrowBigDownDash aliases
|
|
106
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
107
|
-
//
|
|
108
|
-
export { default as
|
|
111
|
+
// ArrowBigDown aliases
|
|
112
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
109
113
|
// ArrowBigLeft aliases
|
|
110
114
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
115
|
// ArrowBigRightDash aliases
|
|
112
116
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
|
+
// ArrowBigLeftDash aliases
|
|
118
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
119
|
// ArrowBigRight aliases
|
|
114
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
115
121
|
// ArrowBigUpDash aliases
|
|
@@ -118,16 +124,16 @@ export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
|
118
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
125
|
// ArrowDownFromLine aliases
|
|
120
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
+
// ArrowDownLeft aliases
|
|
128
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
129
|
// ArrowDownNarrowWide aliases
|
|
122
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
131
|
// ArrowDownRight aliases
|
|
124
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
-
// ArrowDownLeft aliases
|
|
128
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
133
|
// ArrowDownToDot aliases
|
|
130
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
|
+
// ArrowDownToLine aliases
|
|
136
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
137
|
// ArrowDownUp aliases
|
|
132
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
139
|
// ArrowDown aliases
|
|
@@ -144,10 +150,10 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
144
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
145
151
|
// ArrowRightLeft aliases
|
|
146
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
147
|
-
// ArrowRightToLine aliases
|
|
148
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
149
153
|
// ArrowRight aliases
|
|
150
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
+
// ArrowRightToLine aliases
|
|
156
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
151
157
|
// ArrowUpDown aliases
|
|
152
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
153
159
|
// ArrowUpFromDot aliases
|
|
@@ -160,38 +166,38 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
160
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
161
167
|
// ArrowUpToLine aliases
|
|
162
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
-
// ArrowUp aliases
|
|
164
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
169
|
// ArrowUpWideNarrow aliases
|
|
166
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
+
// ArrowUp aliases
|
|
172
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
173
|
// ArrowsUpFromLine aliases
|
|
168
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
175
|
// Asterisk aliases
|
|
170
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
177
|
// AtSign aliases
|
|
174
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
175
179
|
// AudioLines aliases
|
|
176
180
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
|
-
//
|
|
178
|
-
export { default as
|
|
181
|
+
// Atom aliases
|
|
182
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
179
183
|
// Award aliases
|
|
180
184
|
export { default as AwardIcon } from '../icons/award';
|
|
185
|
+
// AudioWaveform aliases
|
|
186
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
187
|
// Axe aliases
|
|
182
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
183
189
|
// Baby aliases
|
|
184
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
185
191
|
// Backpack aliases
|
|
186
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
|
-
// BadgeCent aliases
|
|
188
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
-
// BadgeEuro aliases
|
|
190
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
193
|
// BadgeAlert aliases
|
|
192
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
197
|
// BadgeDollarSign aliases
|
|
194
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
195
201
|
// BadgeIndianRupee aliases
|
|
196
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
203
|
// BadgeInfo aliases
|
|
@@ -202,22 +208,22 @@ export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
|
202
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
209
|
// BadgePercent aliases
|
|
204
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
205
|
-
// BadgePlus aliases
|
|
206
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
211
|
// BadgePoundSterling aliases
|
|
208
212
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
215
|
// BadgeSwissFranc aliases
|
|
210
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
217
|
// BadgeRussianRuble aliases
|
|
212
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
219
|
// BadgeX aliases
|
|
214
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
215
|
-
// Badge aliases
|
|
216
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
217
221
|
// BaggageClaim aliases
|
|
218
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
223
|
// Ban aliases
|
|
220
224
|
export { default as BanIcon } from '../icons/ban';
|
|
225
|
+
// Badge aliases
|
|
226
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
221
227
|
// Banana aliases
|
|
222
228
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
229
|
// Bandage aliases
|
|
@@ -226,58 +232,56 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
226
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
233
|
// BanknoteArrowUp aliases
|
|
228
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
235
|
// Banknote aliases
|
|
232
236
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
237
|
+
// BanknoteX aliases
|
|
238
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
239
|
// Barrel aliases
|
|
236
240
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
241
|
// Bath aliases
|
|
238
242
|
export { default as BathIcon } from '../icons/bath';
|
|
239
243
|
// Baseline aliases
|
|
240
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
+
// Barcode aliases
|
|
246
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
241
247
|
// BatteryCharging aliases
|
|
242
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
249
|
// BatteryFull aliases
|
|
244
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
245
251
|
// BatteryLow aliases
|
|
246
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// Annoyed aliases
|
|
248
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
249
|
-
// BatteryMedium aliases
|
|
250
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
253
|
// BatteryPlus aliases
|
|
252
254
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
255
|
// BatteryWarning aliases
|
|
254
256
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
+
// BatteryMedium aliases
|
|
258
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
259
|
// Battery aliases
|
|
256
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
261
|
// Beaker aliases
|
|
258
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
263
|
// BeanOff aliases
|
|
260
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
|
-
// Bean aliases
|
|
262
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
263
265
|
// BedDouble aliases
|
|
264
266
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
+
// Bean aliases
|
|
268
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
265
269
|
// Bed aliases
|
|
266
270
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
-
// BedSingle aliases
|
|
268
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
271
|
// Beef aliases
|
|
270
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
275
|
// BeerOff aliases
|
|
272
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
|
-
// BellDot aliases
|
|
274
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
|
-
// BellElectric aliases
|
|
276
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
|
+
// BellDot aliases
|
|
280
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
281
|
// BellMinus aliases
|
|
280
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
+
// BellElectric aliases
|
|
284
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
285
|
// BellOff aliases
|
|
282
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
287
|
// BellPlus aliases
|
|
@@ -292,10 +296,10 @@ export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end
|
|
|
292
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
293
297
|
// BicepsFlexed aliases
|
|
294
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
295
|
-
// Binary aliases
|
|
296
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
297
299
|
// Bike aliases
|
|
298
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
+
// Binary aliases
|
|
302
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
299
303
|
// Binoculars aliases
|
|
300
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
305
|
// Biohazard aliases
|
|
@@ -306,34 +310,34 @@ export { default as BirdIcon } from '../icons/bird';
|
|
|
306
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
311
|
// Blend aliases
|
|
308
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
|
+
// Blocks aliases
|
|
314
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
309
315
|
// Blinds aliases
|
|
310
316
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
317
|
// BluetoothConnected aliases
|
|
312
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
313
|
-
// Blocks aliases
|
|
314
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
315
|
-
// BluetoothOff aliases
|
|
316
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
319
|
// BluetoothSearching aliases
|
|
318
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
321
|
+
// BluetoothOff aliases
|
|
322
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
323
|
// Bluetooth aliases
|
|
320
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
325
|
// Bold aliases
|
|
322
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
327
331
|
// Bone aliases
|
|
328
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
333
|
// BookA aliases
|
|
330
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
335
|
// BookAlert aliases
|
|
332
336
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookCheck aliases
|
|
334
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
337
|
// BookAudio aliases
|
|
336
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
341
|
// BookCopy aliases
|
|
338
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
339
343
|
// BookDown aliases
|
|
@@ -350,18 +354,18 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
350
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
351
355
|
// BookMarked aliases
|
|
352
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
353
|
-
// BookOpenCheck aliases
|
|
354
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
355
357
|
// BookMinus aliases
|
|
356
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
361
|
// BookOpenText aliases
|
|
358
362
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
|
+
// BookPlus aliases
|
|
364
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
359
365
|
// BookOpen aliases
|
|
360
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
367
|
// BookText aliases
|
|
362
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
369
|
// BookType aliases
|
|
366
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
371
|
// BookUp2 aliases
|
|
@@ -378,10 +382,10 @@ export { default as BookIcon } from '../icons/book';
|
|
|
378
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
383
|
// BookmarkCheck aliases
|
|
380
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
|
-
// BookmarkX aliases
|
|
382
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
383
385
|
// BookmarkPlus aliases
|
|
384
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
|
+
// BookmarkX aliases
|
|
388
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
389
|
// Bookmark aliases
|
|
386
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
391
|
// BoomBox aliases
|
|
@@ -392,36 +396,38 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
392
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
397
|
// Bot aliases
|
|
394
398
|
export { default as BotIcon } from '../icons/bot';
|
|
395
|
-
//
|
|
396
|
-
export { default as
|
|
399
|
+
// BottleWine aliases
|
|
400
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
397
401
|
// Box aliases
|
|
398
402
|
export { default as BoxIcon } from '../icons/box';
|
|
403
|
+
// BowArrow aliases
|
|
404
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
405
|
// Boxes aliases
|
|
400
406
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
401
|
-
// BrainCircuit aliases
|
|
402
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
403
407
|
// Brackets aliases
|
|
404
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
|
-
//
|
|
406
|
-
export { default as
|
|
409
|
+
// BrainCircuit aliases
|
|
410
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
411
|
// BrainCog aliases
|
|
408
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
409
415
|
// BrickWallFire aliases
|
|
410
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
|
-
// BrickWall aliases
|
|
412
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
417
|
// BriefcaseBusiness aliases
|
|
414
418
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
|
+
// BrickWall aliases
|
|
420
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
421
|
// BriefcaseConveyorBelt aliases
|
|
416
422
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
423
|
// BriefcaseMedical aliases
|
|
418
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
|
+
// BrushCleaning aliases
|
|
426
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
419
427
|
// Briefcase aliases
|
|
420
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
421
429
|
// BringToFront aliases
|
|
422
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
423
|
-
// BrushCleaning aliases
|
|
424
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
425
431
|
// Brush aliases
|
|
426
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
427
433
|
// Bubbles aliases
|
|
@@ -432,22 +438,22 @@ export { default as BugOffIcon } from '../icons/bug-off';
|
|
|
432
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
433
439
|
// Bug aliases
|
|
434
440
|
export { default as BugIcon } from '../icons/bug';
|
|
435
|
-
// Building aliases
|
|
436
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
437
441
|
// Building2 aliases
|
|
438
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
443
|
+
// Building aliases
|
|
444
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Bus aliases
|
|
446
|
+
export { default as BusIcon } from '../icons/bus';
|
|
439
447
|
// BusFront aliases
|
|
440
448
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
441
449
|
// CableCar aliases
|
|
442
450
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
443
|
-
// Bus aliases
|
|
444
|
-
export { default as BusIcon } from '../icons/bus';
|
|
445
451
|
// Cable aliases
|
|
446
452
|
export { default as CableIcon } from '../icons/cable';
|
|
447
|
-
// Cake aliases
|
|
448
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
449
453
|
// CakeSlice aliases
|
|
450
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
451
457
|
// Calculator aliases
|
|
452
458
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
453
459
|
// Calendar1 aliases
|
|
@@ -466,38 +472,38 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
466
472
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
467
473
|
// CalendarDays aliases
|
|
468
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
469
|
-
// CalendarFold aliases
|
|
470
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
475
|
// CalendarHeart aliases
|
|
472
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
|
+
// CalendarFold aliases
|
|
478
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
479
|
// CalendarMinus2 aliases
|
|
474
480
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
475
|
-
// CalendarOff aliases
|
|
476
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
477
481
|
// CalendarMinus aliases
|
|
478
482
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
|
+
// CalendarOff aliases
|
|
484
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
479
485
|
// CalendarPlus2 aliases
|
|
480
486
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
481
487
|
// CalendarPlus aliases
|
|
482
488
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
|
+
// CalendarRange aliases
|
|
490
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
483
491
|
// CalendarSearch aliases
|
|
484
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
485
493
|
// CalendarSync aliases
|
|
486
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
487
|
-
// CalendarRange aliases
|
|
488
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
|
-
// CalendarX aliases
|
|
490
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
491
495
|
// CalendarX2 aliases
|
|
492
496
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
497
|
// Calendar aliases
|
|
494
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
501
|
// CameraOff aliases
|
|
496
502
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
497
|
-
// CandyCane aliases
|
|
498
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
499
503
|
// Camera aliases
|
|
500
504
|
export { default as CameraIcon } from '../icons/camera';
|
|
505
|
+
// CandyCane aliases
|
|
506
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
507
|
// CandyOff aliases
|
|
502
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
509
|
// Candy aliases
|
|
@@ -508,48 +514,48 @@ export { default as CannabisIcon } from '../icons/cannabis';
|
|
|
508
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
509
515
|
// CaptionsOff aliases
|
|
510
516
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
|
-
// CarTaxiFront aliases
|
|
512
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
517
|
// Car aliases
|
|
514
518
|
export { default as CarIcon } from '../icons/car';
|
|
515
519
|
// Caravan aliases
|
|
516
520
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
521
|
+
// CarTaxiFront aliases
|
|
522
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
519
523
|
// Carrot aliases
|
|
520
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
+
// CardSim aliases
|
|
526
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
527
|
// CaseLower aliases
|
|
522
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
523
529
|
// CaseSensitive aliases
|
|
524
530
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
525
531
|
// CaseUpper aliases
|
|
526
532
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
|
-
// CassetteTape aliases
|
|
528
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
529
533
|
// Cast aliases
|
|
530
534
|
export { default as CastIcon } from '../icons/cast';
|
|
535
|
+
// CassetteTape aliases
|
|
536
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
531
537
|
// Castle aliases
|
|
532
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
533
|
-
// Cctv aliases
|
|
534
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
535
539
|
// Cat aliases
|
|
536
540
|
export { default as CatIcon } from '../icons/cat';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
541
|
+
// Cctv aliases
|
|
542
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
539
543
|
// ChartBarDecreasing aliases
|
|
540
544
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
545
|
+
// ChartBarIncreasing aliases
|
|
546
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
541
547
|
// ChartBarStacked aliases
|
|
542
548
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
543
549
|
// ChartColumnDecreasing aliases
|
|
544
550
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
|
-
// ChartGantt aliases
|
|
546
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
|
-
// ChartNetwork aliases
|
|
548
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
549
551
|
// ChartColumnStacked aliases
|
|
550
552
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
|
+
// ChartNetwork aliases
|
|
554
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
555
|
// ChartNoAxesColumnDecreasing aliases
|
|
552
556
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
557
|
+
// ChartGantt aliases
|
|
558
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
559
|
// ChartNoAxesCombined aliases
|
|
554
560
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
561
|
// ChartSpline aliases
|
|
@@ -564,10 +570,10 @@ export { default as CheckIcon } from '../icons/check';
|
|
|
564
570
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
565
571
|
// Cherry aliases
|
|
566
572
|
export { default as CherryIcon } from '../icons/cherry';
|
|
567
|
-
// ChevronDown aliases
|
|
568
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
569
573
|
// ChevronFirst aliases
|
|
570
574
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
|
+
// ChevronDown aliases
|
|
576
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
571
577
|
// ChevronLast aliases
|
|
572
578
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
573
579
|
// ChevronLeft aliases
|
|
@@ -576,10 +582,10 @@ export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
|
576
582
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
583
|
// ChevronsDownUp aliases
|
|
578
584
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
|
-
// ChevronsDown aliases
|
|
580
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
585
|
// ChevronUp aliases
|
|
582
586
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
|
+
// ChevronsDown aliases
|
|
588
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
583
589
|
// ChevronsLeftRightEllipsis aliases
|
|
584
590
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
585
591
|
// ChevronsLeftRight aliases
|
|
@@ -588,84 +594,80 @@ export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
|
588
594
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
595
|
// ChevronsLeft aliases
|
|
590
596
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
|
-
// ChevronsUpDown aliases
|
|
592
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
593
597
|
// ChevronsRight aliases
|
|
594
598
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
|
+
// ChevronsUpDown aliases
|
|
600
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
595
601
|
// ChevronsUp aliases
|
|
596
602
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
|
-
// ALargeSmall aliases
|
|
598
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
599
603
|
// Chrome aliases
|
|
600
604
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
601
|
-
// AArrowUp aliases
|
|
602
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
603
605
|
// Church aliases
|
|
604
606
|
export { default as ChurchIcon } from '../icons/church';
|
|
605
607
|
// CigaretteOff aliases
|
|
606
608
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
607
|
-
// Cigarette aliases
|
|
608
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
609
|
// CircleDashed aliases
|
|
610
610
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
|
+
// Cigarette aliases
|
|
612
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
613
|
// CircleDollarSign aliases
|
|
612
614
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
613
|
-
// CircleEllipsis aliases
|
|
614
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
615
615
|
// CircleDotDashed aliases
|
|
616
616
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
617
|
-
// CircleEqual aliases
|
|
618
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
617
|
// CircleDot aliases
|
|
620
618
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
619
|
// CircleFadingArrowUp aliases
|
|
622
620
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
621
|
+
// CircleEllipsis aliases
|
|
622
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
|
+
// CircleEqual aliases
|
|
624
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
625
|
// CircleOff aliases
|
|
626
626
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
627
|
+
// CircleFadingPlus aliases
|
|
628
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
627
629
|
// CirclePoundSterling aliases
|
|
628
630
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
629
|
-
// CircleSmall aliases
|
|
630
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
631
631
|
// CircleSlash aliases
|
|
632
632
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
633
|
-
// CircuitBoard aliases
|
|
634
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
635
633
|
// Circle aliases
|
|
636
634
|
export { default as CircleIcon } from '../icons/circle';
|
|
635
|
+
// CircleSmall aliases
|
|
636
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
|
+
// CircuitBoard aliases
|
|
638
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
639
|
// Citrus aliases
|
|
638
640
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
|
-
// ClipboardCheck aliases
|
|
640
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
641
|
// Clapperboard aliases
|
|
642
642
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
643
|
+
// ClipboardCheck aliases
|
|
644
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
643
645
|
// ClipboardCopy aliases
|
|
644
646
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
645
|
-
// ClipboardMinus aliases
|
|
646
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
|
+
// ClipboardMinus aliases
|
|
650
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
649
651
|
// ClipboardPaste aliases
|
|
650
652
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
653
|
// ClipboardPlus aliases
|
|
652
654
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
655
|
// ClipboardType aliases
|
|
654
656
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
-
// ClipboardX aliases
|
|
656
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
657
657
|
// Clipboard aliases
|
|
658
658
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
659
|
+
// ClipboardX aliases
|
|
660
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
661
|
+
// Clock10 aliases
|
|
662
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
659
663
|
// Clock1 aliases
|
|
660
664
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
665
|
// Clock11 aliases
|
|
662
666
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
663
|
-
// Clock10 aliases
|
|
664
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
|
-
// Clock12 aliases
|
|
666
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
667
|
// Clock2 aliases
|
|
668
668
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
669
|
+
// Clock12 aliases
|
|
670
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
669
671
|
// Clock3 aliases
|
|
670
672
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
673
|
// Clock4 aliases
|
|
@@ -694,28 +696,28 @@ export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
|
694
696
|
export { default as ClockIcon } from '../icons/clock';
|
|
695
697
|
// CloudAlert aliases
|
|
696
698
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
697
|
-
// CloudDrizzle aliases
|
|
698
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
699
699
|
// CloudCheck aliases
|
|
700
700
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
701
|
// CloudCog aliases
|
|
702
702
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
703
|
+
// CloudDrizzle aliases
|
|
704
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
705
|
// CloudFog aliases
|
|
704
706
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
705
707
|
// CloudHail aliases
|
|
706
708
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
707
709
|
// CloudLightning aliases
|
|
708
710
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
711
|
+
// CloudMoonRain aliases
|
|
712
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
709
713
|
// CloudMoon aliases
|
|
710
714
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
711
715
|
// CloudOff aliases
|
|
712
716
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
713
|
-
// CloudMoonRain aliases
|
|
714
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
715
|
-
// CloudRain aliases
|
|
716
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
717
717
|
// CloudRainWind aliases
|
|
718
718
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
719
|
+
// CloudRain aliases
|
|
720
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
719
721
|
// CloudSnow aliases
|
|
720
722
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
721
723
|
// CloudSunRain aliases
|
|
@@ -732,14 +734,14 @@ export { default as CloverIcon } from '../icons/clover';
|
|
|
732
734
|
export { default as ClubIcon } from '../icons/club';
|
|
733
735
|
// Code aliases
|
|
734
736
|
export { default as CodeIcon } from '../icons/code';
|
|
735
|
-
// Codesandbox aliases
|
|
736
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
737
737
|
// Codepen aliases
|
|
738
738
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
739
|
-
//
|
|
740
|
-
export { default as
|
|
739
|
+
// Codesandbox aliases
|
|
740
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
741
741
|
// Coffee aliases
|
|
742
742
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
743
|
+
// Cog aliases
|
|
744
|
+
export { default as CogIcon } from '../icons/cog';
|
|
743
745
|
// Coins aliases
|
|
744
746
|
export { default as CoinsIcon } from '../icons/coins';
|
|
745
747
|
// Columns4 aliases
|
|
@@ -748,22 +750,22 @@ export { default as Columns4Icon } from '../icons/columns-4';
|
|
|
748
750
|
export { default as CombineIcon } from '../icons/combine';
|
|
749
751
|
// Command aliases
|
|
750
752
|
export { default as CommandIcon } from '../icons/command';
|
|
751
|
-
// Compass aliases
|
|
752
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
753
753
|
// Component aliases
|
|
754
754
|
export { default as ComponentIcon } from '../icons/component';
|
|
755
|
+
// Compass aliases
|
|
756
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
755
757
|
// Computer aliases
|
|
756
758
|
export { default as ComputerIcon } from '../icons/computer';
|
|
757
759
|
// ConciergeBell aliases
|
|
758
760
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
759
761
|
// Cone aliases
|
|
760
762
|
export { default as ConeIcon } from '../icons/cone';
|
|
763
|
+
// Contact aliases
|
|
764
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
761
765
|
// Construction aliases
|
|
762
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
763
767
|
// Container aliases
|
|
764
768
|
export { default as ContainerIcon } from '../icons/container';
|
|
765
|
-
// Contact aliases
|
|
766
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
767
769
|
// Contrast aliases
|
|
768
770
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
769
771
|
// CookingPot aliases
|
|
@@ -808,64 +810,64 @@ export { default as CpuIcon } from '../icons/cpu';
|
|
|
808
810
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
809
811
|
// CreditCard aliases
|
|
810
812
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
811
|
-
// Crop aliases
|
|
812
|
-
export { default as CropIcon } from '../icons/crop';
|
|
813
813
|
// Croissant aliases
|
|
814
814
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
815
|
+
// Crop aliases
|
|
816
|
+
export { default as CropIcon } from '../icons/crop';
|
|
815
817
|
// Cross aliases
|
|
816
818
|
export { default as CrossIcon } from '../icons/cross';
|
|
817
|
-
// Crown aliases
|
|
818
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
819
|
-
// Cuboid aliases
|
|
820
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
821
819
|
// Crosshair aliases
|
|
822
820
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
|
+
// Crown aliases
|
|
822
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
823
823
|
// CupSoda aliases
|
|
824
824
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
825
|
+
// Cuboid aliases
|
|
826
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
825
827
|
// Currency aliases
|
|
826
828
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
827
|
-
// Cylinder aliases
|
|
828
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
829
829
|
// Dam aliases
|
|
830
830
|
export { default as DamIcon } from '../icons/dam';
|
|
831
|
+
// Cylinder aliases
|
|
832
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
831
833
|
// DatabaseBackup aliases
|
|
832
834
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
833
835
|
// DatabaseZap aliases
|
|
834
836
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
837
|
+
// DecimalsArrowRight aliases
|
|
838
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
835
839
|
// Database aliases
|
|
836
840
|
export { default as DatabaseIcon } from '../icons/database';
|
|
837
841
|
// DecimalsArrowLeft aliases
|
|
838
842
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
839
|
-
// DecimalsArrowRight aliases
|
|
840
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
841
843
|
// Delete aliases
|
|
842
844
|
export { default as DeleteIcon } from '../icons/delete';
|
|
843
|
-
// Diameter aliases
|
|
844
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
845
|
-
// DiamondMinus aliases
|
|
846
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
847
845
|
// Dessert aliases
|
|
848
846
|
export { default as DessertIcon } from '../icons/dessert';
|
|
847
|
+
// DiamondMinus aliases
|
|
848
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
849
|
+
// Diameter aliases
|
|
850
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
851
|
// DiamondPlus aliases
|
|
850
852
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
851
853
|
// Diamond aliases
|
|
852
854
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
853
|
-
// Dice1 aliases
|
|
854
|
-
export { default as Dice1Icon } from '../icons/dice-1';
|
|
855
855
|
// Dice2 aliases
|
|
856
856
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
857
857
|
// Dice3 aliases
|
|
858
858
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
859
|
+
// Dice1 aliases
|
|
860
|
+
export { default as Dice1Icon } from '../icons/dice-1';
|
|
861
|
+
// Dice4 aliases
|
|
862
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
859
863
|
// Dice5 aliases
|
|
860
864
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
861
865
|
// Dice6 aliases
|
|
862
866
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
863
|
-
// Dice4 aliases
|
|
864
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
865
|
-
// Diff aliases
|
|
866
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
867
867
|
// Dices aliases
|
|
868
868
|
export { default as DicesIcon } from '../icons/dices';
|
|
869
|
+
// Diff aliases
|
|
870
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
869
871
|
// Disc2 aliases
|
|
870
872
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
871
873
|
// Disc3 aliases
|
|
@@ -874,30 +876,30 @@ export { default as Disc3Icon } from '../icons/disc-3';
|
|
|
874
876
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
875
877
|
// Disc aliases
|
|
876
878
|
export { default as DiscIcon } from '../icons/disc';
|
|
877
|
-
// DnaOff aliases
|
|
878
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
879
879
|
// Divide aliases
|
|
880
880
|
export { default as DivideIcon } from '../icons/divide';
|
|
881
|
-
//
|
|
882
|
-
export { default as
|
|
881
|
+
// DnaOff aliases
|
|
882
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
883
883
|
// Dock aliases
|
|
884
884
|
export { default as DockIcon } from '../icons/dock';
|
|
885
|
+
// Dna aliases
|
|
886
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
885
887
|
// Dog aliases
|
|
886
888
|
export { default as DogIcon } from '../icons/dog';
|
|
887
|
-
// Donut aliases
|
|
888
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
889
889
|
// DollarSign aliases
|
|
890
890
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
891
891
|
// DoorClosedLocked aliases
|
|
892
892
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
893
|
+
// Donut aliases
|
|
894
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
893
895
|
// DoorClosed aliases
|
|
894
896
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
895
897
|
// DoorOpen aliases
|
|
896
898
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
897
|
-
// Dot aliases
|
|
898
|
-
export { default as DotIcon } from '../icons/dot';
|
|
899
899
|
// Download aliases
|
|
900
900
|
export { default as DownloadIcon } from '../icons/download';
|
|
901
|
+
// Dot aliases
|
|
902
|
+
export { default as DotIcon } from '../icons/dot';
|
|
901
903
|
// DraftingCompass aliases
|
|
902
904
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
903
905
|
// Drama aliases
|
|
@@ -914,34 +916,34 @@ export { default as DropletIcon } from '../icons/droplet';
|
|
|
914
916
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
915
917
|
// DropletOff aliases
|
|
916
918
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
917
|
-
// Drumstick aliases
|
|
918
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
919
919
|
// Drum aliases
|
|
920
920
|
export { default as DrumIcon } from '../icons/drum';
|
|
921
|
+
// Drumstick aliases
|
|
922
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
921
923
|
// Dumbbell aliases
|
|
922
924
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
923
|
-
// EarOff aliases
|
|
924
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
925
|
-
// EarthLock aliases
|
|
926
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
927
925
|
// Ear aliases
|
|
928
926
|
export { default as EarIcon } from '../icons/ear';
|
|
927
|
+
// EarthLock aliases
|
|
928
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
929
|
+
// EarOff aliases
|
|
930
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
929
931
|
// Eclipse aliases
|
|
930
932
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
931
|
-
// EggFried aliases
|
|
932
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
933
933
|
// EggOff aliases
|
|
934
934
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
935
935
|
// Egg aliases
|
|
936
936
|
export { default as EggIcon } from '../icons/egg';
|
|
937
|
+
// EggFried aliases
|
|
938
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
939
|
// EqualApproximately aliases
|
|
938
940
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
941
|
+
// Eraser aliases
|
|
942
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
939
943
|
// EqualNot aliases
|
|
940
944
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
941
945
|
// Equal aliases
|
|
942
946
|
export { default as EqualIcon } from '../icons/equal';
|
|
943
|
-
// Eraser aliases
|
|
944
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
945
947
|
// EthernetPort aliases
|
|
946
948
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
947
949
|
// Expand aliases
|
|
@@ -952,34 +954,34 @@ export { default as EuroIcon } from '../icons/euro';
|
|
|
952
954
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
953
955
|
// EyeClosed aliases
|
|
954
956
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
955
|
-
// EyeOff aliases
|
|
956
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
957
|
-
// Facebook aliases
|
|
958
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
959
957
|
// Eye aliases
|
|
960
958
|
export { default as EyeIcon } from '../icons/eye';
|
|
961
|
-
//
|
|
962
|
-
export { default as
|
|
959
|
+
// Facebook aliases
|
|
960
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
961
|
+
// EyeOff aliases
|
|
962
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
963
|
// Fan aliases
|
|
964
964
|
export { default as FanIcon } from '../icons/fan';
|
|
965
|
+
// Factory aliases
|
|
966
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
965
967
|
// FastForward aliases
|
|
966
968
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
967
969
|
// Fence aliases
|
|
968
970
|
export { default as FenceIcon } from '../icons/fence';
|
|
969
|
-
// Feather aliases
|
|
970
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
971
971
|
// FerrisWheel aliases
|
|
972
972
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
973
|
+
// Feather aliases
|
|
974
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
973
975
|
// Figma aliases
|
|
974
976
|
export { default as FigmaIcon } from '../icons/figma';
|
|
975
|
-
// FileArchive aliases
|
|
976
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
977
977
|
// FileAudio2 aliases
|
|
978
978
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
979
|
+
// FileArchive aliases
|
|
980
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
981
|
// FileBadge2 aliases
|
|
982
982
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
983
|
+
// FileAudio aliases
|
|
984
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
983
985
|
// FileBadge aliases
|
|
984
986
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
985
987
|
// FileBox aliases
|
|
@@ -990,74 +992,74 @@ export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
|
990
992
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
991
993
|
// FileClock aliases
|
|
992
994
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
993
|
-
// FileCode2 aliases
|
|
994
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
995
995
|
// FileCode aliases
|
|
996
996
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
997
997
|
// FileDiff aliases
|
|
998
998
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
999
|
+
// FileCode2 aliases
|
|
1000
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
1001
|
// FileDigit aliases
|
|
1002
1002
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1003
|
-
// FileImage aliases
|
|
1004
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1005
1003
|
// FileHeart aliases
|
|
1006
1004
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1007
|
-
//
|
|
1008
|
-
export { default as
|
|
1005
|
+
// FileDown aliases
|
|
1006
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1007
|
+
// FileImage aliases
|
|
1008
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1009
1009
|
// FileJson2 aliases
|
|
1010
1010
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1011
|
+
// FileInput aliases
|
|
1012
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1011
1013
|
// FileJson aliases
|
|
1012
1014
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1013
|
-
// FileKey2 aliases
|
|
1014
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1015
|
-
// FileLock2 aliases
|
|
1016
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1017
1015
|
// FileKey aliases
|
|
1018
1016
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1017
|
+
// FileLock2 aliases
|
|
1018
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1019
|
+
// FileKey2 aliases
|
|
1020
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1019
1021
|
// FileLock aliases
|
|
1020
1022
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1021
|
-
// FileMinus aliases
|
|
1022
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1023
1023
|
// FileMinus2 aliases
|
|
1024
1024
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1025
|
-
//
|
|
1026
|
-
export { default as
|
|
1025
|
+
// FileMinus aliases
|
|
1026
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1027
1027
|
// FileOutput aliases
|
|
1028
1028
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1029
|
+
// FileMusic aliases
|
|
1030
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1029
1031
|
// FilePlus2 aliases
|
|
1030
1032
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1031
1033
|
// FilePlus aliases
|
|
1032
1034
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1033
1035
|
// FileScan aliases
|
|
1034
1036
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1035
|
-
// FileSliders aliases
|
|
1036
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1037
1037
|
// FileSearch2 aliases
|
|
1038
1038
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1039
|
+
// FileSliders aliases
|
|
1040
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1039
1041
|
// FileSearch aliases
|
|
1040
1042
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
-
// FileStack aliases
|
|
1042
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1043
1043
|
// FileSpreadsheet aliases
|
|
1044
1044
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1045
|
+
// FileStack aliases
|
|
1046
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
1047
|
// FileSymlink aliases
|
|
1046
1048
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
|
+
// FileText aliases
|
|
1050
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1047
1051
|
// FileTerminal aliases
|
|
1048
1052
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1049
1053
|
// FileType2 aliases
|
|
1050
1054
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1051
|
-
// FileText aliases
|
|
1052
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1055
|
// FileType aliases
|
|
1054
1056
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
1057
|
// FileUp aliases
|
|
1056
1058
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
|
-
// FileUser aliases
|
|
1058
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
1059
|
// FileVideo2 aliases
|
|
1060
1060
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1061
|
+
// FileUser aliases
|
|
1062
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1061
1063
|
// FileVideo aliases
|
|
1062
1064
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1063
1065
|
// FileVolume2 aliases
|
|
@@ -1068,10 +1070,10 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1068
1070
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1069
1071
|
// FileX2 aliases
|
|
1070
1072
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
|
-
// FileX aliases
|
|
1072
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
1073
|
// File aliases
|
|
1074
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1075
|
+
// FileX aliases
|
|
1076
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1077
|
// Files aliases
|
|
1076
1078
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
1079
|
// Film aliases
|
|
@@ -1082,42 +1084,42 @@ export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
|
1082
1084
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1085
|
// FishOff aliases
|
|
1084
1086
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
|
-
// Fish aliases
|
|
1086
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1087
1087
|
// FishSymbol aliases
|
|
1088
1088
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
|
-
//
|
|
1090
|
-
export { default as
|
|
1089
|
+
// Fish aliases
|
|
1090
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1091
1091
|
// FlagOff aliases
|
|
1092
1092
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
|
+
// FlagTriangleLeft aliases
|
|
1094
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
1095
|
// FlagTriangleRight aliases
|
|
1094
1096
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1095
|
-
// Flag aliases
|
|
1096
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1097
1097
|
// FlameKindling aliases
|
|
1098
1098
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
|
+
// Flag aliases
|
|
1100
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1099
1101
|
// Flame aliases
|
|
1100
1102
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
-
// Flashlight aliases
|
|
1102
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1103
1103
|
// FlashlightOff aliases
|
|
1104
1104
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
|
-
// FlaskRound aliases
|
|
1106
|
-
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1107
|
-
// FlaskConical aliases
|
|
1108
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1109
1105
|
// FlaskConicalOff aliases
|
|
1110
1106
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1107
|
+
// Flashlight aliases
|
|
1108
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
|
+
// FlaskConical aliases
|
|
1110
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
|
+
// FlaskRound aliases
|
|
1112
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
1113
|
// FlipHorizontal2 aliases
|
|
1112
1114
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1113
|
-
// FlipHorizontal aliases
|
|
1114
|
-
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
1115
|
// FlipVertical2 aliases
|
|
1116
1116
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
|
-
//
|
|
1118
|
-
export { default as
|
|
1117
|
+
// FlipHorizontal aliases
|
|
1118
|
+
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
1119
|
// FlipVertical aliases
|
|
1120
1120
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1121
|
+
// Flower2 aliases
|
|
1122
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
1123
|
// Flower aliases
|
|
1122
1124
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
1125
|
// Focus aliases
|
|
@@ -1130,24 +1132,24 @@ export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
|
1130
1132
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
1133
|
// FolderCheck aliases
|
|
1132
1134
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
|
+
// FolderClock aliases
|
|
1136
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1133
1137
|
// FolderClosed aliases
|
|
1134
1138
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1135
|
-
// FolderCode aliases
|
|
1136
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1137
1139
|
// FolderDot aliases
|
|
1138
1140
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1141
|
-
// FolderGit2 aliases
|
|
1142
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1141
|
+
// FolderCode aliases
|
|
1142
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1143
|
// FolderDown aliases
|
|
1144
1144
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1145
|
+
// FolderGit2 aliases
|
|
1146
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
|
+
// FolderGit aliases
|
|
1148
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1145
1149
|
// FolderHeart aliases
|
|
1146
1150
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1147
1151
|
// FolderInput aliases
|
|
1148
1152
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1149
|
-
// FolderGit aliases
|
|
1150
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1151
1153
|
// FolderKanban aliases
|
|
1152
1154
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
1155
|
// FolderKey aliases
|
|
@@ -1170,18 +1172,18 @@ export { default as FolderRootIcon } from '../icons/folder-root';
|
|
|
1170
1172
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
1173
|
// FolderSearch aliases
|
|
1172
1174
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
|
-
// FolderSymlink aliases
|
|
1174
|
-
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
1175
|
// FolderSync aliases
|
|
1176
1176
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1177
|
-
//
|
|
1178
|
-
export { default as
|
|
1177
|
+
// FolderSymlink aliases
|
|
1178
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1179
1179
|
// FolderTree aliases
|
|
1180
1180
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1181
|
// FolderX aliases
|
|
1182
1182
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1183
1183
|
// Folder aliases
|
|
1184
1184
|
export { default as FolderIcon } from '../icons/folder';
|
|
1185
|
+
// FolderUp aliases
|
|
1186
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
1187
|
// Folders aliases
|
|
1186
1188
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
1189
|
// Footprints aliases
|
|
@@ -1198,90 +1200,90 @@ export { default as FramerIcon } from '../icons/framer';
|
|
|
1198
1200
|
export { default as FrownIcon } from '../icons/frown';
|
|
1199
1201
|
// Fuel aliases
|
|
1200
1202
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
|
-
// Fullscreen aliases
|
|
1202
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1203
|
-
// FunnelPlus aliases
|
|
1204
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1203
|
// GalleryHorizontalEnd aliases
|
|
1206
1204
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
|
+
// FunnelPlus aliases
|
|
1206
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
|
+
// Fullscreen aliases
|
|
1208
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1207
1209
|
// GalleryHorizontal aliases
|
|
1208
1210
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1209
1211
|
// GalleryThumbnails aliases
|
|
1210
1212
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
|
-
// GalleryVertical aliases
|
|
1212
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1213
|
-
// Gamepad2 aliases
|
|
1214
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1215
1213
|
// GalleryVerticalEnd aliases
|
|
1216
1214
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1215
|
+
// GalleryVertical aliases
|
|
1216
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
1217
|
// Gamepad aliases
|
|
1218
1218
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1219
|
+
// Gamepad2 aliases
|
|
1220
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
1221
|
// Gauge aliases
|
|
1220
1222
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1221
1223
|
// Gavel aliases
|
|
1222
1224
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
|
-
// Gem aliases
|
|
1224
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
-
// Ghost aliases
|
|
1226
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1227
1225
|
// GeorgianLari aliases
|
|
1228
1226
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1229
1227
|
// Gift aliases
|
|
1230
1228
|
export { default as GiftIcon } from '../icons/gift';
|
|
1229
|
+
// Gem aliases
|
|
1230
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1231
1231
|
// GitBranchPlus aliases
|
|
1232
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1233
|
-
//
|
|
1234
|
-
export { default as
|
|
1233
|
+
// Ghost aliases
|
|
1234
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1235
1235
|
// GitCommitVertical aliases
|
|
1236
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1237
|
-
// GitCompare aliases
|
|
1238
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
1237
|
// GitCompareArrows aliases
|
|
1240
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1239
|
+
// GitBranch aliases
|
|
1240
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
1241
|
// GitFork aliases
|
|
1242
1242
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
|
-
// GitMerge aliases
|
|
1244
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
1243
|
// GitGraph aliases
|
|
1246
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1245
|
+
// GitMerge aliases
|
|
1246
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
|
+
// GitCompare aliases
|
|
1248
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1247
1249
|
// GitPullRequestArrow aliases
|
|
1248
1250
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
|
-
// GitPullRequestCreateArrow aliases
|
|
1250
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
1251
|
// GitPullRequestClosed aliases
|
|
1252
1252
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1253
|
+
// GitPullRequestCreateArrow aliases
|
|
1254
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1253
1255
|
// GitPullRequestCreate aliases
|
|
1254
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
1257
|
// GitPullRequestDraft aliases
|
|
1256
1258
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1257
|
-
// GitPullRequest aliases
|
|
1258
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1259
|
-
// Github aliases
|
|
1260
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1261
1259
|
// Gitlab aliases
|
|
1262
1260
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
|
-
//
|
|
1264
|
-
export { default as
|
|
1261
|
+
// GitPullRequest aliases
|
|
1262
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
1263
|
// GlassWater aliases
|
|
1266
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1265
|
+
// Github aliases
|
|
1266
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1267
1267
|
// GlobeLock aliases
|
|
1268
1268
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
|
+
// Glasses aliases
|
|
1270
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1269
1271
|
// Globe aliases
|
|
1270
1272
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1271
1273
|
// Goal aliases
|
|
1272
1274
|
export { default as GoalIcon } from '../icons/goal';
|
|
1273
|
-
// Grab aliases
|
|
1274
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1275
1275
|
// Gpu aliases
|
|
1276
1276
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1277
|
+
// Grab aliases
|
|
1278
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1279
1279
|
// Grape aliases
|
|
1280
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1281
|
+
// GraduationCap aliases
|
|
1282
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1283
|
// Grid3x2 aliases
|
|
1284
1284
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
|
+
// GripHorizontal aliases
|
|
1286
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1287
|
// GripVertical aliases
|
|
1286
1288
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1289
|
// Grip aliases
|
|
@@ -1292,10 +1294,10 @@ export { default as GroupIcon } from '../icons/group';
|
|
|
1292
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
1295
|
// Ham aliases
|
|
1294
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1295
|
-
// Hammer aliases
|
|
1296
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
1297
|
// Hamburger aliases
|
|
1298
1298
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1299
|
+
// Hammer aliases
|
|
1300
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1299
1301
|
// HandCoins aliases
|
|
1300
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1301
1303
|
// HandHeart aliases
|
|
@@ -1306,10 +1308,10 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1306
1308
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1307
1309
|
// Hand aliases
|
|
1308
1310
|
export { default as HandIcon } from '../icons/hand';
|
|
1309
|
-
// HardDriveDownload aliases
|
|
1310
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1311
|
// Handshake aliases
|
|
1312
1312
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
|
+
// HardDriveDownload aliases
|
|
1314
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1313
1315
|
// HardDriveUpload aliases
|
|
1314
1316
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
1317
|
// HardHat aliases
|
|
@@ -1320,40 +1322,40 @@ export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
|
1320
1322
|
export { default as HashIcon } from '../icons/hash';
|
|
1321
1323
|
// Haze aliases
|
|
1322
1324
|
export { default as HazeIcon } from '../icons/haze';
|
|
1323
|
-
// HdmiPort aliases
|
|
1324
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
1325
|
// Heading1 aliases
|
|
1326
1326
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
|
-
// Heading3 aliases
|
|
1328
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
1327
|
// Heading2 aliases
|
|
1330
1328
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
|
+
// HdmiPort aliases
|
|
1330
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1331
1331
|
// Heading4 aliases
|
|
1332
1332
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1335
|
-
// Heading6 aliases
|
|
1336
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1333
|
+
// Heading3 aliases
|
|
1334
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1337
1335
|
// Heading aliases
|
|
1338
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
+
// Heading5 aliases
|
|
1338
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1339
1339
|
// HeadphoneOff aliases
|
|
1340
1340
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1341
|
+
// Heading6 aliases
|
|
1342
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1341
1343
|
// Headphones aliases
|
|
1342
1344
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1343
1345
|
// Headset aliases
|
|
1344
1346
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1347
|
+
// HeartCrack aliases
|
|
1348
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1345
1349
|
// HeartHandshake aliases
|
|
1346
1350
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
1351
|
// HeartMinus aliases
|
|
1348
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1349
|
-
// HeartCrack aliases
|
|
1350
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1351
1353
|
// HeartOff aliases
|
|
1352
1354
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1353
|
-
// HeartPlus aliases
|
|
1354
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1355
1355
|
// HeartPulse aliases
|
|
1356
1356
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1357
|
+
// HeartPlus aliases
|
|
1358
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
1359
|
// Heart aliases
|
|
1358
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1359
1361
|
// Heater aliases
|
|
@@ -1362,24 +1364,24 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1362
1364
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1363
1365
|
// Highlighter aliases
|
|
1364
1366
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
|
-
// HopOff aliases
|
|
1366
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
1367
|
// History aliases
|
|
1368
1368
|
export { default as HistoryIcon } from '../icons/history';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1369
|
+
// HopOff aliases
|
|
1370
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
+
// Hop aliases
|
|
1374
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1373
1375
|
// Hotel aliases
|
|
1374
1376
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1375
1377
|
// Hourglass aliases
|
|
1376
1378
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1377
1379
|
// HousePlug aliases
|
|
1378
1380
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1379
|
-
// HouseWifi aliases
|
|
1380
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1381
1381
|
// HousePlus aliases
|
|
1382
1382
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1383
|
+
// HouseWifi aliases
|
|
1384
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
1385
|
// IdCardLanyard aliases
|
|
1384
1386
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1385
1387
|
// IdCard aliases
|
|
@@ -1396,52 +1398,52 @@ export { default as ImagePlayIcon } from '../icons/image-play';
|
|
|
1396
1398
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
1399
|
// ImageUp aliases
|
|
1398
1400
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1399
|
-
// ImageUpscale aliases
|
|
1400
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1401
|
-
// Inbox aliases
|
|
1402
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1403
1401
|
// Image aliases
|
|
1404
1402
|
export { default as ImageIcon } from '../icons/image';
|
|
1405
1403
|
// Images aliases
|
|
1406
1404
|
export { default as ImagesIcon } from '../icons/images';
|
|
1407
1405
|
// Import aliases
|
|
1408
1406
|
export { default as ImportIcon } from '../icons/import';
|
|
1407
|
+
// ImageUpscale aliases
|
|
1408
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1409
|
+
// Inbox aliases
|
|
1410
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1409
1411
|
// IndianRupee aliases
|
|
1410
1412
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1411
|
-
// Info aliases
|
|
1412
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1413
1413
|
// Infinity aliases
|
|
1414
1414
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
|
-
//
|
|
1416
|
-
export { default as
|
|
1417
|
-
// Italic aliases
|
|
1418
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1415
|
+
// Info aliases
|
|
1416
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1419
1417
|
// InspectionPanel aliases
|
|
1420
1418
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
|
+
// Instagram aliases
|
|
1420
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1421
1421
|
// IterationCcw aliases
|
|
1422
1422
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
|
-
// Joystick aliases
|
|
1424
|
-
export { default as JoystickIcon } from '../icons/joystick';
|
|
1425
1423
|
// IterationCw aliases
|
|
1426
1424
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1427
1425
|
// JapaneseYen aliases
|
|
1428
1426
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
+
// Italic aliases
|
|
1428
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1429
|
+
// Joystick aliases
|
|
1430
|
+
export { default as JoystickIcon } from '../icons/joystick';
|
|
1429
1431
|
// KeyRound aliases
|
|
1430
1432
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1431
1433
|
// Kanban aliases
|
|
1432
1434
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1433
1435
|
// KeySquare aliases
|
|
1434
1436
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1435
|
-
// KeyboardMusic aliases
|
|
1436
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1437
1437
|
// Key aliases
|
|
1438
1438
|
export { default as KeyIcon } from '../icons/key';
|
|
1439
|
+
// KeyboardMusic aliases
|
|
1440
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1441
|
+
// KeyboardOff aliases
|
|
1442
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1439
1443
|
// Keyboard aliases
|
|
1440
1444
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1441
1445
|
// LampCeiling aliases
|
|
1442
1446
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1443
|
-
// KeyboardOff aliases
|
|
1444
|
-
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1445
1447
|
// LampDesk aliases
|
|
1446
1448
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1447
1449
|
// LampFloor aliases
|
|
@@ -1456,40 +1458,40 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1456
1458
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1457
1459
|
// Landmark aliases
|
|
1458
1460
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
|
-
// LaptopMinimalCheck aliases
|
|
1460
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1461
1461
|
// Languages aliases
|
|
1462
1462
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1463
|
+
// LaptopMinimalCheck aliases
|
|
1464
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1463
1465
|
// Laptop aliases
|
|
1464
1466
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1465
1467
|
// LassoSelect aliases
|
|
1466
1468
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1467
|
-
// Laugh aliases
|
|
1468
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1469
1469
|
// Lasso aliases
|
|
1470
1470
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1471
|
-
//
|
|
1472
|
-
export { default as
|
|
1471
|
+
// Laugh aliases
|
|
1472
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1473
1473
|
// Layers2 aliases
|
|
1474
1474
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1475
|
-
// LayoutList aliases
|
|
1476
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1477
|
-
// LayoutPanelLeft aliases
|
|
1478
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1479
1475
|
// LayoutGrid aliases
|
|
1480
1476
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1477
|
+
// LayoutDashboard aliases
|
|
1478
|
+
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1479
|
+
// LayoutPanelLeft aliases
|
|
1480
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1481
|
+
// LayoutList aliases
|
|
1482
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1481
1483
|
// LayoutPanelTop aliases
|
|
1482
1484
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1485
|
+
// LayoutTemplate aliases
|
|
1486
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1483
1487
|
// Leaf aliases
|
|
1484
1488
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1489
|
+
// LetterText aliases
|
|
1490
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1485
1491
|
// LeafyGreen aliases
|
|
1486
1492
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1487
1493
|
// Lectern aliases
|
|
1488
1494
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1489
|
-
// LayoutTemplate aliases
|
|
1490
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
-
// LetterText aliases
|
|
1492
|
-
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1493
1495
|
// LibraryBig aliases
|
|
1494
1496
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1495
1497
|
// Library aliases
|
|
@@ -1502,52 +1504,52 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1502
1504
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1503
1505
|
// Lightbulb aliases
|
|
1504
1506
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1505
|
-
// Link2Off aliases
|
|
1506
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1507
1507
|
// LineSquiggle aliases
|
|
1508
1508
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1509
|
-
//
|
|
1510
|
-
export { default as
|
|
1509
|
+
// Link2Off aliases
|
|
1510
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1511
1511
|
// Link aliases
|
|
1512
1512
|
export { default as LinkIcon } from '../icons/link';
|
|
1513
|
-
// ListCheck aliases
|
|
1514
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1515
1513
|
// Linkedin aliases
|
|
1516
1514
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1515
|
+
// Link2 aliases
|
|
1516
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
|
+
// ListCheck aliases
|
|
1518
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1517
1519
|
// ListChecks aliases
|
|
1518
1520
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1519
|
-
// ListCollapse aliases
|
|
1520
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1521
1521
|
// ListEnd aliases
|
|
1522
1522
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1523
|
+
// ListCollapse aliases
|
|
1524
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1523
1525
|
// ListFilterPlus aliases
|
|
1524
1526
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1527
|
+
// ListFilter aliases
|
|
1528
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1525
1529
|
// ListMinus aliases
|
|
1526
1530
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1527
1531
|
// ListMusic aliases
|
|
1528
1532
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1529
|
-
// ListFilter aliases
|
|
1530
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1531
|
-
// ListPlus aliases
|
|
1532
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1533
1533
|
// ListOrdered aliases
|
|
1534
1534
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1535
|
+
// ListPlus aliases
|
|
1536
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1537
|
// ListRestart aliases
|
|
1536
1538
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1537
1539
|
// ListStart aliases
|
|
1538
1540
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1539
1541
|
// ListTodo aliases
|
|
1540
1542
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1541
|
-
// ListTree aliases
|
|
1542
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1543
1543
|
// ListVideo aliases
|
|
1544
1544
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1545
|
+
// ListTree aliases
|
|
1546
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1545
1547
|
// ListX aliases
|
|
1546
1548
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1547
|
-
// LoaderPinwheel aliases
|
|
1548
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1549
1549
|
// List aliases
|
|
1550
1550
|
export { default as ListIcon } from '../icons/list';
|
|
1551
|
+
// LoaderPinwheel aliases
|
|
1552
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1551
1553
|
// Loader aliases
|
|
1552
1554
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1553
1555
|
// LocateFixed aliases
|
|
@@ -1572,28 +1574,28 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1572
1574
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1573
1575
|
// Luggage aliases
|
|
1574
1576
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1577
|
+
// Magnet aliases
|
|
1578
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1575
1579
|
// MailCheck aliases
|
|
1576
1580
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1577
1581
|
// MailMinus aliases
|
|
1578
1582
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1579
|
-
// Magnet aliases
|
|
1580
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1581
|
-
// MailOpen aliases
|
|
1582
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1583
1583
|
// MailPlus aliases
|
|
1584
1584
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1585
1585
|
// MailSearch aliases
|
|
1586
1586
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1587
1587
|
// MailWarning aliases
|
|
1588
1588
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1589
|
+
// MailOpen aliases
|
|
1590
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1589
1591
|
// MailX aliases
|
|
1590
1592
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1591
1593
|
// Mail aliases
|
|
1592
1594
|
export { default as MailIcon } from '../icons/mail';
|
|
1593
|
-
// Mails aliases
|
|
1594
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1595
1595
|
// Mailbox aliases
|
|
1596
1596
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1597
|
+
// Mails aliases
|
|
1598
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1597
1599
|
// MapPinCheckInside aliases
|
|
1598
1600
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1599
1601
|
// MapPinCheck aliases
|
|
@@ -1620,22 +1622,22 @@ export { default as MapPinIcon } from '../icons/map-pin';
|
|
|
1620
1622
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1621
1623
|
// MapPlus aliases
|
|
1622
1624
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1623
|
-
// MarsStroke aliases
|
|
1624
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1625
1625
|
// Map aliases
|
|
1626
1626
|
export { default as MapIcon } from '../icons/map';
|
|
1627
|
-
//
|
|
1628
|
-
export { default as
|
|
1629
|
-
// Maximize2 aliases
|
|
1630
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1627
|
+
// MarsStroke aliases
|
|
1628
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1631
1629
|
// Martini aliases
|
|
1632
1630
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1631
|
+
// Mars aliases
|
|
1632
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1633
1633
|
// Maximize aliases
|
|
1634
1634
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1635
1635
|
// Medal aliases
|
|
1636
1636
|
export { default as MedalIcon } from '../icons/medal';
|
|
1637
1637
|
// MegaphoneOff aliases
|
|
1638
1638
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1639
|
+
// Maximize2 aliases
|
|
1640
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1639
1641
|
// Megaphone aliases
|
|
1640
1642
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1641
1643
|
// Meh aliases
|
|
@@ -1654,54 +1656,54 @@ export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
|
1654
1656
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1655
1657
|
// MessageCircleMore aliases
|
|
1656
1658
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1657
|
-
// MessageCirclePlus aliases
|
|
1658
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1659
1659
|
// MessageCircleOff aliases
|
|
1660
1660
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1661
|
-
// MessageCircleReply aliases
|
|
1662
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1663
1661
|
// MessageCircleWarning aliases
|
|
1664
1662
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1663
|
+
// MessageCirclePlus aliases
|
|
1664
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1665
|
+
// MessageCircleReply aliases
|
|
1666
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1665
1667
|
// MessageCircleX aliases
|
|
1666
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1667
|
-
// MessageSquareCode aliases
|
|
1668
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1669
1669
|
// MessageCircle aliases
|
|
1670
1670
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1671
|
+
// MessageSquareCode aliases
|
|
1672
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1671
1673
|
// MessageSquareDashed aliases
|
|
1672
1674
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1673
1675
|
// MessageSquareDot aliases
|
|
1674
1676
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1675
1677
|
// MessageSquareDiff aliases
|
|
1676
1678
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1677
|
-
// MessageSquareHeart aliases
|
|
1678
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1679
1679
|
// MessageSquareLock aliases
|
|
1680
1680
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1681
1681
|
// MessageSquareMore aliases
|
|
1682
1682
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1683
|
-
// MessageSquareOff aliases
|
|
1684
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1685
1683
|
// MessageSquarePlus aliases
|
|
1686
1684
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1689
|
-
// MessageSquareShare aliases
|
|
1690
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1685
|
+
// MessageSquareHeart aliases
|
|
1686
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1691
1687
|
// MessageSquareQuote aliases
|
|
1692
1688
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1689
|
+
// MessageSquareOff aliases
|
|
1690
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1691
|
+
// MessageSquareShare aliases
|
|
1692
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1693
1693
|
// MessageSquareText aliases
|
|
1694
1694
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1695
|
-
//
|
|
1696
|
-
export { default as
|
|
1697
|
-
// MessageSquare aliases
|
|
1698
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1695
|
+
// MessageSquareReply aliases
|
|
1696
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1699
1697
|
// MessageSquareWarning aliases
|
|
1700
1698
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1701
|
-
//
|
|
1702
|
-
export { default as
|
|
1699
|
+
// MessageSquare aliases
|
|
1700
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1701
|
+
// MessageSquareX aliases
|
|
1702
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1703
1703
|
// MicOff aliases
|
|
1704
1704
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1705
|
+
// MessagesSquare aliases
|
|
1706
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1705
1707
|
// Mic aliases
|
|
1706
1708
|
export { default as MicIcon } from '../icons/mic';
|
|
1707
1709
|
// Microchip aliases
|
|
@@ -1712,112 +1714,112 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1712
1714
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1713
1715
|
// Milestone aliases
|
|
1714
1716
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1715
|
-
// Milk aliases
|
|
1716
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1717
1717
|
// MilkOff aliases
|
|
1718
1718
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1719
|
-
// Minimize aliases
|
|
1720
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1721
|
-
// Minus aliases
|
|
1722
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1723
1719
|
// Minimize2 aliases
|
|
1724
1720
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1721
|
+
// Minus aliases
|
|
1722
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1723
|
+
// Milk aliases
|
|
1724
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1725
|
+
// Minimize aliases
|
|
1726
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1725
1727
|
// MonitorCheck aliases
|
|
1726
1728
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1727
1729
|
// MonitorCog aliases
|
|
1728
1730
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1731
|
+
// MonitorDot aliases
|
|
1732
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1729
1733
|
// MonitorDown aliases
|
|
1730
1734
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1731
1735
|
// MonitorOff aliases
|
|
1732
1736
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
|
-
// MonitorDot aliases
|
|
1734
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1735
1737
|
// MonitorPause aliases
|
|
1736
1738
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1737
|
-
// MonitorPlay aliases
|
|
1738
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1739
1739
|
// MonitorSmartphone aliases
|
|
1740
1740
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1741
1741
|
// MonitorSpeaker aliases
|
|
1742
1742
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1743
|
-
//
|
|
1744
|
-
export { default as
|
|
1743
|
+
// MonitorPlay aliases
|
|
1744
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1745
1745
|
// MonitorStop aliases
|
|
1746
1746
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1747
|
-
// Monitor aliases
|
|
1748
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1749
1747
|
// MonitorUp aliases
|
|
1750
1748
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1749
|
+
// MonitorX aliases
|
|
1750
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1751
|
+
// Monitor aliases
|
|
1752
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1751
1753
|
// MoonStar aliases
|
|
1752
1754
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1753
|
-
// Moon aliases
|
|
1754
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1755
1755
|
// MountainSnow aliases
|
|
1756
1756
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1757
|
+
// Moon aliases
|
|
1758
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1759
1759
|
// Mountain aliases
|
|
1760
1760
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1761
|
-
//
|
|
1762
|
-
export { default as
|
|
1761
|
+
// MouseOff aliases
|
|
1762
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1763
1763
|
// MousePointerBan aliases
|
|
1764
1764
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1765
|
-
// MousePointer aliases
|
|
1766
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1767
1765
|
// MousePointerClick aliases
|
|
1768
1766
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1769
|
-
//
|
|
1770
|
-
export { default as
|
|
1767
|
+
// MousePointer aliases
|
|
1768
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1769
|
+
// MousePointer2 aliases
|
|
1770
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1771
1771
|
// MoveDiagonal2 aliases
|
|
1772
1772
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1773
|
+
// Mouse aliases
|
|
1774
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1775
1775
|
// MoveDiagonal aliases
|
|
1776
1776
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1777
1777
|
// MoveDownLeft aliases
|
|
1778
1778
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1779
|
+
// MoveDownRight aliases
|
|
1780
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1779
1781
|
// MoveDown aliases
|
|
1780
1782
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1783
|
+
// MoveHorizontal aliases
|
|
1784
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1781
1785
|
// MoveLeft aliases
|
|
1782
1786
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1783
1787
|
// MoveRight aliases
|
|
1784
1788
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1785
|
-
// MoveHorizontal aliases
|
|
1786
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1787
1789
|
// MoveUpLeft aliases
|
|
1788
1790
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1789
|
-
// MoveUpRight aliases
|
|
1790
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1791
1791
|
// MoveUp aliases
|
|
1792
1792
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1793
|
+
// MoveUpRight aliases
|
|
1794
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1793
1795
|
// MoveVertical aliases
|
|
1794
1796
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1795
|
-
// Music2 aliases
|
|
1796
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1797
1797
|
// Move aliases
|
|
1798
1798
|
export { default as MoveIcon } from '../icons/move';
|
|
1799
|
+
// Music2 aliases
|
|
1800
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1801
|
+
// Music4 aliases
|
|
1802
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1799
1803
|
// Music3 aliases
|
|
1800
1804
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1801
1805
|
// Music aliases
|
|
1802
1806
|
export { default as MusicIcon } from '../icons/music';
|
|
1803
|
-
// Music4 aliases
|
|
1804
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1805
1807
|
// Navigation2Off aliases
|
|
1806
1808
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
1809
|
// Navigation2 aliases
|
|
1808
1810
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1809
|
-
// Navigation aliases
|
|
1810
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
1811
|
// NavigationOff aliases
|
|
1812
1812
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1813
|
+
// Navigation aliases
|
|
1814
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1813
1815
|
// Network aliases
|
|
1814
1816
|
export { default as NetworkIcon } from '../icons/network';
|
|
1817
|
+
// Newspaper aliases
|
|
1818
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1815
1819
|
// Nfc aliases
|
|
1816
1820
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1817
1821
|
// NonBinary aliases
|
|
1818
1822
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1819
|
-
// Newspaper aliases
|
|
1820
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1821
1823
|
// NotebookPen aliases
|
|
1822
1824
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1823
1825
|
// NotebookTabs aliases
|
|
@@ -1828,58 +1830,58 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1828
1830
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1829
1831
|
// NotepadTextDashed aliases
|
|
1830
1832
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1831
|
-
// NutOff aliases
|
|
1832
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1833
1833
|
// NotepadText aliases
|
|
1834
1834
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1835
|
+
// NutOff aliases
|
|
1836
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1835
1837
|
// Nut aliases
|
|
1836
1838
|
export { default as NutIcon } from '../icons/nut';
|
|
1837
1839
|
// OctagonMinus aliases
|
|
1838
1840
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1839
1841
|
// Octagon aliases
|
|
1840
1842
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1841
|
-
// Option aliases
|
|
1842
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1843
1843
|
// Omega aliases
|
|
1844
1844
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1845
|
-
//
|
|
1846
|
-
export { default as
|
|
1845
|
+
// Option aliases
|
|
1846
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1847
1847
|
// Orbit aliases
|
|
1848
1848
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1849
1849
|
// Package2 aliases
|
|
1850
1850
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1851
|
-
//
|
|
1852
|
-
export { default as
|
|
1851
|
+
// Origami aliases
|
|
1852
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1853
1853
|
// PackageCheck aliases
|
|
1854
1854
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1855
|
+
// PackageMinus aliases
|
|
1856
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1855
1857
|
// PackageOpen aliases
|
|
1856
1858
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1857
1859
|
// PackagePlus aliases
|
|
1858
1860
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1859
1861
|
// PackageSearch aliases
|
|
1860
1862
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1861
|
-
// Package aliases
|
|
1862
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1863
1863
|
// PackageX aliases
|
|
1864
1864
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1865
|
+
// Package aliases
|
|
1866
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1867
1867
|
// PaintRoller aliases
|
|
1868
1868
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1869
|
-
//
|
|
1870
|
-
export { default as
|
|
1869
|
+
// PaintBucket aliases
|
|
1870
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1871
1871
|
// Palette aliases
|
|
1872
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1873
|
+
// Paintbrush aliases
|
|
1874
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1873
1875
|
// Panda aliases
|
|
1874
1876
|
export { default as PandaIcon } from '../icons/panda';
|
|
1875
1877
|
// PanelBottomOpen aliases
|
|
1876
1878
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1877
1879
|
// PanelBottomClose aliases
|
|
1878
1880
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1879
|
-
// PanelRightClose aliases
|
|
1880
|
-
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1881
1881
|
// PanelBottom aliases
|
|
1882
1882
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1883
|
+
// PanelRightClose aliases
|
|
1884
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1883
1885
|
// PanelRightOpen aliases
|
|
1884
1886
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1885
1887
|
// PanelRight aliases
|
|
@@ -1896,14 +1898,14 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
1896
1898
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1897
1899
|
// Paperclip aliases
|
|
1898
1900
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1899
|
-
// ParkingMeter aliases
|
|
1900
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1901
1901
|
// Parentheses aliases
|
|
1902
1902
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1903
|
-
//
|
|
1904
|
-
export { default as
|
|
1903
|
+
// ParkingMeter aliases
|
|
1904
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
1905
|
// PartyPopper aliases
|
|
1906
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1907
|
+
// PawPrint aliases
|
|
1908
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1907
1909
|
// Pause aliases
|
|
1908
1910
|
export { default as PauseIcon } from '../icons/pause';
|
|
1909
1911
|
// PcCase aliases
|
|
@@ -1920,12 +1922,12 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
1920
1922
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1921
1923
|
// Pencil aliases
|
|
1922
1924
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1923
|
-
// PersonStanding aliases
|
|
1924
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1925
1925
|
// Pentagon aliases
|
|
1926
1926
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1927
1927
|
// Percent aliases
|
|
1928
1928
|
export { default as PercentIcon } from '../icons/percent';
|
|
1929
|
+
// PersonStanding aliases
|
|
1930
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1929
1931
|
// PhilippinePeso aliases
|
|
1930
1932
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1931
1933
|
// PhoneCall aliases
|
|
@@ -1934,32 +1936,32 @@ export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
|
1934
1936
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1935
1937
|
// PhoneIncoming aliases
|
|
1936
1938
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1937
|
-
// PhoneMissed aliases
|
|
1938
|
-
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1939
1939
|
// PhoneOff aliases
|
|
1940
1940
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1941
1941
|
// PhoneOutgoing aliases
|
|
1942
1942
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1943
|
+
// PhoneMissed aliases
|
|
1944
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1943
1945
|
// Phone aliases
|
|
1944
1946
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1945
1947
|
// Pi aliases
|
|
1946
1948
|
export { default as PiIcon } from '../icons/pi';
|
|
1947
1949
|
// Piano aliases
|
|
1948
1950
|
export { default as PianoIcon } from '../icons/piano';
|
|
1949
|
-
// PictureInPicture2 aliases
|
|
1950
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1951
1951
|
// Pickaxe aliases
|
|
1952
1952
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1953
|
+
// PictureInPicture2 aliases
|
|
1954
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1953
1955
|
// PictureInPicture aliases
|
|
1954
1956
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1955
|
-
// PiggyBank aliases
|
|
1956
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1957
1957
|
// PilcrowLeft aliases
|
|
1958
1958
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1959
|
-
//
|
|
1960
|
-
export { default as
|
|
1959
|
+
// PiggyBank aliases
|
|
1960
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1961
1961
|
// Pilcrow aliases
|
|
1962
1962
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1963
|
+
// PilcrowRight aliases
|
|
1964
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1963
1965
|
// PillBottle aliases
|
|
1964
1966
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1965
1967
|
// Pill aliases
|
|
@@ -1974,10 +1976,10 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
1974
1976
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1975
1977
|
// PlaneLanding aliases
|
|
1976
1978
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1977
|
-
// Plane aliases
|
|
1978
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1979
1979
|
// PlaneTakeoff aliases
|
|
1980
1980
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1981
|
+
// Plane aliases
|
|
1982
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1981
1983
|
// Play aliases
|
|
1982
1984
|
export { default as PlayIcon } from '../icons/play';
|
|
1983
1985
|
// Plug2 aliases
|
|
@@ -1990,140 +1992,140 @@ export { default as PlusIcon } from '../icons/plus';
|
|
|
1990
1992
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1991
1993
|
// Pocket aliases
|
|
1992
1994
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1993
|
-
// PointerOff aliases
|
|
1994
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1995
1995
|
// Podcast aliases
|
|
1996
1996
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1997
|
+
// PointerOff aliases
|
|
1998
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1997
1999
|
// Pointer aliases
|
|
1998
2000
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1999
|
-
// Popsicle aliases
|
|
2000
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2001
2001
|
// Popcorn aliases
|
|
2002
2002
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
|
+
// Popsicle aliases
|
|
2004
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2003
2005
|
// PoundSterling aliases
|
|
2004
2006
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2005
|
-
// Power aliases
|
|
2006
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2007
2007
|
// PowerOff aliases
|
|
2008
2008
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2009
2009
|
// Presentation aliases
|
|
2010
2010
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2011
|
+
// Power aliases
|
|
2012
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2011
2013
|
// PrinterCheck aliases
|
|
2012
2014
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2013
|
-
// Printer aliases
|
|
2014
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2015
2015
|
// Projector aliases
|
|
2016
2016
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
+
// Printer aliases
|
|
2018
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2017
2019
|
// Proportions aliases
|
|
2018
2020
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2019
2021
|
// Puzzle aliases
|
|
2020
2022
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2021
|
-
// Pyramid aliases
|
|
2022
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2023
2023
|
// QrCode aliases
|
|
2024
2024
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2025
|
+
// Pyramid aliases
|
|
2026
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2025
2027
|
// Quote aliases
|
|
2026
2028
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2027
2029
|
// Rabbit aliases
|
|
2028
2030
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2029
2031
|
// Radar aliases
|
|
2030
2032
|
export { default as RadarIcon } from '../icons/radar';
|
|
2031
|
-
// Radiation aliases
|
|
2032
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2033
2033
|
// Radical aliases
|
|
2034
2034
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2035
|
-
//
|
|
2036
|
-
export { default as
|
|
2035
|
+
// Radiation aliases
|
|
2036
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
|
+
// Radio aliases
|
|
2038
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2037
2039
|
// RadioTower aliases
|
|
2038
2040
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
|
+
// RadioReceiver aliases
|
|
2042
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2039
2043
|
// Radius aliases
|
|
2040
2044
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2041
|
-
// Radio aliases
|
|
2042
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2043
|
-
// RailSymbol aliases
|
|
2044
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2045
|
-
// Ratio aliases
|
|
2046
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2047
2045
|
// Rainbow aliases
|
|
2048
2046
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2047
|
+
// RailSymbol aliases
|
|
2048
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2049
2049
|
// Rat aliases
|
|
2050
2050
|
export { default as RatIcon } from '../icons/rat';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2051
|
+
// Ratio aliases
|
|
2052
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2053
2053
|
// ReceiptCent aliases
|
|
2054
2054
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2055
|
+
// ReceiptEuro aliases
|
|
2056
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2057
|
+
// ReceiptJapaneseYen aliases
|
|
2058
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2055
2059
|
// ReceiptIndianRupee aliases
|
|
2056
2060
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2057
2061
|
// ReceiptPoundSterling aliases
|
|
2058
2062
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2059
2063
|
// ReceiptRussianRuble aliases
|
|
2060
2064
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2061
|
-
// ReceiptJapaneseYen aliases
|
|
2062
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2065
|
// ReceiptSwissFranc aliases
|
|
2064
2066
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2065
2067
|
// ReceiptText aliases
|
|
2066
2068
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
|
-
// RectangleCircle aliases
|
|
2068
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2069
2069
|
// Receipt aliases
|
|
2070
2070
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2071
|
+
// RectangleCircle aliases
|
|
2072
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2071
2073
|
// RectangleGoggles aliases
|
|
2072
2074
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2073
2075
|
// RectangleHorizontal aliases
|
|
2074
2076
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2075
|
-
// Redo2 aliases
|
|
2076
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2077
2077
|
// RectangleVertical aliases
|
|
2078
2078
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2079
2079
|
// Recycle aliases
|
|
2080
2080
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2081
|
+
// Redo2 aliases
|
|
2082
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2081
2083
|
// RedoDot aliases
|
|
2082
2084
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2085
|
+
// RefreshCcwDot aliases
|
|
2086
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2083
2087
|
// Redo aliases
|
|
2084
2088
|
export { default as RedoIcon } from '../icons/redo';
|
|
2085
2089
|
// RefreshCcw aliases
|
|
2086
2090
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2087
|
-
// RefreshCcwDot aliases
|
|
2088
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2089
2091
|
// RefreshCwOff aliases
|
|
2090
2092
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2093
|
+
// RefreshCw aliases
|
|
2094
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2091
2095
|
// Refrigerator aliases
|
|
2092
2096
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2093
2097
|
// Regex aliases
|
|
2094
2098
|
export { default as RegexIcon } from '../icons/regex';
|
|
2095
|
-
// RefreshCw aliases
|
|
2096
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2097
2099
|
// RemoveFormatting aliases
|
|
2098
2100
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2099
2101
|
// Repeat1 aliases
|
|
2100
2102
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2101
|
-
// Repeat aliases
|
|
2102
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2103
2103
|
// Repeat2 aliases
|
|
2104
2104
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2105
|
-
//
|
|
2106
|
-
export { default as
|
|
2105
|
+
// Repeat aliases
|
|
2106
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2107
2107
|
// ReplaceAll aliases
|
|
2108
2108
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2109
|
-
// Replace aliases
|
|
2110
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2111
2109
|
// Reply aliases
|
|
2112
2110
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2111
|
+
// Replace aliases
|
|
2112
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2113
2113
|
// Rewind aliases
|
|
2114
2114
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2115
|
+
// ReplyAll aliases
|
|
2116
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2115
2117
|
// Rocket aliases
|
|
2116
2118
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2117
|
-
// RockingChair aliases
|
|
2118
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2119
|
-
// RollerCoaster aliases
|
|
2120
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2121
2119
|
// Ribbon aliases
|
|
2122
2120
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2121
|
+
// RollerCoaster aliases
|
|
2122
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2123
|
+
// RockingChair aliases
|
|
2124
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2125
2125
|
// RotateCcwSquare aliases
|
|
2126
2126
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2127
|
+
// RotateCcwKey aliases
|
|
2128
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2127
2129
|
// RotateCcw aliases
|
|
2128
2130
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2129
2131
|
// RotateCwSquare aliases
|
|
@@ -2138,22 +2140,22 @@ export { default as RouteIcon } from '../icons/route';
|
|
|
2138
2140
|
export { default as RouterIcon } from '../icons/router';
|
|
2139
2141
|
// Rows4 aliases
|
|
2140
2142
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2141
|
-
// Rss aliases
|
|
2142
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2143
2143
|
// RulerDimensionLine aliases
|
|
2144
2144
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2145
2145
|
// Ruler aliases
|
|
2146
2146
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2147
|
+
// Rss aliases
|
|
2148
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2147
2149
|
// RussianRuble aliases
|
|
2148
2150
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2149
|
-
// Salad aliases
|
|
2150
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2151
2151
|
// Sailboat aliases
|
|
2152
2152
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2153
|
-
//
|
|
2154
|
-
export { default as
|
|
2153
|
+
// Salad aliases
|
|
2154
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2155
2155
|
// SatelliteDish aliases
|
|
2156
2156
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2157
|
+
// Sandwich aliases
|
|
2158
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2157
2159
|
// Satellite aliases
|
|
2158
2160
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2159
2161
|
// SaudiRiyal aliases
|
|
@@ -2162,26 +2164,26 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2162
2164
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2163
2165
|
// SaveOff aliases
|
|
2164
2166
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2165
|
-
// Save aliases
|
|
2166
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2167
2167
|
// Scale aliases
|
|
2168
2168
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2169
|
-
//
|
|
2170
|
-
export { default as
|
|
2169
|
+
// Save aliases
|
|
2170
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2171
2171
|
// Scaling aliases
|
|
2172
2172
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2173
|
+
// ScanBarcode aliases
|
|
2174
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2173
2175
|
// ScanEye aliases
|
|
2174
2176
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2175
2177
|
// ScanFace aliases
|
|
2176
2178
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2177
2179
|
// ScanHeart aliases
|
|
2178
2180
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2181
|
+
// ScanLine aliases
|
|
2182
|
+
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2179
2183
|
// ScanQrCode aliases
|
|
2180
2184
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2181
2185
|
// ScanSearch aliases
|
|
2182
2186
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2183
|
-
// ScanLine aliases
|
|
2184
|
-
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2185
2187
|
// ScanText aliases
|
|
2186
2188
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2187
2189
|
// Scan aliases
|
|
@@ -2190,10 +2192,10 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2190
2192
|
export { default as SchoolIcon } from '../icons/school';
|
|
2191
2193
|
// ScissorsLineDashed aliases
|
|
2192
2194
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2193
|
-
// ScreenShareOff aliases
|
|
2194
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2195
2195
|
// Scissors aliases
|
|
2196
2196
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2197
|
+
// ScreenShareOff aliases
|
|
2198
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2197
2199
|
// ScreenShare aliases
|
|
2198
2200
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2199
2201
|
// ScrollText aliases
|
|
@@ -2208,48 +2210,48 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2208
2210
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2209
2211
|
// SearchX aliases
|
|
2210
2212
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2211
|
-
// Section aliases
|
|
2212
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2213
2213
|
// Search aliases
|
|
2214
2214
|
export { default as SearchIcon } from '../icons/search';
|
|
2215
|
+
// Section aliases
|
|
2216
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2215
2217
|
// SendToBack aliases
|
|
2216
2218
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2217
2219
|
// Send aliases
|
|
2218
2220
|
export { default as SendIcon } from '../icons/send';
|
|
2219
2221
|
// SeparatorHorizontal aliases
|
|
2220
2222
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2223
|
+
// ServerCrash aliases
|
|
2224
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2221
2225
|
// SeparatorVertical aliases
|
|
2222
2226
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2223
2227
|
// ServerCog aliases
|
|
2224
2228
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2225
|
-
// ServerCrash aliases
|
|
2226
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2227
2229
|
// Server aliases
|
|
2228
2230
|
export { default as ServerIcon } from '../icons/server';
|
|
2229
2231
|
// ServerOff aliases
|
|
2230
2232
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2231
2233
|
// Settings2 aliases
|
|
2232
2234
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2233
|
-
// Share2 aliases
|
|
2234
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2235
2235
|
// Settings aliases
|
|
2236
2236
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2237
|
-
// Share aliases
|
|
2238
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2239
2237
|
// Shapes aliases
|
|
2240
2238
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2239
|
+
// Share aliases
|
|
2240
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2241
|
+
// Share2 aliases
|
|
2242
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2241
2243
|
// Sheet aliases
|
|
2242
2244
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2243
2245
|
// Shell aliases
|
|
2244
2246
|
export { default as ShellIcon } from '../icons/shell';
|
|
2245
|
-
// ShieldBan aliases
|
|
2246
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2247
2247
|
// ShieldAlert aliases
|
|
2248
2248
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2249
|
-
//
|
|
2250
|
-
export { default as
|
|
2249
|
+
// ShieldBan aliases
|
|
2250
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2251
2251
|
// ShieldHalf aliases
|
|
2252
2252
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2253
|
+
// ShieldCheck aliases
|
|
2254
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2253
2255
|
// ShieldEllipsis aliases
|
|
2254
2256
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2255
2257
|
// ShieldMinus aliases
|
|
@@ -2258,22 +2260,22 @@ export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
|
2258
2260
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2259
2261
|
// ShieldPlus aliases
|
|
2260
2262
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2261
|
-
// Shield aliases
|
|
2262
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2263
2263
|
// ShieldUser aliases
|
|
2264
2264
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2265
2265
|
// ShipWheel aliases
|
|
2266
2266
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2267
|
+
// Shield aliases
|
|
2268
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2269
2269
|
// Shirt aliases
|
|
2270
2270
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2271
|
+
// Ship aliases
|
|
2272
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2271
2273
|
// ShoppingBag aliases
|
|
2272
2274
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2273
|
-
// ShoppingBasket aliases
|
|
2274
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2275
2275
|
// ShoppingCart aliases
|
|
2276
2276
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2277
|
+
// ShoppingBasket aliases
|
|
2278
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2277
2279
|
// Shovel aliases
|
|
2278
2280
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2279
2281
|
// ShowerHead aliases
|
|
@@ -2288,14 +2290,14 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2288
2290
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2289
2291
|
// Shuffle aliases
|
|
2290
2292
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2291
|
-
// SignalHigh aliases
|
|
2292
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2293
2293
|
// Sigma aliases
|
|
2294
2294
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2295
|
+
// SignalHigh aliases
|
|
2296
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2297
2297
|
// SignalLow aliases
|
|
2298
2298
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2299
|
+
// SignalMedium aliases
|
|
2300
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2299
2301
|
// SignalZero aliases
|
|
2300
2302
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2301
2303
|
// Signal aliases
|
|
@@ -2304,20 +2306,20 @@ export { default as SignalIcon } from '../icons/signal';
|
|
|
2304
2306
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2305
2307
|
// SignpostBig aliases
|
|
2306
2308
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2309
|
+
// SkipBack aliases
|
|
2310
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2307
2311
|
// Signpost aliases
|
|
2308
2312
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2309
2313
|
// Siren aliases
|
|
2310
2314
|
export { default as SirenIcon } from '../icons/siren';
|
|
2311
|
-
// SkipBack aliases
|
|
2312
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2313
2315
|
// SkipForward aliases
|
|
2314
2316
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2315
|
-
// Slack aliases
|
|
2316
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2317
2317
|
// Skull aliases
|
|
2318
2318
|
export { default as SkullIcon } from '../icons/skull';
|
|
2319
2319
|
// Slash aliases
|
|
2320
2320
|
export { default as SlashIcon } from '../icons/slash';
|
|
2321
|
+
// Slack aliases
|
|
2322
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2321
2323
|
// Slice aliases
|
|
2322
2324
|
export { default as SliceIcon } from '../icons/slice';
|
|
2323
2325
|
// SlidersHorizontal aliases
|
|
@@ -2326,14 +2328,14 @@ export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
|
2326
2328
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2327
2329
|
// SmartphoneNfc aliases
|
|
2328
2330
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2329
|
-
// SmilePlus aliases
|
|
2330
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2331
2331
|
// Smartphone aliases
|
|
2332
2332
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2333
|
-
//
|
|
2334
|
-
export { default as
|
|
2333
|
+
// SmilePlus aliases
|
|
2334
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2335
2335
|
// Smile aliases
|
|
2336
2336
|
export { default as SmileIcon } from '../icons/smile';
|
|
2337
|
+
// Snail aliases
|
|
2338
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2337
2339
|
// Snowflake aliases
|
|
2338
2340
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2339
2341
|
// SoapDispenserDroplet aliases
|
|
@@ -2350,58 +2352,58 @@ export { default as SpadeIcon } from '../icons/spade';
|
|
|
2350
2352
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2351
2353
|
// Speaker aliases
|
|
2352
2354
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2355
|
+
// Speech aliases
|
|
2356
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2353
2357
|
// SpellCheck2 aliases
|
|
2354
2358
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2355
2359
|
// SpellCheck aliases
|
|
2356
2360
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2357
|
-
// Speech aliases
|
|
2358
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2359
|
-
// SplinePointer aliases
|
|
2360
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2361
2361
|
// Spline aliases
|
|
2362
2362
|
export { default as SplineIcon } from '../icons/spline';
|
|
2363
|
+
// SplinePointer aliases
|
|
2364
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2363
2365
|
// Split aliases
|
|
2364
2366
|
export { default as SplitIcon } from '../icons/split';
|
|
2365
|
-
// Spool aliases
|
|
2366
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2367
2367
|
// SprayCan aliases
|
|
2368
2368
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2369
|
+
// Spool aliases
|
|
2370
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2369
2371
|
// Sprout aliases
|
|
2370
2372
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2371
|
-
// SquareDashedBottom aliases
|
|
2372
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2373
2373
|
// SquareDashedBottomCode aliases
|
|
2374
2374
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2375
2375
|
// SquareDashedTopSolid aliases
|
|
2376
2376
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2377
|
+
// SquareDashedBottom aliases
|
|
2378
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2377
2379
|
// SquareRadical aliases
|
|
2378
2380
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2379
2381
|
// SquareRoundCorner aliases
|
|
2380
2382
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2381
2383
|
// SquareSquare aliases
|
|
2382
2384
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2383
|
-
// SquareStack aliases
|
|
2384
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2385
2385
|
// Square aliases
|
|
2386
2386
|
export { default as SquareIcon } from '../icons/square';
|
|
2387
|
-
//
|
|
2388
|
-
export { default as
|
|
2387
|
+
// SquareStack aliases
|
|
2388
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2389
2389
|
// SquaresExclude aliases
|
|
2390
2390
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2391
|
+
// SquaresIntersect aliases
|
|
2392
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2393
2393
|
// SquaresUnite aliases
|
|
2394
2394
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2395
|
+
// SquaresSubtract aliases
|
|
2396
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2395
2397
|
// SquircleDashed aliases
|
|
2396
2398
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2397
2399
|
// Squircle aliases
|
|
2398
2400
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2401
|
+
// Squirrel aliases
|
|
2402
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2399
2403
|
// Stamp aliases
|
|
2400
2404
|
export { default as StampIcon } from '../icons/stamp';
|
|
2401
2405
|
// StarHalf aliases
|
|
2402
2406
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2403
|
-
// Squirrel aliases
|
|
2404
|
-
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2405
2407
|
// StarOff aliases
|
|
2406
2408
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2407
2409
|
// Star aliases
|
|
@@ -2418,12 +2420,12 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2418
2420
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2419
2421
|
// Store aliases
|
|
2420
2422
|
export { default as StoreIcon } from '../icons/store';
|
|
2423
|
+
// StretchHorizontal aliases
|
|
2424
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2421
2425
|
// StretchVertical aliases
|
|
2422
2426
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2423
2427
|
// Strikethrough aliases
|
|
2424
2428
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2425
|
-
// StretchHorizontal aliases
|
|
2426
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2427
2429
|
// Subscript aliases
|
|
2428
2430
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2429
2431
|
// SunDim aliases
|
|
@@ -2444,22 +2446,22 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2444
2446
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2445
2447
|
// SwatchBook aliases
|
|
2446
2448
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2447
|
-
// SwitchCamera aliases
|
|
2448
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2449
2449
|
// SwissFranc aliases
|
|
2450
2450
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2451
|
-
//
|
|
2452
|
-
export { default as
|
|
2451
|
+
// SwitchCamera aliases
|
|
2452
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2453
2453
|
// Swords aliases
|
|
2454
2454
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2455
|
+
// Sword aliases
|
|
2456
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2457
|
+
// Table2 aliases
|
|
2458
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2455
2459
|
// Syringe aliases
|
|
2456
2460
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2457
2461
|
// TableCellsMerge aliases
|
|
2458
2462
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2459
2463
|
// TableCellsSplit aliases
|
|
2460
2464
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2461
|
-
// Table2 aliases
|
|
2462
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2463
2465
|
// TableColumnsSplit aliases
|
|
2464
2466
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2465
2467
|
// TableOfContents aliases
|
|
@@ -2472,30 +2474,30 @@ export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
|
2472
2474
|
export { default as TableIcon } from '../icons/table';
|
|
2473
2475
|
// TabletSmartphone aliases
|
|
2474
2476
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2475
|
-
// Tablets aliases
|
|
2476
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2477
2477
|
// Tablet aliases
|
|
2478
2478
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2479
|
-
//
|
|
2480
|
-
export { default as
|
|
2479
|
+
// Tablets aliases
|
|
2480
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2481
2481
|
// Tags aliases
|
|
2482
2482
|
export { default as TagsIcon } from '../icons/tags';
|
|
2483
|
+
// Tag aliases
|
|
2484
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2483
2485
|
// Tally1 aliases
|
|
2484
2486
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2485
2487
|
// Tally2 aliases
|
|
2486
2488
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2487
|
-
// Tally3 aliases
|
|
2488
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2489
2489
|
// Tally4 aliases
|
|
2490
2490
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2491
|
+
// Tally3 aliases
|
|
2492
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2493
2493
|
// Tangent aliases
|
|
2494
2494
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2495
|
+
// Tally5 aliases
|
|
2496
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2497
2497
|
// Telescope aliases
|
|
2498
2498
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2499
|
+
// Target aliases
|
|
2500
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2499
2501
|
// TentTree aliases
|
|
2500
2502
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2501
2503
|
// Tent aliases
|
|
@@ -2504,10 +2506,10 @@ export { default as TentIcon } from '../icons/tent';
|
|
|
2504
2506
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2505
2507
|
// TestTubes aliases
|
|
2506
2508
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2507
|
-
// TestTube aliases
|
|
2508
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
2509
|
// TextCursorInput aliases
|
|
2510
2510
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2511
|
+
// TestTube aliases
|
|
2512
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2511
2513
|
// TextCursor aliases
|
|
2512
2514
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2513
2515
|
// TextQuote aliases
|
|
@@ -2516,54 +2518,54 @@ export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
|
2516
2518
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2517
2519
|
// Text aliases
|
|
2518
2520
|
export { default as TextIcon } from '../icons/text';
|
|
2519
|
-
// Theater aliases
|
|
2520
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2521
2521
|
// ThermometerSnowflake aliases
|
|
2522
2522
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2523
|
-
// Thermometer aliases
|
|
2524
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2525
2523
|
// ThermometerSun aliases
|
|
2526
2524
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2525
|
+
// Theater aliases
|
|
2526
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2527
|
+
// Thermometer aliases
|
|
2528
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2527
2529
|
// ThumbsDown aliases
|
|
2528
2530
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2529
|
-
// TicketCheck aliases
|
|
2530
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2531
2531
|
// ThumbsUp aliases
|
|
2532
2532
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2533
|
+
// TicketCheck aliases
|
|
2534
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2533
2535
|
// TicketMinus aliases
|
|
2534
2536
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2535
2537
|
// TicketPercent aliases
|
|
2536
2538
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2537
2539
|
// TicketPlus aliases
|
|
2538
2540
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2541
|
+
// TicketX aliases
|
|
2542
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2539
2543
|
// TicketSlash aliases
|
|
2540
2544
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2541
2545
|
// Ticket aliases
|
|
2542
2546
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2543
|
-
// TicketX aliases
|
|
2544
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2545
2547
|
// TicketsPlane aliases
|
|
2546
2548
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2547
2549
|
// Tickets aliases
|
|
2548
2550
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2549
|
-
// TimerOff aliases
|
|
2550
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2551
2551
|
// TimerReset aliases
|
|
2552
2552
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2553
|
+
// TimerOff aliases
|
|
2554
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2553
2555
|
// Timer aliases
|
|
2554
2556
|
export { default as TimerIcon } from '../icons/timer';
|
|
2555
2557
|
// ToggleLeft aliases
|
|
2556
2558
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2557
2559
|
// ToggleRight aliases
|
|
2558
2560
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2559
|
-
// Toilet aliases
|
|
2560
|
-
export { default as ToiletIcon } from '../icons/toilet';
|
|
2561
2561
|
// Tornado aliases
|
|
2562
2562
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2563
|
+
// Toilet aliases
|
|
2564
|
+
export { default as ToiletIcon } from '../icons/toilet';
|
|
2565
2565
|
// Torus aliases
|
|
2566
2566
|
export { default as TorusIcon } from '../icons/torus';
|
|
2567
|
+
// TouchpadOff aliases
|
|
2568
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2567
2569
|
// Touchpad aliases
|
|
2568
2570
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2569
2571
|
// TowerControl aliases
|
|
@@ -2584,12 +2586,12 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2584
2586
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2585
2587
|
// Trash2 aliases
|
|
2586
2588
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2587
|
-
// TreePine aliases
|
|
2588
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2589
|
-
// TreeDeciduous aliases
|
|
2590
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2591
2589
|
// Trash aliases
|
|
2592
2590
|
export { default as TrashIcon } from '../icons/trash';
|
|
2591
|
+
// TreeDeciduous aliases
|
|
2592
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2593
|
+
// TreePine aliases
|
|
2594
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2593
2595
|
// Trees aliases
|
|
2594
2596
|
export { default as TreesIcon } from '../icons/trees';
|
|
2595
2597
|
// Trello aliases
|
|
@@ -2600,32 +2602,30 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2600
2602
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2601
2603
|
// TrendingUp aliases
|
|
2602
2604
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2603
|
-
// TriangleRight aliases
|
|
2604
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2605
|
-
// Triangle aliases
|
|
2606
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2607
2605
|
// TriangleDashed aliases
|
|
2608
2606
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2607
|
+
// TriangleRight aliases
|
|
2608
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2609
2609
|
// Trophy aliases
|
|
2610
2610
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2611
|
+
// Triangle aliases
|
|
2612
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2611
2613
|
// TruckElectric aliases
|
|
2612
2614
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2613
2615
|
// Truck aliases
|
|
2614
2616
|
export { default as TruckIcon } from '../icons/truck';
|
|
2617
|
+
// TvMinimalPlay aliases
|
|
2618
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2615
2619
|
// Turtle aliases
|
|
2616
2620
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2617
2621
|
// Tv aliases
|
|
2618
2622
|
export { default as TvIcon } from '../icons/tv';
|
|
2619
|
-
// TvMinimalPlay aliases
|
|
2620
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2621
2623
|
// Twitch aliases
|
|
2622
2624
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2623
2625
|
// Twitter aliases
|
|
2624
2626
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2625
2627
|
// TypeOutline aliases
|
|
2626
2628
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2627
|
-
// UmbrellaOff aliases
|
|
2628
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2629
2629
|
// Type aliases
|
|
2630
2630
|
export { default as TypeIcon } from '../icons/type';
|
|
2631
2631
|
// Umbrella aliases
|
|
@@ -2634,14 +2634,16 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2634
2634
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2635
2635
|
// Undo2 aliases
|
|
2636
2636
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2637
|
-
//
|
|
2638
|
-
export { default as
|
|
2637
|
+
// UmbrellaOff aliases
|
|
2638
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2639
2639
|
// Undo aliases
|
|
2640
2640
|
export { default as UndoIcon } from '../icons/undo';
|
|
2641
|
-
//
|
|
2642
|
-
export { default as
|
|
2641
|
+
// UndoDot aliases
|
|
2642
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2643
2643
|
// UnfoldHorizontal aliases
|
|
2644
2644
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2645
|
+
// UnfoldVertical aliases
|
|
2646
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2645
2647
|
// Ungroup aliases
|
|
2646
2648
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2647
2649
|
// Unlink2 aliases
|
|
@@ -2656,132 +2658,134 @@ export { default as UploadIcon } from '../icons/upload';
|
|
|
2656
2658
|
export { default as UsbIcon } from '../icons/usb';
|
|
2657
2659
|
// UserCheck aliases
|
|
2658
2660
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2659
|
-
// UserLock aliases
|
|
2660
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2661
2661
|
// UserCog aliases
|
|
2662
2662
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2663
|
-
//
|
|
2664
|
-
export { default as
|
|
2663
|
+
// UserLock aliases
|
|
2664
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2665
2665
|
// UserMinus aliases
|
|
2666
2666
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2667
2667
|
// UserPlus aliases
|
|
2668
2668
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2669
|
+
// UserPen aliases
|
|
2670
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2669
2671
|
// UserRoundPen aliases
|
|
2670
2672
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2671
|
-
// UserSearch aliases
|
|
2672
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2673
2673
|
// UserRoundSearch aliases
|
|
2674
2674
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2675
2675
|
// UserX aliases
|
|
2676
2676
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2677
|
-
//
|
|
2678
|
-
export { default as
|
|
2677
|
+
// UserSearch aliases
|
|
2678
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2679
2679
|
// User aliases
|
|
2680
2680
|
export { default as UserIcon } from '../icons/user';
|
|
2681
2681
|
// UtilityPole aliases
|
|
2682
2682
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2683
|
+
// Users aliases
|
|
2684
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2683
2685
|
// Variable aliases
|
|
2684
2686
|
export { default as VariableIcon } from '../icons/variable';
|
|
2685
|
-
// Vegan aliases
|
|
2686
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2687
2687
|
// Vault aliases
|
|
2688
2688
|
export { default as VaultIcon } from '../icons/vault';
|
|
2689
|
+
// VectorSquare aliases
|
|
2690
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2691
|
+
// Vegan aliases
|
|
2692
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2689
2693
|
// VenetianMask aliases
|
|
2690
2694
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2691
|
-
// Venus aliases
|
|
2692
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2693
2695
|
// VenusAndMars aliases
|
|
2694
2696
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2697
|
+
// Venus aliases
|
|
2698
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2695
2699
|
// VibrateOff aliases
|
|
2696
2700
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2697
2701
|
// Vibrate aliases
|
|
2698
2702
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2699
2703
|
// VideoOff aliases
|
|
2700
2704
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2701
|
-
// Video aliases
|
|
2702
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2703
2705
|
// Videotape aliases
|
|
2704
2706
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2705
2707
|
// View aliases
|
|
2706
2708
|
export { default as ViewIcon } from '../icons/view';
|
|
2707
2709
|
// Voicemail aliases
|
|
2708
2710
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2711
|
+
// Video aliases
|
|
2712
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2709
2713
|
// Volleyball aliases
|
|
2710
2714
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2711
2715
|
// Volume1 aliases
|
|
2712
2716
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2713
2717
|
// Volume2 aliases
|
|
2714
2718
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2715
|
-
// VolumeOff aliases
|
|
2716
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2717
2719
|
// VolumeX aliases
|
|
2718
2720
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2719
|
-
//
|
|
2720
|
-
export { default as
|
|
2721
|
+
// VolumeOff aliases
|
|
2722
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2721
2723
|
// Vote aliases
|
|
2722
2724
|
export { default as VoteIcon } from '../icons/vote';
|
|
2725
|
+
// Volume aliases
|
|
2726
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2723
2727
|
// WalletCards aliases
|
|
2724
2728
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2725
2729
|
// Wallet aliases
|
|
2726
2730
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2727
|
-
// Wand aliases
|
|
2728
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2729
2731
|
// Wallpaper aliases
|
|
2730
2732
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2731
|
-
//
|
|
2732
|
-
export { default as
|
|
2733
|
+
// Wand aliases
|
|
2734
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2733
2735
|
// WashingMachine aliases
|
|
2734
2736
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2737
|
-
// Waypoints aliases
|
|
2738
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2737
|
+
// Warehouse aliases
|
|
2738
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2739
2739
|
// WavesLadder aliases
|
|
2740
2740
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2741
|
+
// Watch aliases
|
|
2742
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2741
2743
|
// Waves aliases
|
|
2742
2744
|
export { default as WavesIcon } from '../icons/waves';
|
|
2743
2745
|
// Webcam aliases
|
|
2744
2746
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2745
2747
|
// WebhookOff aliases
|
|
2746
2748
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2749
|
+
// Waypoints aliases
|
|
2750
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2747
2751
|
// Webhook aliases
|
|
2748
2752
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2749
|
-
// Weight aliases
|
|
2750
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2751
2753
|
// WheatOff aliases
|
|
2752
2754
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2753
|
-
//
|
|
2754
|
-
export { default as
|
|
2755
|
+
// Weight aliases
|
|
2756
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2755
2757
|
// WholeWord aliases
|
|
2756
2758
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2759
|
+
// Wheat aliases
|
|
2760
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2757
2761
|
// WifiCog aliases
|
|
2758
2762
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2759
2763
|
// WifiHigh aliases
|
|
2760
2764
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2761
|
-
// WifiOff aliases
|
|
2762
|
-
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2763
|
-
// WifiPen aliases
|
|
2764
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2765
2765
|
// WifiLow aliases
|
|
2766
2766
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2767
|
+
// WifiOff aliases
|
|
2768
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2767
2769
|
// WifiZero aliases
|
|
2768
2770
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2771
|
+
// WifiPen aliases
|
|
2772
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2769
2773
|
// Wifi aliases
|
|
2770
2774
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2771
2775
|
// WindArrowDown aliases
|
|
2772
2776
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2773
|
-
// Wind aliases
|
|
2774
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2775
2777
|
// WineOff aliases
|
|
2776
2778
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2777
|
-
//
|
|
2778
|
-
export { default as
|
|
2779
|
+
// Wind aliases
|
|
2780
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2779
2781
|
// Workflow aliases
|
|
2780
2782
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2781
|
-
//
|
|
2782
|
-
export { default as
|
|
2783
|
+
// Wine aliases
|
|
2784
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2783
2785
|
// Worm aliases
|
|
2784
2786
|
export { default as WormIcon } from '../icons/worm';
|
|
2787
|
+
// WrapText aliases
|
|
2788
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2785
2789
|
// Wrench aliases
|
|
2786
2790
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2787
2791
|
// X aliases
|
|
@@ -2790,16 +2794,16 @@ export { default as XIcon } from '../icons/x';
|
|
|
2790
2794
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2791
2795
|
// ZapOff aliases
|
|
2792
2796
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2793
|
-
// ZoomIn aliases
|
|
2794
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2795
2797
|
// Zap aliases
|
|
2796
2798
|
export { default as ZapIcon } from '../icons/zap';
|
|
2799
|
+
// ZoomIn aliases
|
|
2800
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2797
2801
|
// ZoomOut aliases
|
|
2798
2802
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2799
|
-
// ArrowDown01 aliases
|
|
2800
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2801
2803
|
// ArrowDown10 aliases
|
|
2802
2804
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2805
|
+
// ArrowDown01 aliases
|
|
2806
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2803
2807
|
// ArrowUp01 aliases
|
|
2804
2808
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2805
2809
|
// ArrowUp10 aliases
|
|
@@ -2825,18 +2829,18 @@ export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
|
2825
2829
|
// ArrowUpAZ aliases
|
|
2826
2830
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2827
2831
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2828
|
-
// ArrowUpNarrowWide aliases
|
|
2829
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2830
|
-
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2831
2832
|
// ArrowUpZA aliases
|
|
2832
2833
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2833
2834
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2834
|
-
//
|
|
2835
|
-
export { default as
|
|
2836
|
-
export { default as
|
|
2835
|
+
// ArrowUpNarrowWide aliases
|
|
2836
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2837
|
+
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2837
2838
|
// Axis3d aliases
|
|
2838
2839
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2839
2840
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2841
|
+
// BadgeCheck aliases
|
|
2842
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2843
|
+
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2840
2844
|
// BadgeQuestionMark aliases
|
|
2841
2845
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2842
2846
|
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
@@ -2879,18 +2883,18 @@ export {
|
|
|
2879
2883
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2880
2884
|
default as BarChartHorizontalIcon
|
|
2881
2885
|
} from '../icons/chart-bar';
|
|
2882
|
-
// ChartCandlestick aliases
|
|
2883
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2884
|
-
export {
|
|
2885
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2886
|
-
default as CandlestickChartIcon
|
|
2887
|
-
} from '../icons/chart-candlestick';
|
|
2888
2886
|
// ChartColumnBig aliases
|
|
2889
2887
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2890
2888
|
export {
|
|
2891
2889
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2892
2890
|
default as BarChartBigIcon
|
|
2893
2891
|
} from '../icons/chart-column-big';
|
|
2892
|
+
// ChartCandlestick aliases
|
|
2893
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2894
|
+
export {
|
|
2895
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2896
|
+
default as CandlestickChartIcon
|
|
2897
|
+
} from '../icons/chart-candlestick';
|
|
2894
2898
|
// ChartColumnIncreasing aliases
|
|
2895
2899
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2896
2900
|
export {
|
|
@@ -2945,12 +2949,12 @@ export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
|
2945
2949
|
// CircleArrowDown aliases
|
|
2946
2950
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2947
2951
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2948
|
-
// CircleArrowOutDownLeft aliases
|
|
2949
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2950
|
-
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2951
2952
|
// CircleArrowLeft aliases
|
|
2952
2953
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2953
2954
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2955
|
+
// CircleArrowOutDownLeft aliases
|
|
2956
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2957
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2954
2958
|
// CircleArrowOutDownRight aliases
|
|
2955
2959
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2956
2960
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2969,12 +2973,12 @@ export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
|
2969
2973
|
// CircleCheckBig aliases
|
|
2970
2974
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2971
2975
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2972
|
-
// CircleChevronDown aliases
|
|
2973
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2974
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2975
2976
|
// CircleCheck aliases
|
|
2976
2977
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2977
2978
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2979
|
+
// CircleChevronDown aliases
|
|
2980
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2981
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2978
2982
|
// CircleChevronRight aliases
|
|
2979
2983
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2980
2984
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -3011,6 +3015,9 @@ export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
|
3011
3015
|
// CirclePlus aliases
|
|
3012
3016
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3013
3017
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3018
|
+
// CirclePower aliases
|
|
3019
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3020
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3014
3021
|
// CircleQuestionMark aliases
|
|
3015
3022
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3016
3023
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
@@ -3018,18 +3025,15 @@ export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
|
3018
3025
|
// CircleSlash2 aliases
|
|
3019
3026
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3020
3027
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3021
|
-
// CircleStop aliases
|
|
3022
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3023
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3024
|
-
// CirclePower aliases
|
|
3025
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3026
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3027
3028
|
// CircleUserRound aliases
|
|
3028
3029
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3029
3030
|
export {
|
|
3030
3031
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3031
3032
|
default as UserCircle2Icon
|
|
3032
3033
|
} from '../icons/circle-user-round';
|
|
3034
|
+
// CircleStop aliases
|
|
3035
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3036
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3033
3037
|
// CircleUser aliases
|
|
3034
3038
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3035
3039
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
@@ -3039,12 +3043,12 @@ export { default as XCircleIcon } from '../icons/circle-x';
|
|
|
3039
3043
|
// ClipboardPenLine aliases
|
|
3040
3044
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3041
3045
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3042
|
-
// CloudDownload aliases
|
|
3043
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3044
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3045
3046
|
// ClipboardPen aliases
|
|
3046
3047
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3047
3048
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3049
|
+
// CloudDownload aliases
|
|
3050
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3051
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3048
3052
|
// CloudUpload aliases
|
|
3049
3053
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3050
3054
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
@@ -3061,15 +3065,15 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3061
3065
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3062
3066
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3063
3067
|
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3064
|
-
// Columns3 aliases
|
|
3065
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3066
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3067
3068
|
// ContactRound aliases
|
|
3068
3069
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3069
3070
|
export {
|
|
3070
3071
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3071
3072
|
default as Contact2Icon
|
|
3072
3073
|
} from '../icons/contact-round';
|
|
3074
|
+
// Columns3 aliases
|
|
3075
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3076
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3073
3077
|
// DiamondPercent aliases
|
|
3074
3078
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3075
3079
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
@@ -3079,18 +3083,12 @@ export {
|
|
|
3079
3083
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3080
3084
|
default as Globe2Icon
|
|
3081
3085
|
} from '../icons/earth';
|
|
3082
|
-
// EllipsisVertical aliases
|
|
3083
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3084
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3085
3086
|
// Ellipsis aliases
|
|
3086
3087
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3087
3088
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3088
|
-
//
|
|
3089
|
-
export { default as
|
|
3090
|
-
export {
|
|
3091
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3092
|
-
default as FileBarChartIcon
|
|
3093
|
-
} from '../icons/file-chart-column-increasing';
|
|
3089
|
+
// EllipsisVertical aliases
|
|
3090
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3091
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3094
3092
|
// FileAxis3d aliases
|
|
3095
3093
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3096
3094
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3100,6 +3098,12 @@ export {
|
|
|
3100
3098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3101
3099
|
default as FileBarChart2Icon
|
|
3102
3100
|
} from '../icons/file-chart-column';
|
|
3101
|
+
// FileChartColumnIncreasing aliases
|
|
3102
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3103
|
+
export {
|
|
3104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3105
|
+
default as FileBarChartIcon
|
|
3106
|
+
} from '../icons/file-chart-column-increasing';
|
|
3103
3107
|
// FileChartLine aliases
|
|
3104
3108
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3105
3109
|
export {
|
|
@@ -3112,36 +3116,36 @@ export {
|
|
|
3112
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3113
3117
|
default as FilePieChartIcon
|
|
3114
3118
|
} from '../icons/file-chart-pie';
|
|
3119
|
+
// FilePenLine aliases
|
|
3120
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3121
|
+
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3115
3122
|
// FileCog aliases
|
|
3116
3123
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3117
3124
|
export {
|
|
3118
3125
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3119
3126
|
default as FileCog2Icon
|
|
3120
3127
|
} from '../icons/file-cog';
|
|
3121
|
-
// FilePenLine aliases
|
|
3122
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3123
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3124
|
-
// FileQuestionMark aliases
|
|
3125
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3126
|
-
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3127
3128
|
// FilePen aliases
|
|
3128
3129
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3129
3130
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3131
|
+
// FileQuestionMark aliases
|
|
3132
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3133
|
+
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3130
3134
|
// FolderCog aliases
|
|
3131
3135
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3132
3136
|
export {
|
|
3133
3137
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3134
3138
|
default as FolderCog2Icon
|
|
3135
3139
|
} from '../icons/folder-cog';
|
|
3136
|
-
// FolderPen aliases
|
|
3137
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3138
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3139
3140
|
// FunnelX aliases
|
|
3140
3141
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3141
3142
|
export {
|
|
3142
3143
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3143
3144
|
default as FilterXIcon
|
|
3144
3145
|
} from '../icons/funnel-x';
|
|
3146
|
+
// FolderPen aliases
|
|
3147
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3148
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3145
3149
|
// Funnel aliases
|
|
3146
3150
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3147
3151
|
export {
|
|
@@ -3154,9 +3158,6 @@ export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
|
3154
3158
|
// Grid2x2Check aliases
|
|
3155
3159
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3156
3160
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3157
|
-
// Grid2x2Plus aliases
|
|
3158
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3159
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3160
3161
|
// Grid2x2X aliases
|
|
3161
3162
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3162
3163
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
@@ -3167,6 +3168,9 @@ export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
|
3167
3168
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3168
3169
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3169
3170
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3171
|
+
// Grid2x2Plus aliases
|
|
3172
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3173
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3170
3174
|
// HandHelping aliases
|
|
3171
3175
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3172
3176
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
@@ -3179,15 +3183,15 @@ export {
|
|
|
3179
3183
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3180
3184
|
default as IceCream2Icon
|
|
3181
3185
|
} from '../icons/ice-cream-bowl';
|
|
3182
|
-
// IceCreamCone aliases
|
|
3183
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3184
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3185
3186
|
// IndentDecrease aliases
|
|
3186
3187
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3187
3188
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3188
3189
|
// IndentIncrease aliases
|
|
3189
3190
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3190
3191
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3192
|
+
// IceCreamCone aliases
|
|
3193
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3194
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3191
3195
|
// LaptopMinimal aliases
|
|
3192
3196
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3193
3197
|
export {
|
|
@@ -3203,15 +3207,15 @@ export { default as Loader2Icon } from '../icons/loader-circle';
|
|
|
3203
3207
|
// LockKeyholeOpen aliases
|
|
3204
3208
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3205
3209
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3210
|
+
// MailQuestionMark aliases
|
|
3211
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3212
|
+
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3206
3213
|
// LockOpen aliases
|
|
3207
3214
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3208
3215
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3209
3216
|
// MessageCircleQuestionMark aliases
|
|
3210
3217
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3211
3218
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3212
|
-
// MailQuestionMark aliases
|
|
3213
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3214
|
-
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3215
3219
|
// MicVocal aliases
|
|
3216
3220
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3217
3221
|
export {
|
|
@@ -3221,12 +3225,12 @@ export {
|
|
|
3221
3225
|
// OctagonAlert aliases
|
|
3222
3226
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3223
3227
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3224
|
-
// OctagonPause aliases
|
|
3225
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3226
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3227
3228
|
// Move3d aliases
|
|
3228
3229
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3229
3230
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3231
|
+
// OctagonPause aliases
|
|
3232
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3233
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3230
3234
|
// OctagonX aliases
|
|
3231
3235
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3232
3236
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
@@ -3239,12 +3243,12 @@ export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed
|
|
|
3239
3243
|
// PanelLeftClose aliases
|
|
3240
3244
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3241
3245
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3242
|
-
// PanelLeftOpen aliases
|
|
3243
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3244
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3245
3246
|
// PanelLeftDashed aliases
|
|
3246
3247
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3247
3248
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3249
|
+
// PanelLeftOpen aliases
|
|
3250
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3251
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3248
3252
|
// PanelLeft aliases
|
|
3249
3253
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3250
3254
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
@@ -3257,42 +3261,42 @@ export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
|
3257
3261
|
// PanelsTopLeft aliases
|
|
3258
3262
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3259
3263
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3260
|
-
// Pen aliases
|
|
3261
|
-
export { default as PenIcon } from '../icons/pen';
|
|
3262
|
-
export {
|
|
3263
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3264
|
-
default as Edit2Icon
|
|
3265
|
-
} from '../icons/pen';
|
|
3266
3264
|
// PenLine aliases
|
|
3267
3265
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3268
3266
|
export {
|
|
3269
3267
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3270
3268
|
default as Edit3Icon
|
|
3271
3269
|
} from '../icons/pen-line';
|
|
3272
|
-
// PlugZap aliases
|
|
3273
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3274
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3275
3270
|
// RectangleEllipsis aliases
|
|
3276
3271
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3277
3272
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3273
|
+
// Pen aliases
|
|
3274
|
+
export { default as PenIcon } from '../icons/pen';
|
|
3275
|
+
export {
|
|
3276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3277
|
+
default as Edit2Icon
|
|
3278
|
+
} from '../icons/pen';
|
|
3279
|
+
// PlugZap aliases
|
|
3280
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3281
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3278
3282
|
// Rows2 aliases
|
|
3279
3283
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3280
3284
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3281
|
-
// Rows3 aliases
|
|
3282
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3283
|
-
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3284
3285
|
// Rotate3d aliases
|
|
3285
3286
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3286
3287
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3288
|
+
// Scale3d aliases
|
|
3289
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3290
|
+
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3287
3291
|
// SendHorizontal aliases
|
|
3288
3292
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3289
3293
|
export {
|
|
3290
3294
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3291
3295
|
default as SendHorizonalIcon
|
|
3292
3296
|
} from '../icons/send-horizontal';
|
|
3293
|
-
//
|
|
3294
|
-
export { default as
|
|
3295
|
-
export { default as
|
|
3297
|
+
// Rows3 aliases
|
|
3298
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3299
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3296
3300
|
// ShieldQuestionMark aliases
|
|
3297
3301
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3298
3302
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
@@ -3305,24 +3309,24 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3305
3309
|
// Sparkles aliases
|
|
3306
3310
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3307
3311
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3308
|
-
// SquareArrowDownLeft aliases
|
|
3309
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3310
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3311
3312
|
// SquareActivity aliases
|
|
3312
3313
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3313
3314
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3315
|
+
// SquareArrowDownLeft aliases
|
|
3316
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3317
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3314
3318
|
// SquareArrowDownRight aliases
|
|
3315
3319
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3316
3320
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3317
3321
|
// SquareArrowDown aliases
|
|
3318
3322
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3319
3323
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3320
|
-
// SquareArrowLeft aliases
|
|
3321
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3322
|
-
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3323
3324
|
// SquareArrowOutDownLeft aliases
|
|
3324
3325
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3325
3326
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3327
|
+
// SquareArrowLeft aliases
|
|
3328
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3329
|
+
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3326
3330
|
// SquareArrowOutDownRight aliases
|
|
3327
3331
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3328
3332
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
@@ -3357,48 +3361,48 @@ export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
|
3357
3361
|
// SquareCheckBig aliases
|
|
3358
3362
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3359
3363
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3360
|
-
// SquareChevronDown aliases
|
|
3361
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3362
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3363
3364
|
// SquareCheck aliases
|
|
3364
3365
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3365
3366
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3366
|
-
//
|
|
3367
|
-
export { default as
|
|
3368
|
-
export { default as
|
|
3367
|
+
// SquareChevronDown aliases
|
|
3368
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3369
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3369
3370
|
// SquareChevronLeft aliases
|
|
3370
3371
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3371
3372
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3372
3373
|
// SquareChevronRight aliases
|
|
3373
3374
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3374
3375
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3376
|
+
// SquareChevronUp aliases
|
|
3377
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3378
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3375
3379
|
// SquareCode aliases
|
|
3376
3380
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3377
3381
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3378
|
-
// SquareDashedMousePointer aliases
|
|
3379
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3380
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3381
3382
|
// SquareDashedKanban aliases
|
|
3382
3383
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3383
3384
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3384
3385
|
// SquareDashed aliases
|
|
3385
3386
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3386
3387
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3388
|
+
// SquareDashedMousePointer aliases
|
|
3389
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3390
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3387
3391
|
// SquareDivide aliases
|
|
3388
3392
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3389
3393
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3390
|
-
// SquareDot aliases
|
|
3391
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3392
|
-
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3393
3394
|
// SquareEqual aliases
|
|
3394
3395
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3395
3396
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3396
|
-
// SquareFunction aliases
|
|
3397
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3398
|
-
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3399
3397
|
// SquareKanban aliases
|
|
3400
3398
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3401
3399
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3400
|
+
// SquareDot aliases
|
|
3401
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3402
|
+
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3403
|
+
// SquareFunction aliases
|
|
3404
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3405
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3402
3406
|
// SquareLibrary aliases
|
|
3403
3407
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3404
3408
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
@@ -3420,26 +3424,26 @@ export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
|
3420
3424
|
// SquareParking aliases
|
|
3421
3425
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3422
3426
|
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3423
|
-
// SquarePen aliases
|
|
3424
|
-
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3425
|
-
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3426
|
-
export { default as EditIcon } from '../icons/square-pen';
|
|
3427
|
-
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3428
3427
|
// SquarePercent aliases
|
|
3429
3428
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3430
3429
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3431
3430
|
// SquarePi aliases
|
|
3432
3431
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3433
3432
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3433
|
+
// SquarePen aliases
|
|
3434
|
+
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3435
|
+
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3436
|
+
export { default as EditIcon } from '../icons/square-pen';
|
|
3437
|
+
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3438
|
+
// SquarePlay aliases
|
|
3439
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3440
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3434
3441
|
// SquarePilcrow aliases
|
|
3435
3442
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3436
3443
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3437
3444
|
// SquarePlus aliases
|
|
3438
3445
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3439
3446
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3440
|
-
// SquarePlay aliases
|
|
3441
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3442
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3443
3447
|
// SquarePower aliases
|
|
3444
3448
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3445
3449
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
@@ -3455,36 +3459,36 @@ export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
|
3455
3459
|
// SquareSplitHorizontal aliases
|
|
3456
3460
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3457
3461
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3458
|
-
//
|
|
3459
|
-
export { default as
|
|
3460
|
-
export { default as
|
|
3462
|
+
// SquareTerminal aliases
|
|
3463
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3464
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3461
3465
|
// SquareUserRound aliases
|
|
3462
3466
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3463
3467
|
export {
|
|
3464
3468
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3465
3469
|
default as UserSquare2Icon
|
|
3466
3470
|
} from '../icons/square-user-round';
|
|
3471
|
+
// SquareSplitVertical aliases
|
|
3472
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3473
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3467
3474
|
// SquareUser aliases
|
|
3468
3475
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3469
3476
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3470
|
-
// SquareTerminal aliases
|
|
3471
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3472
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3473
|
-
// SquareX aliases
|
|
3474
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3475
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3476
3477
|
// TestTubeDiagonal aliases
|
|
3477
3478
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3478
3479
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3479
3480
|
// TextSelect aliases
|
|
3480
3481
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3481
3482
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3482
|
-
//
|
|
3483
|
-
export { default as
|
|
3484
|
-
export { default as
|
|
3483
|
+
// SquareX aliases
|
|
3484
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3485
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3485
3486
|
// TramFront aliases
|
|
3486
3487
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3487
3488
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3489
|
+
// TreePalm aliases
|
|
3490
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3491
|
+
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3488
3492
|
// TvMinimal aliases
|
|
3489
3493
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3490
3494
|
export {
|
|
@@ -3506,12 +3510,6 @@ export {
|
|
|
3506
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
3507
3511
|
default as UserCheck2Icon
|
|
3508
3512
|
} from '../icons/user-round-check';
|
|
3509
|
-
// UserRoundMinus aliases
|
|
3510
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3511
|
-
export {
|
|
3512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3513
|
-
default as UserMinus2Icon
|
|
3514
|
-
} from '../icons/user-round-minus';
|
|
3515
3513
|
// UserRoundCog aliases
|
|
3516
3514
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3517
3515
|
export {
|
|
@@ -3524,6 +3522,12 @@ export {
|
|
|
3524
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
3525
3523
|
default as UserPlus2Icon
|
|
3526
3524
|
} from '../icons/user-round-plus';
|
|
3525
|
+
// UserRoundMinus aliases
|
|
3526
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3527
|
+
export {
|
|
3528
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3529
|
+
default as UserMinus2Icon
|
|
3530
|
+
} from '../icons/user-round-minus';
|
|
3527
3531
|
// UserRoundX aliases
|
|
3528
3532
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3529
3533
|
export {
|
|
@@ -3548,16 +3552,16 @@ export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
|
3548
3552
|
// Utensils aliases
|
|
3549
3553
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3550
3554
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3551
|
-
// WandSparkles aliases
|
|
3552
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3555
|
-
default as Wand2Icon
|
|
3556
|
-
} from '../icons/wand-sparkles';
|
|
3557
3555
|
// WalletMinimal aliases
|
|
3558
3556
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3559
3557
|
export {
|
|
3560
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3561
3559
|
default as Wallet2Icon
|
|
3562
3560
|
} from '../icons/wallet-minimal';
|
|
3561
|
+
// WandSparkles aliases
|
|
3562
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3563
|
+
export {
|
|
3564
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3565
|
+
default as Wand2Icon
|
|
3566
|
+
} from '../icons/wand-sparkles';
|
|
3563
3567
|
|