@lucide/astro 0.550.0 → 0.552.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 +184 -88
- package/src/aliases/prefixed.ts +595 -535
- package/src/aliases/suffixed.ts +943 -883
- package/src/icons/calendar-fold.ts +2 -2
- package/src/icons/{file-minus-2.ts → clock-check.ts} +4 -4
- package/src/icons/file-archive.ts +2 -2
- package/src/icons/file-axis-3d.ts +2 -2
- package/src/icons/file-badge.ts +2 -2
- package/src/icons/file-box.ts +2 -2
- package/src/icons/file-braces-corner.ts +18 -0
- package/src/icons/file-braces.ts +18 -0
- package/src/icons/file-chart-column-increasing.ts +2 -2
- package/src/icons/file-chart-column.ts +2 -2
- package/src/icons/file-chart-line.ts +2 -2
- package/src/icons/file-chart-pie.ts +2 -2
- package/src/icons/{file-search-2.ts → file-check-corner.ts} +4 -4
- package/src/icons/file-check.ts +2 -2
- package/src/icons/file-clock.ts +2 -2
- package/src/icons/{file-audio-2.ts → file-code-corner.ts} +4 -4
- package/src/icons/file-code.ts +2 -2
- package/src/icons/file-cog.ts +2 -2
- package/src/icons/file-diff.ts +2 -2
- package/src/icons/file-digit.ts +2 -2
- package/src/icons/file-down.ts +2 -2
- package/src/icons/{file-key-2.ts → file-exclamation-point.ts} +4 -4
- package/src/icons/file-headphone.ts +18 -0
- package/src/icons/file-heart.ts +2 -2
- package/src/icons/file-image.ts +2 -2
- package/src/icons/file-input.ts +2 -2
- package/src/icons/file-key.ts +2 -2
- package/src/icons/file-lock.ts +2 -2
- package/src/icons/{file-code-2.ts → file-minus-corner.ts} +4 -4
- package/src/icons/file-minus.ts +2 -2
- package/src/icons/file-music.ts +2 -2
- package/src/icons/file-output.ts +2 -2
- package/src/icons/file-pen-line.ts +2 -2
- package/src/icons/file-pen.ts +2 -2
- package/src/icons/file-play.ts +2 -2
- package/src/icons/{file-check-2.ts → file-plus-corner.ts} +4 -4
- package/src/icons/file-plus.ts +2 -2
- package/src/icons/file-question-mark.ts +2 -2
- package/src/icons/file-scan.ts +2 -2
- package/src/icons/{file-type-2.ts → file-search-corner.ts} +4 -4
- package/src/icons/file-search.ts +2 -2
- package/src/icons/file-signal.ts +18 -0
- package/src/icons/file-sliders.ts +2 -2
- package/src/icons/file-spreadsheet.ts +2 -2
- package/src/icons/file-symlink.ts +2 -2
- package/src/icons/file-terminal.ts +2 -2
- package/src/icons/file-text.ts +2 -2
- package/src/icons/file-type-corner.ts +18 -0
- package/src/icons/file-type.ts +2 -2
- package/src/icons/file-up.ts +2 -2
- package/src/icons/file-user.ts +2 -2
- package/src/icons/file-video-camera.ts +2 -2
- package/src/icons/file-volume.ts +2 -2
- package/src/icons/{file-audio.ts → file-x-corner.ts} +4 -4
- package/src/icons/file-x.ts +2 -2
- package/src/icons/file.ts +2 -2
- package/src/icons/files.ts +2 -2
- package/src/icons/index.ts +131 -133
- package/src/icons/shredder.ts +2 -2
- package/src/icons/solar-panel.ts +18 -0
- package/src/icons/sticker.ts +2 -2
- package/src/icons/sticky-note.ts +2 -2
- package/src/icons/file-badge-2.ts +0 -18
- package/src/icons/file-json-2.ts +0 -18
- package/src/icons/file-json.ts +0 -18
- package/src/icons/file-lock-2.ts +0 -18
- package/src/icons/file-plus-2.ts +0 -18
- package/src/icons/file-volume-2.ts +0 -18
- package/src/icons/file-warning.ts +0 -18
- package/src/icons/file-x-2.ts +0 -18
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
-
// AlignEndVertical aliases
|
|
28
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
25
|
// AlignEndHorizontal aliases
|
|
30
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
27
|
// AlignHorizontalDistributeCenter aliases
|
|
32
28
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
29
|
+
// AlignCenterVertical aliases
|
|
30
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
|
+
// AlignEndVertical aliases
|
|
32
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeEnd aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
35
|
// AlignHorizontalDistributeStart aliases
|
|
@@ -42,50 +42,50 @@ export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizon
|
|
|
42
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
43
|
// AlignHorizontalSpaceAround aliases
|
|
44
44
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
|
-
// AlignHorizontalSpaceBetween aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
45
|
// AlignStartHorizontal aliases
|
|
48
46
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
//
|
|
50
|
-
export { default as
|
|
47
|
+
// AlignHorizontalSpaceBetween aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
-
//
|
|
54
|
-
export { default as
|
|
51
|
+
// AlignStartVertical aliases
|
|
52
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
55
|
+
// AlignVerticalDistributeEnd aliases
|
|
56
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalJustifyCenter aliases
|
|
58
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
// AlignVerticalJustifyEnd aliases
|
|
60
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
59
|
// AlignVerticalJustifyStart aliases
|
|
62
60
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
|
+
// AlignVerticalJustifyEnd aliases
|
|
62
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
-
// Ampersand aliases
|
|
70
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
69
|
// Ampersands aliases
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
|
+
// Ampersand aliases
|
|
72
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
73
|
// Amphora aliases
|
|
74
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
-
// Antenna aliases
|
|
78
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
-
// Aperture aliases
|
|
82
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
83
77
|
// Angry aliases
|
|
84
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
79
|
+
// Annoyed aliases
|
|
80
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
87
83
|
// Anvil aliases
|
|
88
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
|
+
// Aperture aliases
|
|
88
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
91
|
// Apple aliases
|
|
@@ -94,18 +94,18 @@ export { default as AppleIcon } from '../icons/apple';
|
|
|
94
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
|
-
// Archive aliases
|
|
98
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
-
// ArrowBigLeft aliases
|
|
106
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
107
105
|
// ArrowBigLeftDash aliases
|
|
108
106
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
109
|
// ArrowBigRightDash aliases
|
|
110
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
111
|
// ArrowBigRight aliases
|
|
@@ -148,28 +148,28 @@ export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
|
+
// ArrowUpFromLine aliases
|
|
152
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
151
153
|
// ArrowUpFromDot aliases
|
|
152
154
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
155
|
// ArrowUpLeft aliases
|
|
154
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
-
//
|
|
156
|
-
export { default as
|
|
157
|
+
// ArrowUpToLine aliases
|
|
158
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
157
159
|
// ArrowUpRight aliases
|
|
158
160
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
161
|
// ArrowUpWideNarrow aliases
|
|
160
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
-
// ArrowUpToLine aliases
|
|
162
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
163
|
// ArrowUp aliases
|
|
164
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// AtSign aliases
|
|
170
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
169
|
// Atom aliases
|
|
172
170
|
export { default as AtomIcon } from '../icons/atom';
|
|
171
|
+
// AtSign aliases
|
|
172
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
173
|
// AudioLines aliases
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
@@ -188,10 +188,10 @@ export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
190
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
191
|
-
// BadgeIndianRupee aliases
|
|
192
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
191
|
// BadgeEuro aliases
|
|
194
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
|
+
// BadgeIndianRupee aliases
|
|
194
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
195
|
// BadgeInfo aliases
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
@@ -202,10 +202,10 @@ export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
|
202
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
203
|
// BadgePlus aliases
|
|
204
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
|
-
// BadgePoundSterling aliases
|
|
206
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
205
|
// BadgeRussianRuble aliases
|
|
208
206
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
|
+
// BadgePoundSterling aliases
|
|
208
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
@@ -220,38 +220,38 @@ export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
221
|
// Banana aliases
|
|
222
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
|
-
// BanknoteArrowDown aliases
|
|
224
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
223
|
// Bandage aliases
|
|
226
224
|
export { default as BandageIcon } from '../icons/bandage';
|
|
225
|
+
// BanknoteArrowDown aliases
|
|
226
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
227
|
// BanknoteArrowUp aliases
|
|
228
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
229
|
// Banknote aliases
|
|
232
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
|
+
// BanknoteX aliases
|
|
232
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
233
|
// Barcode aliases
|
|
234
234
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
235
235
|
// Barrel aliases
|
|
236
236
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
237
237
|
// Baseline aliases
|
|
238
238
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
|
-
// BatteryCharging aliases
|
|
240
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
241
239
|
// Bath aliases
|
|
242
240
|
export { default as BathIcon } from '../icons/bath';
|
|
243
|
-
//
|
|
244
|
-
export { default as
|
|
241
|
+
// BatteryCharging aliases
|
|
242
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
243
|
// BatteryLow aliases
|
|
246
244
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
245
|
// BatteryMedium aliases
|
|
248
246
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
247
|
+
// BatteryFull aliases
|
|
248
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
249
|
// BatteryPlus aliases
|
|
250
250
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// Battery aliases
|
|
254
252
|
export { default as BatteryIcon } from '../icons/battery';
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
255
255
|
// Beaker aliases
|
|
256
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
257
|
// BeanOff aliases
|
|
@@ -262,38 +262,38 @@ export { default as BeanIcon } from '../icons/bean';
|
|
|
262
262
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
263
263
|
// BedSingle aliases
|
|
264
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Beef aliases
|
|
266
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
267
265
|
// Bed aliases
|
|
268
266
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
-
//
|
|
270
|
-
export { default as
|
|
267
|
+
// Beef aliases
|
|
268
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
271
269
|
// Beer aliases
|
|
272
270
|
export { default as BeerIcon } from '../icons/beer';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
273
273
|
// BellDot aliases
|
|
274
274
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
275
|
// BellElectric aliases
|
|
276
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
277
|
+
// BellOff aliases
|
|
278
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
277
279
|
// BellMinus aliases
|
|
278
280
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
281
|
// BellPlus aliases
|
|
280
282
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
281
|
-
// BellOff aliases
|
|
282
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
283
|
// BellRing aliases
|
|
284
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
285
|
// Bell aliases
|
|
286
286
|
export { default as BellIcon } from '../icons/bell';
|
|
287
|
-
// BetweenVerticalEnd aliases
|
|
288
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
289
287
|
// BetweenVerticalStart aliases
|
|
290
288
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
289
|
+
// BetweenVerticalEnd aliases
|
|
290
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
291
|
// BicepsFlexed aliases
|
|
292
292
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
293
|
-
// Bike aliases
|
|
294
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
295
293
|
// Binary aliases
|
|
296
294
|
export { default as BinaryIcon } from '../icons/binary';
|
|
295
|
+
// Bike aliases
|
|
296
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
297
297
|
// Binoculars aliases
|
|
298
298
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
299
299
|
// Biohazard aliases
|
|
@@ -306,44 +306,44 @@ export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
|
306
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
307
|
// Blend aliases
|
|
308
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
-
// Blocks aliases
|
|
310
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
311
309
|
// Blinds aliases
|
|
312
310
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
+
// Blocks aliases
|
|
312
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
313
|
// BluetoothConnected aliases
|
|
314
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
// BluetoothOff aliases
|
|
316
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
315
|
// BluetoothSearching aliases
|
|
318
316
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
317
|
+
// BluetoothOff aliases
|
|
318
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
319
|
// Bluetooth aliases
|
|
320
320
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
321
|
// Bold aliases
|
|
322
322
|
export { default as BoldIcon } from '../icons/bold';
|
|
323
|
-
// Bomb aliases
|
|
324
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
325
323
|
// Bolt aliases
|
|
326
324
|
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
+
// Bomb aliases
|
|
326
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
327
327
|
// Bone aliases
|
|
328
328
|
export { default as BoneIcon } from '../icons/bone';
|
|
329
329
|
// BookA aliases
|
|
330
330
|
export { default as BookAIcon } from '../icons/book-a';
|
|
331
331
|
// BookAlert aliases
|
|
332
332
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
|
-
// BookAudio aliases
|
|
334
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
335
333
|
// BookCheck aliases
|
|
336
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookCopy aliases
|
|
338
336
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookDown aliases
|
|
340
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
341
341
|
// BookHeadphones aliases
|
|
342
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookImage aliases
|
|
346
344
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
349
|
// BookLock aliases
|
|
@@ -360,10 +360,10 @@ export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
|
360
360
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
361
361
|
// BookPlus aliases
|
|
362
362
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookType aliases
|
|
366
364
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
367
|
// BookUp2 aliases
|
|
368
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
369
|
// BookUp aliases
|
|
@@ -374,18 +374,18 @@ export { default as BookUserIcon } from '../icons/book-user';
|
|
|
374
374
|
export { default as BookXIcon } from '../icons/book-x';
|
|
375
375
|
// Book aliases
|
|
376
376
|
export { default as BookIcon } from '../icons/book';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
377
|
// BookmarkMinus aliases
|
|
380
378
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
-
//
|
|
382
|
-
export { default as
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
381
|
// BookmarkX aliases
|
|
384
382
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
|
-
//
|
|
386
|
-
export { default as
|
|
383
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
385
|
// BoomBox aliases
|
|
388
386
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
387
|
+
// Bookmark aliases
|
|
388
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
389
|
// BotMessageSquare aliases
|
|
390
390
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
391
391
|
// BotOff aliases
|
|
@@ -400,12 +400,12 @@ export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
401
|
// Boxes aliases
|
|
402
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
-
// Brackets aliases
|
|
404
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
403
|
// BrainCircuit aliases
|
|
406
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
405
|
// BrainCog aliases
|
|
408
406
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
|
+
// Brackets aliases
|
|
408
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// Brain aliases
|
|
410
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BrickWallFire aliases
|
|
@@ -420,26 +420,26 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
420
420
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
421
|
// BriefcaseMedical aliases
|
|
422
422
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
423
|
// Briefcase aliases
|
|
426
424
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
427
|
// Brush aliases
|
|
430
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
431
|
-
//
|
|
432
|
-
export { default as
|
|
429
|
+
// BrushCleaning aliases
|
|
430
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
431
|
// Bubbles aliases
|
|
434
432
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
433
|
+
// BugOff aliases
|
|
434
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
435
|
// BugPlay aliases
|
|
436
436
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
437
|
-
// Bug aliases
|
|
438
|
-
export { default as BugIcon } from '../icons/bug';
|
|
439
437
|
// Building2 aliases
|
|
440
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
441
439
|
// Building aliases
|
|
442
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
|
+
// Bug aliases
|
|
442
|
+
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
445
|
// Bus aliases
|
|
@@ -450,42 +450,42 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
450
450
|
export { default as CableIcon } from '../icons/cable';
|
|
451
451
|
// CakeSlice aliases
|
|
452
452
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
-
// Cake aliases
|
|
454
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
455
453
|
// Calculator aliases
|
|
456
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
|
-
//
|
|
458
|
-
export { default as
|
|
459
|
-
// CalendarArrowDown aliases
|
|
460
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
461
457
|
// Calendar1 aliases
|
|
462
458
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
//
|
|
464
|
-
export { default as
|
|
459
|
+
// CalendarArrowDown aliases
|
|
460
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
|
+
// CalendarArrowUp aliases
|
|
462
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
463
|
// CalendarCheck aliases
|
|
466
464
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
465
|
+
// CalendarCheck2 aliases
|
|
466
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
467
467
|
// CalendarClock aliases
|
|
468
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarDays aliases
|
|
472
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
471
|
// CalendarFold aliases
|
|
474
472
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
473
|
+
// CalendarDays aliases
|
|
474
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
475
|
// CalendarHeart aliases
|
|
476
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
|
-
// CalendarMinus2 aliases
|
|
478
|
-
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
477
|
// CalendarMinus aliases
|
|
480
478
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
|
+
// CalendarMinus2 aliases
|
|
480
|
+
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
483
|
// CalendarPlus2 aliases
|
|
484
484
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
485
|
-
// CalendarPlus aliases
|
|
486
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
485
|
// CalendarRange aliases
|
|
488
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
+
// CalendarPlus aliases
|
|
488
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
491
|
// CalendarSync aliases
|
|
@@ -516,34 +516,34 @@ export { default as CarFrontIcon } from '../icons/car-front';
|
|
|
516
516
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
-
// Caravan aliases
|
|
520
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
519
|
// CardSim aliases
|
|
522
520
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
521
|
+
// Caravan aliases
|
|
522
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
523
523
|
// Carrot aliases
|
|
524
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
-
// CaseLower aliases
|
|
526
|
-
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
|
-
// CaseSensitive aliases
|
|
528
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
525
|
// CaseUpper aliases
|
|
530
526
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
527
|
+
// CaseSensitive aliases
|
|
528
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
529
|
+
// CaseLower aliases
|
|
530
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
534
534
|
export { default as CastIcon } from '../icons/cast';
|
|
535
|
-
// Castle aliases
|
|
536
|
-
export { default as CastleIcon } from '../icons/castle';
|
|
537
535
|
// Cat aliases
|
|
538
536
|
export { default as CatIcon } from '../icons/cat';
|
|
539
|
-
//
|
|
540
|
-
export { default as
|
|
537
|
+
// Castle aliases
|
|
538
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
541
539
|
// Cctv aliases
|
|
542
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
541
|
+
// ChartBarDecreasing aliases
|
|
542
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
545
543
|
// ChartBarStacked aliases
|
|
546
544
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
|
+
// ChartBarIncreasing aliases
|
|
546
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
547
|
// ChartColumnDecreasing aliases
|
|
548
548
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartColumnStacked aliases
|
|
@@ -556,40 +556,40 @@ export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
|
556
556
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
|
-
// ChartSpline aliases
|
|
560
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
559
|
// CheckLine aliases
|
|
562
560
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
561
|
// CheckCheck aliases
|
|
564
562
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
563
|
+
// ChartSpline aliases
|
|
564
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
+
// ChefHat aliases
|
|
568
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
567
569
|
// Cherry aliases
|
|
568
570
|
export { default as CherryIcon } from '../icons/cherry';
|
|
569
571
|
// ChevronDown aliases
|
|
570
572
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
571
|
-
// ChefHat aliases
|
|
572
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
573
|
// ChevronFirst aliases
|
|
574
574
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
|
-
// ChevronLast aliases
|
|
576
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
577
575
|
// ChevronLeft aliases
|
|
578
576
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
|
-
// ChevronUp aliases
|
|
580
|
-
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
581
577
|
// ChevronRight aliases
|
|
582
578
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
583
|
-
//
|
|
584
|
-
export { default as
|
|
579
|
+
// ChevronLast aliases
|
|
580
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
|
+
// ChevronUp aliases
|
|
582
|
+
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
585
583
|
// ChevronsDown aliases
|
|
586
584
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
587
585
|
// ChevronsLeftRightEllipsis aliases
|
|
588
586
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChevronsDownUp aliases
|
|
588
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
591
589
|
// ChevronsLeft aliases
|
|
592
590
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
|
+
// ChevronsLeftRight aliases
|
|
592
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
593
593
|
// ChevronsRightLeft aliases
|
|
594
594
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
595
595
|
// ChevronsRight aliases
|
|
@@ -600,28 +600,28 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
600
600
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
601
|
// Church aliases
|
|
602
602
|
export { default as ChurchIcon } from '../icons/church';
|
|
603
|
-
// CigaretteOff aliases
|
|
604
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
605
|
-
// CircleDashed aliases
|
|
606
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
603
|
// Cigarette aliases
|
|
608
604
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
|
+
// CircleDashed aliases
|
|
606
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
607
|
+
// CigaretteOff aliases
|
|
608
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
609
|
// CircleDollarSign aliases
|
|
610
610
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
611
|
+
// CircleDot aliases
|
|
612
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
613
|
// CircleDotDashed aliases
|
|
612
614
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
613
615
|
// CircleEllipsis aliases
|
|
614
616
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
615
|
-
// CircleDot aliases
|
|
616
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
617
|
// CircleEqual aliases
|
|
618
618
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
619
|
// CircleFadingArrowUp aliases
|
|
620
620
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleFadingPlus aliases
|
|
622
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
623
621
|
// CircleOff aliases
|
|
624
622
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
623
|
+
// CircleFadingPlus aliases
|
|
624
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
625
625
|
// CirclePoundSterling aliases
|
|
626
626
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
627
627
|
// CircleSlash aliases
|
|
@@ -636,50 +636,50 @@ export { default as CircleIcon } from '../icons/circle';
|
|
|
636
636
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
637
|
// Citrus aliases
|
|
638
638
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
|
-
// ClipboardCheck aliases
|
|
640
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
641
|
-
// ClipboardClock aliases
|
|
642
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
643
639
|
// Clapperboard aliases
|
|
644
640
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
641
|
+
// ClipboardClock aliases
|
|
642
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
643
|
+
// ClipboardCheck aliases
|
|
644
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
645
645
|
// ClipboardCopy aliases
|
|
646
646
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
647
|
// ClipboardList aliases
|
|
648
648
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
649
649
|
// ClipboardMinus aliases
|
|
650
650
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
651
|
-
// ClipboardPaste aliases
|
|
652
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
651
|
// ClipboardPlus aliases
|
|
654
652
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
655
653
|
// ClipboardType aliases
|
|
656
654
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
+
// ClipboardPaste aliases
|
|
656
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
657
|
// ClipboardX aliases
|
|
658
658
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
|
-
// Clipboard aliases
|
|
660
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
661
659
|
// Clock1 aliases
|
|
662
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
|
+
// Clipboard aliases
|
|
662
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
663
663
|
// Clock10 aliases
|
|
664
664
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
665
|
// Clock11 aliases
|
|
666
666
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
667
667
|
// Clock12 aliases
|
|
668
668
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
669
|
-
// Clock2 aliases
|
|
670
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
671
669
|
// Clock3 aliases
|
|
672
670
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
|
+
// Clock2 aliases
|
|
672
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
673
673
|
// Clock4 aliases
|
|
674
674
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
675
675
|
// Clock5 aliases
|
|
676
676
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
677
|
-
// Clock6 aliases
|
|
678
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
679
677
|
// Clock7 aliases
|
|
680
678
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
681
679
|
// Clock8 aliases
|
|
682
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
+
// Clock6 aliases
|
|
682
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
683
683
|
// Clock9 aliases
|
|
684
684
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
685
|
// ClockAlert aliases
|
|
@@ -688,18 +688,20 @@ export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
|
688
688
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
689
|
// ClockArrowUp aliases
|
|
690
690
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
+
// ClockCheck aliases
|
|
692
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
691
693
|
// ClockFading aliases
|
|
692
694
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
693
695
|
// ClockPlus aliases
|
|
694
696
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
695
|
-
// Clock aliases
|
|
696
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
697
697
|
// ClosedCaption aliases
|
|
698
698
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
699
|
-
//
|
|
700
|
-
export { default as
|
|
699
|
+
// Clock aliases
|
|
700
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
701
701
|
// CloudCheck aliases
|
|
702
702
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
703
|
+
// CloudAlert aliases
|
|
704
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
703
705
|
// CloudCog aliases
|
|
704
706
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
707
|
// CloudDrizzle aliases
|
|
@@ -716,28 +718,28 @@ export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
|
716
718
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
717
719
|
// CloudOff aliases
|
|
718
720
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
719
|
-
// CloudRainWind aliases
|
|
720
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
721
721
|
// CloudRain aliases
|
|
722
722
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
|
+
// CloudRainWind aliases
|
|
724
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
723
725
|
// CloudSnow aliases
|
|
724
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
725
727
|
// CloudSunRain aliases
|
|
726
728
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
|
-
// CloudSun aliases
|
|
728
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
729
729
|
// Cloud aliases
|
|
730
730
|
export { default as CloudIcon } from '../icons/cloud';
|
|
731
|
+
// CloudSun aliases
|
|
732
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
731
733
|
// Cloudy aliases
|
|
732
734
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
733
735
|
// Clover aliases
|
|
734
736
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
|
-
// Club aliases
|
|
736
|
-
export { default as ClubIcon } from '../icons/club';
|
|
737
737
|
// Code aliases
|
|
738
738
|
export { default as CodeIcon } from '../icons/code';
|
|
739
739
|
// Codepen aliases
|
|
740
740
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
741
|
+
// Club aliases
|
|
742
|
+
export { default as ClubIcon } from '../icons/club';
|
|
741
743
|
// Codesandbox aliases
|
|
742
744
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
743
745
|
// Coffee aliases
|
|
@@ -760,10 +762,10 @@ export { default as ComponentIcon } from '../icons/component';
|
|
|
760
762
|
export { default as ComputerIcon } from '../icons/computer';
|
|
761
763
|
// ConciergeBell aliases
|
|
762
764
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
|
-
// Cone aliases
|
|
764
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
765
765
|
// Construction aliases
|
|
766
766
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
|
+
// Cone aliases
|
|
768
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
767
769
|
// Contact aliases
|
|
768
770
|
export { default as ContactIcon } from '../icons/contact';
|
|
769
771
|
// Container aliases
|
|
@@ -786,68 +788,68 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
786
788
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
787
789
|
// Copy aliases
|
|
788
790
|
export { default as CopyIcon } from '../icons/copy';
|
|
789
|
-
// Copyright aliases
|
|
790
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
791
791
|
// Copyleft aliases
|
|
792
792
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
793
|
+
// Copyright aliases
|
|
794
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
795
|
// CornerDownLeft aliases
|
|
794
796
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
797
|
+
// CornerLeftDown aliases
|
|
798
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
795
799
|
// CornerDownRight aliases
|
|
796
800
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
797
801
|
// CornerRightDown aliases
|
|
798
802
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
799
|
-
// CornerLeftDown aliases
|
|
800
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
801
803
|
// CornerLeftUp aliases
|
|
802
804
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
803
|
-
// CornerRightUp aliases
|
|
804
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
805
805
|
// CornerUpLeft aliases
|
|
806
806
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
807
|
+
// CornerRightUp aliases
|
|
808
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
807
809
|
// CornerUpRight aliases
|
|
808
810
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
809
|
-
// Cpu aliases
|
|
810
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
811
811
|
// CreativeCommons aliases
|
|
812
812
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
813
|
+
// Cpu aliases
|
|
814
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
813
815
|
// CreditCard aliases
|
|
814
816
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
815
817
|
// Croissant aliases
|
|
816
818
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
817
819
|
// Crop aliases
|
|
818
820
|
export { default as CropIcon } from '../icons/crop';
|
|
819
|
-
// Crosshair aliases
|
|
820
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
821
821
|
// Cross aliases
|
|
822
822
|
export { default as CrossIcon } from '../icons/cross';
|
|
823
|
-
//
|
|
824
|
-
export { default as
|
|
823
|
+
// Crosshair aliases
|
|
824
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
825
825
|
// Crown aliases
|
|
826
826
|
export { default as CrownIcon } from '../icons/crown';
|
|
827
|
+
// Cuboid aliases
|
|
828
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
827
829
|
// CupSoda aliases
|
|
828
830
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
829
|
-
// Currency aliases
|
|
830
|
-
export { default as CurrencyIcon } from '../icons/currency';
|
|
831
831
|
// Cylinder aliases
|
|
832
832
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
833
|
+
// Currency aliases
|
|
834
|
+
export { default as CurrencyIcon } from '../icons/currency';
|
|
833
835
|
// Dam aliases
|
|
834
836
|
export { default as DamIcon } from '../icons/dam';
|
|
835
|
-
// DatabaseBackup aliases
|
|
836
|
-
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
837
837
|
// DatabaseZap aliases
|
|
838
838
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
839
|
+
// DatabaseBackup aliases
|
|
840
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
839
841
|
// Database aliases
|
|
840
842
|
export { default as DatabaseIcon } from '../icons/database';
|
|
841
843
|
// DecimalsArrowLeft aliases
|
|
842
844
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
843
845
|
// DecimalsArrowRight aliases
|
|
844
846
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
+
// Dessert aliases
|
|
848
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
845
849
|
// Delete aliases
|
|
846
850
|
export { default as DeleteIcon } from '../icons/delete';
|
|
847
851
|
// Diameter aliases
|
|
848
852
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
849
|
-
// Dessert aliases
|
|
850
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
851
853
|
// DiamondMinus aliases
|
|
852
854
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
853
855
|
// DiamondPlus aliases
|
|
@@ -868,24 +870,24 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
868
870
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
869
871
|
// Dices aliases
|
|
870
872
|
export { default as DicesIcon } from '../icons/dices';
|
|
871
|
-
// Diff aliases
|
|
872
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
873
873
|
// Disc2 aliases
|
|
874
874
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
|
+
// Diff aliases
|
|
876
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
875
877
|
// Disc3 aliases
|
|
876
878
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
|
-
// DiscAlbum aliases
|
|
878
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
879
879
|
// Disc aliases
|
|
880
880
|
export { default as DiscIcon } from '../icons/disc';
|
|
881
|
+
// DiscAlbum aliases
|
|
882
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
881
883
|
// Divide aliases
|
|
882
884
|
export { default as DivideIcon } from '../icons/divide';
|
|
883
885
|
// DnaOff aliases
|
|
884
886
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
885
|
-
// Dna aliases
|
|
886
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
887
887
|
// Dock aliases
|
|
888
888
|
export { default as DockIcon } from '../icons/dock';
|
|
889
|
+
// Dna aliases
|
|
890
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
889
891
|
// Dog aliases
|
|
890
892
|
export { default as DogIcon } from '../icons/dog';
|
|
891
893
|
// DollarSign aliases
|
|
@@ -894,10 +896,10 @@ export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
|
894
896
|
export { default as DonutIcon } from '../icons/donut';
|
|
895
897
|
// DoorClosedLocked aliases
|
|
896
898
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
|
-
// DoorClosed aliases
|
|
898
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
899
899
|
// DoorOpen aliases
|
|
900
900
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
901
|
+
// DoorClosed aliases
|
|
902
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
901
903
|
// Dot aliases
|
|
902
904
|
export { default as DotIcon } from '../icons/dot';
|
|
903
905
|
// Download aliases
|
|
@@ -930,10 +932,10 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
930
932
|
export { default as EarIcon } from '../icons/ear';
|
|
931
933
|
// EarthLock aliases
|
|
932
934
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
933
|
-
// EggFried aliases
|
|
934
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
935
935
|
// Eclipse aliases
|
|
936
936
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
|
+
// EggFried aliases
|
|
938
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
937
939
|
// EggOff aliases
|
|
938
940
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
939
941
|
// Egg aliases
|
|
@@ -942,20 +944,20 @@ export { default as EggIcon } from '../icons/egg';
|
|
|
942
944
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
945
|
// EqualNot aliases
|
|
944
946
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
|
-
// Eraser aliases
|
|
946
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
947
947
|
// Equal aliases
|
|
948
948
|
export { default as EqualIcon } from '../icons/equal';
|
|
949
|
+
// Eraser aliases
|
|
950
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
949
951
|
// EthernetPort aliases
|
|
950
952
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
951
953
|
// Euro aliases
|
|
952
954
|
export { default as EuroIcon } from '../icons/euro';
|
|
953
955
|
// EvCharger aliases
|
|
954
956
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
955
|
-
// ExternalLink aliases
|
|
956
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
957
957
|
// Expand aliases
|
|
958
958
|
export { default as ExpandIcon } from '../icons/expand';
|
|
959
|
+
// ExternalLink aliases
|
|
960
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
959
961
|
// EyeClosed aliases
|
|
960
962
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
961
963
|
// EyeOff aliases
|
|
@@ -980,96 +982,58 @@ export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
|
980
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
981
983
|
// FileArchive aliases
|
|
982
984
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
983
|
-
// FileAudio2 aliases
|
|
984
|
-
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
985
|
-
// FileAudio aliases
|
|
986
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
987
|
-
// FileBadge2 aliases
|
|
988
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
989
|
-
// FileBadge aliases
|
|
990
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
991
985
|
// FileBox aliases
|
|
992
986
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
993
|
-
// FileCheck2 aliases
|
|
994
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
995
|
-
// FileCheck aliases
|
|
996
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
987
|
// FileClock aliases
|
|
998
988
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
989
|
+
// FileCheck aliases
|
|
990
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1001
991
|
// FileCode aliases
|
|
1002
992
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1003
993
|
// FileDiff aliases
|
|
1004
994
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1005
|
-
// FileDigit aliases
|
|
1006
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1007
995
|
// FileDown aliases
|
|
1008
996
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
997
|
+
// FileDigit aliases
|
|
998
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1009
999
|
// FileHeart aliases
|
|
1010
1000
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1011
1001
|
// FileImage aliases
|
|
1012
1002
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1013
1003
|
// FileInput aliases
|
|
1014
1004
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1015
|
-
// FileJson2 aliases
|
|
1016
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
|
-
// FileJson aliases
|
|
1018
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1019
|
-
// FileKey2 aliases
|
|
1020
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1021
|
-
// FileKey aliases
|
|
1022
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
|
-
// FileLock2 aliases
|
|
1024
|
-
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
|
-
// FileLock aliases
|
|
1026
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1027
|
-
// FileMinus2 aliases
|
|
1028
|
-
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1029
1005
|
// FileMinus aliases
|
|
1030
1006
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1007
|
// FileMusic aliases
|
|
1032
1008
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
1009
|
// FileOutput aliases
|
|
1034
1010
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
|
-
// FilePlus2 aliases
|
|
1036
|
-
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1037
1011
|
// FilePlus aliases
|
|
1038
1012
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1039
1013
|
// FileScan aliases
|
|
1040
1014
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
|
-
// FileSearch2 aliases
|
|
1042
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
1015
|
// FileSearch aliases
|
|
1044
1016
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
1017
|
// FileSliders aliases
|
|
1046
1018
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
1019
|
// FileSpreadsheet aliases
|
|
1048
1020
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
-
// FileSymlink aliases
|
|
1050
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1051
1021
|
// FileStack aliases
|
|
1052
1022
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1023
|
+
// FileSymlink aliases
|
|
1024
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1025
|
// FileTerminal aliases
|
|
1054
1026
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1027
|
// FileText aliases
|
|
1056
1028
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
|
-
// FileType2 aliases
|
|
1058
|
-
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1059
1029
|
// FileType aliases
|
|
1060
1030
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
1031
|
// FileUp aliases
|
|
1062
1032
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
1033
|
// FileUser aliases
|
|
1064
1034
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
|
-
// FileVolume2 aliases
|
|
1066
|
-
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
1035
|
// FileVolume aliases
|
|
1068
1036
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
|
-
// FileWarning aliases
|
|
1070
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1071
|
-
// FileX2 aliases
|
|
1072
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
1037
|
// FileX aliases
|
|
1074
1038
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1039
|
// File aliases
|
|
@@ -1088,20 +1052,20 @@ export { default as FishOffIcon } from '../icons/fish-off';
|
|
|
1088
1052
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1089
1053
|
// Fish aliases
|
|
1090
1054
|
export { default as FishIcon } from '../icons/fish';
|
|
1091
|
-
// FlagTriangleLeft aliases
|
|
1092
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1093
1055
|
// FlagOff aliases
|
|
1094
1056
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1057
|
+
// FlagTriangleLeft aliases
|
|
1058
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
1059
|
// FlagTriangleRight aliases
|
|
1096
1060
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
|
-
// Flag aliases
|
|
1098
|
-
export { default as FlagIcon } from '../icons/flag';
|
|
1099
1061
|
// FlameKindling aliases
|
|
1100
1062
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1101
|
-
//
|
|
1102
|
-
export { default as
|
|
1063
|
+
// Flag aliases
|
|
1064
|
+
export { default as FlagIcon } from '../icons/flag';
|
|
1103
1065
|
// FlashlightOff aliases
|
|
1104
1066
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1067
|
+
// Flame aliases
|
|
1068
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1105
1069
|
// Flashlight aliases
|
|
1106
1070
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1107
1071
|
// FlaskConicalOff aliases
|
|
@@ -1124,24 +1088,24 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1124
1088
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
1089
|
// Focus aliases
|
|
1126
1090
|
export { default as FocusIcon } from '../icons/focus';
|
|
1127
|
-
// FoldVertical aliases
|
|
1128
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
1091
|
// FoldHorizontal aliases
|
|
1130
1092
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1093
|
+
// FoldVertical aliases
|
|
1094
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
1095
|
// FolderArchive aliases
|
|
1132
1096
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1097
|
// FolderCheck aliases
|
|
1134
1098
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
|
-
// FolderClock aliases
|
|
1136
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1137
1099
|
// FolderClosed aliases
|
|
1138
1100
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1101
|
+
// FolderClock aliases
|
|
1102
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
1103
|
// FolderCode aliases
|
|
1140
1104
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
|
-
// FolderDot aliases
|
|
1142
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1143
1105
|
// FolderDown aliases
|
|
1144
1106
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1107
|
+
// FolderDot aliases
|
|
1108
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1109
|
// FolderGit2 aliases
|
|
1146
1110
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1147
1111
|
// FolderGit aliases
|
|
@@ -1162,10 +1126,10 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1162
1126
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1163
1127
|
// FolderOpen aliases
|
|
1164
1128
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1165
|
-
// FolderPlus aliases
|
|
1166
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
1129
|
// FolderOutput aliases
|
|
1168
1130
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1131
|
+
// FolderPlus aliases
|
|
1132
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1169
1133
|
// FolderRoot aliases
|
|
1170
1134
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1171
1135
|
// FolderSearch2 aliases
|
|
@@ -1174,20 +1138,20 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1174
1138
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
1139
|
// FolderSymlink aliases
|
|
1176
1140
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
|
-
// FolderSync aliases
|
|
1178
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
1141
|
// FolderTree aliases
|
|
1180
1142
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1143
|
+
// FolderSync aliases
|
|
1144
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
1145
|
// FolderUp aliases
|
|
1182
1146
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
1147
|
// FolderX aliases
|
|
1184
1148
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
|
-
// Folder aliases
|
|
1186
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1187
1149
|
// Folders aliases
|
|
1188
1150
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1189
1151
|
// Footprints aliases
|
|
1190
1152
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1153
|
+
// Folder aliases
|
|
1154
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1191
1155
|
// Forklift aliases
|
|
1192
1156
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1193
1157
|
// Forward aliases
|
|
@@ -1208,10 +1172,10 @@ export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
|
1208
1172
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1209
1173
|
// GalleryHorizontal aliases
|
|
1210
1174
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1211
|
-
// GalleryVerticalEnd aliases
|
|
1212
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
1175
|
// GalleryThumbnails aliases
|
|
1214
1176
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1177
|
+
// GalleryVerticalEnd aliases
|
|
1178
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1215
1179
|
// GalleryVertical aliases
|
|
1216
1180
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
1181
|
// Gamepad2 aliases
|
|
@@ -1226,26 +1190,26 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1226
1190
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1227
1191
|
// Gem aliases
|
|
1228
1192
|
export { default as GemIcon } from '../icons/gem';
|
|
1229
|
-
// GeorgianLari aliases
|
|
1230
|
-
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1231
1193
|
// Ghost aliases
|
|
1232
1194
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1195
|
+
// GeorgianLari aliases
|
|
1196
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1233
1197
|
// Gift aliases
|
|
1234
1198
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
1199
|
// GitBranchMinus aliases
|
|
1236
1200
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1237
|
-
// GitBranchPlus aliases
|
|
1238
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
1201
|
// GitBranch aliases
|
|
1240
1202
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1203
|
+
// GitBranchPlus aliases
|
|
1204
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1243
1205
|
// GitCommitVertical aliases
|
|
1244
1206
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1245
|
-
//
|
|
1246
|
-
export { default as
|
|
1207
|
+
// GitCompareArrows aliases
|
|
1208
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1247
1209
|
// GitFork aliases
|
|
1248
1210
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
|
+
// GitCompare aliases
|
|
1212
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1249
1213
|
// GitGraph aliases
|
|
1250
1214
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1251
1215
|
// GitMerge aliases
|
|
@@ -1254,16 +1218,16 @@ export { default as GitMergeIcon } from '../icons/git-merge';
|
|
|
1254
1218
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1255
1219
|
// GitPullRequestClosed aliases
|
|
1256
1220
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1257
|
-
// GitPullRequestCreateArrow aliases
|
|
1258
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1221
|
// GitPullRequestCreate aliases
|
|
1260
1222
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1223
|
+
// GitPullRequestCreateArrow aliases
|
|
1224
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1261
1225
|
// GitPullRequestDraft aliases
|
|
1262
1226
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1263
|
-
// GitPullRequest aliases
|
|
1264
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1265
1227
|
// Github aliases
|
|
1266
1228
|
export { default as GithubIcon } from '../icons/github';
|
|
1229
|
+
// GitPullRequest aliases
|
|
1230
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1267
1231
|
// Gitlab aliases
|
|
1268
1232
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1269
1233
|
// GlassWater aliases
|
|
@@ -1274,32 +1238,32 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1274
1238
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1275
1239
|
// Globe aliases
|
|
1276
1240
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1277
|
-
// Goal aliases
|
|
1278
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1241
|
// Gpu aliases
|
|
1280
1242
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1281
1243
|
// GraduationCap aliases
|
|
1282
1244
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1245
|
+
// Goal aliases
|
|
1246
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1283
1247
|
// Grape aliases
|
|
1284
1248
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1249
|
// Grid3x2 aliases
|
|
1286
1250
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
|
-
// GripVertical aliases
|
|
1288
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1289
1251
|
// GripHorizontal aliases
|
|
1290
1252
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1253
|
+
// GripVertical aliases
|
|
1254
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
1255
|
// Grip aliases
|
|
1292
1256
|
export { default as GripIcon } from '../icons/grip';
|
|
1293
1257
|
// Group aliases
|
|
1294
1258
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
|
-
// Guitar aliases
|
|
1296
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
1259
|
// Ham aliases
|
|
1298
1260
|
export { default as HamIcon } from '../icons/ham';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1261
|
+
// Guitar aliases
|
|
1262
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1301
1263
|
// Hammer aliases
|
|
1302
1264
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1265
|
+
// Hamburger aliases
|
|
1266
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1267
|
// HandCoins aliases
|
|
1304
1268
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1305
1269
|
// HandFist aliases
|
|
@@ -1316,16 +1280,16 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1316
1280
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
1281
|
// Handshake aliases
|
|
1318
1282
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
|
-
// HardDriveDownload aliases
|
|
1320
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1321
1283
|
// HardDriveUpload aliases
|
|
1322
1284
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1285
|
+
// HardDriveDownload aliases
|
|
1286
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1323
1287
|
// HardDrive aliases
|
|
1324
1288
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1325
|
-
// Hash aliases
|
|
1326
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1327
1289
|
// HardHat aliases
|
|
1328
1290
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1291
|
+
// Hash aliases
|
|
1292
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1329
1293
|
// HatGlasses aliases
|
|
1330
1294
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1295
|
// Haze aliases
|
|
@@ -1336,66 +1300,66 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1336
1300
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1337
1301
|
// Heading2 aliases
|
|
1338
1302
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1339
|
-
// Heading4 aliases
|
|
1340
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
1303
|
// Heading3 aliases
|
|
1342
1304
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1343
1305
|
// Heading5 aliases
|
|
1344
1306
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1345
|
-
//
|
|
1346
|
-
export { default as
|
|
1307
|
+
// Heading4 aliases
|
|
1308
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1347
1309
|
// Heading aliases
|
|
1348
1310
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1311
|
+
// Heading6 aliases
|
|
1312
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1349
1313
|
// HeadphoneOff aliases
|
|
1350
1314
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
1315
|
// Headphones aliases
|
|
1352
1316
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
|
-
// HeartCrack aliases
|
|
1354
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
1317
|
// Headset aliases
|
|
1356
1318
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1319
|
+
// HeartCrack aliases
|
|
1320
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1357
1321
|
// HeartHandshake aliases
|
|
1358
1322
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1359
|
-
// HeartMinus aliases
|
|
1360
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1323
|
// HeartOff aliases
|
|
1362
1324
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1325
|
+
// HeartMinus aliases
|
|
1326
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1363
1327
|
// HeartPlus aliases
|
|
1364
1328
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1365
1329
|
// HeartPulse aliases
|
|
1366
1330
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1367
|
-
// Heart aliases
|
|
1368
|
-
export { default as HeartIcon } from '../icons/heart';
|
|
1369
1331
|
// Heater aliases
|
|
1370
1332
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1371
1333
|
// Helicopter aliases
|
|
1372
1334
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1335
|
+
// Heart aliases
|
|
1336
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1373
1337
|
// Hexagon aliases
|
|
1374
1338
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1375
1339
|
// Highlighter aliases
|
|
1376
1340
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1377
|
-
// History aliases
|
|
1378
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1379
1341
|
// HopOff aliases
|
|
1380
1342
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1343
|
+
// History aliases
|
|
1344
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1381
1345
|
// Hop aliases
|
|
1382
1346
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
1347
|
// Hospital aliases
|
|
1384
1348
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
|
-
// Hourglass aliases
|
|
1386
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1349
|
// Hotel aliases
|
|
1388
1350
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1351
|
+
// Hourglass aliases
|
|
1352
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1389
1353
|
// HouseHeart aliases
|
|
1390
1354
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1391
1355
|
// HousePlug aliases
|
|
1392
1356
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1393
|
-
// HousePlus aliases
|
|
1394
|
-
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1395
1357
|
// HouseWifi aliases
|
|
1396
1358
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1397
1359
|
// IdCardLanyard aliases
|
|
1398
1360
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1361
|
+
// HousePlus aliases
|
|
1362
|
+
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1399
1363
|
// IdCard aliases
|
|
1400
1364
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1401
1365
|
// ImageDown aliases
|
|
@@ -1414,10 +1378,10 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1414
1378
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1415
1379
|
// Image aliases
|
|
1416
1380
|
export { default as ImageIcon } from '../icons/image';
|
|
1417
|
-
// Images aliases
|
|
1418
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1419
1381
|
// Import aliases
|
|
1420
1382
|
export { default as ImportIcon } from '../icons/import';
|
|
1383
|
+
// Images aliases
|
|
1384
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1421
1385
|
// Inbox aliases
|
|
1422
1386
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1423
1387
|
// IndianRupee aliases
|
|
@@ -1442,10 +1406,10 @@ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
|
1442
1406
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1443
1407
|
// Kanban aliases
|
|
1444
1408
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1445
|
-
// KeyRound aliases
|
|
1446
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
1409
|
// Kayak aliases
|
|
1448
1410
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1411
|
+
// KeyRound aliases
|
|
1412
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1449
1413
|
// KeySquare aliases
|
|
1450
1414
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1451
1415
|
// Key aliases
|
|
@@ -1460,10 +1424,10 @@ export { default as KeyboardIcon } from '../icons/keyboard';
|
|
|
1460
1424
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1461
1425
|
// LampDesk aliases
|
|
1462
1426
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1463
|
-
// LampWallDown aliases
|
|
1464
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1465
1427
|
// LampFloor aliases
|
|
1466
1428
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1429
|
+
// LampWallDown aliases
|
|
1430
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1467
1431
|
// LampWallUp aliases
|
|
1468
1432
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1469
1433
|
// Lamp aliases
|
|
@@ -1472,14 +1436,14 @@ export { default as LampIcon } from '../icons/lamp';
|
|
|
1472
1436
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1437
|
// Landmark aliases
|
|
1474
1438
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1475
|
-
// Laptop aliases
|
|
1476
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1477
|
-
// LassoSelect aliases
|
|
1478
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1479
1439
|
// Languages aliases
|
|
1480
1440
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1481
1441
|
// LaptopMinimalCheck aliases
|
|
1482
1442
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1443
|
+
// LassoSelect aliases
|
|
1444
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1445
|
+
// Laptop aliases
|
|
1446
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1483
1447
|
// Lasso aliases
|
|
1484
1448
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1485
1449
|
// Laugh aliases
|
|
@@ -1496,50 +1460,50 @@ export { default as LayoutListIcon } from '../icons/layout-list';
|
|
|
1496
1460
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1497
1461
|
// LayoutPanelTop aliases
|
|
1498
1462
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1463
|
+
// Leaf aliases
|
|
1464
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1499
1465
|
// LayoutTemplate aliases
|
|
1500
1466
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1501
1467
|
// LeafyGreen aliases
|
|
1502
1468
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1503
|
-
// Leaf aliases
|
|
1504
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1505
1469
|
// Lectern aliases
|
|
1506
1470
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1471
|
+
// LibraryBig aliases
|
|
1472
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1507
1473
|
// Library aliases
|
|
1508
1474
|
export { default as LibraryIcon } from '../icons/library';
|
|
1509
1475
|
// LifeBuoy aliases
|
|
1510
1476
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1511
|
-
// LibraryBig aliases
|
|
1512
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1513
1477
|
// Ligature aliases
|
|
1514
1478
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1515
1479
|
// LightbulbOff aliases
|
|
1516
1480
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1517
1481
|
// Lightbulb aliases
|
|
1518
1482
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1519
|
-
// LineSquiggle aliases
|
|
1520
|
-
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1521
1483
|
// Link2Off aliases
|
|
1522
1484
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1485
|
+
// LineSquiggle aliases
|
|
1486
|
+
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1523
1487
|
// Link2 aliases
|
|
1524
1488
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1525
1489
|
// Link aliases
|
|
1526
1490
|
export { default as LinkIcon } from '../icons/link';
|
|
1527
|
-
// Linkedin aliases
|
|
1528
|
-
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1529
1491
|
// ListCheck aliases
|
|
1530
1492
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1493
|
+
// Linkedin aliases
|
|
1494
|
+
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1533
1495
|
// ListChecks aliases
|
|
1534
1496
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1497
|
+
// ListChevronsDownUp aliases
|
|
1498
|
+
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1535
1499
|
// ListChevronsUpDown aliases
|
|
1536
1500
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1537
1501
|
// ListCollapse aliases
|
|
1538
1502
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1539
|
-
// ListEnd aliases
|
|
1540
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1541
1503
|
// ListFilterPlus aliases
|
|
1542
1504
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
|
+
// ListEnd aliases
|
|
1506
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1543
1507
|
// ListFilter aliases
|
|
1544
1508
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1545
1509
|
// ListMinus aliases
|
|
@@ -1550,10 +1514,10 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1550
1514
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1551
1515
|
// ListPlus aliases
|
|
1552
1516
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1553
|
-
// ListStart aliases
|
|
1554
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1555
1517
|
// ListRestart aliases
|
|
1556
1518
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
|
+
// ListStart aliases
|
|
1520
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1557
1521
|
// ListTodo aliases
|
|
1558
1522
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1559
1523
|
// ListTree aliases
|
|
@@ -1562,12 +1526,12 @@ export { default as ListTreeIcon } from '../icons/list-tree';
|
|
|
1562
1526
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1563
1527
|
// ListX aliases
|
|
1564
1528
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1529
|
+
// List aliases
|
|
1530
|
+
export { default as ListIcon } from '../icons/list';
|
|
1565
1531
|
// LoaderPinwheel aliases
|
|
1566
1532
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1567
1533
|
// Loader aliases
|
|
1568
1534
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1569
|
-
// List aliases
|
|
1570
|
-
export { default as ListIcon } from '../icons/list';
|
|
1571
1535
|
// LocateFixed aliases
|
|
1572
1536
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1573
1537
|
// LocateOff aliases
|
|
@@ -1576,24 +1540,24 @@ export { default as LocateOffIcon } from '../icons/locate-off';
|
|
|
1576
1540
|
export { default as LocateIcon } from '../icons/locate';
|
|
1577
1541
|
// LockKeyhole aliases
|
|
1578
1542
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1579
|
-
// Lock aliases
|
|
1580
|
-
export { default as LockIcon } from '../icons/lock';
|
|
1581
1543
|
// LogIn aliases
|
|
1582
1544
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1545
|
+
// Lock aliases
|
|
1546
|
+
export { default as LockIcon } from '../icons/lock';
|
|
1583
1547
|
// LogOut aliases
|
|
1584
1548
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1585
|
-
// Logs aliases
|
|
1586
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1587
1549
|
// Lollipop aliases
|
|
1588
1550
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1551
|
+
// Logs aliases
|
|
1552
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1589
1553
|
// Luggage aliases
|
|
1590
1554
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1555
|
+
// MailMinus aliases
|
|
1556
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1591
1557
|
// Magnet aliases
|
|
1592
1558
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1593
1559
|
// MailCheck aliases
|
|
1594
1560
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1595
|
-
// MailMinus aliases
|
|
1596
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1597
1561
|
// MailOpen aliases
|
|
1598
1562
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1599
1563
|
// MailPlus aliases
|
|
@@ -1608,46 +1572,46 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1608
1572
|
export { default as MailIcon } from '../icons/mail';
|
|
1609
1573
|
// Mailbox aliases
|
|
1610
1574
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1611
|
-
// Mails aliases
|
|
1612
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1613
1575
|
// MapMinus aliases
|
|
1614
1576
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1615
|
-
//
|
|
1616
|
-
export { default as
|
|
1577
|
+
// Mails aliases
|
|
1578
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1617
1579
|
// MapPinCheck aliases
|
|
1618
1580
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1619
|
-
//
|
|
1620
|
-
export { default as
|
|
1581
|
+
// MapPinCheckInside aliases
|
|
1582
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1621
1583
|
// MapPinMinusInside aliases
|
|
1622
1584
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
|
+
// MapPinHouse aliases
|
|
1586
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1623
1587
|
// MapPinMinus aliases
|
|
1624
1588
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1625
1589
|
// MapPinOff aliases
|
|
1626
1590
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1591
|
+
// MapPinXInside aliases
|
|
1592
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1627
1593
|
// MapPinPlusInside aliases
|
|
1628
1594
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1629
1595
|
// MapPinPlus aliases
|
|
1630
1596
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1631
|
-
// MapPinXInside aliases
|
|
1632
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1633
1597
|
// MapPinX aliases
|
|
1634
1598
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1635
1599
|
// MapPin aliases
|
|
1636
1600
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1637
1601
|
// MapPinned aliases
|
|
1638
1602
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1639
|
-
// MapPlus aliases
|
|
1640
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1641
1603
|
// MarsStroke aliases
|
|
1642
1604
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1605
|
+
// MapPlus aliases
|
|
1606
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1643
1607
|
// Map aliases
|
|
1644
1608
|
export { default as MapIcon } from '../icons/map';
|
|
1645
1609
|
// Mars aliases
|
|
1646
1610
|
export { default as MarsIcon } from '../icons/mars';
|
|
1647
|
-
// Martini aliases
|
|
1648
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1649
1611
|
// Maximize2 aliases
|
|
1650
1612
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1613
|
+
// Martini aliases
|
|
1614
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1651
1615
|
// Maximize aliases
|
|
1652
1616
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1653
1617
|
// Medal aliases
|
|
@@ -1660,60 +1624,60 @@ export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
|
1660
1624
|
export { default as MehIcon } from '../icons/meh';
|
|
1661
1625
|
// MemoryStick aliases
|
|
1662
1626
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1663
|
-
// Menu aliases
|
|
1664
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1665
1627
|
// Merge aliases
|
|
1666
1628
|
export { default as MergeIcon } from '../icons/merge';
|
|
1667
1629
|
// MessageCircleCode aliases
|
|
1668
1630
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1631
|
+
// Menu aliases
|
|
1632
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1671
1633
|
// MessageCircleHeart aliases
|
|
1672
1634
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1673
|
-
//
|
|
1674
|
-
export { default as
|
|
1635
|
+
// MessageCircleDashed aliases
|
|
1636
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1637
|
+
// MessageCircleReply aliases
|
|
1638
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1675
1639
|
// MessageCircleMore aliases
|
|
1676
1640
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1677
1641
|
// MessageCirclePlus aliases
|
|
1678
1642
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1679
|
-
//
|
|
1680
|
-
export { default as
|
|
1681
|
-
// MessageCircleX aliases
|
|
1682
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1643
|
+
// MessageCircleOff aliases
|
|
1644
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1683
1645
|
// MessageCircleWarning aliases
|
|
1684
1646
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1647
|
+
// MessageCircleX aliases
|
|
1648
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1685
1649
|
// MessageCircle aliases
|
|
1686
1650
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1687
1651
|
// MessageSquareCode aliases
|
|
1688
1652
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1689
1653
|
// MessageSquareDashed aliases
|
|
1690
1654
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1691
|
-
// MessageSquareDiff aliases
|
|
1692
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1693
1655
|
// MessageSquareDot aliases
|
|
1694
1656
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1695
|
-
//
|
|
1696
|
-
export { default as
|
|
1657
|
+
// MessageSquareDiff aliases
|
|
1658
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1697
1659
|
// MessageSquareHeart aliases
|
|
1698
1660
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1661
|
+
// MessageSquareLock aliases
|
|
1662
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1699
1663
|
// MessageSquareMore aliases
|
|
1700
1664
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1701
1665
|
// MessageSquareOff aliases
|
|
1702
1666
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1703
1667
|
// MessageSquarePlus aliases
|
|
1704
1668
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1705
|
-
// MessageSquareQuote aliases
|
|
1706
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
1669
|
// MessageSquareReply aliases
|
|
1708
1670
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1671
|
+
// MessageSquareQuote aliases
|
|
1672
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1709
1673
|
// MessageSquareShare aliases
|
|
1710
1674
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1711
1675
|
// MessageSquareText aliases
|
|
1712
1676
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
|
-
// MessageSquareWarning aliases
|
|
1714
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1715
1677
|
// MessageSquareX aliases
|
|
1716
1678
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
|
+
// MessageSquareWarning aliases
|
|
1680
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1717
1681
|
// MessageSquare aliases
|
|
1718
1682
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1719
1683
|
// MessagesSquare aliases
|
|
@@ -1736,18 +1700,18 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1736
1700
|
export { default as MilkIcon } from '../icons/milk';
|
|
1737
1701
|
// Minimize2 aliases
|
|
1738
1702
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1739
|
-
// Minimize aliases
|
|
1740
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1741
1703
|
// Minus aliases
|
|
1742
1704
|
export { default as MinusIcon } from '../icons/minus';
|
|
1743
1705
|
// MonitorCheck aliases
|
|
1744
1706
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1745
|
-
// MonitorCloud aliases
|
|
1746
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1747
|
-
// MonitorDot aliases
|
|
1748
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1749
1707
|
// MonitorCog aliases
|
|
1750
1708
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1709
|
+
// Minimize aliases
|
|
1710
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1711
|
+
// MonitorDot aliases
|
|
1712
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1713
|
+
// MonitorCloud aliases
|
|
1714
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1751
1715
|
// MonitorDown aliases
|
|
1752
1716
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1753
1717
|
// MonitorOff aliases
|
|
@@ -1756,10 +1720,10 @@ export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
|
1756
1720
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1757
1721
|
// MonitorPlay aliases
|
|
1758
1722
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1759
|
-
// MonitorSmartphone aliases
|
|
1760
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1761
1723
|
// MonitorSpeaker aliases
|
|
1762
1724
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1725
|
+
// MonitorSmartphone aliases
|
|
1726
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1763
1727
|
// MonitorStop aliases
|
|
1764
1728
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1765
1729
|
// MonitorUp aliases
|
|
@@ -1786,22 +1750,22 @@ export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
|
1786
1750
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1787
1751
|
// MousePointerBan aliases
|
|
1788
1752
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1753
|
+
// MoveDiagonal2 aliases
|
|
1754
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1789
1755
|
// MousePointer aliases
|
|
1790
1756
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1791
1757
|
// Mouse aliases
|
|
1792
1758
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1793
1759
|
// MoveDiagonal aliases
|
|
1794
1760
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1795
|
-
// MoveDiagonal2 aliases
|
|
1796
|
-
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1797
|
-
// MoveDownLeft aliases
|
|
1798
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1799
1761
|
// MoveDownRight aliases
|
|
1800
1762
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1801
|
-
//
|
|
1802
|
-
export { default as
|
|
1763
|
+
// MoveDownLeft aliases
|
|
1764
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1803
1765
|
// MoveDown aliases
|
|
1804
1766
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
|
+
// MoveHorizontal aliases
|
|
1768
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1805
1769
|
// MoveLeft aliases
|
|
1806
1770
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1807
1771
|
// MoveRight aliases
|
|
@@ -1822,18 +1786,18 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1822
1786
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1823
1787
|
// Music4 aliases
|
|
1824
1788
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1825
|
-
// Navigation2Off aliases
|
|
1826
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1827
1789
|
// Music aliases
|
|
1828
1790
|
export { default as MusicIcon } from '../icons/music';
|
|
1791
|
+
// Navigation2Off aliases
|
|
1792
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1829
1793
|
// Navigation2 aliases
|
|
1830
1794
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1831
1795
|
// NavigationOff aliases
|
|
1832
1796
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1833
|
-
// Network aliases
|
|
1834
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1835
1797
|
// Navigation aliases
|
|
1836
1798
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1799
|
+
// Network aliases
|
|
1800
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1837
1801
|
// Newspaper aliases
|
|
1838
1802
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1839
1803
|
// Nfc aliases
|
|
@@ -1842,10 +1806,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1842
1806
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1843
1807
|
// NotebookPen aliases
|
|
1844
1808
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1845
|
-
// NotebookTabs aliases
|
|
1846
|
-
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1847
1809
|
// NotebookText aliases
|
|
1848
1810
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
|
+
// NotebookTabs aliases
|
|
1812
|
+
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1849
1813
|
// Notebook aliases
|
|
1850
1814
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1851
1815
|
// NotepadTextDashed aliases
|
|
@@ -1866,14 +1830,14 @@ export { default as OmegaIcon } from '../icons/omega';
|
|
|
1866
1830
|
export { default as OptionIcon } from '../icons/option';
|
|
1867
1831
|
// Orbit aliases
|
|
1868
1832
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1869
|
-
// Package2 aliases
|
|
1870
|
-
export { default as Package2Icon } from '../icons/package-2';
|
|
1871
1833
|
// Origami aliases
|
|
1872
1834
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1873
|
-
// PackageCheck aliases
|
|
1874
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1875
1835
|
// PackageMinus aliases
|
|
1876
1836
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1837
|
+
// Package2 aliases
|
|
1838
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1839
|
+
// PackageCheck aliases
|
|
1840
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1877
1841
|
// PackageOpen aliases
|
|
1878
1842
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1879
1843
|
// PackagePlus aliases
|
|
@@ -1884,28 +1848,28 @@ export { default as PackageSearchIcon } from '../icons/package-search';
|
|
|
1884
1848
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1885
1849
|
// Package aliases
|
|
1886
1850
|
export { default as PackageIcon } from '../icons/package';
|
|
1887
|
-
// PaintBucket aliases
|
|
1888
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1889
1851
|
// PaintRoller aliases
|
|
1890
1852
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
|
+
// PaintBucket aliases
|
|
1854
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1891
1855
|
// Paintbrush aliases
|
|
1892
1856
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1893
|
-
// Panda aliases
|
|
1894
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1895
1857
|
// Palette aliases
|
|
1896
1858
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1859
|
+
// Panda aliases
|
|
1860
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1899
1861
|
// PanelBottomOpen aliases
|
|
1900
1862
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1863
|
+
// PanelBottomClose aliases
|
|
1864
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1901
1865
|
// PanelBottom aliases
|
|
1902
1866
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1903
1867
|
// PanelLeftRightDashed aliases
|
|
1904
1868
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1905
|
-
// PanelRightOpen aliases
|
|
1906
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1907
1869
|
// PanelRightClose aliases
|
|
1908
1870
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1871
|
+
// PanelRightOpen aliases
|
|
1872
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1909
1873
|
// PanelRight aliases
|
|
1910
1874
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1911
1875
|
// PanelTopBottomDashed aliases
|
|
@@ -1922,36 +1886,36 @@ export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
|
1922
1886
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1923
1887
|
// Paperclip aliases
|
|
1924
1888
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1925
|
-
// ParkingMeter aliases
|
|
1926
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1927
1889
|
// Parentheses aliases
|
|
1928
1890
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1891
|
+
// ParkingMeter aliases
|
|
1892
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1929
1893
|
// PartyPopper aliases
|
|
1930
1894
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1931
1895
|
// Pause aliases
|
|
1932
1896
|
export { default as PauseIcon } from '../icons/pause';
|
|
1933
|
-
// PcCase aliases
|
|
1934
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1935
1897
|
// PawPrint aliases
|
|
1936
1898
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1937
1899
|
// PenOff aliases
|
|
1938
1900
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1901
|
+
// PcCase aliases
|
|
1902
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1903
|
+
// PencilLine aliases
|
|
1904
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1939
1905
|
// PenTool aliases
|
|
1940
1906
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1941
1907
|
// PencilOff aliases
|
|
1942
1908
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1943
|
-
// PencilLine aliases
|
|
1944
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1945
1909
|
// PencilRuler aliases
|
|
1946
1910
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1947
1911
|
// Pencil aliases
|
|
1948
1912
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1949
1913
|
// Pentagon aliases
|
|
1950
1914
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1951
|
-
// Percent aliases
|
|
1952
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1953
1915
|
// PersonStanding aliases
|
|
1954
1916
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1917
|
+
// Percent aliases
|
|
1918
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1955
1919
|
// PhilippinePeso aliases
|
|
1956
1920
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1957
1921
|
// PhoneCall aliases
|
|
@@ -1962,10 +1926,10 @@ export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
|
1962
1926
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1963
1927
|
// PhoneMissed aliases
|
|
1964
1928
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1965
|
-
// PhoneOff aliases
|
|
1966
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1967
1929
|
// PhoneOutgoing aliases
|
|
1968
1930
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1931
|
+
// PhoneOff aliases
|
|
1932
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1969
1933
|
// Phone aliases
|
|
1970
1934
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1971
1935
|
// Pi aliases
|
|
@@ -1976,88 +1940,88 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1976
1940
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1977
1941
|
// PictureInPicture2 aliases
|
|
1978
1942
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1979
|
-
// PictureInPicture aliases
|
|
1980
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1981
1943
|
// PiggyBank aliases
|
|
1982
1944
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1945
|
+
// PictureInPicture aliases
|
|
1946
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1983
1947
|
// PilcrowLeft aliases
|
|
1984
1948
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1985
|
-
// PilcrowRight aliases
|
|
1986
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1987
1949
|
// Pilcrow aliases
|
|
1988
1950
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1989
1951
|
// PillBottle aliases
|
|
1990
1952
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1953
|
+
// PilcrowRight aliases
|
|
1954
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1991
1955
|
// Pill aliases
|
|
1992
1956
|
export { default as PillIcon } from '../icons/pill';
|
|
1993
1957
|
// PinOff aliases
|
|
1994
1958
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1959
|
+
// Pizza aliases
|
|
1960
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1995
1961
|
// Pin aliases
|
|
1996
1962
|
export { default as PinIcon } from '../icons/pin';
|
|
1997
1963
|
// Pipette aliases
|
|
1998
1964
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1999
|
-
// Pizza aliases
|
|
2000
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
2001
1965
|
// PlaneLanding aliases
|
|
2002
1966
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2003
1967
|
// PlaneTakeoff aliases
|
|
2004
1968
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2005
1969
|
// Plane aliases
|
|
2006
1970
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2007
|
-
// Play aliases
|
|
2008
|
-
export { default as PlayIcon } from '../icons/play';
|
|
2009
1971
|
// Plug2 aliases
|
|
2010
1972
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1973
|
+
// Play aliases
|
|
1974
|
+
export { default as PlayIcon } from '../icons/play';
|
|
2011
1975
|
// Plug aliases
|
|
2012
1976
|
export { default as PlugIcon } from '../icons/plug';
|
|
2013
1977
|
// Plus aliases
|
|
2014
1978
|
export { default as PlusIcon } from '../icons/plus';
|
|
2015
1979
|
// PocketKnife aliases
|
|
2016
1980
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2017
|
-
// Podcast aliases
|
|
2018
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2019
1981
|
// Pocket aliases
|
|
2020
1982
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1983
|
+
// Podcast aliases
|
|
1984
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2021
1985
|
// PointerOff aliases
|
|
2022
1986
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2023
|
-
// Popcorn aliases
|
|
2024
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2025
1987
|
// Pointer aliases
|
|
2026
1988
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
1989
|
+
// Popcorn aliases
|
|
1990
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2029
1991
|
// PoundSterling aliases
|
|
2030
1992
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1993
|
+
// Popsicle aliases
|
|
1994
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2031
1995
|
// PowerOff aliases
|
|
2032
1996
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2033
|
-
// Presentation aliases
|
|
2034
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2035
1997
|
// Power aliases
|
|
2036
1998
|
export { default as PowerIcon } from '../icons/power';
|
|
2037
|
-
//
|
|
2038
|
-
export { default as
|
|
1999
|
+
// Presentation aliases
|
|
2000
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2039
2001
|
// Printer aliases
|
|
2040
2002
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2041
|
-
//
|
|
2042
|
-
export { default as
|
|
2003
|
+
// PrinterCheck aliases
|
|
2004
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2043
2005
|
// Proportions aliases
|
|
2044
2006
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2007
|
+
// Projector aliases
|
|
2008
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2045
2009
|
// Puzzle aliases
|
|
2046
2010
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2047
|
-
// Pyramid aliases
|
|
2048
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2049
2011
|
// QrCode aliases
|
|
2050
2012
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2013
|
+
// Pyramid aliases
|
|
2014
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2053
2015
|
// Rabbit aliases
|
|
2054
2016
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2055
|
-
//
|
|
2056
|
-
export { default as
|
|
2017
|
+
// Quote aliases
|
|
2018
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2057
2019
|
// Radar aliases
|
|
2058
2020
|
export { default as RadarIcon } from '../icons/radar';
|
|
2059
2021
|
// Radiation aliases
|
|
2060
2022
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2023
|
+
// Radical aliases
|
|
2024
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2061
2025
|
// RadioReceiver aliases
|
|
2062
2026
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2063
2027
|
// RadioTower aliases
|
|
@@ -2072,34 +2036,34 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2072
2036
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2073
2037
|
// Rat aliases
|
|
2074
2038
|
export { default as RatIcon } from '../icons/rat';
|
|
2075
|
-
// Ratio aliases
|
|
2076
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2077
2039
|
// ReceiptCent aliases
|
|
2078
2040
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2079
|
-
//
|
|
2080
|
-
export { default as
|
|
2041
|
+
// Ratio aliases
|
|
2042
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2081
2043
|
// ReceiptEuro aliases
|
|
2082
2044
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2083
|
-
//
|
|
2084
|
-
export { default as
|
|
2045
|
+
// ReceiptIndianRupee aliases
|
|
2046
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2085
2047
|
// ReceiptPoundSterling aliases
|
|
2086
2048
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2087
|
-
//
|
|
2088
|
-
export { default as
|
|
2049
|
+
// ReceiptJapaneseYen aliases
|
|
2050
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2089
2051
|
// ReceiptSwissFranc aliases
|
|
2090
2052
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2053
|
+
// ReceiptRussianRuble aliases
|
|
2054
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2091
2055
|
// ReceiptText aliases
|
|
2092
2056
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2093
2057
|
// ReceiptTurkishLira aliases
|
|
2094
2058
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2095
2059
|
// Receipt aliases
|
|
2096
2060
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2061
|
+
// RectangleHorizontal aliases
|
|
2062
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2097
2063
|
// RectangleCircle aliases
|
|
2098
2064
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2099
2065
|
// RectangleGoggles aliases
|
|
2100
2066
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2101
|
-
// RectangleHorizontal aliases
|
|
2102
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2103
2067
|
// RectangleVertical aliases
|
|
2104
2068
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2105
2069
|
// Recycle aliases
|
|
@@ -2120,36 +2084,36 @@ export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
|
2120
2084
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2121
2085
|
// Refrigerator aliases
|
|
2122
2086
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2123
|
-
// Regex aliases
|
|
2124
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2125
2087
|
// RemoveFormatting aliases
|
|
2126
2088
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2127
2089
|
// Repeat1 aliases
|
|
2128
2090
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2091
|
+
// Regex aliases
|
|
2092
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2129
2093
|
// Repeat2 aliases
|
|
2130
2094
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2131
2095
|
// Repeat aliases
|
|
2132
2096
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2133
2097
|
// ReplaceAll aliases
|
|
2134
2098
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2099
|
+
// Replace aliases
|
|
2100
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2137
2101
|
// Rewind aliases
|
|
2138
2102
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2103
|
+
// ReplyAll aliases
|
|
2104
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2139
2105
|
// Reply aliases
|
|
2140
2106
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2141
2107
|
// Ribbon aliases
|
|
2142
2108
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2143
|
-
// Replace aliases
|
|
2144
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2145
2109
|
// Rocket aliases
|
|
2146
2110
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2147
|
-
// RollerCoaster aliases
|
|
2148
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2149
2111
|
// RockingChair aliases
|
|
2150
2112
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2151
2113
|
// Rose aliases
|
|
2152
2114
|
export { default as RoseIcon } from '../icons/rose';
|
|
2115
|
+
// RollerCoaster aliases
|
|
2116
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2153
2117
|
// RotateCcwKey aliases
|
|
2154
2118
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2155
2119
|
// RotateCcwSquare aliases
|
|
@@ -2162,52 +2126,52 @@ export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
|
2162
2126
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2163
2127
|
// RouteOff aliases
|
|
2164
2128
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2165
|
-
// Route aliases
|
|
2166
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2167
2129
|
// Router aliases
|
|
2168
2130
|
export { default as RouterIcon } from '../icons/router';
|
|
2131
|
+
// Route aliases
|
|
2132
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2169
2133
|
// Rows4 aliases
|
|
2170
2134
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2171
2135
|
// Rss aliases
|
|
2172
2136
|
export { default as RssIcon } from '../icons/rss';
|
|
2173
2137
|
// RulerDimensionLine aliases
|
|
2174
2138
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2139
|
+
// RussianRuble aliases
|
|
2140
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2175
2141
|
// Ruler aliases
|
|
2176
2142
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2177
2143
|
// Sailboat aliases
|
|
2178
2144
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2179
2145
|
// Salad aliases
|
|
2180
2146
|
export { default as SaladIcon } from '../icons/salad';
|
|
2181
|
-
// RussianRuble aliases
|
|
2182
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2183
2147
|
// Sandwich aliases
|
|
2184
2148
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2185
2149
|
// SatelliteDish aliases
|
|
2186
2150
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2187
2151
|
// Satellite aliases
|
|
2188
2152
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2189
|
-
// SaudiRiyal aliases
|
|
2190
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2191
2153
|
// SaveAll aliases
|
|
2192
2154
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2155
|
+
// SaudiRiyal aliases
|
|
2156
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2193
2157
|
// SaveOff aliases
|
|
2194
2158
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2195
2159
|
// Save aliases
|
|
2196
2160
|
export { default as SaveIcon } from '../icons/save';
|
|
2197
|
-
// Scaling aliases
|
|
2198
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2199
2161
|
// Scale aliases
|
|
2200
2162
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2163
|
+
// Scaling aliases
|
|
2164
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2201
2165
|
// ScanEye aliases
|
|
2202
2166
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2203
2167
|
// ScanBarcode aliases
|
|
2204
2168
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2205
2169
|
// ScanFace aliases
|
|
2206
2170
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2207
|
-
// ScanHeart aliases
|
|
2208
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2209
2171
|
// ScanLine aliases
|
|
2210
2172
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2173
|
+
// ScanHeart aliases
|
|
2174
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2211
2175
|
// ScanQrCode aliases
|
|
2212
2176
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2213
2177
|
// ScanSearch aliases
|
|
@@ -2222,14 +2186,14 @@ export { default as SchoolIcon } from '../icons/school';
|
|
|
2222
2186
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2223
2187
|
// Scissors aliases
|
|
2224
2188
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2225
|
-
// ScreenShare aliases
|
|
2226
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2227
|
-
// Scroll aliases
|
|
2228
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2229
2189
|
// ScreenShareOff aliases
|
|
2230
2190
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2191
|
+
// ScreenShare aliases
|
|
2192
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2231
2193
|
// ScrollText aliases
|
|
2232
2194
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2195
|
+
// Scroll aliases
|
|
2196
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2233
2197
|
// SearchCheck aliases
|
|
2234
2198
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2235
2199
|
// SearchCode aliases
|
|
@@ -2238,18 +2202,18 @@ export { default as SearchCodeIcon } from '../icons/search-code';
|
|
|
2238
2202
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2239
2203
|
// SearchX aliases
|
|
2240
2204
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2205
|
+
// Search aliases
|
|
2206
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2241
2207
|
// Section aliases
|
|
2242
2208
|
export { default as SectionIcon } from '../icons/section';
|
|
2243
2209
|
// SendToBack aliases
|
|
2244
2210
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2245
|
-
// Search aliases
|
|
2246
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2247
2211
|
// Send aliases
|
|
2248
2212
|
export { default as SendIcon } from '../icons/send';
|
|
2249
|
-
// SeparatorHorizontal aliases
|
|
2250
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2251
2213
|
// SeparatorVertical aliases
|
|
2252
2214
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2215
|
+
// SeparatorHorizontal aliases
|
|
2216
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2253
2217
|
// ServerCog aliases
|
|
2254
2218
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2255
2219
|
// ServerCrash aliases
|
|
@@ -2258,12 +2222,12 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2258
2222
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2259
2223
|
// Server aliases
|
|
2260
2224
|
export { default as ServerIcon } from '../icons/server';
|
|
2261
|
-
// Settings2 aliases
|
|
2262
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2263
2225
|
// Settings aliases
|
|
2264
2226
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2265
2227
|
// Shapes aliases
|
|
2266
2228
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2229
|
+
// Settings2 aliases
|
|
2230
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2267
2231
|
// Share2 aliases
|
|
2268
2232
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2269
2233
|
// Share aliases
|
|
@@ -2274,52 +2238,52 @@ export { default as SheetIcon } from '../icons/sheet';
|
|
|
2274
2238
|
export { default as ShellIcon } from '../icons/shell';
|
|
2275
2239
|
// ShieldAlert aliases
|
|
2276
2240
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2277
|
-
// ShieldBan aliases
|
|
2278
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2279
2241
|
// ShieldCheck aliases
|
|
2280
2242
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2281
2243
|
// ShieldEllipsis aliases
|
|
2282
2244
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2245
|
+
// ShieldBan aliases
|
|
2246
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2283
2247
|
// ShieldHalf aliases
|
|
2284
2248
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2285
2249
|
// ShieldMinus aliases
|
|
2286
2250
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2287
2251
|
// ShieldOff aliases
|
|
2288
2252
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2289
|
-
// ShieldPlus aliases
|
|
2290
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2291
2253
|
// ShieldUser aliases
|
|
2292
2254
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2255
|
+
// ShieldPlus aliases
|
|
2256
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2293
2257
|
// Shield aliases
|
|
2294
2258
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2295
|
-
// Ship aliases
|
|
2296
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2297
2259
|
// ShipWheel aliases
|
|
2298
2260
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2261
|
+
// Ship aliases
|
|
2262
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2299
2263
|
// Shirt aliases
|
|
2300
2264
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2301
|
-
// ShoppingBag aliases
|
|
2302
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2303
2265
|
// ShoppingBasket aliases
|
|
2304
2266
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2305
|
-
//
|
|
2306
|
-
export { default as
|
|
2307
|
-
// ShowerHead aliases
|
|
2308
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2267
|
+
// ShoppingBag aliases
|
|
2268
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2309
2269
|
// ShoppingCart aliases
|
|
2310
2270
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2271
|
+
// ShowerHead aliases
|
|
2272
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2311
2273
|
// Shredder aliases
|
|
2312
2274
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2275
|
+
// Shovel aliases
|
|
2276
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2313
2277
|
// Shrimp aliases
|
|
2314
2278
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2315
2279
|
// Shrink aliases
|
|
2316
2280
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2317
2281
|
// Shrub aliases
|
|
2318
2282
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2319
|
-
// Shuffle aliases
|
|
2320
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2321
2283
|
// Sigma aliases
|
|
2322
2284
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2285
|
+
// Shuffle aliases
|
|
2286
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2323
2287
|
// SignalHigh aliases
|
|
2324
2288
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2325
2289
|
// SignalLow aliases
|
|
@@ -2328,54 +2292,56 @@ export { default as SignalLowIcon } from '../icons/signal-low';
|
|
|
2328
2292
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2329
2293
|
// SignalZero aliases
|
|
2330
2294
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2331
|
-
// Signature aliases
|
|
2332
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2333
2295
|
// Signal aliases
|
|
2334
2296
|
export { default as SignalIcon } from '../icons/signal';
|
|
2297
|
+
// Signature aliases
|
|
2298
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2335
2299
|
// SignpostBig aliases
|
|
2336
2300
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2337
|
-
// Signpost aliases
|
|
2338
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2339
2301
|
// Siren aliases
|
|
2340
2302
|
export { default as SirenIcon } from '../icons/siren';
|
|
2303
|
+
// Signpost aliases
|
|
2304
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2305
|
+
// SkipForward aliases
|
|
2306
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2341
2307
|
// SkipBack aliases
|
|
2342
2308
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2343
2309
|
// Skull aliases
|
|
2344
2310
|
export { default as SkullIcon } from '../icons/skull';
|
|
2345
2311
|
// Slack aliases
|
|
2346
2312
|
export { default as SlackIcon } from '../icons/slack';
|
|
2347
|
-
// SkipForward aliases
|
|
2348
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2349
2313
|
// Slash aliases
|
|
2350
2314
|
export { default as SlashIcon } from '../icons/slash';
|
|
2315
|
+
// SmartphoneCharging aliases
|
|
2316
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2351
2317
|
// Slice aliases
|
|
2352
2318
|
export { default as SliceIcon } from '../icons/slice';
|
|
2353
2319
|
// SlidersHorizontal aliases
|
|
2354
2320
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2355
|
-
// SmartphoneCharging aliases
|
|
2356
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2357
2321
|
// SmartphoneNfc aliases
|
|
2358
2322
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2359
|
-
// SmilePlus aliases
|
|
2360
|
-
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2361
2323
|
// Smartphone aliases
|
|
2362
2324
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2325
|
+
// SmilePlus aliases
|
|
2326
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2363
2327
|
// Smile aliases
|
|
2364
2328
|
export { default as SmileIcon } from '../icons/smile';
|
|
2365
|
-
// Snail aliases
|
|
2366
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2367
2329
|
// Snowflake aliases
|
|
2368
2330
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2369
|
-
// Sofa aliases
|
|
2370
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2371
2331
|
// SoapDispenserDroplet aliases
|
|
2372
2332
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2333
|
+
// Snail aliases
|
|
2334
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2335
|
+
// Sofa aliases
|
|
2336
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2337
|
+
// SolarPanel aliases
|
|
2338
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2373
2339
|
// Soup aliases
|
|
2374
2340
|
export { default as SoupIcon } from '../icons/soup';
|
|
2375
|
-
// Space aliases
|
|
2376
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2377
2341
|
// Spade aliases
|
|
2378
2342
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2343
|
+
// Space aliases
|
|
2344
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2379
2345
|
// Sparkle aliases
|
|
2380
2346
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2381
2347
|
// Speaker aliases
|
|
@@ -2390,46 +2356,46 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2390
2356
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2391
2357
|
// Spline aliases
|
|
2392
2358
|
export { default as SplineIcon } from '../icons/spline';
|
|
2359
|
+
// Spool aliases
|
|
2360
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2393
2361
|
// Split aliases
|
|
2394
2362
|
export { default as SplitIcon } from '../icons/split';
|
|
2395
|
-
// Spotlight aliases
|
|
2396
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2397
2363
|
// SprayCan aliases
|
|
2398
2364
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2399
|
-
//
|
|
2400
|
-
export { default as
|
|
2365
|
+
// Spotlight aliases
|
|
2366
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2401
2367
|
// Sprout aliases
|
|
2402
2368
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2403
|
-
// SquareDashedBottomCode aliases
|
|
2404
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2405
2369
|
// SquareDashedBottom aliases
|
|
2406
2370
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2407
|
-
// SquareDashedTopSolid aliases
|
|
2408
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2409
2371
|
// SquarePause aliases
|
|
2410
2372
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2373
|
+
// SquareDashedBottomCode aliases
|
|
2374
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2375
|
+
// SquareDashedTopSolid aliases
|
|
2376
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2411
2377
|
// SquareRadical aliases
|
|
2412
2378
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2413
|
-
// SquareSquare aliases
|
|
2414
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2415
2379
|
// SquareRoundCorner aliases
|
|
2416
2380
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2381
|
+
// SquareSquare aliases
|
|
2382
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2417
2383
|
// SquareStack aliases
|
|
2418
2384
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2419
2385
|
// SquareStar aliases
|
|
2420
2386
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2421
2387
|
// SquareStop aliases
|
|
2422
2388
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2423
|
-
// SquaresExclude aliases
|
|
2424
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2425
2389
|
// Square aliases
|
|
2426
2390
|
export { default as SquareIcon } from '../icons/square';
|
|
2391
|
+
// SquaresExclude aliases
|
|
2392
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2427
2393
|
// SquaresIntersect aliases
|
|
2428
2394
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2429
|
-
// SquaresSubtract aliases
|
|
2430
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2431
2395
|
// SquaresUnite aliases
|
|
2432
2396
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2397
|
+
// SquaresSubtract aliases
|
|
2398
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2433
2399
|
// Squircle aliases
|
|
2434
2400
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2435
2401
|
// SquircleDashed aliases
|
|
@@ -2446,112 +2412,112 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2446
2412
|
export { default as StarIcon } from '../icons/star';
|
|
2447
2413
|
// StepBack aliases
|
|
2448
2414
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2449
|
-
// StepForward aliases
|
|
2450
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2451
2415
|
// Stethoscope aliases
|
|
2452
2416
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2453
|
-
//
|
|
2454
|
-
export { default as
|
|
2417
|
+
// StepForward aliases
|
|
2418
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2455
2419
|
// StickyNote aliases
|
|
2456
2420
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2457
|
-
// Store aliases
|
|
2458
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2459
2421
|
// StretchHorizontal aliases
|
|
2460
2422
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2461
|
-
//
|
|
2462
|
-
export { default as
|
|
2423
|
+
// Sticker aliases
|
|
2424
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2425
|
+
// Store aliases
|
|
2426
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2463
2427
|
// StretchVertical aliases
|
|
2464
2428
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2429
|
+
// Strikethrough aliases
|
|
2430
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2465
2431
|
// Subscript aliases
|
|
2466
2432
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2467
|
-
// SunMedium aliases
|
|
2468
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2469
2433
|
// SunDim aliases
|
|
2470
2434
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2471
2435
|
// SunMoon aliases
|
|
2472
2436
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2473
|
-
//
|
|
2474
|
-
export { default as
|
|
2437
|
+
// SunMedium aliases
|
|
2438
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2475
2439
|
// SunSnow aliases
|
|
2476
2440
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2441
|
+
// Sun aliases
|
|
2442
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2477
2443
|
// Sunrise aliases
|
|
2478
2444
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2479
2445
|
// Sunset aliases
|
|
2480
2446
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2481
2447
|
// Superscript aliases
|
|
2482
2448
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2483
|
-
// SwatchBook aliases
|
|
2484
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2485
2449
|
// SwissFranc aliases
|
|
2486
2450
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2451
|
+
// SwatchBook aliases
|
|
2452
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2487
2453
|
// SwitchCamera aliases
|
|
2488
2454
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2489
2455
|
// Sword aliases
|
|
2490
2456
|
export { default as SwordIcon } from '../icons/sword';
|
|
2491
|
-
// Swords aliases
|
|
2492
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2493
2457
|
// Syringe aliases
|
|
2494
2458
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2495
|
-
//
|
|
2496
|
-
export { default as
|
|
2459
|
+
// Swords aliases
|
|
2460
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2497
2461
|
// Table2 aliases
|
|
2498
2462
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2463
|
+
// TableCellsMerge aliases
|
|
2464
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2499
2465
|
// TableCellsSplit aliases
|
|
2500
2466
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2501
|
-
// TableColumnsSplit aliases
|
|
2502
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2503
2467
|
// TableOfContents aliases
|
|
2504
2468
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2469
|
+
// TableColumnsSplit aliases
|
|
2470
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2505
2471
|
// TableProperties aliases
|
|
2506
2472
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2473
|
+
// TableRowsSplit aliases
|
|
2474
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2507
2475
|
// Table aliases
|
|
2508
2476
|
export { default as TableIcon } from '../icons/table';
|
|
2509
2477
|
// TabletSmartphone aliases
|
|
2510
2478
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2511
|
-
// TableRowsSplit aliases
|
|
2512
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2513
|
-
// Tablets aliases
|
|
2514
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2515
2479
|
// Tablet aliases
|
|
2516
2480
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2481
|
+
// Tablets aliases
|
|
2482
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2517
2483
|
// Tag aliases
|
|
2518
2484
|
export { default as TagIcon } from '../icons/tag';
|
|
2519
2485
|
// Tags aliases
|
|
2520
2486
|
export { default as TagsIcon } from '../icons/tags';
|
|
2487
|
+
// Tally1 aliases
|
|
2488
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2521
2489
|
// Tally2 aliases
|
|
2522
2490
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2523
2491
|
// Tally3 aliases
|
|
2524
2492
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2525
2493
|
// Tally4 aliases
|
|
2526
2494
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2527
|
-
// Tally1 aliases
|
|
2528
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2529
2495
|
// Tally5 aliases
|
|
2530
2496
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2531
2497
|
// Tangent aliases
|
|
2532
2498
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2533
|
-
// Telescope aliases
|
|
2534
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2535
2499
|
// Target aliases
|
|
2536
2500
|
export { default as TargetIcon } from '../icons/target';
|
|
2501
|
+
// Telescope aliases
|
|
2502
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2537
2503
|
// TentTree aliases
|
|
2538
2504
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2539
2505
|
// Tent aliases
|
|
2540
2506
|
export { default as TentIcon } from '../icons/tent';
|
|
2541
|
-
// Terminal aliases
|
|
2542
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2543
2507
|
// TestTube aliases
|
|
2544
2508
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2509
|
+
// Terminal aliases
|
|
2510
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2545
2511
|
// TestTubes aliases
|
|
2546
2512
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2547
|
-
// TextQuote aliases
|
|
2548
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2549
2513
|
// TextCursorInput aliases
|
|
2550
2514
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2551
|
-
//
|
|
2552
|
-
export { default as
|
|
2515
|
+
// TextQuote aliases
|
|
2516
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2553
2517
|
// TextCursor aliases
|
|
2554
2518
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2519
|
+
// TextSearch aliases
|
|
2520
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2555
2521
|
// Theater aliases
|
|
2556
2522
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2557
2523
|
// ThermometerSnowflake aliases
|
|
@@ -2560,28 +2526,28 @@ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowfl
|
|
|
2560
2526
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2561
2527
|
// ThermometerSun aliases
|
|
2562
2528
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2563
|
-
// ThumbsUp aliases
|
|
2564
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2565
2529
|
// ThumbsDown aliases
|
|
2566
2530
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2567
|
-
//
|
|
2568
|
-
export { default as
|
|
2531
|
+
// ThumbsUp aliases
|
|
2532
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2569
2533
|
// TicketMinus aliases
|
|
2570
2534
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2535
|
+
// TicketCheck aliases
|
|
2536
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2571
2537
|
// TicketPercent aliases
|
|
2572
2538
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2573
2539
|
// TicketPlus aliases
|
|
2574
2540
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2575
|
-
// TicketX aliases
|
|
2576
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2577
2541
|
// TicketSlash aliases
|
|
2578
2542
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2543
|
+
// TicketX aliases
|
|
2544
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2579
2545
|
// Ticket aliases
|
|
2580
2546
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2581
|
-
// Tickets aliases
|
|
2582
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2583
2547
|
// TicketsPlane aliases
|
|
2584
2548
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2549
|
+
// Tickets aliases
|
|
2550
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2585
2551
|
// TimerOff aliases
|
|
2586
2552
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2587
2553
|
// TimerReset aliases
|
|
@@ -2600,32 +2566,32 @@ export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
|
2600
2566
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2601
2567
|
// Torus aliases
|
|
2602
2568
|
export { default as TorusIcon } from '../icons/torus';
|
|
2603
|
-
// TouchpadOff aliases
|
|
2604
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2605
2569
|
// Touchpad aliases
|
|
2606
2570
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2571
|
+
// TouchpadOff aliases
|
|
2572
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2607
2573
|
// TowerControl aliases
|
|
2608
2574
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2609
2575
|
// ToyBrick aliases
|
|
2610
2576
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2611
|
-
// TrafficCone aliases
|
|
2612
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2613
2577
|
// Tractor aliases
|
|
2614
2578
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2615
2579
|
// TrainFrontTunnel aliases
|
|
2616
2580
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2581
|
+
// TrafficCone aliases
|
|
2582
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2617
2583
|
// TrainFront aliases
|
|
2618
2584
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2619
2585
|
// TrainTrack aliases
|
|
2620
2586
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2621
2587
|
// Transgender aliases
|
|
2622
2588
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2623
|
-
// Trash aliases
|
|
2624
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2625
|
-
// TreeDeciduous aliases
|
|
2626
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2627
2589
|
// Trash2 aliases
|
|
2628
2590
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2591
|
+
// TreeDeciduous aliases
|
|
2592
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2593
|
+
// Trash aliases
|
|
2594
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2629
2595
|
// TreePine aliases
|
|
2630
2596
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2631
2597
|
// Trees aliases
|
|
@@ -2636,26 +2602,26 @@ export { default as TrelloIcon } from '../icons/trello';
|
|
|
2636
2602
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2637
2603
|
// TrendingUpDown aliases
|
|
2638
2604
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2605
|
+
// TriangleDashed aliases
|
|
2606
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2639
2607
|
// TrendingUp aliases
|
|
2640
2608
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2641
2609
|
// TriangleRight aliases
|
|
2642
2610
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2643
|
-
// TriangleDashed aliases
|
|
2644
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2645
|
-
// Trophy aliases
|
|
2646
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2647
2611
|
// Triangle aliases
|
|
2648
2612
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2649
2613
|
// TruckElectric aliases
|
|
2650
2614
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2615
|
+
// Trophy aliases
|
|
2616
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2651
2617
|
// Truck aliases
|
|
2652
2618
|
export { default as TruckIcon } from '../icons/truck';
|
|
2653
|
-
// Turtle aliases
|
|
2654
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2655
2619
|
// TurkishLira aliases
|
|
2656
2620
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2657
2621
|
// Turntable aliases
|
|
2658
2622
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2623
|
+
// Turtle aliases
|
|
2624
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2659
2625
|
// TvMinimalPlay aliases
|
|
2660
2626
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2661
2627
|
// Tv aliases
|
|
@@ -2666,10 +2632,10 @@ export { default as TwitchIcon } from '../icons/twitch';
|
|
|
2666
2632
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2667
2633
|
// TypeOutline aliases
|
|
2668
2634
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2669
|
-
// UmbrellaOff aliases
|
|
2670
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2671
2635
|
// Type aliases
|
|
2672
2636
|
export { default as TypeIcon } from '../icons/type';
|
|
2637
|
+
// UmbrellaOff aliases
|
|
2638
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2673
2639
|
// Umbrella aliases
|
|
2674
2640
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2675
2641
|
// Underline aliases
|
|
@@ -2702,34 +2668,34 @@ export { default as UserCheckIcon } from '../icons/user-check';
|
|
|
2702
2668
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2703
2669
|
// UserLock aliases
|
|
2704
2670
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2705
|
-
// UserMinus aliases
|
|
2706
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2707
2671
|
// UserPen aliases
|
|
2708
2672
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2709
2673
|
// UserPlus aliases
|
|
2710
2674
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2675
|
+
// UserMinus aliases
|
|
2676
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2711
2677
|
// UserRoundPen aliases
|
|
2712
2678
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2713
2679
|
// UserRoundSearch aliases
|
|
2714
2680
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2715
2681
|
// UserSearch aliases
|
|
2716
2682
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2717
|
-
// UserStar aliases
|
|
2718
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2719
2683
|
// UserX aliases
|
|
2720
2684
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2685
|
+
// UserStar aliases
|
|
2686
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2721
2687
|
// User aliases
|
|
2722
2688
|
export { default as UserIcon } from '../icons/user';
|
|
2723
2689
|
// Users aliases
|
|
2724
2690
|
export { default as UsersIcon } from '../icons/users';
|
|
2725
2691
|
// UtilityPole aliases
|
|
2726
2692
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2693
|
+
// VectorSquare aliases
|
|
2694
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2727
2695
|
// Variable aliases
|
|
2728
2696
|
export { default as VariableIcon } from '../icons/variable';
|
|
2729
2697
|
// Vault aliases
|
|
2730
2698
|
export { default as VaultIcon } from '../icons/vault';
|
|
2731
|
-
// VectorSquare aliases
|
|
2732
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2733
2699
|
// Vegan aliases
|
|
2734
2700
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2735
2701
|
// VenetianMask aliases
|
|
@@ -2740,14 +2706,14 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2740
2706
|
export { default as VenusIcon } from '../icons/venus';
|
|
2741
2707
|
// VibrateOff aliases
|
|
2742
2708
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2743
|
-
// VideoOff aliases
|
|
2744
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2745
2709
|
// Vibrate aliases
|
|
2746
2710
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2747
2711
|
// Video aliases
|
|
2748
2712
|
export { default as VideoIcon } from '../icons/video';
|
|
2749
2713
|
// Videotape aliases
|
|
2750
2714
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2715
|
+
// VideoOff aliases
|
|
2716
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2751
2717
|
// View aliases
|
|
2752
2718
|
export { default as ViewIcon } from '../icons/view';
|
|
2753
2719
|
// Voicemail aliases
|
|
@@ -2760,12 +2726,14 @@ export { default as Volume1Icon } from '../icons/volume-1';
|
|
|
2760
2726
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2761
2727
|
// VolumeOff aliases
|
|
2762
2728
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2763
|
-
// VolumeX aliases
|
|
2764
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2765
2729
|
// Volume aliases
|
|
2766
2730
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2731
|
+
// VolumeX aliases
|
|
2732
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2767
2733
|
// Vote aliases
|
|
2768
2734
|
export { default as VoteIcon } from '../icons/vote';
|
|
2735
|
+
// Wallet aliases
|
|
2736
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2769
2737
|
// WalletCards aliases
|
|
2770
2738
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2771
2739
|
// Wallpaper aliases
|
|
@@ -2774,8 +2742,6 @@ export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
|
2774
2742
|
export { default as WandIcon } from '../icons/wand';
|
|
2775
2743
|
// Warehouse aliases
|
|
2776
2744
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2777
|
-
// Wallet aliases
|
|
2778
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2779
2745
|
// WashingMachine aliases
|
|
2780
2746
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2781
2747
|
// Watch aliases
|
|
@@ -2786,14 +2752,14 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2786
2752
|
export { default as WavesIcon } from '../icons/waves';
|
|
2787
2753
|
// Waypoints aliases
|
|
2788
2754
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2789
|
-
// WebhookOff aliases
|
|
2790
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2791
2755
|
// Webcam aliases
|
|
2792
2756
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2793
|
-
// Webhook aliases
|
|
2794
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2795
2757
|
// Weight aliases
|
|
2796
2758
|
export { default as WeightIcon } from '../icons/weight';
|
|
2759
|
+
// WebhookOff aliases
|
|
2760
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2761
|
+
// Webhook aliases
|
|
2762
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2797
2763
|
// WheatOff aliases
|
|
2798
2764
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2799
2765
|
// Wheat aliases
|
|
@@ -2810,38 +2776,38 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
2810
2776
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2811
2777
|
// WifiPen aliases
|
|
2812
2778
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2813
|
-
// WifiSync aliases
|
|
2814
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2815
2779
|
// WifiZero aliases
|
|
2816
2780
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2781
|
+
// WifiSync aliases
|
|
2782
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2817
2783
|
// Wifi aliases
|
|
2818
2784
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2819
2785
|
// WindArrowDown aliases
|
|
2820
2786
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2821
2787
|
// Wind aliases
|
|
2822
2788
|
export { default as WindIcon } from '../icons/wind';
|
|
2823
|
-
// WineOff aliases
|
|
2824
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2825
2789
|
// Wine aliases
|
|
2826
2790
|
export { default as WineIcon } from '../icons/wine';
|
|
2791
|
+
// WineOff aliases
|
|
2792
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2827
2793
|
// Workflow aliases
|
|
2828
2794
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2829
|
-
// Worm aliases
|
|
2830
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2831
2795
|
// Wrench aliases
|
|
2832
2796
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2797
|
+
// Worm aliases
|
|
2798
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2833
2799
|
// X aliases
|
|
2834
2800
|
export { default as XIcon } from '../icons/x';
|
|
2835
2801
|
// Youtube aliases
|
|
2836
2802
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2837
2803
|
// ZapOff aliases
|
|
2838
2804
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2805
|
+
// Zap aliases
|
|
2806
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2839
2807
|
// ZoomIn aliases
|
|
2840
2808
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2841
2809
|
// ZoomOut aliases
|
|
2842
2810
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2843
|
-
// Zap aliases
|
|
2844
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2845
2811
|
// ArrowDown01 aliases
|
|
2846
2812
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2847
2813
|
// ArrowDown10 aliases
|
|
@@ -2850,18 +2816,18 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2850
2816
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2851
2817
|
// ArrowUp10 aliases
|
|
2852
2818
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2853
|
-
// AlarmClockMinus aliases
|
|
2854
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2855
|
-
export {
|
|
2856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2857
|
-
default as AlarmMinusIcon
|
|
2858
|
-
} from '../icons/alarm-clock-minus';
|
|
2859
2819
|
// AlarmClockCheck aliases
|
|
2860
2820
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2861
2821
|
export {
|
|
2862
2822
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2863
2823
|
default as AlarmCheckIcon
|
|
2864
2824
|
} from '../icons/alarm-clock-check';
|
|
2825
|
+
// AlarmClockMinus aliases
|
|
2826
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2827
|
+
export {
|
|
2828
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2829
|
+
default as AlarmMinusIcon
|
|
2830
|
+
} from '../icons/alarm-clock-minus';
|
|
2865
2831
|
// AlarmClockPlus aliases
|
|
2866
2832
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2867
2833
|
export {
|
|
@@ -2874,18 +2840,18 @@ export {
|
|
|
2874
2840
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
2875
2841
|
default as ArrowDownAzIcon
|
|
2876
2842
|
} from '../icons/arrow-down-a-z';
|
|
2877
|
-
// ArrowDownZA aliases
|
|
2878
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2879
|
-
export {
|
|
2880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2881
|
-
default as ArrowDownZaIcon
|
|
2882
|
-
} from '../icons/arrow-down-z-a';
|
|
2883
2843
|
// ArrowDownWideNarrow aliases
|
|
2884
2844
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2885
2845
|
export {
|
|
2886
2846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2887
2847
|
default as SortDescIcon
|
|
2888
2848
|
} from '../icons/arrow-down-wide-narrow';
|
|
2849
|
+
// ArrowDownZA aliases
|
|
2850
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2851
|
+
export {
|
|
2852
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
2853
|
+
default as ArrowDownZaIcon
|
|
2854
|
+
} from '../icons/arrow-down-z-a';
|
|
2889
2855
|
// ArrowUpAZ aliases
|
|
2890
2856
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2891
2857
|
export {
|
|
@@ -2904,30 +2870,30 @@ export {
|
|
|
2904
2870
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2905
2871
|
default as ArrowUpZaIcon
|
|
2906
2872
|
} from '../icons/arrow-up-z-a';
|
|
2907
|
-
// BadgeCheck aliases
|
|
2908
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2909
|
-
export {
|
|
2910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2911
|
-
default as VerifiedIcon
|
|
2912
|
-
} from '../icons/badge-check';
|
|
2913
2873
|
// Axis3d aliases
|
|
2914
2874
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2915
2875
|
export {
|
|
2916
2876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2917
2877
|
default as Axis3DIcon
|
|
2918
2878
|
} from '../icons/axis-3d';
|
|
2919
|
-
// BetweenHorizontalEnd aliases
|
|
2920
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2921
|
-
export {
|
|
2922
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2923
|
-
default as BetweenHorizonalEndIcon
|
|
2924
|
-
} from '../icons/between-horizontal-end';
|
|
2925
2879
|
// BadgeQuestionMark aliases
|
|
2926
2880
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2927
2881
|
export {
|
|
2928
2882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2929
2883
|
default as BadgeHelpIcon
|
|
2930
2884
|
} from '../icons/badge-question-mark';
|
|
2885
|
+
// BadgeCheck aliases
|
|
2886
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2887
|
+
export {
|
|
2888
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2889
|
+
default as VerifiedIcon
|
|
2890
|
+
} from '../icons/badge-check';
|
|
2891
|
+
// BetweenHorizontalEnd aliases
|
|
2892
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2893
|
+
export {
|
|
2894
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2895
|
+
default as BetweenHorizonalEndIcon
|
|
2896
|
+
} from '../icons/between-horizontal-end';
|
|
2931
2897
|
// BetweenHorizontalStart aliases
|
|
2932
2898
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2933
2899
|
export {
|
|
@@ -2946,48 +2912,48 @@ export {
|
|
|
2946
2912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2947
2913
|
default as CurlyBracesIcon
|
|
2948
2914
|
} from '../icons/braces';
|
|
2949
|
-
// Captions aliases
|
|
2950
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2951
|
-
export {
|
|
2952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2953
|
-
default as SubtitlesIcon
|
|
2954
|
-
} from '../icons/captions';
|
|
2955
2915
|
// ChartArea aliases
|
|
2956
2916
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2957
2917
|
export {
|
|
2958
2918
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2959
2919
|
default as AreaChartIcon
|
|
2960
2920
|
} from '../icons/chart-area';
|
|
2921
|
+
// Captions aliases
|
|
2922
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2923
|
+
export {
|
|
2924
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2925
|
+
default as SubtitlesIcon
|
|
2926
|
+
} from '../icons/captions';
|
|
2961
2927
|
// ChartBarBig aliases
|
|
2962
2928
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2963
2929
|
export {
|
|
2964
2930
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2965
2931
|
default as BarChartHorizontalBigIcon
|
|
2966
2932
|
} from '../icons/chart-bar-big';
|
|
2967
|
-
// ChartBar aliases
|
|
2968
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2969
|
-
export {
|
|
2970
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2971
|
-
default as BarChartHorizontalIcon
|
|
2972
|
-
} from '../icons/chart-bar';
|
|
2973
2933
|
// ChartCandlestick aliases
|
|
2974
2934
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2975
2935
|
export {
|
|
2976
2936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2977
2937
|
default as CandlestickChartIcon
|
|
2978
2938
|
} from '../icons/chart-candlestick';
|
|
2979
|
-
//
|
|
2980
|
-
export { default as
|
|
2939
|
+
// ChartBar aliases
|
|
2940
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2981
2941
|
export {
|
|
2982
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2983
|
-
default as
|
|
2984
|
-
} from '../icons/chart-
|
|
2942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2943
|
+
default as BarChartHorizontalIcon
|
|
2944
|
+
} from '../icons/chart-bar';
|
|
2985
2945
|
// ChartColumnBig aliases
|
|
2986
2946
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2987
2947
|
export {
|
|
2988
2948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2989
2949
|
default as BarChartBigIcon
|
|
2990
2950
|
} from '../icons/chart-column-big';
|
|
2951
|
+
// ChartColumnIncreasing aliases
|
|
2952
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2953
|
+
export {
|
|
2954
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2955
|
+
default as BarChart4Icon
|
|
2956
|
+
} from '../icons/chart-column-increasing';
|
|
2991
2957
|
// ChartColumn aliases
|
|
2992
2958
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2993
2959
|
export {
|
|
@@ -3030,30 +2996,30 @@ export {
|
|
|
3030
2996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3031
2997
|
default as PieChartIcon
|
|
3032
2998
|
} from '../icons/chart-pie';
|
|
3033
|
-
// CircleAlert aliases
|
|
3034
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3035
|
-
export {
|
|
3036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3037
|
-
default as AlertCircleIcon
|
|
3038
|
-
} from '../icons/circle-alert';
|
|
3039
|
-
// CircleArrowDown aliases
|
|
3040
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3041
|
-
export {
|
|
3042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3043
|
-
default as ArrowDownCircleIcon
|
|
3044
|
-
} from '../icons/circle-arrow-down';
|
|
3045
2999
|
// Chromium aliases
|
|
3046
3000
|
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3047
3001
|
export {
|
|
3048
3002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3049
3003
|
default as ChromeIcon
|
|
3050
3004
|
} from '../icons/chromium';
|
|
3005
|
+
// CircleAlert aliases
|
|
3006
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3007
|
+
export {
|
|
3008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3009
|
+
default as AlertCircleIcon
|
|
3010
|
+
} from '../icons/circle-alert';
|
|
3051
3011
|
// CircleArrowLeft aliases
|
|
3052
3012
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3053
3013
|
export {
|
|
3054
3014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3055
3015
|
default as ArrowLeftCircleIcon
|
|
3056
3016
|
} from '../icons/circle-arrow-left';
|
|
3017
|
+
// CircleArrowDown aliases
|
|
3018
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3019
|
+
export {
|
|
3020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3021
|
+
default as ArrowDownCircleIcon
|
|
3022
|
+
} from '../icons/circle-arrow-down';
|
|
3057
3023
|
// CircleArrowOutDownLeft aliases
|
|
3058
3024
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3059
3025
|
export {
|
|
@@ -3072,12 +3038,6 @@ export {
|
|
|
3072
3038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3073
3039
|
default as ArrowUpLeftFromCircleIcon
|
|
3074
3040
|
} from '../icons/circle-arrow-out-up-left';
|
|
3075
|
-
// CircleArrowOutUpRight aliases
|
|
3076
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3077
|
-
export {
|
|
3078
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3079
|
-
default as ArrowUpRightFromCircleIcon
|
|
3080
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
3081
3041
|
// CircleArrowRight aliases
|
|
3082
3042
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3083
3043
|
export {
|
|
@@ -3090,6 +3050,12 @@ export {
|
|
|
3090
3050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3091
3051
|
default as ArrowUpCircleIcon
|
|
3092
3052
|
} from '../icons/circle-arrow-up';
|
|
3053
|
+
// CircleArrowOutUpRight aliases
|
|
3054
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3055
|
+
export {
|
|
3056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3057
|
+
default as ArrowUpRightFromCircleIcon
|
|
3058
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3093
3059
|
// CircleCheckBig aliases
|
|
3094
3060
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3095
3061
|
export {
|
|
@@ -3102,18 +3068,18 @@ export {
|
|
|
3102
3068
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
3103
3069
|
default as CheckCircle2Icon
|
|
3104
3070
|
} from '../icons/circle-check';
|
|
3105
|
-
// CircleChevronLeft aliases
|
|
3106
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3107
|
-
export {
|
|
3108
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3109
|
-
default as ChevronLeftCircleIcon
|
|
3110
|
-
} from '../icons/circle-chevron-left';
|
|
3111
3071
|
// CircleChevronDown aliases
|
|
3112
3072
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3113
3073
|
export {
|
|
3114
3074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3115
3075
|
default as ChevronDownCircleIcon
|
|
3116
3076
|
} from '../icons/circle-chevron-down';
|
|
3077
|
+
// CircleChevronLeft aliases
|
|
3078
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3079
|
+
export {
|
|
3080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3081
|
+
default as ChevronLeftCircleIcon
|
|
3082
|
+
} from '../icons/circle-chevron-left';
|
|
3117
3083
|
// CircleChevronUp aliases
|
|
3118
3084
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3119
3085
|
export {
|
|
@@ -3144,36 +3110,36 @@ export {
|
|
|
3144
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
3145
3111
|
default as ParkingCircleOffIcon
|
|
3146
3112
|
} from '../icons/circle-parking-off';
|
|
3147
|
-
// CircleParking aliases
|
|
3148
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3149
|
-
export {
|
|
3150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3151
|
-
default as ParkingCircleIcon
|
|
3152
|
-
} from '../icons/circle-parking';
|
|
3153
3113
|
// CircleMinus aliases
|
|
3154
3114
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3155
3115
|
export {
|
|
3156
3116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
3157
3117
|
default as MinusCircleIcon
|
|
3158
3118
|
} from '../icons/circle-minus';
|
|
3159
|
-
// CirclePercent aliases
|
|
3160
|
-
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3161
|
-
export {
|
|
3162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3163
|
-
default as PercentCircleIcon
|
|
3164
|
-
} from '../icons/circle-percent';
|
|
3165
3119
|
// CirclePause aliases
|
|
3166
3120
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3167
3121
|
export {
|
|
3168
3122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3169
3123
|
default as PauseCircleIcon
|
|
3170
3124
|
} from '../icons/circle-pause';
|
|
3125
|
+
// CirclePercent aliases
|
|
3126
|
+
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3129
|
+
default as PercentCircleIcon
|
|
3130
|
+
} from '../icons/circle-percent';
|
|
3171
3131
|
// CirclePlay aliases
|
|
3172
3132
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3173
3133
|
export {
|
|
3174
3134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
3175
3135
|
default as PlayCircleIcon
|
|
3176
3136
|
} from '../icons/circle-play';
|
|
3137
|
+
// CircleParking aliases
|
|
3138
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3139
|
+
export {
|
|
3140
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3141
|
+
default as ParkingCircleIcon
|
|
3142
|
+
} from '../icons/circle-parking';
|
|
3177
3143
|
// CirclePlus aliases
|
|
3178
3144
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3179
3145
|
export {
|
|
@@ -3208,18 +3174,24 @@ export {
|
|
|
3208
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3209
3175
|
default as StopCircleIcon
|
|
3210
3176
|
} from '../icons/circle-stop';
|
|
3211
|
-
// CircleUserRound aliases
|
|
3212
|
-
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3213
|
-
export {
|
|
3214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3215
|
-
default as UserCircle2Icon
|
|
3216
|
-
} from '../icons/circle-user-round';
|
|
3217
3177
|
// CircleUser aliases
|
|
3218
3178
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3219
3179
|
export {
|
|
3220
3180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3221
3181
|
default as UserCircleIcon
|
|
3222
3182
|
} from '../icons/circle-user';
|
|
3183
|
+
// CircleX aliases
|
|
3184
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3185
|
+
export {
|
|
3186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3187
|
+
default as XCircleIcon
|
|
3188
|
+
} from '../icons/circle-x';
|
|
3189
|
+
// CircleUserRound aliases
|
|
3190
|
+
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3191
|
+
export {
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3193
|
+
default as UserCircle2Icon
|
|
3194
|
+
} from '../icons/circle-user-round';
|
|
3223
3195
|
// ClipboardPenLine aliases
|
|
3224
3196
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3225
3197
|
export {
|
|
@@ -3232,12 +3204,6 @@ export {
|
|
|
3232
3204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3233
3205
|
default as ClipboardEditIcon
|
|
3234
3206
|
} from '../icons/clipboard-pen';
|
|
3235
|
-
// CircleX aliases
|
|
3236
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3237
|
-
export {
|
|
3238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3239
|
-
default as XCircleIcon
|
|
3240
|
-
} from '../icons/circle-x';
|
|
3241
3207
|
// CloudDownload aliases
|
|
3242
3208
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3243
3209
|
export {
|
|
@@ -3250,70 +3216,88 @@ export {
|
|
|
3250
3216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3251
3217
|
default as UploadCloudIcon
|
|
3252
3218
|
} from '../icons/cloud-upload';
|
|
3253
|
-
// Columns3Cog aliases
|
|
3254
|
-
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3255
|
-
export {
|
|
3256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3257
|
-
default as ColumnsSettingsIcon
|
|
3258
|
-
} from '../icons/columns-3-cog';
|
|
3259
|
-
export {
|
|
3260
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3261
|
-
default as TableConfigIcon
|
|
3262
|
-
} from '../icons/columns-3-cog';
|
|
3263
|
-
// CodeXml aliases
|
|
3264
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3267
|
-
default as Code2Icon
|
|
3268
|
-
} from '../icons/code-xml';
|
|
3269
3219
|
// Columns2 aliases
|
|
3270
3220
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3271
3221
|
export {
|
|
3272
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
3273
3223
|
default as ColumnsIcon
|
|
3274
3224
|
} from '../icons/columns-2';
|
|
3275
|
-
//
|
|
3276
|
-
export { default as
|
|
3225
|
+
// CodeXml aliases
|
|
3226
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3277
3227
|
export {
|
|
3278
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3279
|
-
default as
|
|
3280
|
-
} from '../icons/
|
|
3228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3229
|
+
default as Code2Icon
|
|
3230
|
+
} from '../icons/code-xml';
|
|
3281
3231
|
// Columns3 aliases
|
|
3282
3232
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3283
3233
|
export {
|
|
3284
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3285
3235
|
default as PanelsLeftRightIcon
|
|
3286
3236
|
} from '../icons/columns-3';
|
|
3237
|
+
// Columns3Cog aliases
|
|
3238
|
+
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3239
|
+
export {
|
|
3240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3241
|
+
default as ColumnsSettingsIcon
|
|
3242
|
+
} from '../icons/columns-3-cog';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3245
|
+
default as TableConfigIcon
|
|
3246
|
+
} from '../icons/columns-3-cog';
|
|
3287
3247
|
// DiamondPercent aliases
|
|
3288
3248
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3289
3249
|
export {
|
|
3290
3250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3291
3251
|
default as PercentDiamondIcon
|
|
3292
3252
|
} from '../icons/diamond-percent';
|
|
3253
|
+
// ContactRound aliases
|
|
3254
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3255
|
+
export {
|
|
3256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3257
|
+
default as Contact2Icon
|
|
3258
|
+
} from '../icons/contact-round';
|
|
3293
3259
|
// Earth aliases
|
|
3294
3260
|
export { default as EarthIcon } from '../icons/earth';
|
|
3295
3261
|
export {
|
|
3296
3262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3297
3263
|
default as Globe2Icon
|
|
3298
3264
|
} from '../icons/earth';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3265
|
+
// FileAxis3d aliases
|
|
3266
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3301
3267
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
3269
|
+
default as FileAxis3DIcon
|
|
3270
|
+
} from '../icons/file-axis-3d';
|
|
3305
3271
|
// EllipsisVertical aliases
|
|
3306
3272
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3307
3273
|
export {
|
|
3308
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3309
3275
|
default as MoreVerticalIcon
|
|
3310
3276
|
} from '../icons/ellipsis-vertical';
|
|
3311
|
-
//
|
|
3312
|
-
export { default as
|
|
3277
|
+
// Ellipsis aliases
|
|
3278
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3313
3279
|
export {
|
|
3314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3315
|
-
default as
|
|
3316
|
-
} from '../icons/
|
|
3280
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3281
|
+
default as MoreHorizontalIcon
|
|
3282
|
+
} from '../icons/ellipsis';
|
|
3283
|
+
// FileBadge aliases
|
|
3284
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3285
|
+
export {
|
|
3286
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3287
|
+
default as FileBadge2Icon
|
|
3288
|
+
} from '../icons/file-badge';
|
|
3289
|
+
// FileBracesCorner aliases
|
|
3290
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as FileJson2Icon
|
|
3294
|
+
} from '../icons/file-braces-corner';
|
|
3295
|
+
// FileBraces aliases
|
|
3296
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3297
|
+
export {
|
|
3298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3299
|
+
default as FileJsonIcon
|
|
3300
|
+
} from '../icons/file-braces';
|
|
3317
3301
|
// FileChartColumn aliases
|
|
3318
3302
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3319
3303
|
export {
|
|
@@ -3332,18 +3316,64 @@ export {
|
|
|
3332
3316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3333
3317
|
default as FileLineChartIcon
|
|
3334
3318
|
} from '../icons/file-chart-line';
|
|
3319
|
+
// FileCheckCorner aliases
|
|
3320
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3321
|
+
export {
|
|
3322
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3323
|
+
default as FileCheck2Icon
|
|
3324
|
+
} from '../icons/file-check-corner';
|
|
3335
3325
|
// FileChartPie aliases
|
|
3336
3326
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3337
3327
|
export {
|
|
3338
3328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3339
3329
|
default as FilePieChartIcon
|
|
3340
3330
|
} from '../icons/file-chart-pie';
|
|
3331
|
+
// FileCodeCorner aliases
|
|
3332
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3333
|
+
export {
|
|
3334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3335
|
+
default as FileCode2Icon
|
|
3336
|
+
} from '../icons/file-code-corner';
|
|
3341
3337
|
// FileCog aliases
|
|
3342
3338
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3343
3339
|
export {
|
|
3344
3340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3345
3341
|
default as FileCog2Icon
|
|
3346
3342
|
} from '../icons/file-cog';
|
|
3343
|
+
// FileExclamationPoint aliases
|
|
3344
|
+
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3345
|
+
export {
|
|
3346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3347
|
+
default as FileWarningIcon
|
|
3348
|
+
} from '../icons/file-exclamation-point';
|
|
3349
|
+
// FileHeadphone aliases
|
|
3350
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3351
|
+
export {
|
|
3352
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3353
|
+
default as FileAudioIcon
|
|
3354
|
+
} from '../icons/file-headphone';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3357
|
+
default as FileAudio2Icon
|
|
3358
|
+
} from '../icons/file-headphone';
|
|
3359
|
+
// FileLock aliases
|
|
3360
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3361
|
+
export {
|
|
3362
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
3363
|
+
default as FileLock2Icon
|
|
3364
|
+
} from '../icons/file-lock';
|
|
3365
|
+
// FileKey aliases
|
|
3366
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3367
|
+
export {
|
|
3368
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3369
|
+
default as FileKey2Icon
|
|
3370
|
+
} from '../icons/file-key';
|
|
3371
|
+
// FileMinusCorner aliases
|
|
3372
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as FileMinus2Icon
|
|
3376
|
+
} from '../icons/file-minus-corner';
|
|
3347
3377
|
// FilePenLine aliases
|
|
3348
3378
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3349
3379
|
export {
|
|
@@ -3362,18 +3392,48 @@ export {
|
|
|
3362
3392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3363
3393
|
default as FileVideoIcon
|
|
3364
3394
|
} from '../icons/file-play';
|
|
3365
|
-
// FileVideoCamera aliases
|
|
3366
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3367
|
-
export {
|
|
3368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3369
|
-
default as FileVideo2Icon
|
|
3370
|
-
} from '../icons/file-video-camera';
|
|
3371
3395
|
// FileQuestionMark aliases
|
|
3372
3396
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3373
3397
|
export {
|
|
3374
3398
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3375
3399
|
default as FileQuestionIcon
|
|
3376
3400
|
} from '../icons/file-question-mark';
|
|
3401
|
+
// FileSearchCorner aliases
|
|
3402
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3403
|
+
export {
|
|
3404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3405
|
+
default as FileSearch2Icon
|
|
3406
|
+
} from '../icons/file-search-corner';
|
|
3407
|
+
// FilePlusCorner aliases
|
|
3408
|
+
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3409
|
+
export {
|
|
3410
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3411
|
+
default as FilePlus2Icon
|
|
3412
|
+
} from '../icons/file-plus-corner';
|
|
3413
|
+
// FileSignal aliases
|
|
3414
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as FileVolume2Icon
|
|
3418
|
+
} from '../icons/file-signal';
|
|
3419
|
+
// FileVideoCamera aliases
|
|
3420
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as FileVideo2Icon
|
|
3424
|
+
} from '../icons/file-video-camera';
|
|
3425
|
+
// FileTypeCorner aliases
|
|
3426
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3427
|
+
export {
|
|
3428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3429
|
+
default as FileType2Icon
|
|
3430
|
+
} from '../icons/file-type-corner';
|
|
3431
|
+
// FileXCorner aliases
|
|
3432
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3433
|
+
export {
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as FileX2Icon
|
|
3436
|
+
} from '../icons/file-x-corner';
|
|
3377
3437
|
// FolderCog aliases
|
|
3378
3438
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3379
3439
|
export {
|
|
@@ -3386,48 +3446,42 @@ export {
|
|
|
3386
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3387
3447
|
default as FolderEditIcon
|
|
3388
3448
|
} from '../icons/folder-pen';
|
|
3389
|
-
// Funnel aliases
|
|
3390
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3391
|
-
export {
|
|
3392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3393
|
-
default as FilterIcon
|
|
3394
|
-
} from '../icons/funnel';
|
|
3395
3449
|
// FunnelX aliases
|
|
3396
3450
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3397
3451
|
export {
|
|
3398
3452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3399
3453
|
default as FilterXIcon
|
|
3400
3454
|
} from '../icons/funnel-x';
|
|
3455
|
+
// Funnel aliases
|
|
3456
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FilterIcon
|
|
3460
|
+
} from '../icons/funnel';
|
|
3401
3461
|
// GitCommitHorizontal aliases
|
|
3402
3462
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3403
3463
|
export {
|
|
3404
3464
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3405
3465
|
default as GitCommitIcon
|
|
3406
3466
|
} from '../icons/git-commit-horizontal';
|
|
3407
|
-
// Grid2x2Check aliases
|
|
3408
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3409
|
-
export {
|
|
3410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3411
|
-
default as Grid2X2CheckIcon
|
|
3412
|
-
} from '../icons/grid-2x2-check';
|
|
3413
3467
|
// Grid2x2Plus aliases
|
|
3414
3468
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3415
3469
|
export {
|
|
3416
3470
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3417
3471
|
default as Grid2X2PlusIcon
|
|
3418
3472
|
} from '../icons/grid-2x2-plus';
|
|
3473
|
+
// Grid2x2Check aliases
|
|
3474
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3475
|
+
export {
|
|
3476
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3477
|
+
default as Grid2X2CheckIcon
|
|
3478
|
+
} from '../icons/grid-2x2-check';
|
|
3419
3479
|
// Grid2x2X aliases
|
|
3420
3480
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3421
3481
|
export {
|
|
3422
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3423
3483
|
default as Grid2X2XIcon
|
|
3424
3484
|
} from '../icons/grid-2x2-x';
|
|
3425
|
-
// Grid2x2 aliases
|
|
3426
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3427
|
-
export {
|
|
3428
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3429
|
-
default as Grid2X2Icon
|
|
3430
|
-
} from '../icons/grid-2x2';
|
|
3431
3485
|
// Grid3x3 aliases
|
|
3432
3486
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3433
3487
|
export {
|
|
@@ -3438,36 +3492,36 @@ export {
|
|
|
3438
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
3439
3493
|
default as Grid3X3Icon
|
|
3440
3494
|
} from '../icons/grid-3x3';
|
|
3495
|
+
// Grid2x2 aliases
|
|
3496
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as Grid2X2Icon
|
|
3500
|
+
} from '../icons/grid-2x2';
|
|
3441
3501
|
// HandGrab aliases
|
|
3442
3502
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3443
3503
|
export {
|
|
3444
3504
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
3445
3505
|
default as GrabIcon
|
|
3446
3506
|
} from '../icons/hand-grab';
|
|
3447
|
-
// House aliases
|
|
3448
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3451
|
-
default as HomeIcon
|
|
3452
|
-
} from '../icons/house';
|
|
3453
3507
|
// HandHelping aliases
|
|
3454
3508
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3455
3509
|
export {
|
|
3456
3510
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
3457
3511
|
default as HelpingHandIcon
|
|
3458
3512
|
} from '../icons/hand-helping';
|
|
3513
|
+
// House aliases
|
|
3514
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3515
|
+
export {
|
|
3516
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3517
|
+
default as HomeIcon
|
|
3518
|
+
} from '../icons/house';
|
|
3459
3519
|
// IceCreamBowl aliases
|
|
3460
3520
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3461
3521
|
export {
|
|
3462
3522
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3463
3523
|
default as IceCream2Icon
|
|
3464
3524
|
} from '../icons/ice-cream-bowl';
|
|
3465
|
-
// IceCreamCone aliases
|
|
3466
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3467
|
-
export {
|
|
3468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3469
|
-
default as IceCreamIcon
|
|
3470
|
-
} from '../icons/ice-cream-cone';
|
|
3471
3525
|
// LaptopMinimal aliases
|
|
3472
3526
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3473
3527
|
export {
|
|
@@ -3480,6 +3534,12 @@ export {
|
|
|
3480
3534
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3481
3535
|
default as Layers3Icon
|
|
3482
3536
|
} from '../icons/layers';
|
|
3537
|
+
// IceCreamCone aliases
|
|
3538
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3541
|
+
default as IceCreamIcon
|
|
3542
|
+
} from '../icons/ice-cream-cone';
|
|
3483
3543
|
// ListIndentDecrease aliases
|
|
3484
3544
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3485
3545
|
export {
|
|
@@ -3536,30 +3596,30 @@ export {
|
|
|
3536
3596
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3537
3597
|
default as MessageCircleQuestionIcon
|
|
3538
3598
|
} from '../icons/message-circle-question-mark';
|
|
3539
|
-
// Move3d aliases
|
|
3540
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3541
|
-
export {
|
|
3542
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3543
|
-
default as Move3DIcon
|
|
3544
|
-
} from '../icons/move-3d';
|
|
3545
3599
|
// MicVocal aliases
|
|
3546
3600
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3547
3601
|
export {
|
|
3548
3602
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3549
3603
|
default as Mic2Icon
|
|
3550
3604
|
} from '../icons/mic-vocal';
|
|
3551
|
-
//
|
|
3552
|
-
export { default as
|
|
3605
|
+
// Move3d aliases
|
|
3606
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3553
3607
|
export {
|
|
3554
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3555
|
-
default as
|
|
3556
|
-
} from '../icons/
|
|
3608
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3609
|
+
default as Move3DIcon
|
|
3610
|
+
} from '../icons/move-3d';
|
|
3557
3611
|
// OctagonPause aliases
|
|
3558
3612
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3559
3613
|
export {
|
|
3560
3614
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3561
3615
|
default as PauseOctagonIcon
|
|
3562
3616
|
} from '../icons/octagon-pause';
|
|
3617
|
+
// OctagonAlert aliases
|
|
3618
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3619
|
+
export {
|
|
3620
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3621
|
+
default as AlertOctagonIcon
|
|
3622
|
+
} from '../icons/octagon-alert';
|
|
3563
3623
|
// OctagonX aliases
|
|
3564
3624
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3565
3625
|
export {
|
|
@@ -3584,24 +3644,18 @@ export {
|
|
|
3584
3644
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3585
3645
|
default as SidebarCloseIcon
|
|
3586
3646
|
} from '../icons/panel-left-close';
|
|
3587
|
-
// PanelLeftDashed aliases
|
|
3588
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3589
|
-
export {
|
|
3590
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3591
|
-
default as PanelLeftInactiveIcon
|
|
3592
|
-
} from '../icons/panel-left-dashed';
|
|
3593
3647
|
// PanelLeftOpen aliases
|
|
3594
3648
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3595
3649
|
export {
|
|
3596
3650
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3597
3651
|
default as SidebarOpenIcon
|
|
3598
3652
|
} from '../icons/panel-left-open';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3653
|
+
// PanelLeftDashed aliases
|
|
3654
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3601
3655
|
export {
|
|
3602
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3603
|
-
default as
|
|
3604
|
-
} from '../icons/panel-left';
|
|
3656
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3657
|
+
default as PanelLeftInactiveIcon
|
|
3658
|
+
} from '../icons/panel-left-dashed';
|
|
3605
3659
|
// PanelRightDashed aliases
|
|
3606
3660
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3607
3661
|
export {
|
|
@@ -3614,36 +3668,42 @@ export {
|
|
|
3614
3668
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3615
3669
|
default as PanelTopInactiveIcon
|
|
3616
3670
|
} from '../icons/panel-top-dashed';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3671
|
+
// PanelLeft aliases
|
|
3672
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3619
3673
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/
|
|
3674
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3675
|
+
default as SidebarIcon
|
|
3676
|
+
} from '../icons/panel-left';
|
|
3623
3677
|
// PanelsTopLeft aliases
|
|
3624
3678
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3625
3679
|
export {
|
|
3626
3680
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3627
3681
|
default as LayoutIcon
|
|
3628
3682
|
} from '../icons/panels-top-left';
|
|
3683
|
+
// PenLine aliases
|
|
3684
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3685
|
+
export {
|
|
3686
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3687
|
+
default as Edit3Icon
|
|
3688
|
+
} from '../icons/pen-line';
|
|
3629
3689
|
// Pen aliases
|
|
3630
3690
|
export { default as PenIcon } from '../icons/pen';
|
|
3631
3691
|
export {
|
|
3632
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3633
3693
|
default as Edit2Icon
|
|
3634
3694
|
} from '../icons/pen';
|
|
3635
|
-
// PlugZap aliases
|
|
3636
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3637
|
-
export {
|
|
3638
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3639
|
-
default as PlugZap2Icon
|
|
3640
|
-
} from '../icons/plug-zap';
|
|
3641
3695
|
// RectangleEllipsis aliases
|
|
3642
3696
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3643
3697
|
export {
|
|
3644
3698
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3645
3699
|
default as FormInputIcon
|
|
3646
3700
|
} from '../icons/rectangle-ellipsis';
|
|
3701
|
+
// PlugZap aliases
|
|
3702
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3703
|
+
export {
|
|
3704
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
3705
|
+
default as PlugZap2Icon
|
|
3706
|
+
} from '../icons/plug-zap';
|
|
3647
3707
|
// Rotate3d aliases
|
|
3648
3708
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3649
3709
|
export {
|
|
@@ -3692,18 +3752,18 @@ export {
|
|
|
3692
3752
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3693
3753
|
default as SlidersIcon
|
|
3694
3754
|
} from '../icons/sliders-vertical';
|
|
3695
|
-
// Sparkles aliases
|
|
3696
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3697
|
-
export {
|
|
3698
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3699
|
-
default as StarsIcon
|
|
3700
|
-
} from '../icons/sparkles';
|
|
3701
3755
|
// SquareActivity aliases
|
|
3702
3756
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3703
3757
|
export {
|
|
3704
3758
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3705
3759
|
default as ActivitySquareIcon
|
|
3706
3760
|
} from '../icons/square-activity';
|
|
3761
|
+
// Sparkles aliases
|
|
3762
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3763
|
+
export {
|
|
3764
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3765
|
+
default as StarsIcon
|
|
3766
|
+
} from '../icons/sparkles';
|
|
3707
3767
|
// SquareArrowDownLeft aliases
|
|
3708
3768
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3709
3769
|
export {
|
|
@@ -3716,24 +3776,30 @@ export {
|
|
|
3716
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3717
3777
|
default as ArrowDownRightSquareIcon
|
|
3718
3778
|
} from '../icons/square-arrow-down-right';
|
|
3719
|
-
// SquareArrowLeft aliases
|
|
3720
|
-
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3721
|
-
export {
|
|
3722
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3723
|
-
default as ArrowLeftSquareIcon
|
|
3724
|
-
} from '../icons/square-arrow-left';
|
|
3725
3779
|
// SquareArrowDown aliases
|
|
3726
3780
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3727
3781
|
export {
|
|
3728
3782
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3729
3783
|
default as ArrowDownSquareIcon
|
|
3730
3784
|
} from '../icons/square-arrow-down';
|
|
3785
|
+
// SquareArrowLeft aliases
|
|
3786
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3787
|
+
export {
|
|
3788
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3789
|
+
default as ArrowLeftSquareIcon
|
|
3790
|
+
} from '../icons/square-arrow-left';
|
|
3731
3791
|
// SquareArrowOutDownLeft aliases
|
|
3732
3792
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3733
3793
|
export {
|
|
3734
3794
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3735
3795
|
default as ArrowDownLeftFromSquareIcon
|
|
3736
3796
|
} from '../icons/square-arrow-out-down-left';
|
|
3797
|
+
// SquareArrowOutUpRight aliases
|
|
3798
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3799
|
+
export {
|
|
3800
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3801
|
+
default as ArrowUpRightFromSquareIcon
|
|
3802
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3737
3803
|
// SquareArrowOutDownRight aliases
|
|
3738
3804
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3739
3805
|
export {
|
|
@@ -3746,12 +3812,6 @@ export {
|
|
|
3746
3812
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3747
3813
|
default as ArrowUpLeftFromSquareIcon
|
|
3748
3814
|
} from '../icons/square-arrow-out-up-left';
|
|
3749
|
-
// SquareArrowOutUpRight aliases
|
|
3750
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3751
|
-
export {
|
|
3752
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
3753
|
-
default as ArrowUpRightFromSquareIcon
|
|
3754
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3755
3815
|
// SquareArrowRight aliases
|
|
3756
3816
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3757
3817
|
export {
|
|
@@ -3770,18 +3830,18 @@ export {
|
|
|
3770
3830
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3771
3831
|
default as ArrowUpRightSquareIcon
|
|
3772
3832
|
} from '../icons/square-arrow-up-right';
|
|
3773
|
-
// SquareArrowUp aliases
|
|
3774
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3775
|
-
export {
|
|
3776
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3777
|
-
default as ArrowUpSquareIcon
|
|
3778
|
-
} from '../icons/square-arrow-up';
|
|
3779
3833
|
// SquareAsterisk aliases
|
|
3780
3834
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3781
3835
|
export {
|
|
3782
3836
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3783
3837
|
default as AsteriskSquareIcon
|
|
3784
3838
|
} from '../icons/square-asterisk';
|
|
3839
|
+
// SquareArrowUp aliases
|
|
3840
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3841
|
+
export {
|
|
3842
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3843
|
+
default as ArrowUpSquareIcon
|
|
3844
|
+
} from '../icons/square-arrow-up';
|
|
3785
3845
|
// SquareBottomDashedScissors aliases
|
|
3786
3846
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3787
3847
|
export {
|
|
@@ -3804,6 +3864,12 @@ export {
|
|
|
3804
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
3805
3865
|
default as CheckSquareIcon
|
|
3806
3866
|
} from '../icons/square-check-big';
|
|
3867
|
+
// SquareCheck aliases
|
|
3868
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3869
|
+
export {
|
|
3870
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3871
|
+
default as CheckSquare2Icon
|
|
3872
|
+
} from '../icons/square-check';
|
|
3807
3873
|
// SquareChevronDown aliases
|
|
3808
3874
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3809
3875
|
export {
|
|
@@ -3816,12 +3882,6 @@ export {
|
|
|
3816
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
3817
3883
|
default as ChevronLeftSquareIcon
|
|
3818
3884
|
} from '../icons/square-chevron-left';
|
|
3819
|
-
// SquareCheck aliases
|
|
3820
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3821
|
-
export {
|
|
3822
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
3823
|
-
default as CheckSquare2Icon
|
|
3824
|
-
} from '../icons/square-check';
|
|
3825
3885
|
// SquareChevronRight aliases
|
|
3826
3886
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3827
3887
|
export {
|
|
@@ -3834,30 +3894,30 @@ export {
|
|
|
3834
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3835
3895
|
default as CodeSquareIcon
|
|
3836
3896
|
} from '../icons/square-code';
|
|
3837
|
-
// SquareDashedKanban aliases
|
|
3838
|
-
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3839
|
-
export {
|
|
3840
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3841
|
-
default as KanbanSquareDashedIcon
|
|
3842
|
-
} from '../icons/square-dashed-kanban';
|
|
3843
3897
|
// SquareChevronUp aliases
|
|
3844
3898
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3845
3899
|
export {
|
|
3846
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3847
3901
|
default as ChevronUpSquareIcon
|
|
3848
3902
|
} from '../icons/square-chevron-up';
|
|
3849
|
-
//
|
|
3850
|
-
export { default as
|
|
3903
|
+
// SquareDashedKanban aliases
|
|
3904
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3851
3905
|
export {
|
|
3852
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3853
|
-
default as
|
|
3854
|
-
} from '../icons/square-dashed';
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
3907
|
+
default as KanbanSquareDashedIcon
|
|
3908
|
+
} from '../icons/square-dashed-kanban';
|
|
3855
3909
|
// SquareDashedMousePointer aliases
|
|
3856
3910
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3857
3911
|
export {
|
|
3858
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
3859
3913
|
default as MousePointerSquareDashedIcon
|
|
3860
3914
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3915
|
+
// SquareDashed aliases
|
|
3916
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3917
|
+
export {
|
|
3918
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
3919
|
+
default as BoxSelectIcon
|
|
3920
|
+
} from '../icons/square-dashed';
|
|
3861
3921
|
// SquareDivide aliases
|
|
3862
3922
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3863
3923
|
export {
|
|
@@ -3876,6 +3936,12 @@ export {
|
|
|
3876
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3877
3937
|
default as EqualSquareIcon
|
|
3878
3938
|
} from '../icons/square-equal';
|
|
3939
|
+
// SquareFunction aliases
|
|
3940
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3943
|
+
default as FunctionSquareIcon
|
|
3944
|
+
} from '../icons/square-function';
|
|
3879
3945
|
// SquareKanban aliases
|
|
3880
3946
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3881
3947
|
export {
|
|
@@ -3888,24 +3954,18 @@ export {
|
|
|
3888
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3889
3955
|
default as LibrarySquareIcon
|
|
3890
3956
|
} from '../icons/square-library';
|
|
3891
|
-
//
|
|
3892
|
-
export { default as
|
|
3957
|
+
// SquareM aliases
|
|
3958
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3893
3959
|
export {
|
|
3894
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3895
|
-
default as
|
|
3896
|
-
} from '../icons/square-
|
|
3960
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3961
|
+
default as MSquareIcon
|
|
3962
|
+
} from '../icons/square-m';
|
|
3897
3963
|
// SquareMenu aliases
|
|
3898
3964
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3899
3965
|
export {
|
|
3900
3966
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3901
3967
|
default as MenuSquareIcon
|
|
3902
3968
|
} from '../icons/square-menu';
|
|
3903
|
-
// SquareM aliases
|
|
3904
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3905
|
-
export {
|
|
3906
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. This alias will be removed in v1.0 */
|
|
3907
|
-
default as MSquareIcon
|
|
3908
|
-
} from '../icons/square-m';
|
|
3909
3969
|
// SquareMinus aliases
|
|
3910
3970
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3911
3971
|
export {
|
|
@@ -3944,18 +4004,18 @@ export {
|
|
|
3944
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
3945
4005
|
default as PenSquareIcon
|
|
3946
4006
|
} from '../icons/square-pen';
|
|
3947
|
-
// SquarePercent aliases
|
|
3948
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3949
|
-
export {
|
|
3950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
3951
|
-
default as PercentSquareIcon
|
|
3952
|
-
} from '../icons/square-percent';
|
|
3953
4007
|
// SquarePi aliases
|
|
3954
4008
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3955
4009
|
export {
|
|
3956
4010
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
3957
4011
|
default as PiSquareIcon
|
|
3958
4012
|
} from '../icons/square-pi';
|
|
4013
|
+
// SquarePercent aliases
|
|
4014
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4015
|
+
export {
|
|
4016
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4017
|
+
default as PercentSquareIcon
|
|
4018
|
+
} from '../icons/square-percent';
|
|
3959
4019
|
// SquarePilcrow aliases
|
|
3960
4020
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3961
4021
|
export {
|
|
@@ -3992,18 +4052,18 @@ export {
|
|
|
3992
4052
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
3993
4053
|
default as SigmaSquareIcon
|
|
3994
4054
|
} from '../icons/square-sigma';
|
|
3995
|
-
// SquareSlash aliases
|
|
3996
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
3999
|
-
default as SlashSquareIcon
|
|
4000
|
-
} from '../icons/square-slash';
|
|
4001
4055
|
// SquareSplitHorizontal aliases
|
|
4002
4056
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4003
4057
|
export {
|
|
4004
4058
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
4005
4059
|
default as SplitSquareHorizontalIcon
|
|
4006
4060
|
} from '../icons/square-split-horizontal';
|
|
4061
|
+
// SquareSlash aliases
|
|
4062
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4063
|
+
export {
|
|
4064
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4065
|
+
default as SlashSquareIcon
|
|
4066
|
+
} from '../icons/square-slash';
|
|
4007
4067
|
// SquareSplitVertical aliases
|
|
4008
4068
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4009
4069
|
export {
|
|
@@ -4016,18 +4076,18 @@ export {
|
|
|
4016
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4017
4077
|
default as TerminalSquareIcon
|
|
4018
4078
|
} from '../icons/square-terminal';
|
|
4019
|
-
// SquareUserRound aliases
|
|
4020
|
-
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4023
|
-
default as UserSquare2Icon
|
|
4024
|
-
} from '../icons/square-user-round';
|
|
4025
4079
|
// SquareUser aliases
|
|
4026
4080
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4027
4081
|
export {
|
|
4028
4082
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4029
4083
|
default as UserSquareIcon
|
|
4030
4084
|
} from '../icons/square-user';
|
|
4085
|
+
// SquareUserRound aliases
|
|
4086
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4089
|
+
default as UserSquare2Icon
|
|
4090
|
+
} from '../icons/square-user-round';
|
|
4031
4091
|
// SquareX aliases
|
|
4032
4092
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4033
4093
|
export {
|
|
@@ -4074,42 +4134,36 @@ export {
|
|
|
4074
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
4075
4135
|
default as LetterTextIcon
|
|
4076
4136
|
} from '../icons/text-initial';
|
|
4077
|
-
// TextWrap aliases
|
|
4078
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4079
|
-
export {
|
|
4080
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4081
|
-
default as WrapTextIcon
|
|
4082
|
-
} from '../icons/text-wrap';
|
|
4083
|
-
// TramFront aliases
|
|
4084
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4085
|
-
export {
|
|
4086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4087
|
-
default as TrainIcon
|
|
4088
|
-
} from '../icons/tram-front';
|
|
4089
4137
|
// TextSelect aliases
|
|
4090
4138
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4091
4139
|
export {
|
|
4092
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4093
4141
|
default as TextSelectionIcon
|
|
4094
4142
|
} from '../icons/text-select';
|
|
4143
|
+
// TextWrap aliases
|
|
4144
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4145
|
+
export {
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as WrapTextIcon
|
|
4148
|
+
} from '../icons/text-wrap';
|
|
4095
4149
|
// TreePalm aliases
|
|
4096
4150
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4097
4151
|
export {
|
|
4098
4152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4099
4153
|
default as PalmtreeIcon
|
|
4100
4154
|
} from '../icons/tree-palm';
|
|
4155
|
+
// TramFront aliases
|
|
4156
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4157
|
+
export {
|
|
4158
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4159
|
+
default as TrainIcon
|
|
4160
|
+
} from '../icons/tram-front';
|
|
4101
4161
|
// TriangleAlert aliases
|
|
4102
4162
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4103
4163
|
export {
|
|
4104
4164
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4105
4165
|
default as AlertTriangleIcon
|
|
4106
4166
|
} from '../icons/triangle-alert';
|
|
4107
|
-
// University aliases
|
|
4108
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
4109
|
-
export {
|
|
4110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4111
|
-
default as School2Icon
|
|
4112
|
-
} from '../icons/university';
|
|
4113
4167
|
// TvMinimal aliases
|
|
4114
4168
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4115
4169
|
export {
|
|
@@ -4122,36 +4176,48 @@ export {
|
|
|
4122
4176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4123
4177
|
default as UserCheck2Icon
|
|
4124
4178
|
} from '../icons/user-round-check';
|
|
4179
|
+
// University aliases
|
|
4180
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
4181
|
+
export {
|
|
4182
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4183
|
+
default as School2Icon
|
|
4184
|
+
} from '../icons/university';
|
|
4125
4185
|
// UserRoundCog aliases
|
|
4126
4186
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4127
4187
|
export {
|
|
4128
4188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4129
4189
|
default as UserCog2Icon
|
|
4130
4190
|
} from '../icons/user-round-cog';
|
|
4191
|
+
// UserRoundPlus aliases
|
|
4192
|
+
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4193
|
+
export {
|
|
4194
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4195
|
+
default as UserPlus2Icon
|
|
4196
|
+
} from '../icons/user-round-plus';
|
|
4131
4197
|
// UserRoundMinus aliases
|
|
4132
4198
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4133
4199
|
export {
|
|
4134
4200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4135
4201
|
default as UserMinus2Icon
|
|
4136
4202
|
} from '../icons/user-round-minus';
|
|
4137
|
-
//
|
|
4138
|
-
export { default as
|
|
4203
|
+
// UserRound aliases
|
|
4204
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4139
4205
|
export {
|
|
4140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4141
|
-
default as
|
|
4142
|
-
} from '../icons/user-round
|
|
4206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4207
|
+
default as User2Icon
|
|
4208
|
+
} from '../icons/user-round';
|
|
4143
4209
|
// UserRoundX aliases
|
|
4144
4210
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4145
4211
|
export {
|
|
4146
4212
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4147
4213
|
default as UserX2Icon
|
|
4148
4214
|
} from '../icons/user-round-x';
|
|
4149
|
-
//
|
|
4150
|
-
export { default as
|
|
4215
|
+
// UtensilsCrossed aliases
|
|
4216
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4151
4217
|
export {
|
|
4152
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4153
|
-
default as
|
|
4154
|
-
} from '../icons/
|
|
4218
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4219
|
+
default as ForkKnifeCrossedIcon
|
|
4220
|
+
} from '../icons/utensils-crossed';
|
|
4155
4221
|
// UsersRound aliases
|
|
4156
4222
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4157
4223
|
export {
|
|
@@ -4164,12 +4230,6 @@ export {
|
|
|
4164
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4165
4231
|
default as ForkKnifeIcon
|
|
4166
4232
|
} from '../icons/utensils';
|
|
4167
|
-
// UtensilsCrossed aliases
|
|
4168
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4169
|
-
export {
|
|
4170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
4171
|
-
default as ForkKnifeCrossedIcon
|
|
4172
|
-
} from '../icons/utensils-crossed';
|
|
4173
4233
|
// WalletMinimal aliases
|
|
4174
4234
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4175
4235
|
export {
|