@lucide/astro 0.509.0 → 0.511.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 +3 -3
- package/src/aliases/prefixed.ts +349 -345
- package/src/aliases/suffixed.ts +670 -666
- package/src/icons/axis-3d.ts +2 -2
- package/src/icons/brackets.ts +2 -2
- package/src/icons/check-line.ts +18 -0
- package/src/icons/chevrons-left-right-ellipsis.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/code.ts +2 -2
- package/src/icons/corner-down-left.ts +2 -2
- package/src/icons/corner-down-right.ts +2 -2
- package/src/icons/corner-left-down.ts +2 -2
- package/src/icons/corner-left-up.ts +2 -2
- package/src/icons/corner-right-down.ts +2 -2
- package/src/icons/corner-right-up.ts +2 -2
- package/src/icons/corner-up-left.ts +2 -2
- package/src/icons/corner-up-right.ts +2 -2
- package/src/icons/download.ts +2 -2
- package/src/icons/factory.ts +2 -2
- package/src/icons/forward.ts +2 -2
- package/src/icons/index.ts +56 -54
- package/src/icons/iteration-ccw.ts +2 -2
- package/src/icons/iteration-cw.ts +2 -2
- package/src/icons/landmark.ts +2 -2
- package/src/icons/log-in.ts +2 -2
- package/src/icons/log-out.ts +2 -2
- package/src/icons/maximize-2.ts +2 -2
- package/src/icons/minimize-2.ts +2 -2
- package/src/icons/reply-all.ts +2 -2
- package/src/icons/reply.ts +2 -2
- package/src/icons/satellite.ts +2 -2
- package/src/icons/separator-horizontal.ts +2 -2
- package/src/icons/separator-vertical.ts +2 -2
- package/src/icons/share.ts +2 -2
- package/src/icons/square-code.ts +2 -2
- package/src/icons/square-dashed-top-solid.ts +18 -0
- package/src/icons/terminal.ts +2 -2
- package/src/icons/trending-down.ts +2 -2
- package/src/icons/trending-up.ts +2 -2
- package/src/icons/tv.ts +2 -2
- package/src/icons/type.ts +2 -2
- package/src/icons/university.ts +2 -2
- package/src/icons/upload.ts +2 -2
- package/src/icons/user-check.ts +2 -2
- package/src/icons/warehouse.ts +2 -2
- package/src/icons/wrap-text.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// Accessibility aliases
|
|
4
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
3
|
// AArrowUp aliases
|
|
8
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';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// Airplay aliases
|
|
12
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
11
|
// AirVent aliases
|
|
14
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
+
// Airplay aliases
|
|
14
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
@@ -20,16 +20,16 @@ export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterVertical aliases
|
|
24
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignCenter aliases
|
|
26
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
23
|
// AlignCenterHorizontal aliases
|
|
28
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
+
// AlignCenterVertical aliases
|
|
26
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
29
|
// AlignEndVertical aliases
|
|
32
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
|
+
// AlignCenter aliases
|
|
32
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
@@ -58,32 +58,32 @@ export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizo
|
|
|
58
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
|
-
// AlignVerticalDistributeStart aliases
|
|
62
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
61
|
// AlignVerticalDistributeEnd aliases
|
|
64
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalDistributeStart aliases
|
|
64
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
65
|
// AlignVerticalJustifyEnd aliases
|
|
68
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
+
// AlignVerticalJustifyCenter aliases
|
|
68
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
|
-
// Ambulance aliases
|
|
76
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
75
|
// Ampersand aliases
|
|
78
76
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
81
|
-
// Angry aliases
|
|
82
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
|
+
// Ambulance aliases
|
|
78
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
83
79
|
// Ampersands aliases
|
|
84
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
81
|
+
// Amphora aliases
|
|
82
|
+
export { default as AmphoraIcon } from '../icons/amphora';
|
|
85
83
|
// Anchor aliases
|
|
86
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
+
// Angry aliases
|
|
86
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
@@ -92,48 +92,48 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindowMac aliases
|
|
96
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
95
|
// AppWindow aliases
|
|
98
96
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
+
// AppWindowMac aliases
|
|
98
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Archive aliases
|
|
106
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
+
// Archive aliases
|
|
108
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
115
|
// ArrowBigLeft aliases
|
|
116
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRight aliases
|
|
118
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
119
119
|
// ArrowBigRightDash aliases
|
|
120
120
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
121
|
-
// ArrowBigUpDash aliases
|
|
122
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
121
|
// ArrowBigUp aliases
|
|
124
122
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
+
// ArrowBigUpDash aliases
|
|
124
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
-
// ArrowDownNarrowWide aliases
|
|
128
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
129
127
|
// ArrowDownLeft aliases
|
|
130
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
131
129
|
// ArrowDownRight aliases
|
|
132
130
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
-
//
|
|
134
|
-
export { default as
|
|
131
|
+
// ArrowDownNarrowWide aliases
|
|
132
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
135
133
|
// ArrowDownToDot aliases
|
|
136
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';
|
|
137
137
|
// ArrowDownUp aliases
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
139
|
// ArrowDown aliases
|
|
@@ -144,26 +144,26 @@ export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line'
|
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
146
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
-
// ArrowRightFromLine aliases
|
|
148
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
147
|
// ArrowLeft aliases
|
|
150
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
149
|
+
// ArrowRightFromLine aliases
|
|
150
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
153
151
|
// ArrowRightLeft aliases
|
|
154
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
155
153
|
// ArrowRight aliases
|
|
156
154
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
|
+
// ArrowRightToLine aliases
|
|
156
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromLine aliases
|
|
160
160
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
161
|
// ArrowUpFromDot aliases
|
|
162
162
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
163
|
-
// ArrowUpLeft aliases
|
|
164
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
163
|
// ArrowUpRight aliases
|
|
166
164
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
165
|
+
// ArrowUpLeft aliases
|
|
166
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
167
167
|
// ArrowUpToLine aliases
|
|
168
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
@@ -178,28 +178,28 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
178
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
|
-
// AudioWaveform aliases
|
|
182
|
-
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
183
181
|
// AudioLines aliases
|
|
184
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
189
|
// Baby aliases
|
|
190
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
191
|
-
// BadgeAlert aliases
|
|
192
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
191
|
// Backpack aliases
|
|
194
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeCent aliases
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
-
// BadgeHelp aliases
|
|
200
|
-
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
201
199
|
// BadgeEuro aliases
|
|
202
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
|
+
// BadgeHelp aliases
|
|
202
|
+
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
203
|
// BadgeIndianRupee aliases
|
|
204
204
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
205
205
|
// BadgeInfo aliases
|
|
@@ -220,18 +220,18 @@ export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
221
|
// BadgeX aliases
|
|
222
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Ban aliases
|
|
226
224
|
export { default as BanIcon } from '../icons/ban';
|
|
227
225
|
// Badge aliases
|
|
228
226
|
export { default as BadgeIcon } from '../icons/badge';
|
|
229
|
-
//
|
|
230
|
-
export { default as
|
|
231
|
-
// Banana aliases
|
|
232
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
227
|
+
// BaggageClaim aliases
|
|
228
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
233
229
|
// BanknoteArrowDown aliases
|
|
234
230
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
|
+
// Banana aliases
|
|
232
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
+
// Bandage aliases
|
|
234
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
235
235
|
// BanknoteArrowUp aliases
|
|
236
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
@@ -242,10 +242,10 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Baseline aliases
|
|
244
244
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
245
|
// BatteryCharging aliases
|
|
248
246
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryFull aliases
|
|
250
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
251
251
|
// BatteryLow aliases
|
|
@@ -254,50 +254,50 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
255
|
// BatteryPlus aliases
|
|
256
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
257
|
// BatteryWarning aliases
|
|
260
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
+
// Battery aliases
|
|
260
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
261
|
// Beaker aliases
|
|
262
262
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
263
263
|
// BeanOff aliases
|
|
264
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Bean aliases
|
|
266
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
265
267
|
// BedDouble aliases
|
|
266
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
269
|
// BedSingle aliases
|
|
268
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
|
-
// Bean aliases
|
|
270
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
271
|
-
// Beef aliases
|
|
272
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
273
271
|
// Bed aliases
|
|
274
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// Beef aliases
|
|
274
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
277
|
// Beer aliases
|
|
278
278
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellDot aliases
|
|
280
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
|
-
// BellElectric aliases
|
|
282
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
281
|
// BellMinus aliases
|
|
284
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
|
+
// BellElectric aliases
|
|
284
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
285
|
// BellOff aliases
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
+
// BetweenVerticalEnd aliases
|
|
290
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
291
|
// Bell aliases
|
|
290
292
|
export { default as BellIcon } from '../icons/bell';
|
|
291
293
|
// BellRing aliases
|
|
292
294
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
// BetweenVerticalEnd aliases
|
|
294
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
297
|
// Bike aliases
|
|
300
298
|
export { default as BikeIcon } from '../icons/bike';
|
|
299
|
+
// BicepsFlexed aliases
|
|
300
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
301
|
// Binary aliases
|
|
302
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
303
|
// Binoculars aliases
|
|
@@ -308,20 +308,20 @@ export { default as BiohazardIcon } from '../icons/biohazard';
|
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Bitcoin aliases
|
|
310
310
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
|
-
// Blend aliases
|
|
312
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
313
311
|
// Blinds aliases
|
|
314
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// Blend aliases
|
|
314
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
317
|
// BluetoothConnected aliases
|
|
318
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
319
|
// BluetoothOff aliases
|
|
320
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
-
// Bluetooth aliases
|
|
322
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
321
|
// BluetoothSearching aliases
|
|
324
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
327
|
// Bolt aliases
|
|
@@ -340,10 +340,10 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeadphones aliases
|
|
344
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
343
|
// BookHeart aliases
|
|
346
344
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
|
+
// BookHeadphones aliases
|
|
346
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
@@ -354,10 +354,10 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
355
|
// BookMinus aliases
|
|
356
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
357
|
// BookOpenCheck aliases
|
|
360
358
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
|
+
// BookOpenText aliases
|
|
360
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
363
|
// BookPlus aliases
|
|
@@ -372,20 +372,20 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
372
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
373
373
|
// BookUser aliases
|
|
374
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
-
// BookX aliases
|
|
376
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
377
375
|
// Book aliases
|
|
378
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
+
// BookX aliases
|
|
378
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
379
379
|
// BookmarkCheck aliases
|
|
380
380
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// BookmarkMinus aliases
|
|
382
382
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
|
-
// Bookmark aliases
|
|
386
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
385
|
// BookmarkX aliases
|
|
388
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
|
+
// Bookmark aliases
|
|
388
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
389
|
// BoomBox aliases
|
|
390
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
@@ -394,18 +394,18 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
394
394
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
395
|
// Bot aliases
|
|
396
396
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
-
// Box aliases
|
|
398
|
-
export { default as BoxIcon } from '../icons/box';
|
|
399
397
|
// BowArrow aliases
|
|
400
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
|
-
//
|
|
402
|
-
export { default as
|
|
399
|
+
// Box aliases
|
|
400
|
+
export { default as BoxIcon } from '../icons/box';
|
|
403
401
|
// Brackets aliases
|
|
404
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
|
-
//
|
|
406
|
-
export { default as
|
|
403
|
+
// Boxes aliases
|
|
404
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
405
|
// BrainCircuit aliases
|
|
408
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
|
+
// BrainCog aliases
|
|
408
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
409
|
// Brain aliases
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWallFire aliases
|
|
@@ -418,34 +418,34 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
418
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
419
|
// BriefcaseMedical aliases
|
|
420
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
|
-
// BringToFront aliases
|
|
422
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
423
421
|
// Briefcase aliases
|
|
424
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
-
//
|
|
426
|
-
export { default as
|
|
423
|
+
// BringToFront aliases
|
|
424
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
425
|
// Brush aliases
|
|
428
426
|
export { default as BrushIcon } from '../icons/brush';
|
|
427
|
+
// BrushCleaning aliases
|
|
428
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
429
|
// Bubbles aliases
|
|
430
430
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
431
431
|
// BugOff aliases
|
|
432
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
-
// Bug aliases
|
|
434
|
-
export { default as BugIcon } from '../icons/bug';
|
|
435
433
|
// BugPlay aliases
|
|
436
434
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
435
|
+
// Bug aliases
|
|
436
|
+
export { default as BugIcon } from '../icons/bug';
|
|
437
437
|
// Building2 aliases
|
|
438
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
439
|
// Building aliases
|
|
440
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
441
|
// BusFront aliases
|
|
442
442
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
|
+
// Bus aliases
|
|
444
|
+
export { default as BusIcon } from '../icons/bus';
|
|
443
445
|
// CableCar aliases
|
|
444
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
445
447
|
// Cable aliases
|
|
446
448
|
export { default as CableIcon } from '../icons/cable';
|
|
447
|
-
// Bus aliases
|
|
448
|
-
export { default as BusIcon } from '../icons/bus';
|
|
449
449
|
// CakeSlice aliases
|
|
450
450
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
451
451
|
// Cake aliases
|
|
@@ -454,20 +454,20 @@ export { default as CakeIcon } from '../icons/cake';
|
|
|
454
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Calendar1 aliases
|
|
456
456
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
457
|
+
// CalendarArrowDown aliases
|
|
458
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
457
459
|
// CalendarArrowUp aliases
|
|
458
460
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
459
461
|
// CalendarCheck2 aliases
|
|
460
462
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
461
|
-
// CalendarArrowDown aliases
|
|
462
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
|
-
// CalendarCheck aliases
|
|
464
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
463
|
// CalendarClock aliases
|
|
466
464
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
465
|
+
// CalendarCheck aliases
|
|
466
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
467
|
// CalendarCog aliases
|
|
470
468
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
469
|
+
// CalendarDays aliases
|
|
470
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
471
471
|
// CalendarFold aliases
|
|
472
472
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
473
|
// CalendarHeart aliases
|
|
@@ -484,24 +484,24 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
484
484
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarSearch aliases
|
|
488
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
489
487
|
// CalendarSync aliases
|
|
490
488
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
489
|
+
// CalendarSearch aliases
|
|
490
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
491
|
// CalendarX2 aliases
|
|
492
492
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
493
|
// CalendarX aliases
|
|
494
494
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
495
|
// Calendar aliases
|
|
496
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
|
+
// Camera aliases
|
|
498
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
497
499
|
// CameraOff aliases
|
|
498
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
501
|
// CandyCane aliases
|
|
500
502
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
501
503
|
// CandyOff aliases
|
|
502
504
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
|
-
// Camera aliases
|
|
504
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
505
505
|
// Candy aliases
|
|
506
506
|
export { default as CandyIcon } from '../icons/candy';
|
|
507
507
|
// Cannabis aliases
|
|
@@ -510,16 +510,16 @@ export { default as CannabisIcon } from '../icons/cannabis';
|
|
|
510
510
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
511
|
// CarFront aliases
|
|
512
512
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
513
|
+
// CarTaxiFront aliases
|
|
514
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
515
|
// Caravan aliases
|
|
514
516
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
515
517
|
// Car aliases
|
|
516
518
|
export { default as CarIcon } from '../icons/car';
|
|
517
|
-
// CarTaxiFront aliases
|
|
518
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
519
|
-
// Carrot aliases
|
|
520
|
-
export { default as CarrotIcon } from '../icons/carrot';
|
|
521
519
|
// CaseLower aliases
|
|
522
520
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
521
|
+
// Carrot aliases
|
|
522
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
523
|
// CaseSensitive aliases
|
|
524
524
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
525
525
|
// CaseUpper aliases
|
|
@@ -528,42 +528,46 @@ export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
|
528
528
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
529
529
|
// Cast aliases
|
|
530
530
|
export { default as CastIcon } from '../icons/cast';
|
|
531
|
-
// Cat aliases
|
|
532
|
-
export { default as CatIcon } from '../icons/cat';
|
|
533
531
|
// Castle aliases
|
|
534
532
|
export { default as CastleIcon } from '../icons/castle';
|
|
535
|
-
//
|
|
536
|
-
export { default as
|
|
533
|
+
// Cat aliases
|
|
534
|
+
export { default as CatIcon } from '../icons/cat';
|
|
537
535
|
// ChartBarDecreasing aliases
|
|
538
536
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
|
+
// Cctv aliases
|
|
538
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
539
539
|
// ChartBarStacked aliases
|
|
540
540
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
541
|
-
// ChartColumnDecreasing aliases
|
|
542
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
543
541
|
// ChartBarIncreasing aliases
|
|
544
542
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
543
|
+
// ChartColumnDecreasing aliases
|
|
544
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
545
|
// ChartColumnStacked aliases
|
|
546
546
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
547
547
|
// ChartGantt aliases
|
|
548
548
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
549
549
|
// ChartNetwork aliases
|
|
550
550
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
|
-
// ChartNoAxesCombined aliases
|
|
552
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
553
551
|
// ChartNoAxesColumnDecreasing aliases
|
|
554
552
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
|
+
// ChartNoAxesCombined aliases
|
|
554
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
555
|
// ChartSpline aliases
|
|
556
556
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
|
-
// Check aliases
|
|
558
|
-
export { default as CheckIcon } from '../icons/check';
|
|
559
557
|
// CheckCheck aliases
|
|
560
558
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
561
|
-
//
|
|
562
|
-
export { default as
|
|
559
|
+
// CheckLine aliases
|
|
560
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
561
|
// ChefHat aliases
|
|
564
562
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
|
+
// Check aliases
|
|
564
|
+
export { default as CheckIcon } from '../icons/check';
|
|
565
|
+
// Cherry aliases
|
|
566
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
565
567
|
// ChevronDown aliases
|
|
566
568
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
569
|
+
// ChevronFirst aliases
|
|
570
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
567
571
|
// ChevronLast aliases
|
|
568
572
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
569
573
|
// ChevronLeft aliases
|
|
@@ -574,20 +578,18 @@ export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
|
574
578
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
575
579
|
// ChevronsDownUp aliases
|
|
576
580
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
577
|
-
// ChevronFirst aliases
|
|
578
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
581
|
// ChevronsDown aliases
|
|
580
582
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
583
|
// ChevronsLeftRightEllipsis aliases
|
|
582
584
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
583
|
-
// ChevronsLeftRight aliases
|
|
584
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
585
585
|
// ChevronsLeft aliases
|
|
586
586
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
587
|
+
// ChevronsLeftRight aliases
|
|
588
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
589
589
|
// ChevronsRight aliases
|
|
590
590
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
|
+
// ChevronsRightLeft aliases
|
|
592
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
591
593
|
// ChevronsUpDown aliases
|
|
592
594
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
593
595
|
// ChevronsUp aliases
|
|
@@ -596,12 +598,12 @@ export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
|
596
598
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
599
|
// Church aliases
|
|
598
600
|
export { default as ChurchIcon } from '../icons/church';
|
|
601
|
+
// Cigarette aliases
|
|
602
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
599
603
|
// CigaretteOff aliases
|
|
600
604
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
601
605
|
// CircleDashed aliases
|
|
602
606
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
603
|
-
// Cigarette aliases
|
|
604
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
607
|
// CircleDollarSign aliases
|
|
606
608
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
607
609
|
// CircleDotDashed aliases
|
|
@@ -618,68 +620,68 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
618
620
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
619
621
|
// CircleOff aliases
|
|
620
622
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
621
|
-
// CircleSmall aliases
|
|
622
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
623
623
|
// CircleSlash aliases
|
|
624
624
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
625
|
+
// Circle aliases
|
|
626
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
627
|
+
// CircleSmall aliases
|
|
628
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
625
629
|
// CircuitBoard aliases
|
|
626
630
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
627
631
|
// Citrus aliases
|
|
628
632
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
629
|
-
// Circle aliases
|
|
630
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
631
|
-
// ClipboardCheck aliases
|
|
632
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
633
|
-
// ClipboardCopy aliases
|
|
634
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
635
633
|
// Clapperboard aliases
|
|
636
634
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
635
|
+
// ClipboardCheck aliases
|
|
636
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
637
637
|
// ClipboardList aliases
|
|
638
638
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
639
|
+
// ClipboardCopy aliases
|
|
640
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
639
641
|
// ClipboardMinus aliases
|
|
640
642
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
643
|
+
// ClipboardPaste aliases
|
|
644
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
641
645
|
// ClipboardPlus aliases
|
|
642
646
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
643
647
|
// ClipboardType aliases
|
|
644
648
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
645
|
-
// ClipboardPaste aliases
|
|
646
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
647
|
-
// Clipboard aliases
|
|
648
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
649
649
|
// ClipboardX aliases
|
|
650
650
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
651
651
|
// Clock1 aliases
|
|
652
652
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
653
|
+
// Clipboard aliases
|
|
654
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
655
|
+
// Clock11 aliases
|
|
656
|
+
export { default as Clock11Icon } from '../icons/clock-11';
|
|
655
657
|
// Clock12 aliases
|
|
656
658
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
659
|
+
// Clock10 aliases
|
|
660
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
657
661
|
// Clock2 aliases
|
|
658
662
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
659
|
-
// Clock11 aliases
|
|
660
|
-
export { default as Clock11Icon } from '../icons/clock-11';
|
|
661
663
|
// Clock3 aliases
|
|
662
664
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
663
|
-
// Clock5 aliases
|
|
664
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
665
665
|
// Clock4 aliases
|
|
666
666
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
667
|
+
// Clock5 aliases
|
|
668
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
667
669
|
// Clock6 aliases
|
|
668
670
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
669
|
-
// Clock7 aliases
|
|
670
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
671
671
|
// Clock8 aliases
|
|
672
672
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
673
|
+
// Clock7 aliases
|
|
674
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
673
675
|
// Clock9 aliases
|
|
674
676
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
675
|
-
// ClockArrowDown aliases
|
|
676
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
677
677
|
// ClockAlert aliases
|
|
678
678
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
679
|
-
//
|
|
680
|
-
export { default as
|
|
679
|
+
// ClockArrowDown aliases
|
|
680
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
681
681
|
// ClockFading aliases
|
|
682
682
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
683
|
+
// ClockArrowUp aliases
|
|
684
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
683
685
|
// ClockPlus aliases
|
|
684
686
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
685
687
|
// Clock aliases
|
|
@@ -692,38 +694,38 @@ export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
|
692
694
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
693
695
|
// CloudFog aliases
|
|
694
696
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
695
|
-
// CloudLightning aliases
|
|
696
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
697
697
|
// CloudHail aliases
|
|
698
698
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
699
|
+
// CloudLightning aliases
|
|
700
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
701
701
|
// CloudMoonRain aliases
|
|
702
702
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
703
|
+
// CloudMoon aliases
|
|
704
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
703
705
|
// CloudOff aliases
|
|
704
706
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
705
707
|
// CloudRainWind aliases
|
|
706
708
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
707
|
-
// CloudSnow aliases
|
|
708
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
709
709
|
// CloudRain aliases
|
|
710
710
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
711
|
+
// CloudSnow aliases
|
|
712
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
713
|
+
// CloudSun aliases
|
|
714
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
711
715
|
// CloudSunRain aliases
|
|
712
716
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
713
717
|
// Cloud aliases
|
|
714
718
|
export { default as CloudIcon } from '../icons/cloud';
|
|
715
|
-
// CloudSun aliases
|
|
716
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
717
|
-
// Clover aliases
|
|
718
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
719
719
|
// Cloudy aliases
|
|
720
720
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
721
|
+
// Clover aliases
|
|
722
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
721
723
|
// Club aliases
|
|
722
724
|
export { default as ClubIcon } from '../icons/club';
|
|
723
|
-
// Codepen aliases
|
|
724
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
725
725
|
// Code aliases
|
|
726
726
|
export { default as CodeIcon } from '../icons/code';
|
|
727
|
+
// Codepen aliases
|
|
728
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
727
729
|
// Codesandbox aliases
|
|
728
730
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
729
731
|
// Coffee aliases
|
|
@@ -736,10 +738,10 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
736
738
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
737
739
|
// Combine aliases
|
|
738
740
|
export { default as CombineIcon } from '../icons/combine';
|
|
739
|
-
// Compass aliases
|
|
740
|
-
export { default as CompassIcon } from '../icons/compass';
|
|
741
741
|
// Command aliases
|
|
742
742
|
export { default as CommandIcon } from '../icons/command';
|
|
743
|
+
// Compass aliases
|
|
744
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
743
745
|
// Component aliases
|
|
744
746
|
export { default as ComponentIcon } from '../icons/component';
|
|
745
747
|
// Computer aliases
|
|
@@ -756,18 +758,18 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
756
758
|
export { default as ContainerIcon } from '../icons/container';
|
|
757
759
|
// Contrast aliases
|
|
758
760
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
759
|
-
// Cookie aliases
|
|
760
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
761
761
|
// CookingPot aliases
|
|
762
762
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
763
|
-
//
|
|
764
|
-
export { default as
|
|
765
|
-
// CopyPlus aliases
|
|
766
|
-
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
763
|
+
// Cookie aliases
|
|
764
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
767
765
|
// CopyCheck aliases
|
|
768
766
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
767
|
+
// CopyMinus aliases
|
|
768
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
769
769
|
// CopySlash aliases
|
|
770
770
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
771
|
+
// CopyPlus aliases
|
|
772
|
+
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
771
773
|
// CopyX aliases
|
|
772
774
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
773
775
|
// Copy aliases
|
|
@@ -786,12 +788,12 @@ export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
|
786
788
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
787
789
|
// CornerRightDown aliases
|
|
788
790
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
789
|
-
// CornerUpLeft aliases
|
|
790
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
791
791
|
// CornerRightUp aliases
|
|
792
792
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
793
793
|
// CornerUpRight aliases
|
|
794
794
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
795
|
+
// CornerUpLeft aliases
|
|
796
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
795
797
|
// Cpu aliases
|
|
796
798
|
export { default as CpuIcon } from '../icons/cpu';
|
|
797
799
|
// CreativeCommons aliases
|
|
@@ -802,22 +804,22 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
802
804
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
803
805
|
// Crop aliases
|
|
804
806
|
export { default as CropIcon } from '../icons/crop';
|
|
805
|
-
// Crosshair aliases
|
|
806
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
807
807
|
// Cross aliases
|
|
808
808
|
export { default as CrossIcon } from '../icons/cross';
|
|
809
809
|
// Crown aliases
|
|
810
810
|
export { default as CrownIcon } from '../icons/crown';
|
|
811
811
|
// Cuboid aliases
|
|
812
812
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
813
|
-
//
|
|
814
|
-
export { default as
|
|
813
|
+
// Crosshair aliases
|
|
814
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
815
815
|
// CupSoda aliases
|
|
816
816
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
817
|
-
// Dam aliases
|
|
818
|
-
export { default as DamIcon } from '../icons/dam';
|
|
819
817
|
// Cylinder aliases
|
|
820
818
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
819
|
+
// Currency aliases
|
|
820
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
821
|
+
// Dam aliases
|
|
822
|
+
export { default as DamIcon } from '../icons/dam';
|
|
821
823
|
// DatabaseBackup aliases
|
|
822
824
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
823
825
|
// Database aliases
|
|
@@ -830,14 +832,14 @@ export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
|
830
832
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
831
833
|
// Delete aliases
|
|
832
834
|
export { default as DeleteIcon } from '../icons/delete';
|
|
833
|
-
// Dessert aliases
|
|
834
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
835
835
|
// Diameter aliases
|
|
836
836
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
837
|
+
// Dessert aliases
|
|
838
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
839
839
|
// DiamondMinus aliases
|
|
840
840
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
|
+
// DiamondPlus aliases
|
|
842
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
841
843
|
// Diamond aliases
|
|
842
844
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
843
845
|
// Dice1 aliases
|
|
@@ -848,12 +850,12 @@ export { default as Dice2Icon } from '../icons/dice-2';
|
|
|
848
850
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
849
851
|
// Dice4 aliases
|
|
850
852
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
851
|
-
// Dices aliases
|
|
852
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
853
|
-
// Dice6 aliases
|
|
854
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
855
853
|
// Dice5 aliases
|
|
856
854
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
855
|
+
// Dice6 aliases
|
|
856
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
857
|
+
// Dices aliases
|
|
858
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
857
859
|
// Diff aliases
|
|
858
860
|
export { default as DiffIcon } from '../icons/diff';
|
|
859
861
|
// Disc2 aliases
|
|
@@ -866,30 +868,30 @@ export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
|
866
868
|
export { default as DiscIcon } from '../icons/disc';
|
|
867
869
|
// Divide aliases
|
|
868
870
|
export { default as DivideIcon } from '../icons/divide';
|
|
869
|
-
// DnaOff aliases
|
|
870
|
-
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
871
871
|
// Dna aliases
|
|
872
872
|
export { default as DnaIcon } from '../icons/dna';
|
|
873
|
+
// DnaOff aliases
|
|
874
|
+
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
873
875
|
// Dock aliases
|
|
874
876
|
export { default as DockIcon } from '../icons/dock';
|
|
875
877
|
// Dog aliases
|
|
876
878
|
export { default as DogIcon } from '../icons/dog';
|
|
877
879
|
// DollarSign aliases
|
|
878
880
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
879
|
-
// DoorClosedLocked aliases
|
|
880
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
881
881
|
// Donut aliases
|
|
882
882
|
export { default as DonutIcon } from '../icons/donut';
|
|
883
|
-
//
|
|
884
|
-
export { default as
|
|
883
|
+
// DoorClosedLocked aliases
|
|
884
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
885
885
|
// DoorClosed aliases
|
|
886
886
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
887
|
+
// DoorOpen aliases
|
|
888
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
887
889
|
// Dot aliases
|
|
888
890
|
export { default as DotIcon } from '../icons/dot';
|
|
889
|
-
// Download aliases
|
|
890
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
891
891
|
// DraftingCompass aliases
|
|
892
892
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
893
|
+
// Download aliases
|
|
894
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
893
895
|
// Drama aliases
|
|
894
896
|
export { default as DramaIcon } from '../icons/drama';
|
|
895
897
|
// Dribbble aliases
|
|
@@ -900,10 +902,10 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
900
902
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
901
903
|
// Droplet aliases
|
|
902
904
|
export { default as DropletIcon } from '../icons/droplet';
|
|
903
|
-
// Drum aliases
|
|
904
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
905
905
|
// Droplets aliases
|
|
906
906
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
907
|
+
// Drum aliases
|
|
908
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
907
909
|
// Drumstick aliases
|
|
908
910
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
909
911
|
// Dumbbell aliases
|
|
@@ -914,10 +916,10 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
914
916
|
export { default as EarIcon } from '../icons/ear';
|
|
915
917
|
// EarthLock aliases
|
|
916
918
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
917
|
-
// EggFried aliases
|
|
918
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
919
919
|
// Eclipse aliases
|
|
920
920
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
921
|
+
// EggFried aliases
|
|
922
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
921
923
|
// EggOff aliases
|
|
922
924
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
923
925
|
// Egg aliases
|
|
@@ -930,10 +932,10 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
930
932
|
export { default as EqualIcon } from '../icons/equal';
|
|
931
933
|
// Eraser aliases
|
|
932
934
|
export { default as EraserIcon } from '../icons/eraser';
|
|
933
|
-
// Euro aliases
|
|
934
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
935
935
|
// EthernetPort aliases
|
|
936
936
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
937
|
+
// Euro aliases
|
|
938
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
937
939
|
// Expand aliases
|
|
938
940
|
export { default as ExpandIcon } from '../icons/expand';
|
|
939
941
|
// ExternalLink aliases
|
|
@@ -950,24 +952,24 @@ export { default as FacebookIcon } from '../icons/facebook';
|
|
|
950
952
|
export { default as FactoryIcon } from '../icons/factory';
|
|
951
953
|
// Fan aliases
|
|
952
954
|
export { default as FanIcon } from '../icons/fan';
|
|
953
|
-
// FastForward aliases
|
|
954
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
955
955
|
// Feather aliases
|
|
956
956
|
export { default as FeatherIcon } from '../icons/feather';
|
|
957
|
+
// FastForward aliases
|
|
958
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
959
|
+
// FerrisWheel aliases
|
|
960
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
957
961
|
// Fence aliases
|
|
958
962
|
export { default as FenceIcon } from '../icons/fence';
|
|
959
963
|
// Figma aliases
|
|
960
964
|
export { default as FigmaIcon } from '../icons/figma';
|
|
961
965
|
// FileArchive aliases
|
|
962
966
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
963
|
-
// FerrisWheel aliases
|
|
964
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
965
|
-
// FileBadge2 aliases
|
|
966
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
967
|
-
// FileAudio2 aliases
|
|
968
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
969
967
|
// FileAudio aliases
|
|
970
968
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
969
|
+
// FileAudio2 aliases
|
|
970
|
+
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
971
|
+
// FileBadge2 aliases
|
|
972
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
971
973
|
// FileBadge aliases
|
|
972
974
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
973
975
|
// FileBox aliases
|
|
@@ -986,36 +988,36 @@ export { default as FileCodeIcon } from '../icons/file-code';
|
|
|
986
988
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
987
989
|
// FileDigit aliases
|
|
988
990
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
989
|
-
// FileDown aliases
|
|
990
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
991
991
|
// FileHeart aliases
|
|
992
992
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
993
|
+
// FileDown aliases
|
|
994
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
993
995
|
// FileImage aliases
|
|
994
996
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
997
|
+
// FileJson2 aliases
|
|
998
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
995
999
|
// FileInput aliases
|
|
996
1000
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
997
1001
|
// FileJson aliases
|
|
998
1002
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
999
1003
|
// FileKey2 aliases
|
|
1000
1004
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1001
|
-
// FileKey aliases
|
|
1002
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1003
|
-
// FileJson2 aliases
|
|
1004
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1005
1005
|
// FileLock2 aliases
|
|
1006
1006
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
|
+
// FileKey aliases
|
|
1008
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1007
1009
|
// FileLock aliases
|
|
1008
1010
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1009
|
-
// FileMinus aliases
|
|
1010
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1011
1011
|
// FileMinus2 aliases
|
|
1012
1012
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1013
|
+
// FileMinus aliases
|
|
1014
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1013
1015
|
// FileMusic aliases
|
|
1014
1016
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1015
|
-
// FileOutput aliases
|
|
1016
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1017
1017
|
// FilePlus2 aliases
|
|
1018
1018
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
|
+
// FileOutput aliases
|
|
1020
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1019
1021
|
// FilePlus aliases
|
|
1020
1022
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1021
1023
|
// FileQuestion aliases
|
|
@@ -1066,28 +1068,28 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1066
1068
|
export { default as FilesIcon } from '../icons/files';
|
|
1067
1069
|
// Film aliases
|
|
1068
1070
|
export { default as FilmIcon } from '../icons/film';
|
|
1069
|
-
// FireExtinguisher aliases
|
|
1070
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1071
|
// Fingerprint aliases
|
|
1072
1072
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1073
|
+
// FireExtinguisher aliases
|
|
1074
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1073
1075
|
// FishOff aliases
|
|
1074
1076
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1075
1077
|
// FishSymbol aliases
|
|
1076
1078
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1077
|
-
// FlagOff aliases
|
|
1078
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1079
1079
|
// Fish aliases
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
|
+
// FlagOff aliases
|
|
1082
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1081
1083
|
// FlagTriangleLeft aliases
|
|
1082
1084
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1083
1085
|
// FlagTriangleRight aliases
|
|
1084
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
|
-
// Flame aliases
|
|
1086
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1087
1087
|
// Flag aliases
|
|
1088
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1089
1089
|
// FlameKindling aliases
|
|
1090
1090
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
|
+
// Flame aliases
|
|
1092
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1091
1093
|
// FlashlightOff aliases
|
|
1092
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
1095
|
// Flashlight aliases
|
|
@@ -1102,10 +1104,10 @@ export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
|
1102
1104
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1105
|
// FlipHorizontal aliases
|
|
1104
1106
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1105
|
-
// FlipVertical aliases
|
|
1106
|
-
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1107
1107
|
// FlipVertical2 aliases
|
|
1108
1108
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1109
|
+
// FlipVertical aliases
|
|
1110
|
+
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1109
1111
|
// Flower2 aliases
|
|
1110
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1111
1113
|
// Flower aliases
|
|
@@ -1114,20 +1116,20 @@ export { default as FlowerIcon } from '../icons/flower';
|
|
|
1114
1116
|
export { default as FocusIcon } from '../icons/focus';
|
|
1115
1117
|
// FoldHorizontal aliases
|
|
1116
1118
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
|
-
// FoldVertical aliases
|
|
1118
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
1119
|
// FolderArchive aliases
|
|
1120
1120
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
|
+
// FoldVertical aliases
|
|
1122
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1121
1123
|
// FolderCheck aliases
|
|
1122
1124
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1123
1125
|
// FolderClock aliases
|
|
1124
1126
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
|
-
// FolderCode aliases
|
|
1126
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
1127
|
// FolderClosed aliases
|
|
1128
1128
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderCode aliases
|
|
1132
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1131
1133
|
// FolderDown aliases
|
|
1132
1134
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
1135
|
// FolderGit2 aliases
|
|
@@ -1136,26 +1138,26 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1136
1138
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1139
|
// FolderHeart aliases
|
|
1138
1140
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
-
// FolderKanban aliases
|
|
1140
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
1141
|
// FolderInput aliases
|
|
1142
1142
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
|
+
// FolderKanban aliases
|
|
1144
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1145
|
// FolderKey aliases
|
|
1144
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1147
|
// FolderLock aliases
|
|
1146
1148
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
|
-
// FolderOpenDot aliases
|
|
1148
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1149
|
// FolderMinus aliases
|
|
1150
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
|
+
// FolderOpenDot aliases
|
|
1152
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1153
|
// FolderOpen aliases
|
|
1152
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1155
|
// FolderOutput aliases
|
|
1154
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
|
-
// FolderRoot aliases
|
|
1156
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1157
1157
|
// FolderPlus aliases
|
|
1158
1158
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
|
+
// FolderRoot aliases
|
|
1160
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1161
|
// FolderSearch2 aliases
|
|
1160
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1161
1163
|
// FolderSearch aliases
|
|
@@ -1168,36 +1170,36 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1168
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1171
|
// FolderUp aliases
|
|
1170
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1171
|
-
// Folder aliases
|
|
1172
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1173
1173
|
// FolderX aliases
|
|
1174
1174
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
|
+
// Folder aliases
|
|
1176
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1175
1177
|
// Folders aliases
|
|
1176
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
1179
|
// Footprints aliases
|
|
1178
1180
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
|
-
// Forklift aliases
|
|
1180
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1181
|
// Forward aliases
|
|
1182
1182
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
1183
|
// Frame aliases
|
|
1184
1184
|
export { default as FrameIcon } from '../icons/frame';
|
|
1185
|
+
// Forklift aliases
|
|
1186
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1185
1187
|
// Framer aliases
|
|
1186
1188
|
export { default as FramerIcon } from '../icons/framer';
|
|
1187
|
-
// Frown aliases
|
|
1188
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1189
1189
|
// Fuel aliases
|
|
1190
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
|
+
// Frown aliases
|
|
1192
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1191
1193
|
// Fullscreen aliases
|
|
1192
1194
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1193
1195
|
// FunnelPlus aliases
|
|
1194
1196
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1195
1197
|
// GalleryHorizontalEnd aliases
|
|
1196
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1197
|
-
// GalleryThumbnails aliases
|
|
1198
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1199
1199
|
// GalleryHorizontal aliases
|
|
1200
1200
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
|
+
// GalleryThumbnails aliases
|
|
1202
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
1203
|
// GalleryVerticalEnd aliases
|
|
1202
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
1205
|
// GalleryVertical aliases
|
|
@@ -1222,18 +1224,18 @@ export { default as GitBranchIcon } from '../icons/git-branch';
|
|
|
1222
1224
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1223
1225
|
// GitCommitVertical aliases
|
|
1224
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1225
|
-
// GitCompare aliases
|
|
1226
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1227
1227
|
// GitCompareArrows aliases
|
|
1228
1228
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
|
+
// GitCompare aliases
|
|
1230
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
1231
|
// GitFork aliases
|
|
1230
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1231
1233
|
// GitGraph aliases
|
|
1232
1234
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1233
|
-
// GitMerge aliases
|
|
1234
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1235
1235
|
// GitPullRequestArrow aliases
|
|
1236
1236
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1237
|
+
// GitMerge aliases
|
|
1238
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1237
1239
|
// GitPullRequestClosed aliases
|
|
1238
1240
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1239
1241
|
// GitPullRequestCreateArrow aliases
|
|
@@ -1242,38 +1244,38 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1242
1244
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1243
1245
|
// GitPullRequestDraft aliases
|
|
1244
1246
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1245
|
-
// GitPullRequest aliases
|
|
1246
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1247
1247
|
// Github aliases
|
|
1248
1248
|
export { default as GithubIcon } from '../icons/github';
|
|
1249
|
-
//
|
|
1250
|
-
export { default as
|
|
1249
|
+
// GitPullRequest aliases
|
|
1250
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1251
1251
|
// GlassWater aliases
|
|
1252
1252
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1253
|
+
// Gitlab aliases
|
|
1254
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1253
1255
|
// Glasses aliases
|
|
1254
1256
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
|
-
// GlobeLock aliases
|
|
1256
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1257
1257
|
// Globe aliases
|
|
1258
1258
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1259
|
+
// GlobeLock aliases
|
|
1260
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1259
1261
|
// Goal aliases
|
|
1260
1262
|
export { default as GoalIcon } from '../icons/goal';
|
|
1261
1263
|
// Gpu aliases
|
|
1262
1264
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1263
|
-
// Grab aliases
|
|
1264
|
-
export { default as GrabIcon } from '../icons/grab';
|
|
1265
1265
|
// GraduationCap aliases
|
|
1266
1266
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1267
|
+
// Grab aliases
|
|
1268
|
+
export { default as GrabIcon } from '../icons/grab';
|
|
1267
1269
|
// Grape aliases
|
|
1268
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1269
1271
|
// GripHorizontal aliases
|
|
1270
1272
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1271
1273
|
// GripVertical aliases
|
|
1272
1274
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1273
|
-
// Group aliases
|
|
1274
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1275
1275
|
// Grip aliases
|
|
1276
1276
|
export { default as GripIcon } from '../icons/grip';
|
|
1277
|
+
// Group aliases
|
|
1278
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1277
1279
|
// Guitar aliases
|
|
1278
1280
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1279
1281
|
// Ham aliases
|
|
@@ -1284,62 +1286,62 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1284
1286
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1285
1287
|
// HandCoins aliases
|
|
1286
1288
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1287
|
-
// HandHeart aliases
|
|
1288
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1289
1289
|
// HandMetal aliases
|
|
1290
1290
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1291
|
+
// HandHeart aliases
|
|
1292
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1291
1293
|
// HandPlatter aliases
|
|
1292
1294
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1293
|
-
// Handshake aliases
|
|
1294
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1295
1295
|
// Hand aliases
|
|
1296
1296
|
export { default as HandIcon } from '../icons/hand';
|
|
1297
|
+
// Handshake aliases
|
|
1298
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1297
1299
|
// HardDriveDownload aliases
|
|
1298
1300
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1299
|
-
// HardDriveUpload aliases
|
|
1300
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1301
1301
|
// HardDrive aliases
|
|
1302
1302
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1303
|
-
//
|
|
1304
|
-
export { default as
|
|
1305
|
-
// Haze aliases
|
|
1306
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1303
|
+
// HardDriveUpload aliases
|
|
1304
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1307
1305
|
// HardHat aliases
|
|
1308
1306
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1307
|
+
// Haze aliases
|
|
1308
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1309
|
+
// Hash aliases
|
|
1310
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1309
1311
|
// HdmiPort aliases
|
|
1310
1312
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1311
|
-
// Heading2 aliases
|
|
1312
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1313
1313
|
// Heading1 aliases
|
|
1314
1314
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1315
|
+
// Heading2 aliases
|
|
1316
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1315
1317
|
// Heading3 aliases
|
|
1316
1318
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1317
|
-
// Heading4 aliases
|
|
1318
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1319
1319
|
// Heading5 aliases
|
|
1320
1320
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1321
|
+
// Heading4 aliases
|
|
1322
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1321
1323
|
// Heading6 aliases
|
|
1322
1324
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1323
|
-
// Headphones aliases
|
|
1324
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1325
1325
|
// Heading aliases
|
|
1326
1326
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1327
|
-
// HeadphoneOff aliases
|
|
1328
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1329
1327
|
// Headset aliases
|
|
1330
1328
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1329
|
+
// HeadphoneOff aliases
|
|
1330
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1331
|
+
// Headphones aliases
|
|
1332
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1331
1333
|
// HeartCrack aliases
|
|
1332
1334
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1333
1335
|
// HeartHandshake aliases
|
|
1334
1336
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1335
1337
|
// HeartMinus aliases
|
|
1336
1338
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1337
|
-
// HeartPlus aliases
|
|
1338
|
-
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1339
1339
|
// HeartOff aliases
|
|
1340
1340
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1341
1341
|
// HeartPulse aliases
|
|
1342
1342
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1343
|
+
// HeartPlus aliases
|
|
1344
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1343
1345
|
// Heart aliases
|
|
1344
1346
|
export { default as HeartIcon } from '../icons/heart';
|
|
1345
1347
|
// Heater aliases
|
|
@@ -1356,32 +1358,32 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1356
1358
|
export { default as HopIcon } from '../icons/hop';
|
|
1357
1359
|
// Hospital aliases
|
|
1358
1360
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
|
-
// Hourglass aliases
|
|
1360
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1361
1361
|
// Hotel aliases
|
|
1362
1362
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1363
|
+
// Hourglass aliases
|
|
1364
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1363
1365
|
// HousePlug aliases
|
|
1364
1366
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1365
|
-
// HouseWifi aliases
|
|
1366
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1367
1367
|
// HousePlus aliases
|
|
1368
1368
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1369
|
+
// HouseWifi aliases
|
|
1370
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1369
1371
|
// IdCard aliases
|
|
1370
1372
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1371
1373
|
// ImageDown aliases
|
|
1372
1374
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1373
1375
|
// ImageMinus aliases
|
|
1374
1376
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1375
|
-
// ImageOff aliases
|
|
1376
|
-
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1377
1377
|
// ImagePlay aliases
|
|
1378
1378
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1379
|
+
// ImageOff aliases
|
|
1380
|
+
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1379
1381
|
// ImagePlus aliases
|
|
1380
1382
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1381
|
-
// ImageUp aliases
|
|
1382
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1383
1383
|
// ImageUpscale aliases
|
|
1384
1384
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1385
|
+
// ImageUp aliases
|
|
1386
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1385
1387
|
// Image aliases
|
|
1386
1388
|
export { default as ImageIcon } from '../icons/image';
|
|
1387
1389
|
// Images aliases
|
|
@@ -1390,12 +1392,12 @@ export { default as ImagesIcon } from '../icons/images';
|
|
|
1390
1392
|
export { default as ImportIcon } from '../icons/import';
|
|
1391
1393
|
// Inbox aliases
|
|
1392
1394
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1393
|
-
// IndianRupee aliases
|
|
1394
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1395
1395
|
// Infinity aliases
|
|
1396
1396
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1397
1397
|
// Info aliases
|
|
1398
1398
|
export { default as InfoIcon } from '../icons/info';
|
|
1399
|
+
// IndianRupee aliases
|
|
1400
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1399
1401
|
// InspectionPanel aliases
|
|
1400
1402
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1401
1403
|
// Instagram aliases
|
|
@@ -1412,10 +1414,10 @@ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
|
1412
1414
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1413
1415
|
// Kanban aliases
|
|
1414
1416
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1415
|
-
// KeySquare aliases
|
|
1416
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1417
1417
|
// KeyRound aliases
|
|
1418
1418
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1419
|
+
// KeySquare aliases
|
|
1420
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1419
1421
|
// Key aliases
|
|
1420
1422
|
export { default as KeyIcon } from '../icons/key';
|
|
1421
1423
|
// KeyboardMusic aliases
|
|
@@ -1430,10 +1432,10 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1430
1432
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1431
1433
|
// LampFloor aliases
|
|
1432
1434
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1433
|
-
// LampWallUp aliases
|
|
1434
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1435
1435
|
// LampWallDown aliases
|
|
1436
1436
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1437
|
+
// LampWallUp aliases
|
|
1438
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1437
1439
|
// Lamp aliases
|
|
1438
1440
|
export { default as LampIcon } from '../icons/lamp';
|
|
1439
1441
|
// LandPlot aliases
|
|
@@ -1444,10 +1446,10 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1444
1446
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1445
1447
|
// LaptopMinimalCheck aliases
|
|
1446
1448
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1447
|
-
// Laptop aliases
|
|
1448
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1449
1449
|
// LassoSelect aliases
|
|
1450
1450
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1451
|
+
// Laptop aliases
|
|
1452
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1451
1453
|
// Lasso aliases
|
|
1452
1454
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1453
1455
|
// Laugh aliases
|
|
@@ -1456,10 +1458,10 @@ export { default as LaughIcon } from '../icons/laugh';
|
|
|
1456
1458
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1457
1459
|
// LayoutDashboard aliases
|
|
1458
1460
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1459
|
-
// LayoutList aliases
|
|
1460
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1461
1461
|
// LayoutGrid aliases
|
|
1462
1462
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1463
|
+
// LayoutList aliases
|
|
1464
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1463
1465
|
// LayoutPanelLeft aliases
|
|
1464
1466
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1465
1467
|
// LayoutPanelTop aliases
|
|
@@ -1488,22 +1490,22 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1488
1490
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1489
1491
|
// Link2Off aliases
|
|
1490
1492
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1491
|
-
// Link2 aliases
|
|
1492
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1493
1493
|
// Link aliases
|
|
1494
1494
|
export { default as LinkIcon } from '../icons/link';
|
|
1495
|
+
// Link2 aliases
|
|
1496
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1495
1497
|
// Linkedin aliases
|
|
1496
1498
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1497
1499
|
// ListCheck aliases
|
|
1498
1500
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1499
|
-
// ListCollapse aliases
|
|
1500
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1501
1501
|
// ListChecks aliases
|
|
1502
1502
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1503
|
+
// ListCollapse aliases
|
|
1504
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1505
1505
|
// ListEnd aliases
|
|
1506
1506
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1507
|
+
// ListFilterPlus aliases
|
|
1508
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1507
1509
|
// ListFilter aliases
|
|
1508
1510
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1509
1511
|
// ListMinus aliases
|
|
@@ -1512,10 +1514,10 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1512
1514
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1513
1515
|
// ListOrdered aliases
|
|
1514
1516
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1515
|
-
// ListPlus aliases
|
|
1516
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1517
1517
|
// ListRestart aliases
|
|
1518
1518
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
|
+
// ListPlus aliases
|
|
1520
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1519
1521
|
// ListStart aliases
|
|
1520
1522
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1521
1523
|
// ListTodo aliases
|
|
@@ -1536,18 +1538,18 @@ export { default as LoaderIcon } from '../icons/loader';
|
|
|
1536
1538
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1537
1539
|
// LocateOff aliases
|
|
1538
1540
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1539
|
-
// LocationEdit aliases
|
|
1540
|
-
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1541
1541
|
// Locate aliases
|
|
1542
1542
|
export { default as LocateIcon } from '../icons/locate';
|
|
1543
|
+
// LocationEdit aliases
|
|
1544
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1543
1545
|
// LockKeyhole aliases
|
|
1544
1546
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1545
1547
|
// Lock aliases
|
|
1546
1548
|
export { default as LockIcon } from '../icons/lock';
|
|
1547
|
-
// LogIn aliases
|
|
1548
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1549
1549
|
// LogOut aliases
|
|
1550
1550
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1551
|
+
// LogIn aliases
|
|
1552
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1551
1553
|
// Logs aliases
|
|
1552
1554
|
export { default as LogsIcon } from '../icons/logs';
|
|
1553
1555
|
// Lollipop aliases
|
|
@@ -1556,20 +1558,20 @@ export { default as LollipopIcon } from '../icons/lollipop';
|
|
|
1556
1558
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1557
1559
|
// Magnet aliases
|
|
1558
1560
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1559
|
-
// MailMinus aliases
|
|
1560
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1561
1561
|
// MailCheck aliases
|
|
1562
1562
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1563
|
+
// MailMinus aliases
|
|
1564
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1563
1565
|
// MailOpen aliases
|
|
1564
1566
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1565
1567
|
// MailPlus aliases
|
|
1566
1568
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1567
|
-
// MailQuestion aliases
|
|
1568
|
-
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1569
1569
|
// MailSearch aliases
|
|
1570
1570
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1571
1571
|
// MailWarning aliases
|
|
1572
1572
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1573
|
+
// MailQuestion aliases
|
|
1574
|
+
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1573
1575
|
// MailX aliases
|
|
1574
1576
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1575
1577
|
// Mail aliases
|
|
@@ -1578,30 +1580,30 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1578
1580
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1579
1581
|
// Mails aliases
|
|
1580
1582
|
export { default as MailsIcon } from '../icons/mails';
|
|
1581
|
-
// MapPinCheckInside aliases
|
|
1582
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1583
1583
|
// MapPinCheck aliases
|
|
1584
1584
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1585
|
-
//
|
|
1586
|
-
export { default as
|
|
1587
|
-
// MapPinHouse aliases
|
|
1588
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1585
|
+
// MapPinCheckInside aliases
|
|
1586
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1589
1587
|
// MapPinMinus aliases
|
|
1590
1588
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1591
|
-
//
|
|
1592
|
-
export { default as
|
|
1589
|
+
// MapPinHouse aliases
|
|
1590
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1593
1591
|
// MapPinPlusInside aliases
|
|
1594
1592
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1593
|
+
// MapPinMinusInside aliases
|
|
1594
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1595
|
+
// MapPinOff aliases
|
|
1596
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1595
1597
|
// MapPinPlus aliases
|
|
1596
1598
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1597
|
-
// MapPinX aliases
|
|
1598
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1599
1599
|
// MapPinXInside aliases
|
|
1600
1600
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1601
|
-
// MapPinned aliases
|
|
1602
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1603
1601
|
// MapPin aliases
|
|
1604
1602
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1603
|
+
// MapPinned aliases
|
|
1604
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1605
|
+
// MapPinX aliases
|
|
1606
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1605
1607
|
// MapPlus aliases
|
|
1606
1608
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1607
1609
|
// Map aliases
|
|
@@ -1610,18 +1612,18 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1610
1612
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1611
1613
|
// Mars aliases
|
|
1612
1614
|
export { default as MarsIcon } from '../icons/mars';
|
|
1615
|
+
// Maximize2 aliases
|
|
1616
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1613
1617
|
// Martini aliases
|
|
1614
1618
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1615
1619
|
// Maximize aliases
|
|
1616
1620
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1617
|
-
// Maximize2 aliases
|
|
1618
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1619
1621
|
// Medal aliases
|
|
1620
1622
|
export { default as MedalIcon } from '../icons/medal';
|
|
1621
|
-
// MegaphoneOff aliases
|
|
1622
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1623
1623
|
// Megaphone aliases
|
|
1624
1624
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1625
|
+
// MegaphoneOff aliases
|
|
1626
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1625
1627
|
// Meh aliases
|
|
1626
1628
|
export { default as MehIcon } from '../icons/meh';
|
|
1627
1629
|
// MemoryStick aliases
|
|
@@ -1632,28 +1634,28 @@ export { default as MenuIcon } from '../icons/menu';
|
|
|
1632
1634
|
export { default as MergeIcon } from '../icons/merge';
|
|
1633
1635
|
// MessageCircleCode aliases
|
|
1634
1636
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1635
|
-
// MessageCircleHeart aliases
|
|
1636
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1637
1637
|
// MessageCircleDashed aliases
|
|
1638
1638
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1639
|
+
// MessageCircleHeart aliases
|
|
1640
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1639
1641
|
// MessageCircleMore aliases
|
|
1640
1642
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1641
|
-
// MessageCirclePlus aliases
|
|
1642
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1643
1643
|
// MessageCircleOff aliases
|
|
1644
1644
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1645
|
+
// MessageCirclePlus aliases
|
|
1646
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1645
1647
|
// MessageCircleQuestion aliases
|
|
1646
1648
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1647
1649
|
// MessageCircleWarning aliases
|
|
1648
1650
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1649
|
-
// MessageCircleReply aliases
|
|
1650
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1651
1651
|
// MessageCircleX aliases
|
|
1652
1652
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1653
|
-
//
|
|
1654
|
-
export { default as
|
|
1653
|
+
// MessageCircleReply aliases
|
|
1654
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1655
1655
|
// MessageSquareCode aliases
|
|
1656
1656
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1657
|
+
// MessageCircle aliases
|
|
1658
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1657
1659
|
// MessageSquareDashed aliases
|
|
1658
1660
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1659
1661
|
// MessageSquareDiff aliases
|
|
@@ -1668,10 +1670,10 @@ export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
|
1668
1670
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1669
1671
|
// MessageSquareOff aliases
|
|
1670
1672
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1671
|
-
// MessageSquarePlus aliases
|
|
1672
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1673
1673
|
// MessageSquareQuote aliases
|
|
1674
1674
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1675
|
+
// MessageSquarePlus aliases
|
|
1676
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1675
1677
|
// MessageSquareReply aliases
|
|
1676
1678
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1677
1679
|
// MessageSquareShare aliases
|
|
@@ -1682,18 +1684,18 @@ export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
|
1682
1684
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1683
1685
|
// MessageSquareX aliases
|
|
1684
1686
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1687
|
+
// MessageSquare aliases
|
|
1688
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1685
1689
|
// MessagesSquare aliases
|
|
1686
1690
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1687
1691
|
// MicOff aliases
|
|
1688
1692
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1689
|
-
// MessageSquare aliases
|
|
1690
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1691
1693
|
// Mic aliases
|
|
1692
1694
|
export { default as MicIcon } from '../icons/mic';
|
|
1693
|
-
// Microscope aliases
|
|
1694
|
-
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1695
1695
|
// Microchip aliases
|
|
1696
1696
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1697
|
+
// Microscope aliases
|
|
1698
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1697
1699
|
// Microwave aliases
|
|
1698
1700
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1699
1701
|
// Milestone aliases
|
|
@@ -1702,16 +1704,16 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1702
1704
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1703
1705
|
// Milk aliases
|
|
1704
1706
|
export { default as MilkIcon } from '../icons/milk';
|
|
1705
|
-
// Minimize aliases
|
|
1706
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1707
1707
|
// Minimize2 aliases
|
|
1708
1708
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1709
|
+
// Minimize aliases
|
|
1710
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1709
1711
|
// Minus aliases
|
|
1710
1712
|
export { default as MinusIcon } from '../icons/minus';
|
|
1711
|
-
// MonitorCheck aliases
|
|
1712
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1713
1713
|
// MonitorCog aliases
|
|
1714
1714
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1715
|
+
// MonitorCheck aliases
|
|
1716
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1715
1717
|
// MonitorDot aliases
|
|
1716
1718
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1717
1719
|
// MonitorDown aliases
|
|
@@ -1720,10 +1722,10 @@ export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
|
1720
1722
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1721
1723
|
// MonitorPause aliases
|
|
1722
1724
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1723
|
-
// MonitorSmartphone aliases
|
|
1724
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1725
1725
|
// MonitorPlay aliases
|
|
1726
1726
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1727
|
+
// MonitorSmartphone aliases
|
|
1728
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1727
1729
|
// MonitorSpeaker aliases
|
|
1728
1730
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1729
1731
|
// MonitorStop aliases
|
|
@@ -1744,12 +1746,12 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1744
1746
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1745
1747
|
// MouseOff aliases
|
|
1746
1748
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1747
|
-
// MousePointer2 aliases
|
|
1748
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1749
|
-
// MousePointerClick aliases
|
|
1750
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1751
1749
|
// MousePointerBan aliases
|
|
1752
1750
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1751
|
+
// MousePointerClick aliases
|
|
1752
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1753
|
+
// MousePointer2 aliases
|
|
1754
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1753
1755
|
// MousePointer aliases
|
|
1754
1756
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1755
1757
|
// Mouse aliases
|
|
@@ -1766,46 +1768,46 @@ export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
|
1766
1768
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
1769
|
// MoveHorizontal aliases
|
|
1768
1770
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1769
|
-
// MoveRight aliases
|
|
1770
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1771
1771
|
// MoveLeft aliases
|
|
1772
1772
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1773
|
-
//
|
|
1774
|
-
export { default as
|
|
1773
|
+
// MoveRight aliases
|
|
1774
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1775
1775
|
// MoveUpRight aliases
|
|
1776
1776
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1777
|
+
// MoveUpLeft aliases
|
|
1778
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1777
1779
|
// MoveUp aliases
|
|
1778
1780
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1779
|
-
// MoveVertical aliases
|
|
1780
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1781
1781
|
// Move aliases
|
|
1782
1782
|
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
-
// Music2 aliases
|
|
1784
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1785
1783
|
// Music3 aliases
|
|
1786
1784
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1787
|
-
//
|
|
1788
|
-
export { default as
|
|
1785
|
+
// MoveVertical aliases
|
|
1786
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1787
|
+
// Music2 aliases
|
|
1788
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1789
1789
|
// Music4 aliases
|
|
1790
1790
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1791
1791
|
// Navigation2Off aliases
|
|
1792
1792
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1793
1793
|
// Navigation2 aliases
|
|
1794
1794
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1795
|
+
// Music aliases
|
|
1796
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1795
1797
|
// NavigationOff aliases
|
|
1796
1798
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1799
|
+
// Nfc aliases
|
|
1800
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1797
1801
|
// Navigation aliases
|
|
1798
1802
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1799
1803
|
// Network aliases
|
|
1800
1804
|
export { default as NetworkIcon } from '../icons/network';
|
|
1801
|
-
// Nfc aliases
|
|
1802
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1803
|
-
// Newspaper aliases
|
|
1804
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1805
1805
|
// NonBinary aliases
|
|
1806
1806
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1807
1807
|
// NotebookPen aliases
|
|
1808
1808
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1809
|
+
// Newspaper aliases
|
|
1810
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1809
1811
|
// NotebookTabs aliases
|
|
1810
1812
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1811
1813
|
// NotebookText aliases
|
|
@@ -1838,10 +1840,10 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1838
1840
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1839
1841
|
// PackageMinus aliases
|
|
1840
1842
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1841
|
-
// PackagePlus aliases
|
|
1842
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1843
1843
|
// PackageOpen aliases
|
|
1844
1844
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1845
|
+
// PackagePlus aliases
|
|
1846
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1845
1847
|
// PackageSearch aliases
|
|
1846
1848
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1847
1849
|
// PackageX aliases
|
|
@@ -1850,10 +1852,10 @@ export { default as PackageXIcon } from '../icons/package-x';
|
|
|
1850
1852
|
export { default as PackageIcon } from '../icons/package';
|
|
1851
1853
|
// PaintBucket aliases
|
|
1852
1854
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1853
|
-
// PaintRoller aliases
|
|
1854
|
-
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1855
1855
|
// Paintbrush aliases
|
|
1856
1856
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1857
|
+
// PaintRoller aliases
|
|
1858
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1857
1859
|
// Palette aliases
|
|
1858
1860
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1859
1861
|
// Panda aliases
|
|
@@ -1880,10 +1882,10 @@ export { default as PanelTopIcon } from '../icons/panel-top';
|
|
|
1880
1882
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1881
1883
|
// PanelsRightBottom aliases
|
|
1882
1884
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1883
|
-
// Paperclip aliases
|
|
1884
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1885
1885
|
// Parentheses aliases
|
|
1886
1886
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1887
|
+
// Paperclip aliases
|
|
1888
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1887
1889
|
// ParkingMeter aliases
|
|
1888
1890
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1889
1891
|
// PartyPopper aliases
|
|
@@ -1924,10 +1926,10 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1924
1926
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1925
1927
|
// PhoneOff aliases
|
|
1926
1928
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1927
|
-
// Phone aliases
|
|
1928
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1929
1929
|
// PhoneOutgoing aliases
|
|
1930
1930
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1931
|
+
// Phone aliases
|
|
1932
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1931
1933
|
// Pi aliases
|
|
1932
1934
|
export { default as PiIcon } from '../icons/pi';
|
|
1933
1935
|
// Piano aliases
|
|
@@ -1948,62 +1950,62 @@ export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
|
1948
1950
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1949
1951
|
// PillBottle aliases
|
|
1950
1952
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
|
+
// Pill aliases
|
|
1954
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1951
1955
|
// PinOff aliases
|
|
1952
1956
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1953
1957
|
// Pin aliases
|
|
1954
1958
|
export { default as PinIcon } from '../icons/pin';
|
|
1955
|
-
// Pill aliases
|
|
1956
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1957
|
-
// Pizza aliases
|
|
1958
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1959
1959
|
// Pipette aliases
|
|
1960
1960
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1961
|
+
// Pizza aliases
|
|
1962
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1961
1963
|
// PlaneLanding aliases
|
|
1962
1964
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1963
|
-
// Plane aliases
|
|
1964
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1965
1965
|
// PlaneTakeoff aliases
|
|
1966
1966
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1967
|
+
// Plane aliases
|
|
1968
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1967
1969
|
// Play aliases
|
|
1968
1970
|
export { default as PlayIcon } from '../icons/play';
|
|
1969
|
-
// Plug aliases
|
|
1970
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1971
1971
|
// Plug2 aliases
|
|
1972
1972
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1973
|
-
//
|
|
1974
|
-
export { default as
|
|
1973
|
+
// Plug aliases
|
|
1974
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1975
1975
|
// PocketKnife aliases
|
|
1976
1976
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1977
|
+
// Plus aliases
|
|
1978
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1977
1979
|
// Pocket aliases
|
|
1978
1980
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1979
1981
|
// Podcast aliases
|
|
1980
1982
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1981
|
-
// PointerOff aliases
|
|
1982
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1983
1983
|
// Pointer aliases
|
|
1984
1984
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1985
|
+
// PointerOff aliases
|
|
1986
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1985
1987
|
// Popcorn aliases
|
|
1986
1988
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1987
|
-
// PoundSterling aliases
|
|
1988
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1989
1989
|
// Popsicle aliases
|
|
1990
1990
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1991
|
+
// PoundSterling aliases
|
|
1992
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1991
1993
|
// PowerOff aliases
|
|
1992
1994
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1993
|
-
// Presentation aliases
|
|
1994
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
1995
1995
|
// Power aliases
|
|
1996
1996
|
export { default as PowerIcon } from '../icons/power';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1997
|
+
// Presentation aliases
|
|
1998
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
1999
1999
|
// PrinterCheck aliases
|
|
2000
2000
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2001
|
+
// Printer aliases
|
|
2002
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2001
2003
|
// Projector aliases
|
|
2002
2004
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2003
|
-
// Proportions aliases
|
|
2004
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2005
2005
|
// Puzzle aliases
|
|
2006
2006
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2007
|
+
// Proportions aliases
|
|
2008
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2007
2009
|
// Pyramid aliases
|
|
2008
2010
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2009
2011
|
// QrCode aliases
|
|
@@ -2012,56 +2014,56 @@ export { default as QrCodeIcon } from '../icons/qr-code';
|
|
|
2012
2014
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2013
2015
|
// Rabbit aliases
|
|
2014
2016
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2015
|
-
// Radiation aliases
|
|
2016
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2017
2017
|
// Radar aliases
|
|
2018
2018
|
export { default as RadarIcon } from '../icons/radar';
|
|
2019
|
+
// Radiation aliases
|
|
2020
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2019
2021
|
// Radical aliases
|
|
2020
2022
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2021
|
-
// RadioTower aliases
|
|
2022
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2023
2023
|
// RadioReceiver aliases
|
|
2024
2024
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2027
|
-
// RailSymbol aliases
|
|
2028
|
-
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2025
|
+
// RadioTower aliases
|
|
2026
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2029
2027
|
// Radio aliases
|
|
2030
2028
|
export { default as RadioIcon } from '../icons/radio';
|
|
2029
|
+
// Radius aliases
|
|
2030
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2031
2031
|
// Rainbow aliases
|
|
2032
2032
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2033
|
+
// RailSymbol aliases
|
|
2034
|
+
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2033
2035
|
// Rat aliases
|
|
2034
2036
|
export { default as RatIcon } from '../icons/rat';
|
|
2035
|
-
// Ratio aliases
|
|
2036
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2037
2037
|
// ReceiptCent aliases
|
|
2038
2038
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2039
|
+
// Ratio aliases
|
|
2040
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2039
2041
|
// ReceiptEuro aliases
|
|
2040
2042
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2041
2043
|
// ReceiptIndianRupee aliases
|
|
2042
2044
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2043
2045
|
// ReceiptJapaneseYen aliases
|
|
2044
2046
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2045
|
-
// ReceiptPoundSterling aliases
|
|
2046
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2047
2047
|
// ReceiptRussianRuble aliases
|
|
2048
2048
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2049
|
-
//
|
|
2050
|
-
export { default as
|
|
2049
|
+
// ReceiptPoundSterling aliases
|
|
2050
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2051
2051
|
// ReceiptSwissFranc aliases
|
|
2052
2052
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
|
+
// ReceiptText aliases
|
|
2054
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2053
2055
|
// Receipt aliases
|
|
2054
2056
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2055
2057
|
// RectangleHorizontal aliases
|
|
2056
2058
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2057
|
-
// RectangleVertical aliases
|
|
2058
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2059
|
-
// Recycle aliases
|
|
2060
|
-
export { default as RecycleIcon } from '../icons/recycle';
|
|
2061
2059
|
// RectangleGoggles aliases
|
|
2062
2060
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2061
|
+
// RectangleVertical aliases
|
|
2062
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2063
2063
|
// Redo2 aliases
|
|
2064
2064
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2065
|
+
// Recycle aliases
|
|
2066
|
+
export { default as RecycleIcon } from '../icons/recycle';
|
|
2065
2067
|
// Redo aliases
|
|
2066
2068
|
export { default as RedoIcon } from '../icons/redo';
|
|
2067
2069
|
// RedoDot aliases
|
|
@@ -2076,38 +2078,38 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2076
2078
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2077
2079
|
// Refrigerator aliases
|
|
2078
2080
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2079
|
-
// Regex aliases
|
|
2080
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2081
2081
|
// RemoveFormatting aliases
|
|
2082
2082
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2083
2083
|
// Repeat1 aliases
|
|
2084
2084
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2085
|
+
// Regex aliases
|
|
2086
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2085
2087
|
// Repeat2 aliases
|
|
2086
2088
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2087
2089
|
// Repeat aliases
|
|
2088
2090
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2089
|
-
// ReplaceAll aliases
|
|
2090
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2091
2091
|
// Replace aliases
|
|
2092
2092
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2093
|
-
//
|
|
2094
|
-
export { default as
|
|
2093
|
+
// ReplaceAll aliases
|
|
2094
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2095
2095
|
// Reply aliases
|
|
2096
2096
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2097
|
+
// ReplyAll aliases
|
|
2098
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2097
2099
|
// Rewind aliases
|
|
2098
2100
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2099
|
-
// Ribbon aliases
|
|
2100
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2101
2101
|
// Rocket aliases
|
|
2102
2102
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2103
|
-
//
|
|
2104
|
-
export { default as
|
|
2103
|
+
// Ribbon aliases
|
|
2104
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2105
2105
|
// RockingChair aliases
|
|
2106
2106
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2107
|
-
//
|
|
2108
|
-
export { default as
|
|
2107
|
+
// RollerCoaster aliases
|
|
2108
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2109
2109
|
// RotateCcwKey aliases
|
|
2110
2110
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2111
|
+
// RotateCcwSquare aliases
|
|
2112
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2111
2113
|
// RotateCcw aliases
|
|
2112
2114
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2113
2115
|
// RotateCw aliases
|
|
@@ -2134,10 +2136,10 @@ export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
|
2134
2136
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2135
2137
|
// Salad aliases
|
|
2136
2138
|
export { default as SaladIcon } from '../icons/salad';
|
|
2137
|
-
// SatelliteDish aliases
|
|
2138
|
-
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2139
2139
|
// Sandwich aliases
|
|
2140
2140
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2141
|
+
// SatelliteDish aliases
|
|
2142
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2141
2143
|
// Satellite aliases
|
|
2142
2144
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2143
2145
|
// SaudiRiyal aliases
|
|
@@ -2168,12 +2170,12 @@ export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
|
2168
2170
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2169
2171
|
// ScanText aliases
|
|
2170
2172
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2171
|
-
// School aliases
|
|
2172
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2173
2173
|
// Scan aliases
|
|
2174
2174
|
export { default as ScanIcon } from '../icons/scan';
|
|
2175
2175
|
// ScissorsLineDashed aliases
|
|
2176
2176
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2177
|
+
// School aliases
|
|
2178
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2177
2179
|
// Scissors aliases
|
|
2178
2180
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2179
2181
|
// ScreenShareOff aliases
|
|
@@ -2194,10 +2196,10 @@ export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
|
2194
2196
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2195
2197
|
// Search aliases
|
|
2196
2198
|
export { default as SearchIcon } from '../icons/search';
|
|
2197
|
-
// SendToBack aliases
|
|
2198
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2199
2199
|
// Section aliases
|
|
2200
2200
|
export { default as SectionIcon } from '../icons/section';
|
|
2201
|
+
// SendToBack aliases
|
|
2202
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2201
2203
|
// Send aliases
|
|
2202
2204
|
export { default as SendIcon } from '../icons/send';
|
|
2203
2205
|
// SeparatorHorizontal aliases
|
|
@@ -2210,28 +2212,28 @@ export { default as ServerCogIcon } from '../icons/server-cog';
|
|
|
2210
2212
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2211
2213
|
// ServerOff aliases
|
|
2212
2214
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2213
|
-
// Settings2 aliases
|
|
2214
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2215
2215
|
// Server aliases
|
|
2216
2216
|
export { default as ServerIcon } from '../icons/server';
|
|
2217
|
+
// Settings2 aliases
|
|
2218
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2217
2219
|
// Settings aliases
|
|
2218
2220
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2219
2221
|
// Shapes aliases
|
|
2220
2222
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2221
2223
|
// Share2 aliases
|
|
2222
2224
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2223
|
-
// Sheet aliases
|
|
2224
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2225
2225
|
// Share aliases
|
|
2226
2226
|
export { default as ShareIcon } from '../icons/share';
|
|
2227
|
+
// Sheet aliases
|
|
2228
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2227
2229
|
// Shell aliases
|
|
2228
2230
|
export { default as ShellIcon } from '../icons/shell';
|
|
2229
2231
|
// ShieldAlert aliases
|
|
2230
2232
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2231
|
-
// ShieldBan aliases
|
|
2232
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2233
2233
|
// ShieldCheck aliases
|
|
2234
2234
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2235
|
+
// ShieldBan aliases
|
|
2236
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2235
2237
|
// ShieldEllipsis aliases
|
|
2236
2238
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2237
2239
|
// ShieldHalf aliases
|
|
@@ -2252,24 +2254,24 @@ export { default as ShieldIcon } from '../icons/shield';
|
|
|
2252
2254
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2253
2255
|
// Ship aliases
|
|
2254
2256
|
export { default as ShipIcon } from '../icons/ship';
|
|
2255
|
-
// ShoppingBag aliases
|
|
2256
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2257
2257
|
// Shirt aliases
|
|
2258
2258
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2259
|
+
// ShoppingBag aliases
|
|
2260
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2259
2261
|
// ShoppingBasket aliases
|
|
2260
2262
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2261
|
-
// Shovel aliases
|
|
2262
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2263
2263
|
// ShoppingCart aliases
|
|
2264
2264
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2265
|
-
//
|
|
2266
|
-
export { default as
|
|
2265
|
+
// Shovel aliases
|
|
2266
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2267
2267
|
// ShowerHead aliases
|
|
2268
2268
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2269
|
+
// Shredder aliases
|
|
2270
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2271
2271
|
// Shrink aliases
|
|
2272
2272
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2273
|
+
// Shrimp aliases
|
|
2274
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2273
2275
|
// Shrub aliases
|
|
2274
2276
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2275
2277
|
// Shuffle aliases
|
|
@@ -2282,10 +2284,10 @@ export { default as SignalHighIcon } from '../icons/signal-high';
|
|
|
2282
2284
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2283
2285
|
// SignalMedium aliases
|
|
2284
2286
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2285
|
-
// Signal aliases
|
|
2286
|
-
export { default as SignalIcon } from '../icons/signal';
|
|
2287
2287
|
// SignalZero aliases
|
|
2288
2288
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2289
|
+
// Signal aliases
|
|
2290
|
+
export { default as SignalIcon } from '../icons/signal';
|
|
2289
2291
|
// Signature aliases
|
|
2290
2292
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2291
2293
|
// SignpostBig aliases
|
|
@@ -2300,26 +2302,26 @@ export { default as SkipBackIcon } from '../icons/skip-back';
|
|
|
2300
2302
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2301
2303
|
// Skull aliases
|
|
2302
2304
|
export { default as SkullIcon } from '../icons/skull';
|
|
2303
|
-
// Slash aliases
|
|
2304
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2305
2305
|
// Slack aliases
|
|
2306
2306
|
export { default as SlackIcon } from '../icons/slack';
|
|
2307
|
+
// Slash aliases
|
|
2308
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2309
|
+
// SlidersHorizontal aliases
|
|
2310
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2307
2311
|
// Slice aliases
|
|
2308
2312
|
export { default as SliceIcon } from '../icons/slice';
|
|
2309
2313
|
// SmartphoneCharging aliases
|
|
2310
2314
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2311
|
-
// SlidersHorizontal aliases
|
|
2312
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2313
2315
|
// SmartphoneNfc aliases
|
|
2314
2316
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2315
2317
|
// Smartphone aliases
|
|
2316
2318
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2317
2319
|
// Smile aliases
|
|
2318
2320
|
export { default as SmileIcon } from '../icons/smile';
|
|
2319
|
-
// SmilePlus aliases
|
|
2320
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2321
2321
|
// Snail aliases
|
|
2322
2322
|
export { default as SnailIcon } from '../icons/snail';
|
|
2323
|
+
// SmilePlus aliases
|
|
2324
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2323
2325
|
// Snowflake aliases
|
|
2324
2326
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2325
2327
|
// SoapDispenserDroplet aliases
|
|
@@ -2330,64 +2332,66 @@ export { default as SofaIcon } from '../icons/sofa';
|
|
|
2330
2332
|
export { default as SoupIcon } from '../icons/soup';
|
|
2331
2333
|
// Space aliases
|
|
2332
2334
|
export { default as SpaceIcon } from '../icons/space';
|
|
2333
|
-
// Sparkle aliases
|
|
2334
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2335
2335
|
// Spade aliases
|
|
2336
2336
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2337
2337
|
// Speaker aliases
|
|
2338
2338
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2339
|
+
// Sparkle aliases
|
|
2340
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2341
2341
|
// SpellCheck2 aliases
|
|
2342
2342
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2343
|
+
// Speech aliases
|
|
2344
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2343
2345
|
// SpellCheck aliases
|
|
2344
2346
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2345
2347
|
// SplinePointer aliases
|
|
2346
2348
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2347
|
-
// Spline aliases
|
|
2348
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2349
2349
|
// Split aliases
|
|
2350
2350
|
export { default as SplitIcon } from '../icons/split';
|
|
2351
|
+
// Spline aliases
|
|
2352
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2351
2353
|
// SprayCan aliases
|
|
2352
2354
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2353
|
-
// Sprout aliases
|
|
2354
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2355
2355
|
// SquareDashedBottomCode aliases
|
|
2356
2356
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2357
|
+
// Sprout aliases
|
|
2358
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2357
2359
|
// SquareDashedBottom aliases
|
|
2358
2360
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2361
|
+
// SquareDashedTopSolid aliases
|
|
2362
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2359
2363
|
// SquareRadical aliases
|
|
2360
2364
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2361
2365
|
// SquareSquare aliases
|
|
2362
2366
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2363
2367
|
// SquareRoundCorner aliases
|
|
2364
2368
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2365
|
-
// Square aliases
|
|
2366
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2367
2369
|
// SquareStack aliases
|
|
2368
2370
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2371
|
+
// Square aliases
|
|
2372
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2369
2373
|
// SquaresExclude aliases
|
|
2370
2374
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2371
|
-
// SquaresIntersect aliases
|
|
2372
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2373
2375
|
// SquaresSubtract aliases
|
|
2374
2376
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2377
|
+
// SquaresIntersect aliases
|
|
2378
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2375
2379
|
// SquaresUnite aliases
|
|
2376
2380
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2377
2381
|
// Squircle aliases
|
|
2378
2382
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2379
2383
|
// Squirrel aliases
|
|
2380
2384
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2381
|
-
// StarHalf aliases
|
|
2382
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2383
2385
|
// Stamp aliases
|
|
2384
2386
|
export { default as StampIcon } from '../icons/stamp';
|
|
2387
|
+
// StarHalf aliases
|
|
2388
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2389
|
+
// StarOff aliases
|
|
2390
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2385
2391
|
// Star aliases
|
|
2386
2392
|
export { default as StarIcon } from '../icons/star';
|
|
2387
2393
|
// StepBack aliases
|
|
2388
2394
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2389
|
-
// StarOff aliases
|
|
2390
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2391
2395
|
// StepForward aliases
|
|
2392
2396
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2393
2397
|
// Stethoscope aliases
|
|
@@ -2426,20 +2430,20 @@ export { default as SuperscriptIcon } from '../icons/superscript';
|
|
|
2426
2430
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2427
2431
|
// SwissFranc aliases
|
|
2428
2432
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2433
|
+
// SwitchCamera aliases
|
|
2434
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2429
2435
|
// Sword aliases
|
|
2430
2436
|
export { default as SwordIcon } from '../icons/sword';
|
|
2431
2437
|
// Swords aliases
|
|
2432
2438
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2433
2439
|
// Syringe aliases
|
|
2434
2440
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2435
|
-
//
|
|
2436
|
-
export { default as
|
|
2441
|
+
// TableCellsMerge aliases
|
|
2442
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2437
2443
|
// Table2 aliases
|
|
2438
2444
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2439
2445
|
// TableCellsSplit aliases
|
|
2440
2446
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2441
|
-
// TableCellsMerge aliases
|
|
2442
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2443
2447
|
// TableColumnsSplit aliases
|
|
2444
2448
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2445
2449
|
// TableOfContents aliases
|
|
@@ -2448,10 +2452,10 @@ export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
|
2448
2452
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2449
2453
|
// TableRowsSplit aliases
|
|
2450
2454
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2451
|
-
// Table aliases
|
|
2452
|
-
export { default as TableIcon } from '../icons/table';
|
|
2453
2455
|
// TabletSmartphone aliases
|
|
2454
2456
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2457
|
+
// Table aliases
|
|
2458
|
+
export { default as TableIcon } from '../icons/table';
|
|
2455
2459
|
// Tablet aliases
|
|
2456
2460
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2457
2461
|
// Tablets aliases
|
|
@@ -2460,10 +2464,10 @@ export { default as TabletsIcon } from '../icons/tablets';
|
|
|
2460
2464
|
export { default as TagIcon } from '../icons/tag';
|
|
2461
2465
|
// Tags aliases
|
|
2462
2466
|
export { default as TagsIcon } from '../icons/tags';
|
|
2463
|
-
// Tally1 aliases
|
|
2464
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2465
2467
|
// Tally2 aliases
|
|
2466
2468
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2469
|
+
// Tally1 aliases
|
|
2470
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2467
2471
|
// Tally3 aliases
|
|
2468
2472
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2469
2473
|
// Tally4 aliases
|
|
@@ -2476,22 +2480,22 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2476
2480
|
export { default as TargetIcon } from '../icons/target';
|
|
2477
2481
|
// TentTree aliases
|
|
2478
2482
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2479
|
-
// Telescope aliases
|
|
2480
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2481
2483
|
// Tent aliases
|
|
2482
2484
|
export { default as TentIcon } from '../icons/tent';
|
|
2485
|
+
// Telescope aliases
|
|
2486
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2483
2487
|
// Terminal aliases
|
|
2484
2488
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2485
2489
|
// TestTube aliases
|
|
2486
2490
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2487
|
-
// TestTubes aliases
|
|
2488
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2489
2491
|
// TextCursorInput aliases
|
|
2490
2492
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2491
|
-
//
|
|
2492
|
-
export { default as
|
|
2493
|
+
// TestTubes aliases
|
|
2494
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2493
2495
|
// TextQuote aliases
|
|
2494
2496
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2497
|
+
// TextCursor aliases
|
|
2498
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2495
2499
|
// TextSearch aliases
|
|
2496
2500
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2497
2501
|
// Text aliases
|
|
@@ -2514,10 +2518,10 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2514
2518
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2515
2519
|
// TicketPercent aliases
|
|
2516
2520
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2517
|
-
// TicketSlash aliases
|
|
2518
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2519
2521
|
// TicketPlus aliases
|
|
2520
2522
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2523
|
+
// TicketSlash aliases
|
|
2524
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2521
2525
|
// TicketX aliases
|
|
2522
2526
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2523
2527
|
// Ticket aliases
|
|
@@ -2536,10 +2540,10 @@ export { default as TimerIcon } from '../icons/timer';
|
|
|
2536
2540
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2537
2541
|
// ToggleRight aliases
|
|
2538
2542
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2539
|
-
// Tornado aliases
|
|
2540
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2541
2543
|
// Toilet aliases
|
|
2542
2544
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2545
|
+
// Tornado aliases
|
|
2546
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2543
2547
|
// Torus aliases
|
|
2544
2548
|
export { default as TorusIcon } from '../icons/torus';
|
|
2545
2549
|
// TouchpadOff aliases
|
|
@@ -2568,12 +2572,12 @@ export { default as Trash2Icon } from '../icons/trash-2';
|
|
|
2568
2572
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2569
2573
|
// Trash aliases
|
|
2570
2574
|
export { default as TrashIcon } from '../icons/trash';
|
|
2575
|
+
// Trees aliases
|
|
2576
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2571
2577
|
// TreePine aliases
|
|
2572
2578
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2573
2579
|
// Trello aliases
|
|
2574
2580
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2575
|
-
// Trees aliases
|
|
2576
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2577
2581
|
// TrendingDown aliases
|
|
2578
2582
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2579
2583
|
// TrendingUpDown aliases
|
|
@@ -2582,44 +2586,44 @@ export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
|
2582
2586
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2583
2587
|
// TriangleDashed aliases
|
|
2584
2588
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2585
|
-
// Triangle aliases
|
|
2586
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2587
2589
|
// TriangleRight aliases
|
|
2588
2590
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2591
|
+
// Triangle aliases
|
|
2592
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2591
2593
|
// Trophy aliases
|
|
2592
2594
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2595
|
+
// TruckElectric aliases
|
|
2596
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2593
2597
|
// Truck aliases
|
|
2594
2598
|
export { default as TruckIcon } from '../icons/truck';
|
|
2595
2599
|
// Turtle aliases
|
|
2596
2600
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2597
|
-
// Tv aliases
|
|
2598
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2599
2601
|
// TvMinimalPlay aliases
|
|
2600
2602
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2603
|
+
// Tv aliases
|
|
2604
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2601
2605
|
// Twitch aliases
|
|
2602
2606
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2607
|
+
// TypeOutline aliases
|
|
2608
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2603
2609
|
// Twitter aliases
|
|
2604
2610
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2605
2611
|
// Type aliases
|
|
2606
2612
|
export { default as TypeIcon } from '../icons/type';
|
|
2607
2613
|
// UmbrellaOff aliases
|
|
2608
2614
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2609
|
-
// TypeOutline aliases
|
|
2610
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2611
2615
|
// Umbrella aliases
|
|
2612
2616
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2613
2617
|
// Underline aliases
|
|
2614
2618
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2615
|
-
// UndoDot aliases
|
|
2616
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2617
2619
|
// Undo2 aliases
|
|
2618
2620
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2619
|
-
//
|
|
2620
|
-
export { default as
|
|
2621
|
+
// UndoDot aliases
|
|
2622
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2621
2623
|
// Undo aliases
|
|
2622
2624
|
export { default as UndoIcon } from '../icons/undo';
|
|
2625
|
+
// UnfoldHorizontal aliases
|
|
2626
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2623
2627
|
// UnfoldVertical aliases
|
|
2624
2628
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2625
2629
|
// Ungroup aliases
|
|
@@ -2648,28 +2652,28 @@ export { default as UserPenIcon } from '../icons/user-pen';
|
|
|
2648
2652
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2649
2653
|
// UserRoundPen aliases
|
|
2650
2654
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2651
|
-
// UserSearch aliases
|
|
2652
|
-
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2653
2655
|
// UserRoundSearch aliases
|
|
2654
2656
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2657
|
+
// UserSearch aliases
|
|
2658
|
+
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2655
2659
|
// UserX aliases
|
|
2656
2660
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2657
2661
|
// User aliases
|
|
2658
2662
|
export { default as UserIcon } from '../icons/user';
|
|
2659
|
-
// Users aliases
|
|
2660
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2661
2663
|
// UtilityPole aliases
|
|
2662
2664
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2665
|
+
// Users aliases
|
|
2666
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2663
2667
|
// Variable aliases
|
|
2664
2668
|
export { default as VariableIcon } from '../icons/variable';
|
|
2665
2669
|
// Vault aliases
|
|
2666
2670
|
export { default as VaultIcon } from '../icons/vault';
|
|
2667
2671
|
// Vegan aliases
|
|
2668
2672
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2669
|
-
// VenusAndMars aliases
|
|
2670
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2671
2673
|
// VenetianMask aliases
|
|
2672
2674
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2675
|
+
// VenusAndMars aliases
|
|
2676
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2673
2677
|
// Venus aliases
|
|
2674
2678
|
export { default as VenusIcon } from '../icons/venus';
|
|
2675
2679
|
// VibrateOff aliases
|
|
@@ -2678,20 +2682,20 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2678
2682
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2679
2683
|
// VideoOff aliases
|
|
2680
2684
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2681
|
-
// Video aliases
|
|
2682
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2683
2685
|
// Videotape aliases
|
|
2684
2686
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2685
|
-
//
|
|
2686
|
-
export { default as
|
|
2687
|
+
// Video aliases
|
|
2688
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2687
2689
|
// View aliases
|
|
2688
2690
|
export { default as ViewIcon } from '../icons/view';
|
|
2691
|
+
// Voicemail aliases
|
|
2692
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2689
2693
|
// Volleyball aliases
|
|
2690
2694
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2691
|
-
// Volume1 aliases
|
|
2692
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2693
2695
|
// Volume2 aliases
|
|
2694
2696
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2697
|
+
// Volume1 aliases
|
|
2698
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2695
2699
|
// VolumeOff aliases
|
|
2696
2700
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2697
2701
|
// VolumeX aliases
|
|
@@ -2714,12 +2718,12 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
2714
2718
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2715
2719
|
// Watch aliases
|
|
2716
2720
|
export { default as WatchIcon } from '../icons/watch';
|
|
2717
|
-
// WavesLadder aliases
|
|
2718
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2719
|
-
// Waves aliases
|
|
2720
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2721
2721
|
// Waypoints aliases
|
|
2722
2722
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2723
|
+
// Waves aliases
|
|
2724
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2725
|
+
// WavesLadder aliases
|
|
2726
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2723
2727
|
// Webcam aliases
|
|
2724
2728
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2725
2729
|
// WebhookOff aliases
|
|
@@ -2730,30 +2734,30 @@ export { default as WebhookIcon } from '../icons/webhook';
|
|
|
2730
2734
|
export { default as WeightIcon } from '../icons/weight';
|
|
2731
2735
|
// Wheat aliases
|
|
2732
2736
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2733
|
-
// WholeWord aliases
|
|
2734
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2735
2737
|
// WheatOff aliases
|
|
2736
2738
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2739
|
+
// WholeWord aliases
|
|
2740
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2737
2741
|
// WifiHigh aliases
|
|
2738
2742
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2739
|
-
// WifiLow aliases
|
|
2740
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2741
2743
|
// WifiOff aliases
|
|
2742
2744
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2743
|
-
//
|
|
2744
|
-
export { default as
|
|
2745
|
+
// WifiLow aliases
|
|
2746
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2745
2747
|
// WifiPen aliases
|
|
2746
2748
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2749
|
+
// WifiZero aliases
|
|
2750
|
+
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2747
2751
|
// Wifi aliases
|
|
2748
2752
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2749
2753
|
// WindArrowDown aliases
|
|
2750
2754
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2751
2755
|
// Wind aliases
|
|
2752
2756
|
export { default as WindIcon } from '../icons/wind';
|
|
2753
|
-
// WineOff aliases
|
|
2754
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2755
2757
|
// Wine aliases
|
|
2756
2758
|
export { default as WineIcon } from '../icons/wine';
|
|
2759
|
+
// WineOff aliases
|
|
2760
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2757
2761
|
// Workflow aliases
|
|
2758
2762
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2759
2763
|
// Worm aliases
|
|
@@ -2778,10 +2782,10 @@ export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
|
2778
2782
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2779
2783
|
// ArrowDown10 aliases
|
|
2780
2784
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2781
|
-
// ArrowUp01 aliases
|
|
2782
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2783
2785
|
// ArrowUp10 aliases
|
|
2784
2786
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2787
|
+
// ArrowUp01 aliases
|
|
2788
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2785
2789
|
// AlarmClockCheck aliases
|
|
2786
2790
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2787
2791
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
@@ -2794,48 +2798,48 @@ export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
|
2794
2798
|
// ArrowDownAZ aliases
|
|
2795
2799
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2796
2800
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2797
|
-
// ArrowDownZA aliases
|
|
2798
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2799
|
-
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2800
2801
|
// ArrowDownWideNarrow aliases
|
|
2801
2802
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2802
2803
|
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2804
|
+
// ArrowDownZA aliases
|
|
2805
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2806
|
+
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2803
2807
|
// ArrowUpAZ aliases
|
|
2804
2808
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2805
2809
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2806
2810
|
// ArrowUpNarrowWide aliases
|
|
2807
2811
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2808
2812
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2809
|
-
// ArrowUpZA aliases
|
|
2810
|
-
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2811
|
-
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2812
2813
|
// Axis3d aliases
|
|
2813
2814
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2814
2815
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2816
|
+
// ArrowUpZA aliases
|
|
2817
|
+
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2818
|
+
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2819
|
+
// BadgeCheck aliases
|
|
2820
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2821
|
+
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2815
2822
|
// BetweenHorizontalEnd aliases
|
|
2816
2823
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2817
2824
|
export {
|
|
2818
2825
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2819
2826
|
default as BetweenHorizonalEndIcon
|
|
2820
2827
|
} from '../icons/between-horizontal-end';
|
|
2821
|
-
// BadgeCheck aliases
|
|
2822
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2823
|
-
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2824
|
-
// BetweenHorizontalStart aliases
|
|
2825
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2826
|
-
export {
|
|
2827
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2828
|
-
default as BetweenHorizonalStartIcon
|
|
2829
|
-
} from '../icons/between-horizontal-start';
|
|
2830
2828
|
// BookDashed aliases
|
|
2831
2829
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2832
2830
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2833
|
-
//
|
|
2834
|
-
export { default as
|
|
2835
|
-
export {
|
|
2831
|
+
// BetweenHorizontalStart aliases
|
|
2832
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2833
|
+
export {
|
|
2834
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2835
|
+
default as BetweenHorizonalStartIcon
|
|
2836
|
+
} from '../icons/between-horizontal-start';
|
|
2836
2837
|
// Braces aliases
|
|
2837
2838
|
export { default as BracesIcon } from '../icons/braces';
|
|
2838
2839
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2840
|
+
// Captions aliases
|
|
2841
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2842
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2839
2843
|
// ChartArea aliases
|
|
2840
2844
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2841
2845
|
export {
|
|
@@ -2935,15 +2939,15 @@ export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-
|
|
|
2935
2939
|
// CircleArrowOutUpRight aliases
|
|
2936
2940
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2937
2941
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2938
|
-
// CircleArrowUp aliases
|
|
2939
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2940
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2941
2942
|
// CircleArrowRight aliases
|
|
2942
2943
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2943
2944
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2944
2945
|
// CircleCheckBig aliases
|
|
2945
2946
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2946
2947
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2948
|
+
// CircleArrowUp aliases
|
|
2949
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2950
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2947
2951
|
// CircleCheck aliases
|
|
2948
2952
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2949
2953
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
@@ -2953,12 +2957,12 @@ export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
|
2953
2957
|
// CircleChevronLeft aliases
|
|
2954
2958
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2955
2959
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2956
|
-
// CircleChevronRight aliases
|
|
2957
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2958
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2959
2960
|
// CircleChevronUp aliases
|
|
2960
2961
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2961
2962
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2963
|
+
// CircleChevronRight aliases
|
|
2964
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2965
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2962
2966
|
// CircleDivide aliases
|
|
2963
2967
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2964
2968
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
@@ -2968,12 +2972,12 @@ export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
|
2968
2972
|
// CircleHelp aliases
|
|
2969
2973
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2970
2974
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2971
|
-
// CircleMinus aliases
|
|
2972
|
-
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2973
|
-
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2974
2975
|
// CircleParkingOff aliases
|
|
2975
2976
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2976
2977
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2978
|
+
// CircleMinus aliases
|
|
2979
|
+
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2980
|
+
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2977
2981
|
// CircleParking aliases
|
|
2978
2982
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2979
2983
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
@@ -2983,58 +2987,54 @@ export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
|
2983
2987
|
// CirclePercent aliases
|
|
2984
2988
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2985
2989
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2986
|
-
// CirclePlay aliases
|
|
2987
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2988
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2989
2990
|
// CirclePlus aliases
|
|
2990
2991
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2991
2992
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2993
|
+
// CirclePlay aliases
|
|
2994
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2995
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2992
2996
|
// CirclePower aliases
|
|
2993
2997
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2994
2998
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2995
|
-
// CircleSlash2 aliases
|
|
2996
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2997
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2998
2999
|
// CircleStop aliases
|
|
2999
3000
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3000
3001
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3002
|
+
// CircleSlash2 aliases
|
|
3003
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3004
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3005
|
+
// CircleUser aliases
|
|
3006
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3007
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3001
3008
|
// CircleUserRound aliases
|
|
3002
3009
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3003
3010
|
export {
|
|
3004
3011
|
/** @deprecated */
|
|
3005
3012
|
default as UserCircle2Icon
|
|
3006
3013
|
} from '../icons/circle-user-round';
|
|
3007
|
-
// CircleUser aliases
|
|
3008
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3009
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3010
3014
|
// CircleX aliases
|
|
3011
3015
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3012
3016
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3017
|
+
// ClipboardPenLine aliases
|
|
3018
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3019
|
+
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3013
3020
|
// ClipboardPen aliases
|
|
3014
3021
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3015
3022
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3016
3023
|
// CloudDownload aliases
|
|
3017
3024
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3018
3025
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3019
|
-
// ClipboardPenLine aliases
|
|
3020
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3021
|
-
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3022
|
-
// CloudUpload aliases
|
|
3023
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3024
|
-
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3025
3026
|
// CodeXml aliases
|
|
3026
3027
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3027
3028
|
export {
|
|
3028
3029
|
/** @deprecated */
|
|
3029
3030
|
default as Code2Icon
|
|
3030
3031
|
} from '../icons/code-xml';
|
|
3032
|
+
// CloudUpload aliases
|
|
3033
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3034
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3031
3035
|
// Columns2 aliases
|
|
3032
3036
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3033
3037
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3034
|
-
// Columns3Cog aliases
|
|
3035
|
-
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3036
|
-
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3037
|
-
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3038
3038
|
// Columns3 aliases
|
|
3039
3039
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3040
3040
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
@@ -3044,21 +3044,25 @@ export {
|
|
|
3044
3044
|
/** @deprecated */
|
|
3045
3045
|
default as Contact2Icon
|
|
3046
3046
|
} from '../icons/contact-round';
|
|
3047
|
-
//
|
|
3048
|
-
export { default as
|
|
3049
|
-
export { default as
|
|
3050
|
-
|
|
3051
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3052
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3053
|
-
// Ellipsis aliases
|
|
3054
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3055
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3047
|
+
// Columns3Cog aliases
|
|
3048
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3049
|
+
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3050
|
+
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3056
3051
|
// Earth aliases
|
|
3057
3052
|
export { default as EarthIcon } from '../icons/earth';
|
|
3058
3053
|
export {
|
|
3059
3054
|
/** @deprecated */
|
|
3060
3055
|
default as Globe2Icon
|
|
3061
3056
|
} from '../icons/earth';
|
|
3057
|
+
// DiamondPercent aliases
|
|
3058
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3059
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3060
|
+
// Ellipsis aliases
|
|
3061
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3062
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3063
|
+
// EllipsisVertical aliases
|
|
3064
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3065
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3062
3066
|
// FileAxis3d aliases
|
|
3063
3067
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3064
3068
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3098,42 +3102,39 @@ export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
|
3098
3102
|
// FilePen aliases
|
|
3099
3103
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3100
3104
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3101
|
-
// FolderPen aliases
|
|
3102
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3103
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3104
3105
|
// FolderCog aliases
|
|
3105
3106
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3106
3107
|
export {
|
|
3107
3108
|
/** @deprecated */
|
|
3108
3109
|
default as FolderCog2Icon
|
|
3109
3110
|
} from '../icons/folder-cog';
|
|
3111
|
+
// FolderPen aliases
|
|
3112
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3113
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3110
3114
|
// FunnelX aliases
|
|
3111
3115
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3112
3116
|
export {
|
|
3113
3117
|
/** @deprecated */
|
|
3114
3118
|
default as FilterXIcon
|
|
3115
3119
|
} from '../icons/funnel-x';
|
|
3120
|
+
// GitCommitHorizontal aliases
|
|
3121
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3122
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3116
3123
|
// Funnel aliases
|
|
3117
3124
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3118
3125
|
export {
|
|
3119
3126
|
/** @deprecated */
|
|
3120
3127
|
default as FilterIcon
|
|
3121
3128
|
} from '../icons/funnel';
|
|
3122
|
-
// GitCommitHorizontal aliases
|
|
3123
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3124
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3125
3129
|
// Grid2x2Check aliases
|
|
3126
3130
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3127
3131
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3128
|
-
// Grid2x2Plus aliases
|
|
3129
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3130
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3131
3132
|
// Grid2x2X aliases
|
|
3132
3133
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3133
3134
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3134
|
-
//
|
|
3135
|
-
export { default as
|
|
3136
|
-
export { default as
|
|
3135
|
+
// Grid2x2Plus aliases
|
|
3136
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3137
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3137
3138
|
// Grid3x3 aliases
|
|
3138
3139
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3139
3140
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
@@ -3141,6 +3142,12 @@ export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
|
3141
3142
|
// HandHelping aliases
|
|
3142
3143
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3143
3144
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3145
|
+
// House aliases
|
|
3146
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3147
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3148
|
+
// Grid2x2 aliases
|
|
3149
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3150
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3144
3151
|
// IceCreamBowl aliases
|
|
3145
3152
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3146
3153
|
export {
|
|
@@ -3150,24 +3157,21 @@ export {
|
|
|
3150
3157
|
// IceCreamCone aliases
|
|
3151
3158
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3152
3159
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3153
|
-
// House aliases
|
|
3154
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3155
|
-
export { default as HomeIcon } from '../icons/house';
|
|
3156
|
-
// IndentDecrease aliases
|
|
3157
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3158
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3159
3160
|
// IndentIncrease aliases
|
|
3160
3161
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3161
3162
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3163
|
+
// IndentDecrease aliases
|
|
3164
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3165
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3166
|
+
// Layers aliases
|
|
3167
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3168
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3162
3169
|
// LaptopMinimal aliases
|
|
3163
3170
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3164
3171
|
export {
|
|
3165
3172
|
/** @deprecated */
|
|
3166
3173
|
default as Laptop2Icon
|
|
3167
3174
|
} from '../icons/laptop-minimal';
|
|
3168
|
-
// Layers aliases
|
|
3169
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3170
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3171
3175
|
// LoaderCircle aliases
|
|
3172
3176
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3173
3177
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3177,15 +3181,15 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3177
3181
|
// LockOpen aliases
|
|
3178
3182
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3179
3183
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3184
|
+
// Move3d aliases
|
|
3185
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3186
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3180
3187
|
// MicVocal aliases
|
|
3181
3188
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3182
3189
|
export {
|
|
3183
3190
|
/** @deprecated */
|
|
3184
3191
|
default as Mic2Icon
|
|
3185
3192
|
} from '../icons/mic-vocal';
|
|
3186
|
-
// Move3d aliases
|
|
3187
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3188
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3189
3193
|
// OctagonAlert aliases
|
|
3190
3194
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3191
3195
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
@@ -3201,21 +3205,21 @@ export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
|
3201
3205
|
// PanelBottomDashed aliases
|
|
3202
3206
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3203
3207
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3208
|
+
// PanelLeftDashed aliases
|
|
3209
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3210
|
+
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3204
3211
|
// PanelLeftClose aliases
|
|
3205
3212
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3206
3213
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3207
3214
|
// PanelLeftOpen aliases
|
|
3208
3215
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3209
3216
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3210
|
-
// PanelLeftDashed aliases
|
|
3211
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3212
|
-
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3213
|
-
// PanelLeft aliases
|
|
3214
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3215
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3216
3217
|
// PanelRightDashed aliases
|
|
3217
3218
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3218
3219
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3220
|
+
// PanelLeft aliases
|
|
3221
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3222
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3219
3223
|
// PanelTopDashed aliases
|
|
3220
3224
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3221
3225
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
@@ -3240,12 +3244,12 @@ export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
|
3240
3244
|
// RectangleEllipsis aliases
|
|
3241
3245
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3242
3246
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3243
|
-
// Rotate3d aliases
|
|
3244
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3245
|
-
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3246
3247
|
// Rows2 aliases
|
|
3247
3248
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3248
3249
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3250
|
+
// Rotate3d aliases
|
|
3251
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3252
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3249
3253
|
// Rows3 aliases
|
|
3250
3254
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3251
3255
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
@@ -3270,30 +3274,33 @@ export { default as StarsIcon } from '../icons/sparkles';
|
|
|
3270
3274
|
// SquareActivity aliases
|
|
3271
3275
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3272
3276
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3273
|
-
// SquareArrowDownRight aliases
|
|
3274
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3275
|
-
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3276
3277
|
// SquareArrowDown aliases
|
|
3277
3278
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3278
3279
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3279
3280
|
// SquareArrowDownLeft aliases
|
|
3280
3281
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3281
3282
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3283
|
+
// SquareArrowDownRight aliases
|
|
3284
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3285
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3282
3286
|
// SquareArrowLeft aliases
|
|
3283
3287
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3284
3288
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3289
|
+
// SquareArrowOutDownLeft aliases
|
|
3290
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3291
|
+
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3285
3292
|
// SquareArrowOutDownRight aliases
|
|
3286
3293
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3287
3294
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3288
3295
|
// SquareArrowOutUpLeft aliases
|
|
3289
3296
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3290
3297
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3291
|
-
// SquareArrowOutDownLeft aliases
|
|
3292
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3293
|
-
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3294
3298
|
// SquareArrowOutUpRight aliases
|
|
3295
3299
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3296
3300
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3301
|
+
// SquareArrowRight aliases
|
|
3302
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3303
|
+
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3297
3304
|
// SquareArrowUpLeft aliases
|
|
3298
3305
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3299
3306
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
@@ -3303,19 +3310,16 @@ export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
|
3303
3310
|
// SquareArrowUpRight aliases
|
|
3304
3311
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3305
3312
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3306
|
-
// SquareArrowRight aliases
|
|
3307
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3308
|
-
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3309
3313
|
// SquareAsterisk aliases
|
|
3310
3314
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3311
3315
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3316
|
+
// SquareBottomDashedScissors aliases
|
|
3317
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3318
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3312
3319
|
// SquareChartGantt aliases
|
|
3313
3320
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3314
3321
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3315
3322
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3316
|
-
// SquareBottomDashedScissors aliases
|
|
3317
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3318
|
-
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3319
3323
|
// SquareCheckBig aliases
|
|
3320
3324
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3321
3325
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
@@ -3334,54 +3338,54 @@ export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right
|
|
|
3334
3338
|
// SquareChevronUp aliases
|
|
3335
3339
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3336
3340
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3337
|
-
// SquareCode aliases
|
|
3338
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3339
|
-
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3340
3341
|
// SquareDashedKanban aliases
|
|
3341
3342
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3342
3343
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3344
|
+
// SquareCode aliases
|
|
3345
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3346
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3343
3347
|
// SquareDashedMousePointer aliases
|
|
3344
3348
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3345
3349
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3346
|
-
// SquareDivide aliases
|
|
3347
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3348
|
-
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3349
3350
|
// SquareDashed aliases
|
|
3350
3351
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3351
3352
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3353
|
+
// SquareDivide aliases
|
|
3354
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3355
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3352
3356
|
// SquareDot aliases
|
|
3353
3357
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3354
3358
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3355
|
-
// SquareFunction aliases
|
|
3356
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3357
|
-
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3358
3359
|
// SquareEqual aliases
|
|
3359
3360
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3360
3361
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3362
|
+
// SquareFunction aliases
|
|
3363
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3364
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3361
3365
|
// SquareKanban aliases
|
|
3362
3366
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3363
3367
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3364
3368
|
// SquareLibrary aliases
|
|
3365
3369
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3366
3370
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3367
|
-
// SquareMenu aliases
|
|
3368
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3369
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3370
3371
|
// SquareM aliases
|
|
3371
3372
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3372
3373
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3374
|
+
// SquareMenu aliases
|
|
3375
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3376
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3373
3377
|
// SquareMinus aliases
|
|
3374
3378
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3375
3379
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3376
3380
|
// SquareMousePointer aliases
|
|
3377
3381
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3378
3382
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3379
|
-
// SquareParking aliases
|
|
3380
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3381
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3382
3383
|
// SquareParkingOff aliases
|
|
3383
3384
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3384
3385
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3386
|
+
// SquareParking aliases
|
|
3387
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3388
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3385
3389
|
// SquarePen aliases
|
|
3386
3390
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3387
3391
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3393,63 +3397,63 @@ export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
|
3393
3397
|
// SquarePi aliases
|
|
3394
3398
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3395
3399
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3396
|
-
// SquarePlay aliases
|
|
3397
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3398
|
-
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3399
3400
|
// SquarePilcrow aliases
|
|
3400
3401
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3401
3402
|
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3403
|
+
// SquarePlay aliases
|
|
3404
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3405
|
+
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3402
3406
|
// SquarePlus aliases
|
|
3403
3407
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3404
3408
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3405
3409
|
// SquarePower aliases
|
|
3406
3410
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3407
3411
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3408
|
-
// SquareSlash aliases
|
|
3409
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3410
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3411
|
-
// SquareSigma aliases
|
|
3412
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3413
|
-
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3414
3412
|
// SquareScissors aliases
|
|
3415
3413
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3416
3414
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3415
|
+
// SquareSigma aliases
|
|
3416
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3417
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3418
|
+
// SquareSlash aliases
|
|
3419
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3420
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3417
3421
|
// SquareSplitHorizontal aliases
|
|
3418
3422
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3419
3423
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3420
3424
|
// SquareTerminal aliases
|
|
3421
3425
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3422
3426
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3427
|
+
// SquareSplitVertical aliases
|
|
3428
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3429
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3423
3430
|
// SquareUserRound aliases
|
|
3424
3431
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3425
3432
|
export {
|
|
3426
3433
|
/** @deprecated */
|
|
3427
3434
|
default as UserSquare2Icon
|
|
3428
3435
|
} from '../icons/square-user-round';
|
|
3429
|
-
// SquareSplitVertical aliases
|
|
3430
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3431
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3432
3436
|
// SquareUser aliases
|
|
3433
3437
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3434
3438
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3435
3439
|
// SquareX aliases
|
|
3436
3440
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3437
3441
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3438
|
-
// TextSelect aliases
|
|
3439
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3440
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3441
3442
|
// TestTubeDiagonal aliases
|
|
3442
3443
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3443
3444
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3445
|
+
// TextSelect aliases
|
|
3446
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3447
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3444
3448
|
// TramFront aliases
|
|
3445
3449
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3446
3450
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3447
|
-
// TriangleAlert aliases
|
|
3448
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3449
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3450
3451
|
// TreePalm aliases
|
|
3451
3452
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3452
3453
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3454
|
+
// TriangleAlert aliases
|
|
3455
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3456
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3453
3457
|
// University aliases
|
|
3454
3458
|
export { default as UniversityIcon } from '../icons/university';
|
|
3455
3459
|
export {
|
|
@@ -3498,28 +3502,28 @@ export {
|
|
|
3498
3502
|
/** @deprecated */
|
|
3499
3503
|
default as User2Icon
|
|
3500
3504
|
} from '../icons/user-round';
|
|
3501
|
-
// UtensilsCrossed aliases
|
|
3502
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3503
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3504
3505
|
// UsersRound aliases
|
|
3505
3506
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3506
3507
|
export {
|
|
3507
3508
|
/** @deprecated */
|
|
3508
3509
|
default as Users2Icon
|
|
3509
3510
|
} from '../icons/users-round';
|
|
3511
|
+
// UtensilsCrossed aliases
|
|
3512
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3513
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3510
3514
|
// Utensils aliases
|
|
3511
3515
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3512
3516
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3513
|
-
// WalletMinimal aliases
|
|
3514
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3515
|
-
export {
|
|
3516
|
-
/** @deprecated */
|
|
3517
|
-
default as Wallet2Icon
|
|
3518
|
-
} from '../icons/wallet-minimal';
|
|
3519
3517
|
// WandSparkles aliases
|
|
3520
3518
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3521
3519
|
export {
|
|
3522
3520
|
/** @deprecated */
|
|
3523
3521
|
default as Wand2Icon
|
|
3524
3522
|
} from '../icons/wand-sparkles';
|
|
3523
|
+
// WalletMinimal aliases
|
|
3524
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3525
|
+
export {
|
|
3526
|
+
/** @deprecated */
|
|
3527
|
+
default as Wallet2Icon
|
|
3528
|
+
} from '../icons/wallet-minimal';
|
|
3525
3529
|
|