@lucide/astro 0.575.0 → 0.576.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 +88 -88
- package/src/aliases/prefixed.ts +652 -624
- package/src/aliases/suffixed.ts +965 -937
- package/src/icons/cuboid.ts +2 -2
- package/src/icons/fishing-rod.ts +18 -0
- package/src/icons/index.ts +104 -90
- package/src/icons/package-check.ts +2 -2
- package/src/icons/package-minus.ts +2 -2
- package/src/icons/package-plus.ts +2 -2
- package/src/icons/package-search.ts +2 -2
- package/src/icons/package-x.ts +2 -2
- package/src/icons/receipt-cent.ts +2 -2
- package/src/icons/receipt-euro.ts +2 -2
- package/src/icons/receipt-indian-rupee.ts +2 -2
- package/src/icons/receipt-japanese-yen.ts +2 -2
- package/src/icons/receipt-pound-sterling.ts +2 -2
- package/src/icons/receipt-russian-ruble.ts +2 -2
- package/src/icons/receipt-swiss-franc.ts +2 -2
- package/src/icons/receipt-turkish-lira.ts +2 -2
- package/src/icons/receipt.ts +2 -2
- package/src/icons/zodiac-aquarius.ts +18 -0
- package/src/icons/zodiac-aries.ts +18 -0
- package/src/icons/zodiac-cancer.ts +18 -0
- package/src/icons/zodiac-capricorn.ts +18 -0
- package/src/icons/zodiac-gemini.ts +18 -0
- package/src/icons/zodiac-leo.ts +18 -0
- package/src/icons/zodiac-libra.ts +18 -0
- package/src/icons/zodiac-ophiuchus.ts +18 -0
- package/src/icons/zodiac-pisces.ts +18 -0
- package/src/icons/zodiac-sagittarius.ts +18 -0
- package/src/icons/zodiac-scorpio.ts +18 -0
- package/src/icons/zodiac-taurus.ts +18 -0
- package/src/icons/zodiac-virgo.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,18 +2,20 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// ALargeSmall aliases
|
|
4
4
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
//
|
|
6
|
-
export { default as
|
|
5
|
+
// AArrowUp aliases
|
|
6
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
|
+
// Activity aliases
|
|
10
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
9
11
|
// AirVent aliases
|
|
10
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
13
|
// Airplay aliases
|
|
12
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
-
// AlarmClock aliases
|
|
14
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
15
|
// AlarmClockOff aliases
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
+
// AlarmClock aliases
|
|
18
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
19
|
// AlarmSmoke aliases
|
|
18
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
21
|
// Album aliases
|
|
@@ -22,24 +24,24 @@ export { default as AlbumIcon } from '../icons/album';
|
|
|
22
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
25
|
// AlignCenterVertical aliases
|
|
24
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
27
|
// AlignEndVertical aliases
|
|
28
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
31
|
// AlignHorizontalDistributeCenter aliases
|
|
30
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
33
|
// AlignHorizontalDistributeEnd aliases
|
|
32
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
35
|
// AlignHorizontalDistributeStart aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
37
|
// AlignHorizontalJustifyEnd aliases
|
|
38
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
-
//
|
|
40
|
-
export { default as
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalSpaceAround aliases
|
|
42
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
45
|
// AlignHorizontalSpaceBetween aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
47
|
// AlignStartHorizontal aliases
|
|
@@ -50,12 +52,12 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
50
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
53
|
// AlignVerticalDistributeEnd aliases
|
|
52
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
// AlignVerticalJustifyEnd aliases
|
|
54
|
-
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
55
55
|
// AlignVerticalDistributeStart aliases
|
|
56
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
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';
|
|
59
61
|
// AlignVerticalJustifyStart aliases
|
|
60
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
61
63
|
// AlignVerticalSpaceAround aliases
|
|
@@ -64,46 +66,46 @@ export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical
|
|
|
64
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
67
|
// Ambulance aliases
|
|
66
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
67
|
-
// Ampersands aliases
|
|
68
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
69
|
// Ampersand aliases
|
|
70
70
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
71
|
+
// Ampersands aliases
|
|
72
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
73
|
// Amphora aliases
|
|
72
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
|
-
// Angry aliases
|
|
74
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
75
75
|
// Anchor aliases
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Annoyed aliases
|
|
78
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
79
|
// Antenna aliases
|
|
80
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
+
// Angry aliases
|
|
82
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
81
83
|
// Anvil aliases
|
|
82
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
83
87
|
// Aperture aliases
|
|
84
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
89
|
// AppWindow aliases
|
|
86
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
91
|
// Apple aliases
|
|
90
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
93
|
// ArchiveRestore aliases
|
|
92
94
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
-
// Archive aliases
|
|
94
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
95
|
-
// ArchiveX aliases
|
|
96
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
95
|
// Armchair aliases
|
|
98
96
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
97
|
+
// ArchiveX aliases
|
|
98
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
+
// Archive aliases
|
|
100
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
101
|
// ArrowBigDownDash aliases
|
|
100
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
105
|
// ArrowBigLeft aliases
|
|
102
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
103
107
|
// ArrowBigLeftDash aliases
|
|
104
108
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
-
// ArrowBigDown aliases
|
|
106
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
111
|
// ArrowBigRight aliases
|
|
@@ -112,46 +114,46 @@ export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
|
112
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
115
|
// ArrowBigUp aliases
|
|
114
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
119
|
// ArrowDownLeft aliases
|
|
116
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
117
|
-
// ArrowDownRight aliases
|
|
118
|
-
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
-
//
|
|
122
|
-
export { default as
|
|
123
|
+
// ArrowDownRight aliases
|
|
124
|
+
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
123
125
|
// ArrowDownToDot aliases
|
|
124
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
125
127
|
// ArrowDownToLine aliases
|
|
126
128
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
-
// ArrowLeftFromLine aliases
|
|
128
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
129
|
-
// ArrowDown aliases
|
|
130
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
129
|
// ArrowDownUp aliases
|
|
132
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
+
// ArrowDown aliases
|
|
132
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
+
// ArrowLeftFromLine aliases
|
|
134
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
135
|
// ArrowLeftRight aliases
|
|
134
136
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
-
// ArrowLeftToLine aliases
|
|
136
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
137
|
// ArrowLeft aliases
|
|
138
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
// ArrowRightToLine aliases
|
|
140
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
141
|
-
// ArrowRightLeft aliases
|
|
142
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
139
|
// ArrowRightFromLine aliases
|
|
144
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
|
+
// ArrowLeftToLine aliases
|
|
142
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
145
|
// ArrowRight aliases
|
|
146
146
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
+
// ArrowRightToLine aliases
|
|
148
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
149
|
// ArrowUpDown aliases
|
|
148
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
151
|
// ArrowUpFromDot aliases
|
|
150
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
-
// ArrowUpFromLine aliases
|
|
152
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
153
153
|
// ArrowUpLeft aliases
|
|
154
154
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
|
+
// ArrowUpFromLine aliases
|
|
156
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
159
|
// ArrowUpToLine aliases
|
|
@@ -166,12 +168,12 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
166
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
167
169
|
// AtSign aliases
|
|
168
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
|
-
// AudioLines aliases
|
|
170
|
-
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
171
|
// Atom aliases
|
|
172
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioWaveform aliases
|
|
174
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
|
+
// AudioLines aliases
|
|
176
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
177
|
// Award aliases
|
|
176
178
|
export { default as AwardIcon } from '../icons/award';
|
|
177
179
|
// Axe aliases
|
|
@@ -188,18 +190,18 @@ export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
|
188
190
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
189
191
|
// BadgeEuro aliases
|
|
190
192
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
191
|
-
// BadgeIndianRupee aliases
|
|
192
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
193
193
|
// BadgeInfo aliases
|
|
194
194
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
195
|
+
// BadgeIndianRupee aliases
|
|
196
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
197
|
// BadgeJapaneseYen aliases
|
|
196
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
197
199
|
// BadgeMinus aliases
|
|
198
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
|
-
// BadgePercent aliases
|
|
200
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
201
|
// BadgePlus aliases
|
|
202
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
+
// BadgePercent aliases
|
|
204
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
203
205
|
// BadgePoundSterling aliases
|
|
204
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
207
|
// BadgeRussianRuble aliases
|
|
@@ -212,12 +214,12 @@ export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
|
212
214
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
215
|
// Badge aliases
|
|
214
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
-
// Balloon aliases
|
|
216
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
217
217
|
// BaggageClaim aliases
|
|
218
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
+
// Balloon aliases
|
|
222
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
221
223
|
// Banana aliases
|
|
222
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
223
225
|
// Bandage aliases
|
|
@@ -226,28 +228,26 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
226
228
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
229
|
// BanknoteArrowUp aliases
|
|
228
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
231
|
// Banknote aliases
|
|
232
232
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
233
|
+
// BanknoteX aliases
|
|
234
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
235
235
|
// Barcode aliases
|
|
236
236
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
237
|
// Barrel aliases
|
|
238
238
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// BatteryCharging aliases
|
|
242
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
241
|
// Bath aliases
|
|
244
242
|
export { default as BathIcon } from '../icons/bath';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
243
|
+
// BatteryCharging aliases
|
|
244
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
245
|
// BatteryFull aliases
|
|
248
246
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
247
|
// BatteryMedium aliases
|
|
250
248
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
+
// BatteryLow aliases
|
|
250
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
251
|
// BatteryPlus aliases
|
|
252
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
253
|
// BatteryWarning aliases
|
|
@@ -262,28 +262,28 @@ export { default as BeanOffIcon } from '../icons/bean-off';
|
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
263
|
// BedDouble aliases
|
|
264
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
265
|
-
// BedSingle aliases
|
|
266
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
267
265
|
// Bed aliases
|
|
268
266
|
export { default as BedIcon } from '../icons/bed';
|
|
269
267
|
// Beef aliases
|
|
270
268
|
export { default as BeefIcon } from '../icons/beef';
|
|
271
|
-
//
|
|
272
|
-
export { default as
|
|
269
|
+
// BedSingle aliases
|
|
270
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
271
|
// Beer aliases
|
|
274
272
|
export { default as BeerIcon } from '../icons/beer';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
273
|
+
// BeerOff aliases
|
|
274
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
275
|
// BellElectric aliases
|
|
278
276
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
279
|
-
//
|
|
280
|
-
export { default as
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
279
|
// BellOff aliases
|
|
282
280
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// BellMinus aliases
|
|
282
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
283
|
// BellRing aliases
|
|
286
284
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
285
|
+
// BellPlus aliases
|
|
286
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
287
287
|
// Bell aliases
|
|
288
288
|
export { default as BellIcon } from '../icons/bell';
|
|
289
289
|
// BetweenVerticalEnd aliases
|
|
@@ -300,152 +300,152 @@ export { default as BinaryIcon } from '../icons/binary';
|
|
|
300
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
301
301
|
// Biohazard aliases
|
|
302
302
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Birdhouse aliases
|
|
306
304
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
307
305
|
// Bitcoin aliases
|
|
308
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Blend aliases
|
|
310
310
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
313
|
-
// BluetoothConnected aliases
|
|
314
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
311
|
// Blinds aliases
|
|
316
312
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
|
+
// BluetoothConnected aliases
|
|
314
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
315
|
// BluetoothOff aliases
|
|
318
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
317
|
// BluetoothSearching aliases
|
|
320
318
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
|
+
// Blocks aliases
|
|
320
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
321
321
|
// Bluetooth aliases
|
|
322
322
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
|
-
// Bolt aliases
|
|
324
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
325
323
|
// Bold aliases
|
|
326
324
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bomb aliases
|
|
328
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
|
+
// Bolt aliases
|
|
328
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
329
329
|
// Bone aliases
|
|
330
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
331
|
// BookA aliases
|
|
332
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookAlert aliases
|
|
334
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
-
// BookAudio aliases
|
|
336
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
335
|
// BookCheck aliases
|
|
338
336
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
|
+
// BookAudio aliases
|
|
338
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
-
//
|
|
348
|
-
export { default as
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
347
|
// BookKey aliases
|
|
350
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
|
+
// BookImage aliases
|
|
350
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookLock aliases
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMinus aliases
|
|
354
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
355
|
-
// BookMarked aliases
|
|
356
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
355
|
// BookOpenCheck aliases
|
|
360
356
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
+
// BookOpenText aliases
|
|
358
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
+
// BookMarked aliases
|
|
360
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookPlus aliases
|
|
364
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
363
|
// BookSearch aliases
|
|
366
364
|
export { default as BookSearchIcon } from '../icons/book-search';
|
|
365
|
+
// BookPlus aliases
|
|
366
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
367
|
// BookText aliases
|
|
368
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
369
|
// BookType aliases
|
|
370
370
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
371
|
// BookUp2 aliases
|
|
372
372
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookUp aliases
|
|
374
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
-
// BookX aliases
|
|
376
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
377
373
|
// BookUser aliases
|
|
378
374
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
375
|
+
// BookX aliases
|
|
376
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
377
|
+
// BookUp aliases
|
|
378
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
379
379
|
// Book aliases
|
|
380
380
|
export { default as BookIcon } from '../icons/book';
|
|
381
|
-
// BookmarkMinus aliases
|
|
382
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
383
381
|
// BookmarkCheck aliases
|
|
384
382
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
383
|
+
// BookmarkMinus aliases
|
|
384
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkPlus aliases
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
// BoomBox aliases
|
|
390
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
+
// BoomBox aliases
|
|
392
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
-
// BottleWine aliases
|
|
398
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
399
397
|
// Bot aliases
|
|
400
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
+
// BottleWine aliases
|
|
400
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
401
|
// BowArrow aliases
|
|
402
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
|
-
// Boxes aliases
|
|
404
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
405
403
|
// Box aliases
|
|
406
404
|
export { default as BoxIcon } from '../icons/box';
|
|
405
|
+
// Boxes aliases
|
|
406
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
407
407
|
// Brackets aliases
|
|
408
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
409
409
|
// BrainCircuit aliases
|
|
410
410
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// Brain aliases
|
|
412
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
413
411
|
// BrainCog aliases
|
|
414
412
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
|
-
//
|
|
416
|
-
export { default as
|
|
413
|
+
// Brain aliases
|
|
414
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
417
415
|
// BrickWallFire aliases
|
|
418
416
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
|
-
//
|
|
420
|
-
export { default as
|
|
417
|
+
// BrickWallShield aliases
|
|
418
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
419
|
// BrickWall aliases
|
|
422
420
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
|
+
// BriefcaseBusiness aliases
|
|
422
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
423
|
// BriefcaseMedical aliases
|
|
424
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
425
|
// BriefcaseConveyorBelt aliases
|
|
426
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
-
// BrushCleaning aliases
|
|
428
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
427
|
// Briefcase aliases
|
|
430
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
429
|
// BringToFront aliases
|
|
432
430
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
|
+
// BrushCleaning aliases
|
|
432
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
-
// Bubbles aliases
|
|
436
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
435
|
// BugOff aliases
|
|
438
436
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
+
// Bubbles aliases
|
|
438
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
|
-
// Building2 aliases
|
|
444
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
445
441
|
// Building aliases
|
|
446
442
|
export { default as BuildingIcon } from '../icons/building';
|
|
443
|
+
// Bug aliases
|
|
444
|
+
export { default as BugIcon } from '../icons/bug';
|
|
447
445
|
// BusFront aliases
|
|
448
446
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
|
+
// Building2 aliases
|
|
448
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
@@ -458,54 +458,54 @@ export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
|
-
// CalendarArrowDown aliases
|
|
462
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
463
461
|
// Calendar1 aliases
|
|
464
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
+
// CalendarArrowDown aliases
|
|
464
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
465
|
// CalendarArrowUp aliases
|
|
466
466
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
|
-
// CalendarCog aliases
|
|
470
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
469
|
// CalendarCheck aliases
|
|
472
470
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
473
471
|
// CalendarClock aliases
|
|
474
472
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
475
|
-
//
|
|
476
|
-
export { default as
|
|
473
|
+
// CalendarCog aliases
|
|
474
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
475
|
// CalendarDays aliases
|
|
478
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
477
|
// CalendarHeart aliases
|
|
480
478
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
481
481
|
// CalendarMinus2 aliases
|
|
482
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
483
|
// CalendarMinus aliases
|
|
484
484
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
485
|
// CalendarOff aliases
|
|
486
486
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
|
-
// CalendarPlus aliases
|
|
488
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
489
487
|
// CalendarPlus2 aliases
|
|
490
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// CalendarPlus aliases
|
|
490
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
491
|
// CalendarSearch aliases
|
|
494
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
493
|
// CalendarSync aliases
|
|
496
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
+
// CalendarRange aliases
|
|
496
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
497
497
|
// CalendarX2 aliases
|
|
498
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarX aliases
|
|
500
500
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
|
-
// Calendar aliases
|
|
502
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
501
|
// Calendars aliases
|
|
504
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
505
|
-
//
|
|
506
|
-
export { default as
|
|
503
|
+
// Calendar aliases
|
|
504
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
507
505
|
// CameraOff aliases
|
|
508
506
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
507
|
+
// Camera aliases
|
|
508
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
509
509
|
// CandyCane aliases
|
|
510
510
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
511
511
|
// CandyOff aliases
|
|
@@ -534,12 +534,12 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
534
534
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
535
535
|
// CaseSensitive aliases
|
|
536
536
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
537
|
-
// CassetteTape aliases
|
|
538
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
539
537
|
// CaseUpper aliases
|
|
540
538
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
541
539
|
// Cast aliases
|
|
542
540
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
+
// CassetteTape aliases
|
|
542
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
543
|
// Castle aliases
|
|
544
544
|
export { default as CastleIcon } from '../icons/castle';
|
|
545
545
|
// Cat aliases
|
|
@@ -558,164 +558,164 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
558
558
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
559
559
|
// ChartGantt aliases
|
|
560
560
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
562
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
561
|
// ChartNetwork aliases
|
|
564
562
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
563
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
564
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
565
565
|
// ChartNoAxesCombined aliases
|
|
566
566
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
|
-
// CheckCheck aliases
|
|
568
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
569
567
|
// ChartSpline aliases
|
|
570
568
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
569
|
+
// CheckCheck aliases
|
|
570
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
571
571
|
// CheckLine aliases
|
|
572
572
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
573
|
-
// Cherry aliases
|
|
574
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
575
573
|
// Check aliases
|
|
576
574
|
export { default as CheckIcon } from '../icons/check';
|
|
577
575
|
// ChefHat aliases
|
|
578
576
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
579
577
|
// ChessBishop aliases
|
|
580
578
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
579
|
+
// Cherry aliases
|
|
580
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
581
581
|
// ChessKing aliases
|
|
582
582
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
583
583
|
// ChessKnight aliases
|
|
584
584
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
585
|
-
// ChessQueen aliases
|
|
586
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
587
585
|
// ChessPawn aliases
|
|
588
586
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChessQueen aliases
|
|
588
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
591
589
|
// ChevronDown aliases
|
|
592
590
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
591
|
+
// ChessRook aliases
|
|
592
|
+
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
593
|
// ChevronFirst aliases
|
|
596
594
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
595
|
+
// ChevronLast aliases
|
|
596
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
597
|
+
// ChevronRight aliases
|
|
598
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
597
599
|
// ChevronLeft aliases
|
|
598
600
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
599
601
|
// ChevronUp aliases
|
|
600
602
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
601
|
-
// ChevronRight aliases
|
|
602
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
603
603
|
// ChevronsDownUp aliases
|
|
604
604
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
605
|
-
// ChevronsDown aliases
|
|
606
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
607
605
|
// ChevronsLeftRightEllipsis aliases
|
|
608
606
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
607
|
+
// ChevronsDown aliases
|
|
608
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
609
|
// ChevronsLeftRight aliases
|
|
610
610
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
611
|
-
// ChevronsLeft aliases
|
|
612
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
613
611
|
// ChevronsRightLeft aliases
|
|
614
612
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
615
613
|
// ChevronsRight aliases
|
|
616
614
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
615
|
+
// ChevronsLeft aliases
|
|
616
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
617
617
|
// ChevronsUpDown aliases
|
|
618
618
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
619
|
-
// Church aliases
|
|
620
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
621
619
|
// ChevronsUp aliases
|
|
622
620
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
621
|
+
// Church aliases
|
|
622
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
623
623
|
// CigaretteOff aliases
|
|
624
624
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
625
625
|
// Cigarette aliases
|
|
626
626
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
627
|
-
// CircleDollarSign aliases
|
|
628
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
629
627
|
// CircleDashed aliases
|
|
630
628
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
629
|
+
// CircleDollarSign aliases
|
|
630
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
633
631
|
// CircleDotDashed aliases
|
|
634
632
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
635
633
|
// CircleEllipsis aliases
|
|
636
634
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
635
|
+
// CircleDot aliases
|
|
636
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
637
637
|
// CircleEqual aliases
|
|
638
638
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
639
639
|
// CircleFadingArrowUp aliases
|
|
640
640
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
641
641
|
// CircleFadingPlus aliases
|
|
642
642
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
643
|
-
// CirclePile aliases
|
|
644
|
-
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
645
643
|
// CircleOff aliases
|
|
646
644
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
645
|
+
// CirclePile aliases
|
|
646
|
+
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
647
647
|
// CircleSlash aliases
|
|
648
648
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
649
|
-
// CirclePoundSterling aliases
|
|
650
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
651
649
|
// CircleSmall aliases
|
|
652
650
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
651
|
+
// CirclePoundSterling aliases
|
|
652
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleStar aliases
|
|
654
654
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
655
655
|
// Circle aliases
|
|
656
656
|
export { default as CircleIcon } from '../icons/circle';
|
|
657
657
|
// CircuitBoard aliases
|
|
658
658
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
659
|
-
// Citrus aliases
|
|
660
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
661
659
|
// Clapperboard aliases
|
|
662
660
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
663
661
|
// ClipboardCheck aliases
|
|
664
662
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
665
|
-
//
|
|
666
|
-
export { default as
|
|
663
|
+
// Citrus aliases
|
|
664
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
667
665
|
// ClipboardClock aliases
|
|
668
666
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
669
667
|
// ClipboardList aliases
|
|
670
668
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
669
|
+
// ClipboardCopy aliases
|
|
670
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
671
671
|
// ClipboardMinus aliases
|
|
672
672
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
673
|
-
// ClipboardPlus aliases
|
|
674
|
-
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
675
673
|
// ClipboardPaste aliases
|
|
676
674
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
677
675
|
// ClipboardType aliases
|
|
678
676
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
|
+
// ClipboardPlus aliases
|
|
678
|
+
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
679
679
|
// ClipboardX aliases
|
|
680
680
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
681
681
|
// Clipboard aliases
|
|
682
682
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
683
|
-
// Clock10 aliases
|
|
684
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
685
683
|
// Clock1 aliases
|
|
686
684
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
685
|
+
// Clock10 aliases
|
|
686
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
689
687
|
// Clock11 aliases
|
|
690
688
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
689
|
+
// Clock12 aliases
|
|
690
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
691
691
|
// Clock2 aliases
|
|
692
692
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
693
|
+
// Clock3 aliases
|
|
694
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
693
695
|
// Clock4 aliases
|
|
694
696
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
695
697
|
// Clock5 aliases
|
|
696
698
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
697
|
-
// Clock3 aliases
|
|
698
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
699
|
-
// Clock7 aliases
|
|
700
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
701
699
|
// Clock6 aliases
|
|
702
700
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
701
|
+
// Clock7 aliases
|
|
702
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
703
703
|
// Clock8 aliases
|
|
704
704
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
705
705
|
// ClockAlert aliases
|
|
706
706
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
707
|
-
// Clock9 aliases
|
|
708
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
709
707
|
// ClockArrowDown aliases
|
|
710
708
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
709
|
+
// Clock9 aliases
|
|
710
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
711
|
// ClockArrowUp aliases
|
|
712
712
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
713
713
|
// ClockCheck aliases
|
|
714
714
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
715
|
-
// ClockPlus aliases
|
|
716
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
717
715
|
// ClockFading aliases
|
|
718
716
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
717
|
+
// ClockPlus aliases
|
|
718
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
719
719
|
// Clock aliases
|
|
720
720
|
export { default as ClockIcon } from '../icons/clock';
|
|
721
721
|
// ClosedCaption aliases
|
|
@@ -730,24 +730,24 @@ export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
|
730
730
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
731
731
|
// CloudDrizzle aliases
|
|
732
732
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
733
|
-
// CloudFog aliases
|
|
734
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
735
733
|
// CloudHail aliases
|
|
736
734
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
|
-
//
|
|
738
|
-
export { default as
|
|
735
|
+
// CloudFog aliases
|
|
736
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
739
737
|
// CloudLightning aliases
|
|
740
738
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
741
739
|
// CloudMoonRain aliases
|
|
742
740
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
741
|
+
// CloudMoon aliases
|
|
742
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
743
743
|
// CloudOff aliases
|
|
744
744
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
745
745
|
// CloudRainWind aliases
|
|
746
746
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
747
|
-
// CloudRain aliases
|
|
748
|
-
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
749
747
|
// CloudSnow aliases
|
|
750
748
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
749
|
+
// CloudRain aliases
|
|
750
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
751
751
|
// CloudSunRain aliases
|
|
752
752
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
753
753
|
// CloudSun aliases
|
|
@@ -768,14 +768,14 @@ export { default as CodeIcon } from '../icons/code';
|
|
|
768
768
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
769
769
|
// Codesandbox aliases
|
|
770
770
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
771
|
-
// Cog aliases
|
|
772
|
-
export { default as CogIcon } from '../icons/cog';
|
|
773
|
-
// Coins aliases
|
|
774
|
-
export { default as CoinsIcon } from '../icons/coins';
|
|
775
771
|
// Coffee aliases
|
|
776
772
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
|
+
// Cog aliases
|
|
774
|
+
export { default as CogIcon } from '../icons/cog';
|
|
777
775
|
// Columns4 aliases
|
|
778
776
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
777
|
+
// Coins aliases
|
|
778
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
779
779
|
// Combine aliases
|
|
780
780
|
export { default as CombineIcon } from '../icons/combine';
|
|
781
781
|
// Command aliases
|
|
@@ -790,20 +790,20 @@ export { default as ComputerIcon } from '../icons/computer';
|
|
|
790
790
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
791
|
// Cone aliases
|
|
792
792
|
export { default as ConeIcon } from '../icons/cone';
|
|
793
|
-
// Construction aliases
|
|
794
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
795
|
-
// Container aliases
|
|
796
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
797
793
|
// Contact aliases
|
|
798
794
|
export { default as ContactIcon } from '../icons/contact';
|
|
795
|
+
// Construction aliases
|
|
796
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
799
797
|
// Contrast aliases
|
|
800
798
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
799
|
+
// Cookie aliases
|
|
800
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
801
|
+
// Container aliases
|
|
802
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
801
803
|
// CookingPot aliases
|
|
802
804
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
803
805
|
// CopyCheck aliases
|
|
804
806
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
805
|
-
// Cookie aliases
|
|
806
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
807
807
|
// CopyMinus aliases
|
|
808
808
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
809
809
|
// CopyPlus aliases
|
|
@@ -822,18 +822,18 @@ export { default as CopyrightIcon } from '../icons/copyright';
|
|
|
822
822
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
823
|
// CornerDownRight aliases
|
|
824
824
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
825
|
-
// CornerLeftUp aliases
|
|
826
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
827
825
|
// CornerLeftDown aliases
|
|
828
826
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
827
|
+
// CornerLeftUp aliases
|
|
828
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
829
|
// CornerRightDown aliases
|
|
830
830
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
831
|
// CornerRightUp aliases
|
|
832
832
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
-
// CornerUpLeft aliases
|
|
834
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
833
|
// CornerUpRight aliases
|
|
836
834
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
835
|
+
// CornerUpLeft aliases
|
|
836
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
837
|
// Cpu aliases
|
|
838
838
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
839
|
// CreativeCommons aliases
|
|
@@ -844,20 +844,20 @@ export { default as CreditCardIcon } from '../icons/credit-card';
|
|
|
844
844
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
845
|
// Crop aliases
|
|
846
846
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// Crosshair aliases
|
|
848
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
849
847
|
// Cross aliases
|
|
850
848
|
export { default as CrossIcon } from '../icons/cross';
|
|
849
|
+
// Crosshair aliases
|
|
850
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
851
|
// Crown aliases
|
|
852
852
|
export { default as CrownIcon } from '../icons/crown';
|
|
853
853
|
// Cuboid aliases
|
|
854
854
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
855
|
-
// Dam aliases
|
|
856
|
-
export { default as DamIcon } from '../icons/dam';
|
|
857
855
|
// CupSoda aliases
|
|
858
856
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
859
857
|
// Currency aliases
|
|
860
858
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
859
|
+
// Dam aliases
|
|
860
|
+
export { default as DamIcon } from '../icons/dam';
|
|
861
861
|
// Cylinder aliases
|
|
862
862
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
863
863
|
// DatabaseBackup aliases
|
|
@@ -866,18 +866,18 @@ export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
|
866
866
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
867
867
|
// DatabaseZap aliases
|
|
868
868
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
869
|
+
// DecimalsArrowLeft aliases
|
|
870
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
869
871
|
// Database aliases
|
|
870
872
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
873
|
// DecimalsArrowRight aliases
|
|
872
874
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
873
|
-
// DecimalsArrowLeft aliases
|
|
874
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
875
|
-
// Delete aliases
|
|
876
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
877
875
|
// Dessert aliases
|
|
878
876
|
export { default as DessertIcon } from '../icons/dessert';
|
|
879
877
|
// Diameter aliases
|
|
880
878
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
879
|
+
// Delete aliases
|
|
880
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
883
|
// DiamondPlus aliases
|
|
@@ -898,26 +898,26 @@ export { default as Dice5Icon } from '../icons/dice-5';
|
|
|
898
898
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
899
|
// Dices aliases
|
|
900
900
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
+
// Disc2 aliases
|
|
902
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
901
903
|
// Diff aliases
|
|
902
904
|
export { default as DiffIcon } from '../icons/diff';
|
|
903
905
|
// Disc3 aliases
|
|
904
906
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
905
|
-
// Disc2 aliases
|
|
906
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
907
|
-
// DiscAlbum aliases
|
|
908
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
909
907
|
// Disc aliases
|
|
910
908
|
export { default as DiscIcon } from '../icons/disc';
|
|
909
|
+
// DiscAlbum aliases
|
|
910
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
911
|
// Divide aliases
|
|
912
912
|
export { default as DivideIcon } from '../icons/divide';
|
|
913
913
|
// DnaOff aliases
|
|
914
914
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
915
915
|
// Dna aliases
|
|
916
916
|
export { default as DnaIcon } from '../icons/dna';
|
|
917
|
-
// Dog aliases
|
|
918
|
-
export { default as DogIcon } from '../icons/dog';
|
|
919
917
|
// Dock aliases
|
|
920
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
|
+
// Dog aliases
|
|
920
|
+
export { default as DogIcon } from '../icons/dog';
|
|
921
921
|
// DollarSign aliases
|
|
922
922
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
923
|
// Donut aliases
|
|
@@ -934,16 +934,16 @@ export { default as DotIcon } from '../icons/dot';
|
|
|
934
934
|
export { default as DownloadIcon } from '../icons/download';
|
|
935
935
|
// DraftingCompass aliases
|
|
936
936
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
|
-
// Drama aliases
|
|
938
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
939
937
|
// Dribbble aliases
|
|
940
938
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
939
|
+
// Drama aliases
|
|
940
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
941
941
|
// Drill aliases
|
|
942
942
|
export { default as DrillIcon } from '../icons/drill';
|
|
943
|
-
// Drone aliases
|
|
944
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
945
943
|
// DropletOff aliases
|
|
946
944
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
|
+
// Drone aliases
|
|
946
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
947
947
|
// Droplet aliases
|
|
948
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
949
949
|
// Droplets aliases
|
|
@@ -952,22 +952,22 @@ export { default as DropletsIcon } from '../icons/droplets';
|
|
|
952
952
|
export { default as DrumIcon } from '../icons/drum';
|
|
953
953
|
// Drumstick aliases
|
|
954
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
955
|
-
// EarOff aliases
|
|
956
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
955
|
// Dumbbell aliases
|
|
958
956
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
957
|
+
// EarOff aliases
|
|
958
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
959
|
// Ear aliases
|
|
960
960
|
export { default as EarIcon } from '../icons/ear';
|
|
961
961
|
// EarthLock aliases
|
|
962
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
963
|
// EggFried aliases
|
|
964
964
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
965
|
+
// EggOff aliases
|
|
966
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
967
|
// Eclipse aliases
|
|
966
968
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
967
969
|
// Egg aliases
|
|
968
970
|
export { default as EggIcon } from '../icons/egg';
|
|
969
|
-
// EggOff aliases
|
|
970
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
971
971
|
// EqualApproximately aliases
|
|
972
972
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
973
973
|
// EqualNot aliases
|
|
@@ -976,24 +976,24 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
977
|
// Eraser aliases
|
|
978
978
|
export { default as EraserIcon } from '../icons/eraser';
|
|
979
|
+
// Euro aliases
|
|
980
|
+
export { default as EuroIcon } from '../icons/euro';
|
|
979
981
|
// EthernetPort aliases
|
|
980
982
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
981
983
|
// EvCharger aliases
|
|
982
984
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
983
|
-
// Euro aliases
|
|
984
|
-
export { default as EuroIcon } from '../icons/euro';
|
|
985
985
|
// ExternalLink aliases
|
|
986
986
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
987
987
|
// Expand aliases
|
|
988
988
|
export { default as ExpandIcon } from '../icons/expand';
|
|
989
989
|
// EyeClosed aliases
|
|
990
990
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
991
|
-
// Facebook aliases
|
|
992
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
993
991
|
// EyeOff aliases
|
|
994
992
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
995
993
|
// Eye aliases
|
|
996
994
|
export { default as EyeIcon } from '../icons/eye';
|
|
995
|
+
// Facebook aliases
|
|
996
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
997
997
|
// Factory aliases
|
|
998
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
999
999
|
// Fan aliases
|
|
@@ -1008,10 +1008,10 @@ export { default as FenceIcon } from '../icons/fence';
|
|
|
1008
1008
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1009
1009
|
// Figma aliases
|
|
1010
1010
|
export { default as FigmaIcon } from '../icons/figma';
|
|
1011
|
-
// FileBox aliases
|
|
1012
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1013
1011
|
// FileArchive aliases
|
|
1014
1012
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1013
|
+
// FileBox aliases
|
|
1014
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1015
1015
|
// FileCheck aliases
|
|
1016
1016
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
1017
|
// FileClock aliases
|
|
@@ -1030,42 +1030,42 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1030
1030
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1031
1031
|
// FileInput aliases
|
|
1032
1032
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1033
|
-
// FileMinus aliases
|
|
1034
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1035
1033
|
// FileMusic aliases
|
|
1036
1034
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1035
|
+
// FileMinus aliases
|
|
1036
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1037
1037
|
// FileOutput aliases
|
|
1038
1038
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1039
|
+
// FileScan aliases
|
|
1040
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
1041
|
// FilePlus aliases
|
|
1040
1042
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1043
|
// FileSearch aliases
|
|
1042
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1043
|
-
// FileScan aliases
|
|
1044
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1045
1045
|
// FileSliders aliases
|
|
1046
1046
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1047
|
-
// FileSpreadsheet aliases
|
|
1048
|
-
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
1047
|
// FileStack aliases
|
|
1050
1048
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1049
|
+
// FileSpreadsheet aliases
|
|
1050
|
+
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1051
1051
|
// FileSymlink aliases
|
|
1052
1052
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1053
|
// FileTerminal aliases
|
|
1054
1054
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
|
-
// FileType aliases
|
|
1056
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1057
1055
|
// FileText aliases
|
|
1058
1056
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
|
+
// FileType aliases
|
|
1058
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1059
1059
|
// FileUp aliases
|
|
1060
1060
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1061
|
// FileUser aliases
|
|
1062
1062
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume aliases
|
|
1064
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
-
// File aliases
|
|
1066
|
-
export { default as FileIcon } from '../icons/file';
|
|
1067
1065
|
// FileX aliases
|
|
1068
1066
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1067
|
+
// File aliases
|
|
1068
|
+
export { default as FileIcon } from '../icons/file';
|
|
1069
1069
|
// Files aliases
|
|
1070
1070
|
export { default as FilesIcon } from '../icons/files';
|
|
1071
1071
|
// Film aliases
|
|
@@ -1080,42 +1080,44 @@ export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
|
1080
1080
|
export { default as FishIcon } from '../icons/fish';
|
|
1081
1081
|
// FishingHook aliases
|
|
1082
1082
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1083
|
+
// FishingRod aliases
|
|
1084
|
+
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1083
1085
|
// FlagOff aliases
|
|
1084
1086
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1085
1087
|
// FlagTriangleLeft aliases
|
|
1086
1088
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1087
1089
|
// FlagTriangleRight aliases
|
|
1088
1090
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1089
|
-
// FlameKindling aliases
|
|
1090
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
1091
|
// Flag aliases
|
|
1092
1092
|
export { default as FlagIcon } from '../icons/flag';
|
|
1093
1093
|
// Flame aliases
|
|
1094
1094
|
export { default as FlameIcon } from '../icons/flame';
|
|
1095
|
+
// FlameKindling aliases
|
|
1096
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1095
1097
|
// FlashlightOff aliases
|
|
1096
1098
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1097
1099
|
// Flashlight aliases
|
|
1098
1100
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1099
|
-
// FlaskConical aliases
|
|
1100
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
1101
|
// FlaskConicalOff aliases
|
|
1102
1102
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1103
|
-
//
|
|
1104
|
-
export { default as
|
|
1103
|
+
// FlaskConical aliases
|
|
1104
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
1105
|
// FlaskRound aliases
|
|
1106
1106
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1107
|
+
// FlipHorizontal2 aliases
|
|
1108
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1107
1109
|
// FlipVertical2 aliases
|
|
1108
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1109
1111
|
// Flower2 aliases
|
|
1110
1112
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1111
1113
|
// Flower aliases
|
|
1112
1114
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1113
|
-
// Focus aliases
|
|
1114
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1115
|
-
// FoldHorizontal aliases
|
|
1116
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1117
1115
|
// FoldVertical aliases
|
|
1118
1116
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1117
|
+
// FoldHorizontal aliases
|
|
1118
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
|
+
// Focus aliases
|
|
1120
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1119
1121
|
// FolderArchive aliases
|
|
1120
1122
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1123
|
// FolderCheck aliases
|
|
@@ -1144,18 +1146,18 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1144
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1147
|
// FolderLock aliases
|
|
1146
1148
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
|
-
// FolderOpenDot aliases
|
|
1148
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1149
|
// FolderMinus aliases
|
|
1150
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1151
|
+
// FolderOpenDot aliases
|
|
1152
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1151
1153
|
// FolderOpen aliases
|
|
1152
1154
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1155
|
// FolderOutput aliases
|
|
1154
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
|
-
// FolderPlus aliases
|
|
1156
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1157
1157
|
// FolderRoot aliases
|
|
1158
1158
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
|
+
// FolderPlus aliases
|
|
1160
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1159
1161
|
// FolderSearch2 aliases
|
|
1160
1162
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1161
1163
|
// FolderSearch aliases
|
|
@@ -1168,14 +1170,14 @@ export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
|
1168
1170
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
1171
|
// FolderUp aliases
|
|
1170
1172
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1171
|
-
// Folder aliases
|
|
1172
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1173
1173
|
// FolderX aliases
|
|
1174
1174
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1175
|
+
// Folder aliases
|
|
1176
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1177
1177
|
// Footprints aliases
|
|
1178
1178
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
|
+
// Folders aliases
|
|
1180
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
1181
|
// Forklift aliases
|
|
1180
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1183
|
// Form aliases
|
|
@@ -1188,14 +1190,14 @@ export { default as FrameIcon } from '../icons/frame';
|
|
|
1188
1190
|
export { default as FramerIcon } from '../icons/framer';
|
|
1189
1191
|
// Frown aliases
|
|
1190
1192
|
export { default as FrownIcon } from '../icons/frown';
|
|
1191
|
-
// Fuel aliases
|
|
1192
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1193
1193
|
// Fullscreen aliases
|
|
1194
1194
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1195
|
+
// Fuel aliases
|
|
1196
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1197
1197
|
// GalleryHorizontalEnd aliases
|
|
1198
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
|
+
// FunnelPlus aliases
|
|
1200
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1199
1201
|
// GalleryHorizontal aliases
|
|
1200
1202
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
1203
|
// GalleryThumbnails aliases
|
|
@@ -1210,38 +1212,38 @@ export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
|
1210
1212
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1211
1213
|
// Gamepad aliases
|
|
1212
1214
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1213
|
-
// Gavel aliases
|
|
1214
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1215
1215
|
// Gauge aliases
|
|
1216
1216
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1217
|
+
// Gavel aliases
|
|
1218
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1217
1219
|
// Gem aliases
|
|
1218
1220
|
export { default as GemIcon } from '../icons/gem';
|
|
1219
1221
|
// GeorgianLari aliases
|
|
1220
1222
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1221
|
-
// Gift aliases
|
|
1222
|
-
export { default as GiftIcon } from '../icons/gift';
|
|
1223
1223
|
// Ghost aliases
|
|
1224
1224
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1225
|
+
// Gift aliases
|
|
1226
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1227
|
// GitBranchMinus aliases
|
|
1228
1228
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1229
|
+
// GitBranchPlus aliases
|
|
1230
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
1231
|
// GitBranch aliases
|
|
1230
1232
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1231
1233
|
// GitCommitVertical aliases
|
|
1232
1234
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1233
|
-
// GitCompare aliases
|
|
1234
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
|
-
// GitFork aliases
|
|
1236
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1237
1235
|
// GitCompareArrows aliases
|
|
1238
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
+
// GitFork aliases
|
|
1238
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
1239
|
// GitGraph aliases
|
|
1240
1240
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1241
|
-
//
|
|
1242
|
-
export { default as
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1243
|
// GitMerge aliases
|
|
1244
1244
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1245
|
+
// GitMergeConflict aliases
|
|
1246
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1245
1247
|
// GitPullRequestArrow aliases
|
|
1246
1248
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1247
1249
|
// GitPullRequestClosed aliases
|
|
@@ -1256,80 +1258,80 @@ export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-dr
|
|
|
1256
1258
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
1259
|
// Github aliases
|
|
1258
1260
|
export { default as GithubIcon } from '../icons/github';
|
|
1259
|
-
// GlassWater aliases
|
|
1260
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1261
1261
|
// Gitlab aliases
|
|
1262
1262
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1263
|
+
// GlassWater aliases
|
|
1264
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1265
|
// GlobeLock aliases
|
|
1264
1266
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
|
+
// GlobeOff aliases
|
|
1268
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1265
1269
|
// Glasses aliases
|
|
1266
1270
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1271
|
// GlobeX aliases
|
|
1268
1272
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1269
|
-
// GlobeOff aliases
|
|
1270
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1271
1273
|
// Globe aliases
|
|
1272
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1273
|
-
// Gpu aliases
|
|
1274
|
-
export { default as GpuIcon } from '../icons/gpu';
|
|
1275
1275
|
// Goal aliases
|
|
1276
1276
|
export { default as GoalIcon } from '../icons/goal';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1277
|
+
// Gpu aliases
|
|
1278
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1279
1279
|
// Grape aliases
|
|
1280
1280
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1281
|
-
//
|
|
1282
|
-
export { default as
|
|
1281
|
+
// GraduationCap aliases
|
|
1282
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1283
|
// GripHorizontal aliases
|
|
1284
1284
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
|
+
// Grid3x2 aliases
|
|
1286
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1287
|
// Grip aliases
|
|
1286
1288
|
export { default as GripIcon } from '../icons/grip';
|
|
1287
1289
|
// GripVertical aliases
|
|
1288
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
|
+
// Guitar aliases
|
|
1292
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1289
1293
|
// Group aliases
|
|
1290
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1291
1295
|
// Ham aliases
|
|
1292
1296
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
-
//
|
|
1294
|
-
export { default as
|
|
1297
|
+
// Hammer aliases
|
|
1298
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1295
1299
|
// Hamburger aliases
|
|
1296
1300
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1297
1301
|
// HandCoins aliases
|
|
1298
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
|
-
// Hammer aliases
|
|
1300
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1301
1303
|
// HandFist aliases
|
|
1302
1304
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1303
|
-
// HandHeart aliases
|
|
1304
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1305
|
// HandMetal aliases
|
|
1306
1306
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
+
// HandHeart aliases
|
|
1308
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1307
1309
|
// HandPlatter aliases
|
|
1308
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1309
1311
|
// Hand aliases
|
|
1310
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1311
1313
|
// Handbag aliases
|
|
1312
1314
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
|
-
// HardDriveDownload aliases
|
|
1314
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1315
1315
|
// Handshake aliases
|
|
1316
1316
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1317
|
+
// HardDriveDownload aliases
|
|
1318
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1319
|
// HardDriveUpload aliases
|
|
1318
1320
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
-
// HardDrive aliases
|
|
1320
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
1321
|
// HardHat aliases
|
|
1322
1322
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
|
+
// HardDrive aliases
|
|
1324
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
1325
|
// Hash aliases
|
|
1324
1326
|
export { default as HashIcon } from '../icons/hash';
|
|
1325
|
-
// HatGlasses aliases
|
|
1326
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1327
|
// Haze aliases
|
|
1328
1328
|
export { default as HazeIcon } from '../icons/haze';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1329
|
+
// HatGlasses aliases
|
|
1330
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1331
1331
|
// Hd aliases
|
|
1332
1332
|
export { default as HdIcon } from '../icons/hd';
|
|
1333
|
+
// HdmiPort aliases
|
|
1334
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1333
1335
|
// Heading1 aliases
|
|
1334
1336
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
1337
|
// Heading2 aliases
|
|
@@ -1344,22 +1346,22 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1344
1346
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
1347
|
// Heading aliases
|
|
1346
1348
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1347
|
-
// Headphones aliases
|
|
1348
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
1349
|
// HeadphoneOff aliases
|
|
1350
1350
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1351
|
-
//
|
|
1352
|
-
export { default as
|
|
1351
|
+
// Headphones aliases
|
|
1352
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
1353
|
// HeartCrack aliases
|
|
1354
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1355
|
+
// Headset aliases
|
|
1356
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1355
1357
|
// HeartHandshake aliases
|
|
1356
1358
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
1359
|
// HeartMinus aliases
|
|
1358
1360
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
|
-
// HeartPulse aliases
|
|
1360
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1361
1361
|
// HeartOff aliases
|
|
1362
1362
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1363
|
+
// HeartPulse aliases
|
|
1364
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1363
1365
|
// HeartPlus aliases
|
|
1364
1366
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1365
1367
|
// Heart aliases
|
|
@@ -1370,20 +1372,20 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1370
1372
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1371
1373
|
// Hexagon aliases
|
|
1372
1374
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1373
|
-
// History aliases
|
|
1374
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1375
1375
|
// Highlighter aliases
|
|
1376
1376
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1377
1377
|
// HopOff aliases
|
|
1378
1378
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1379
|
-
// Hospital aliases
|
|
1380
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1379
|
// Hop aliases
|
|
1382
1380
|
export { default as HopIcon } from '../icons/hop';
|
|
1383
|
-
//
|
|
1384
|
-
export { default as
|
|
1381
|
+
// History aliases
|
|
1382
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1383
|
+
// Hospital aliases
|
|
1384
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1385
1385
|
// Hourglass aliases
|
|
1386
1386
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
|
+
// Hotel aliases
|
|
1388
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1387
1389
|
// HouseHeart aliases
|
|
1388
1390
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1389
1391
|
// HousePlug aliases
|
|
@@ -1398,22 +1400,22 @@ export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
|
1398
1400
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1399
1401
|
// ImageDown aliases
|
|
1400
1402
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1401
|
-
// ImageMinus aliases
|
|
1402
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1403
1403
|
// ImageOff aliases
|
|
1404
1404
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1405
|
+
// ImageMinus aliases
|
|
1406
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1405
1407
|
// ImagePlay aliases
|
|
1406
1408
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1407
|
-
// ImageUp aliases
|
|
1408
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1409
1409
|
// ImagePlus aliases
|
|
1410
1410
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1411
1411
|
// ImageUpscale aliases
|
|
1412
1412
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1413
|
-
//
|
|
1414
|
-
export { default as
|
|
1413
|
+
// ImageUp aliases
|
|
1414
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1415
1415
|
// Image aliases
|
|
1416
1416
|
export { default as ImageIcon } from '../icons/image';
|
|
1417
|
+
// Images aliases
|
|
1418
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1417
1419
|
// Import aliases
|
|
1418
1420
|
export { default as ImportIcon } from '../icons/import';
|
|
1419
1421
|
// Inbox aliases
|
|
@@ -1430,12 +1432,12 @@ export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
|
1430
1432
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1431
1433
|
// Italic aliases
|
|
1432
1434
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1433
|
-
// IterationCw aliases
|
|
1434
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1435
1435
|
// IterationCcw aliases
|
|
1436
1436
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1437
1437
|
// JapaneseYen aliases
|
|
1438
1438
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1439
|
+
// IterationCw aliases
|
|
1440
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1439
1441
|
// Joystick aliases
|
|
1440
1442
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1441
1443
|
// Kanban aliases
|
|
@@ -1446,16 +1448,16 @@ export { default as KayakIcon } from '../icons/kayak';
|
|
|
1446
1448
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1447
1449
|
// KeySquare aliases
|
|
1448
1450
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1449
|
-
// KeyboardMusic aliases
|
|
1450
|
-
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1451
1451
|
// Key aliases
|
|
1452
1452
|
export { default as KeyIcon } from '../icons/key';
|
|
1453
|
-
//
|
|
1454
|
-
export { default as
|
|
1453
|
+
// KeyboardMusic aliases
|
|
1454
|
+
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1455
1455
|
// Keyboard aliases
|
|
1456
1456
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1457
1457
|
// LampCeiling aliases
|
|
1458
1458
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1459
|
+
// KeyboardOff aliases
|
|
1460
|
+
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1459
1461
|
// LampDesk aliases
|
|
1460
1462
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1461
1463
|
// LampFloor aliases
|
|
@@ -1466,10 +1468,10 @@ export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
|
1466
1468
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1467
1469
|
// Lamp aliases
|
|
1468
1470
|
export { default as LampIcon } from '../icons/lamp';
|
|
1469
|
-
// LandPlot aliases
|
|
1470
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1471
1471
|
// Landmark aliases
|
|
1472
1472
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1473
|
+
// LandPlot aliases
|
|
1474
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1473
1475
|
// Languages aliases
|
|
1474
1476
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1475
1477
|
// LaptopMinimalCheck aliases
|
|
@@ -1480,56 +1482,56 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1480
1482
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1481
1483
|
// Lasso aliases
|
|
1482
1484
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1483
|
-
// Layers2 aliases
|
|
1484
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1485
1485
|
// Laugh aliases
|
|
1486
1486
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1487
1487
|
// LayersPlus aliases
|
|
1488
1488
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1489
|
+
// Layers2 aliases
|
|
1490
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1489
1491
|
// LayoutDashboard aliases
|
|
1490
1492
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1491
1493
|
// LayoutGrid aliases
|
|
1492
1494
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1493
1495
|
// LayoutList aliases
|
|
1494
1496
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1495
|
-
// LayoutPanelTop aliases
|
|
1496
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1497
1497
|
// LayoutPanelLeft aliases
|
|
1498
1498
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1499
|
+
// LayoutPanelTop aliases
|
|
1500
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1499
1501
|
// LayoutTemplate aliases
|
|
1500
1502
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1501
1503
|
// Leaf aliases
|
|
1502
1504
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1503
1505
|
// LeafyGreen aliases
|
|
1504
1506
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1505
|
-
// LensConvex aliases
|
|
1506
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1507
1507
|
// LensConcave aliases
|
|
1508
1508
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1509
1509
|
// Lectern aliases
|
|
1510
1510
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1511
1511
|
// LibraryBig aliases
|
|
1512
1512
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1513
|
+
// LensConvex aliases
|
|
1514
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1513
1515
|
// Library aliases
|
|
1514
1516
|
export { default as LibraryIcon } from '../icons/library';
|
|
1515
|
-
// Ligature aliases
|
|
1516
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1517
1517
|
// LifeBuoy aliases
|
|
1518
1518
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1519
|
-
//
|
|
1520
|
-
export { default as
|
|
1519
|
+
// Ligature aliases
|
|
1520
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1521
1521
|
// LightbulbOff aliases
|
|
1522
1522
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1523
|
+
// Lightbulb aliases
|
|
1524
|
+
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1523
1525
|
// LineDotRightHorizontal aliases
|
|
1524
1526
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1525
1527
|
// LineSquiggle aliases
|
|
1526
1528
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1529
|
+
// Link2 aliases
|
|
1530
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1527
1531
|
// Link2Off aliases
|
|
1528
1532
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1529
1533
|
// Link aliases
|
|
1530
1534
|
export { default as LinkIcon } from '../icons/link';
|
|
1531
|
-
// Link2 aliases
|
|
1532
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1533
1535
|
// Linkedin aliases
|
|
1534
1536
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1535
1537
|
// ListCheck aliases
|
|
@@ -1540,10 +1542,10 @@ export { default as ListChecksIcon } from '../icons/list-checks';
|
|
|
1540
1542
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1541
1543
|
// ListChevronsUpDown aliases
|
|
1542
1544
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1543
|
-
// ListEnd aliases
|
|
1544
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1545
1545
|
// ListCollapse aliases
|
|
1546
1546
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1547
|
+
// ListEnd aliases
|
|
1548
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1547
1549
|
// ListFilterPlus aliases
|
|
1548
1550
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1549
1551
|
// ListFilter aliases
|
|
@@ -1566,26 +1568,26 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1566
1568
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1567
1569
|
// ListVideo aliases
|
|
1568
1570
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1571
|
+
// ListX aliases
|
|
1572
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1569
1573
|
// List aliases
|
|
1570
1574
|
export { default as ListIcon } from '../icons/list';
|
|
1571
1575
|
// LoaderPinwheel aliases
|
|
1572
1576
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1573
|
-
// ListX aliases
|
|
1574
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1575
|
-
// LocateFixed aliases
|
|
1576
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1577
1577
|
// Loader aliases
|
|
1578
1578
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1579
|
+
// LocateFixed aliases
|
|
1580
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1579
1581
|
// LocateOff aliases
|
|
1580
1582
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1583
|
+
// Locate aliases
|
|
1584
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1581
1585
|
// LockKeyhole aliases
|
|
1582
1586
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1583
1587
|
// LogIn aliases
|
|
1584
1588
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1585
1589
|
// Lock aliases
|
|
1586
1590
|
export { default as LockIcon } from '../icons/lock';
|
|
1587
|
-
// Locate aliases
|
|
1588
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1589
1591
|
// LogOut aliases
|
|
1590
1592
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1591
1593
|
// Logs aliases
|
|
@@ -1594,12 +1596,12 @@ export { default as LogsIcon } from '../icons/logs';
|
|
|
1594
1596
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1595
1597
|
// Magnet aliases
|
|
1596
1598
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1599
|
+
// MailCheck aliases
|
|
1600
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1597
1601
|
// Luggage aliases
|
|
1598
1602
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1599
1603
|
// MailMinus aliases
|
|
1600
1604
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1601
|
-
// MailCheck aliases
|
|
1602
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1603
1605
|
// MailOpen aliases
|
|
1604
1606
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1605
1607
|
// MailPlus aliases
|
|
@@ -1608,32 +1610,32 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1608
1610
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1609
1611
|
// MailWarning aliases
|
|
1610
1612
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1611
|
-
// Mailbox aliases
|
|
1612
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1613
1613
|
// MailX aliases
|
|
1614
1614
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1615
1615
|
// Mail aliases
|
|
1616
1616
|
export { default as MailIcon } from '../icons/mail';
|
|
1617
|
+
// Mailbox aliases
|
|
1618
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1617
1619
|
// Mails aliases
|
|
1618
1620
|
export { default as MailsIcon } from '../icons/mails';
|
|
1619
|
-
// MapMinus aliases
|
|
1620
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1621
1621
|
// MapPinCheckInside aliases
|
|
1622
1622
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1623
|
+
// MapMinus aliases
|
|
1624
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1623
1625
|
// MapPinCheck aliases
|
|
1624
1626
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1625
|
-
// MapPinMinusInside aliases
|
|
1626
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1627
1627
|
// MapPinHouse aliases
|
|
1628
1628
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1629
|
-
//
|
|
1630
|
-
export { default as
|
|
1629
|
+
// MapPinMinusInside aliases
|
|
1630
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1631
1631
|
// MapPinOff aliases
|
|
1632
1632
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1633
|
-
//
|
|
1634
|
-
export { default as
|
|
1633
|
+
// MapPinMinus aliases
|
|
1634
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1635
1635
|
// MapPinPlusInside aliases
|
|
1636
1636
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1637
|
+
// MapPinPlus aliases
|
|
1638
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1637
1639
|
// MapPinX aliases
|
|
1638
1640
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1639
1641
|
// MapPinXInside aliases
|
|
@@ -1642,12 +1644,12 @@ export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
|
1642
1644
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1643
1645
|
// MapPinned aliases
|
|
1644
1646
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1647
|
+
// MapPlus aliases
|
|
1648
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1645
1649
|
// Map aliases
|
|
1646
1650
|
export { default as MapIcon } from '../icons/map';
|
|
1647
1651
|
// MarsStroke aliases
|
|
1648
1652
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1649
|
-
// MapPlus aliases
|
|
1650
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1651
1653
|
// Mars aliases
|
|
1652
1654
|
export { default as MarsIcon } from '../icons/mars';
|
|
1653
1655
|
// Maximize2 aliases
|
|
@@ -1656,14 +1658,14 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1656
1658
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1657
1659
|
// Maximize aliases
|
|
1658
1660
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1659
|
-
// MegaphoneOff aliases
|
|
1660
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1661
|
-
// Megaphone aliases
|
|
1662
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1663
1661
|
// Medal aliases
|
|
1664
1662
|
export { default as MedalIcon } from '../icons/medal';
|
|
1663
|
+
// MegaphoneOff aliases
|
|
1664
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1665
1665
|
// Meh aliases
|
|
1666
1666
|
export { default as MehIcon } from '../icons/meh';
|
|
1667
|
+
// Megaphone aliases
|
|
1668
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1667
1669
|
// MemoryStick aliases
|
|
1668
1670
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1669
1671
|
// Menu aliases
|
|
@@ -1682,46 +1684,46 @@ export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart
|
|
|
1682
1684
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1683
1685
|
// MessageCircleOff aliases
|
|
1684
1686
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1685
|
-
// MessageCircleWarning aliases
|
|
1686
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1687
1687
|
// MessageCircleReply aliases
|
|
1688
1688
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1689
1689
|
// MessageCirclePlus aliases
|
|
1690
1690
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1691
|
+
// MessageCircleWarning aliases
|
|
1692
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1693
1693
|
// MessageCircle aliases
|
|
1694
1694
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1695
|
+
// MessageCircleX aliases
|
|
1696
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1695
1697
|
// MessageSquareCheck aliases
|
|
1696
1698
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1697
1699
|
// MessageSquareCode aliases
|
|
1698
1700
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1699
|
-
// MessageSquareDiff aliases
|
|
1700
|
-
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1701
1701
|
// MessageSquareDashed aliases
|
|
1702
1702
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1703
|
+
// MessageSquareDiff aliases
|
|
1704
|
+
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1705
|
+
// MessageSquareDot aliases
|
|
1706
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1703
1707
|
// MessageSquareHeart aliases
|
|
1704
1708
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1705
1709
|
// MessageSquareLock aliases
|
|
1706
1710
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1707
|
-
// MessageSquareDot aliases
|
|
1708
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1709
1711
|
// MessageSquareMore aliases
|
|
1710
1712
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1711
|
-
// MessageSquarePlus aliases
|
|
1712
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1713
1713
|
// MessageSquareOff aliases
|
|
1714
1714
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1715
1715
|
// MessageSquareQuote aliases
|
|
1716
1716
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1717
|
+
// MessageSquarePlus aliases
|
|
1718
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1717
1719
|
// MessageSquareReply aliases
|
|
1718
1720
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1721
|
+
// MessageSquareText aliases
|
|
1722
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1719
1723
|
// MessageSquareShare aliases
|
|
1720
1724
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1721
1725
|
// MessageSquareWarning aliases
|
|
1722
1726
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1723
|
-
// MessageSquareText aliases
|
|
1724
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1725
1727
|
// MessageSquareX aliases
|
|
1726
1728
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1727
1729
|
// MessageSquare aliases
|
|
@@ -1736,22 +1738,22 @@ export { default as MicOffIcon } from '../icons/mic-off';
|
|
|
1736
1738
|
export { default as MicIcon } from '../icons/mic';
|
|
1737
1739
|
// Microchip aliases
|
|
1738
1740
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1739
|
-
// Microwave aliases
|
|
1740
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1741
1741
|
// Microscope aliases
|
|
1742
1742
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1743
|
-
//
|
|
1744
|
-
export { default as
|
|
1743
|
+
// Microwave aliases
|
|
1744
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1745
1745
|
// MilkOff aliases
|
|
1746
1746
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1747
|
+
// Milestone aliases
|
|
1748
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1747
1749
|
// Milk aliases
|
|
1748
1750
|
export { default as MilkIcon } from '../icons/milk';
|
|
1749
1751
|
// Minimize2 aliases
|
|
1750
1752
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1751
|
-
// Minimize aliases
|
|
1752
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1753
1753
|
// Minus aliases
|
|
1754
1754
|
export { default as MinusIcon } from '../icons/minus';
|
|
1755
|
+
// Minimize aliases
|
|
1756
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1755
1757
|
// MirrorRectangular aliases
|
|
1756
1758
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1757
1759
|
// MirrorRound aliases
|
|
@@ -1762,14 +1764,14 @@ export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
|
1762
1764
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1763
1765
|
// MonitorCog aliases
|
|
1764
1766
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1765
|
-
// MonitorDown aliases
|
|
1766
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1767
1767
|
// MonitorDot aliases
|
|
1768
1768
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1769
|
-
//
|
|
1770
|
-
export { default as
|
|
1769
|
+
// MonitorDown aliases
|
|
1770
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1771
1771
|
// MonitorOff aliases
|
|
1772
1772
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1773
|
+
// MonitorPause aliases
|
|
1774
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1773
1775
|
// MonitorPlay aliases
|
|
1774
1776
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1775
1777
|
// MonitorSmartphone aliases
|
|
@@ -1778,10 +1780,10 @@ export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
|
1778
1780
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1779
1781
|
// MonitorStop aliases
|
|
1780
1782
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1781
|
-
// MonitorUp aliases
|
|
1782
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1783
1783
|
// Monitor aliases
|
|
1784
1784
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1785
|
+
// MonitorUp aliases
|
|
1786
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1785
1787
|
// MonitorX aliases
|
|
1786
1788
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1787
1789
|
// MoonStar aliases
|
|
@@ -1794,66 +1796,66 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1794
1796
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1795
1797
|
// Mountain aliases
|
|
1796
1798
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1797
|
-
// MouseOff aliases
|
|
1798
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1799
1799
|
// MouseLeft aliases
|
|
1800
1800
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1801
|
-
// MousePointer2 aliases
|
|
1802
|
-
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1803
1801
|
// MousePointer2Off aliases
|
|
1804
1802
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1803
|
+
// MouseOff aliases
|
|
1804
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1805
|
+
// MousePointer2 aliases
|
|
1806
|
+
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1805
1807
|
// MousePointerBan aliases
|
|
1806
1808
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1807
1809
|
// MousePointerClick aliases
|
|
1808
1810
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1809
|
-
// MousePointer aliases
|
|
1810
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1811
1811
|
// MouseRight aliases
|
|
1812
1812
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1813
|
+
// MousePointer aliases
|
|
1814
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1813
1815
|
// Mouse aliases
|
|
1814
1816
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1815
1817
|
// MoveDiagonal2 aliases
|
|
1816
1818
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1817
|
-
// MoveDiagonal aliases
|
|
1818
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1819
1819
|
// MoveDownLeft aliases
|
|
1820
1820
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1821
|
-
//
|
|
1822
|
-
export { default as
|
|
1821
|
+
// MoveDiagonal aliases
|
|
1822
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1823
1823
|
// MoveDownRight aliases
|
|
1824
1824
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1825
|
+
// MoveDown aliases
|
|
1826
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1825
1827
|
// MoveHorizontal aliases
|
|
1826
1828
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1827
|
-
// MoveLeft aliases
|
|
1828
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1829
1829
|
// MoveRight aliases
|
|
1830
1830
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1831
|
+
// MoveLeft aliases
|
|
1832
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1833
|
+
// MoveUpRight aliases
|
|
1834
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1831
1835
|
// MoveUpLeft aliases
|
|
1832
1836
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1833
1837
|
// MoveUp aliases
|
|
1834
1838
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1835
|
-
// MoveUpRight aliases
|
|
1836
|
-
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1837
1839
|
// MoveVertical aliases
|
|
1838
1840
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1839
1841
|
// Move aliases
|
|
1840
1842
|
export { default as MoveIcon } from '../icons/move';
|
|
1841
1843
|
// Music2 aliases
|
|
1842
1844
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1843
|
-
// Music4 aliases
|
|
1844
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1845
1845
|
// Music3 aliases
|
|
1846
1846
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1847
|
+
// Music4 aliases
|
|
1848
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1847
1849
|
// Music aliases
|
|
1848
1850
|
export { default as MusicIcon } from '../icons/music';
|
|
1849
1851
|
// Navigation2Off aliases
|
|
1850
1852
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1853
|
+
// Navigation2 aliases
|
|
1854
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1851
1855
|
// NavigationOff aliases
|
|
1852
1856
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1853
1857
|
// Navigation aliases
|
|
1854
1858
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1855
|
-
// Navigation2 aliases
|
|
1856
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1857
1859
|
// Newspaper aliases
|
|
1858
1860
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1859
1861
|
// Network aliases
|
|
@@ -1866,10 +1868,10 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1866
1868
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1867
1869
|
// NotebookTabs aliases
|
|
1868
1870
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1869
|
-
// NotebookText aliases
|
|
1870
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1871
1871
|
// Notebook aliases
|
|
1872
1872
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1873
|
+
// NotebookText aliases
|
|
1874
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1873
1875
|
// NotepadTextDashed aliases
|
|
1874
1876
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1875
1877
|
// NotepadText aliases
|
|
@@ -1882,10 +1884,10 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1882
1884
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1883
1885
|
// Octagon aliases
|
|
1884
1886
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1885
|
-
// Option aliases
|
|
1886
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1887
1887
|
// Omega aliases
|
|
1888
1888
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1889
|
+
// Option aliases
|
|
1890
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1889
1891
|
// Orbit aliases
|
|
1890
1892
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1891
1893
|
// Origami aliases
|
|
@@ -1896,16 +1898,16 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1896
1898
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1897
1899
|
// PackageMinus aliases
|
|
1898
1900
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1899
|
-
// PackagePlus aliases
|
|
1900
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1901
1901
|
// PackageOpen aliases
|
|
1902
1902
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1903
|
-
//
|
|
1904
|
-
export { default as
|
|
1905
|
-
// PackageX aliases
|
|
1906
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1903
|
+
// PackagePlus aliases
|
|
1904
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1907
1905
|
// Package aliases
|
|
1908
1906
|
export { default as PackageIcon } from '../icons/package';
|
|
1907
|
+
// PackageX aliases
|
|
1908
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1909
|
+
// PackageSearch aliases
|
|
1910
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1909
1911
|
// PaintBucket aliases
|
|
1910
1912
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1911
1913
|
// PaintRoller aliases
|
|
@@ -1932,16 +1934,16 @@ export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
|
1932
1934
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1933
1935
|
// PanelTopBottomDashed aliases
|
|
1934
1936
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1937
|
+
// PanelTopOpen aliases
|
|
1938
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1935
1939
|
// PanelTopClose aliases
|
|
1936
1940
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1941
|
+
// PanelTop aliases
|
|
1942
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1937
1943
|
// PanelsLeftBottom aliases
|
|
1938
1944
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1939
|
-
// PanelTopOpen aliases
|
|
1940
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1941
1945
|
// PanelsRightBottom aliases
|
|
1942
1946
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1943
|
-
// PanelTop aliases
|
|
1944
|
-
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1945
1947
|
// Paperclip aliases
|
|
1946
1948
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1947
1949
|
// Parentheses aliases
|
|
@@ -1952,32 +1954,32 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
1952
1954
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1953
1955
|
// Pause aliases
|
|
1954
1956
|
export { default as PauseIcon } from '../icons/pause';
|
|
1955
|
-
// PawPrint aliases
|
|
1956
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1957
1957
|
// PcCase aliases
|
|
1958
1958
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1959
|
+
// PawPrint aliases
|
|
1960
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1959
1961
|
// PenOff aliases
|
|
1960
1962
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1961
|
-
// PenTool aliases
|
|
1962
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1963
1963
|
// PencilLine aliases
|
|
1964
1964
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1965
|
-
// PencilRuler aliases
|
|
1966
|
-
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1967
1965
|
// PencilOff aliases
|
|
1968
1966
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1967
|
+
// PenTool aliases
|
|
1968
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1969
|
+
// PencilRuler aliases
|
|
1970
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1971
|
+
// Percent aliases
|
|
1972
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1969
1973
|
// Pencil aliases
|
|
1970
1974
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1971
1975
|
// Pentagon aliases
|
|
1972
1976
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1973
|
-
// Percent aliases
|
|
1974
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1975
1977
|
// PersonStanding aliases
|
|
1976
1978
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1977
|
-
// PhoneCall aliases
|
|
1978
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1979
1979
|
// PhilippinePeso aliases
|
|
1980
1980
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1981
|
+
// PhoneCall aliases
|
|
1982
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1981
1983
|
// PhoneForwarded aliases
|
|
1982
1984
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1983
1985
|
// PhoneIncoming aliases
|
|
@@ -1996,46 +1998,46 @@ export { default as PiIcon } from '../icons/pi';
|
|
|
1996
1998
|
export { default as PianoIcon } from '../icons/piano';
|
|
1997
1999
|
// Pickaxe aliases
|
|
1998
2000
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1999
|
-
// PictureInPicture2 aliases
|
|
2000
|
-
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2001
2001
|
// PictureInPicture aliases
|
|
2002
2002
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2003
|
+
// PictureInPicture2 aliases
|
|
2004
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2003
2005
|
// PiggyBank aliases
|
|
2004
2006
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2005
2007
|
// PilcrowLeft aliases
|
|
2006
2008
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2007
2009
|
// PilcrowRight aliases
|
|
2008
2010
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2009
|
-
// Pilcrow aliases
|
|
2010
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2011
2011
|
// PillBottle aliases
|
|
2012
2012
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2013
|
-
//
|
|
2014
|
-
export { default as
|
|
2013
|
+
// Pilcrow aliases
|
|
2014
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2015
2015
|
// Pill aliases
|
|
2016
2016
|
export { default as PillIcon } from '../icons/pill';
|
|
2017
2017
|
// Pin aliases
|
|
2018
2018
|
export { default as PinIcon } from '../icons/pin';
|
|
2019
|
+
// PinOff aliases
|
|
2020
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2019
2021
|
// Pipette aliases
|
|
2020
2022
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2021
|
-
// PlaneLanding aliases
|
|
2022
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2023
2023
|
// Pizza aliases
|
|
2024
2024
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2025
|
+
// PlaneLanding aliases
|
|
2026
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2025
2027
|
// PlaneTakeoff aliases
|
|
2026
2028
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2027
|
-
// Plane aliases
|
|
2028
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
2029
2029
|
// Play aliases
|
|
2030
2030
|
export { default as PlayIcon } from '../icons/play';
|
|
2031
|
-
//
|
|
2032
|
-
export { default as
|
|
2031
|
+
// Plane aliases
|
|
2032
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
2033
2033
|
// Plug2 aliases
|
|
2034
2034
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2035
2035
|
// Plug aliases
|
|
2036
2036
|
export { default as PlugIcon } from '../icons/plug';
|
|
2037
2037
|
// Plus aliases
|
|
2038
2038
|
export { default as PlusIcon } from '../icons/plus';
|
|
2039
|
+
// PocketKnife aliases
|
|
2040
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2039
2041
|
// Pocket aliases
|
|
2040
2042
|
export { default as PocketIcon } from '../icons/pocket';
|
|
2041
2043
|
// Podcast aliases
|
|
@@ -2046,46 +2048,46 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
|
2046
2048
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2047
2049
|
// Pointer aliases
|
|
2048
2050
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2049
|
-
// Popsicle aliases
|
|
2050
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2051
2051
|
// PoundSterling aliases
|
|
2052
2052
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2053
|
+
// Popsicle aliases
|
|
2054
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2053
2055
|
// PowerOff aliases
|
|
2054
2056
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2055
2057
|
// Power aliases
|
|
2056
2058
|
export { default as PowerIcon } from '../icons/power';
|
|
2057
2059
|
// Presentation aliases
|
|
2058
2060
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2059
|
-
// PrinterX aliases
|
|
2060
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2061
2061
|
// PrinterCheck aliases
|
|
2062
2062
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2063
|
-
// Projector aliases
|
|
2064
|
-
export { default as ProjectorIcon } from '../icons/projector';
|
|
2065
2063
|
// Printer aliases
|
|
2066
2064
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2065
|
+
// PrinterX aliases
|
|
2066
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2067
|
+
// Projector aliases
|
|
2068
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2067
2069
|
// Proportions aliases
|
|
2068
2070
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2069
|
-
// Puzzle aliases
|
|
2070
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2071
2071
|
// Pyramid aliases
|
|
2072
2072
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2073
|
-
//
|
|
2074
|
-
export { default as
|
|
2073
|
+
// Puzzle aliases
|
|
2074
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2075
2075
|
// QrCode aliases
|
|
2076
2076
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2077
|
-
// Radar aliases
|
|
2078
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2079
2077
|
// Rabbit aliases
|
|
2080
2078
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2079
|
+
// Quote aliases
|
|
2080
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2081
|
+
// Radar aliases
|
|
2082
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2081
2083
|
// Radiation aliases
|
|
2082
2084
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2083
2085
|
// Radical aliases
|
|
2084
2086
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2085
|
-
// RadioReceiver aliases
|
|
2086
|
-
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2087
2087
|
// RadioTower aliases
|
|
2088
2088
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2089
|
+
// RadioReceiver aliases
|
|
2090
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2089
2091
|
// Radio aliases
|
|
2090
2092
|
export { default as RadioIcon } from '../icons/radio';
|
|
2091
2093
|
// Radius aliases
|
|
@@ -2100,20 +2102,20 @@ export { default as RatIcon } from '../icons/rat';
|
|
|
2100
2102
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2101
2103
|
// ReceiptCent aliases
|
|
2102
2104
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2103
|
-
// ReceiptIndianRupee aliases
|
|
2104
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2105
2105
|
// ReceiptEuro aliases
|
|
2106
2106
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2107
|
+
// ReceiptIndianRupee aliases
|
|
2108
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2107
2109
|
// ReceiptJapaneseYen aliases
|
|
2108
2110
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2109
2111
|
// ReceiptPoundSterling aliases
|
|
2110
2112
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2111
|
-
// ReceiptSwissFranc aliases
|
|
2112
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2113
2113
|
// ReceiptRussianRuble aliases
|
|
2114
2114
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2115
2115
|
// ReceiptTurkishLira aliases
|
|
2116
2116
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2117
|
+
// ReceiptSwissFranc aliases
|
|
2118
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2117
2119
|
// ReceiptText aliases
|
|
2118
2120
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2119
2121
|
// Receipt aliases
|
|
@@ -2124,26 +2126,26 @@ export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
|
2124
2126
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2125
2127
|
// RectangleHorizontal aliases
|
|
2126
2128
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2127
|
-
// RectangleVertical aliases
|
|
2128
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2129
2129
|
// Recycle aliases
|
|
2130
2130
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2131
|
+
// RectangleVertical aliases
|
|
2132
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2131
2133
|
// Redo2 aliases
|
|
2132
2134
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2133
|
-
// Redo aliases
|
|
2134
|
-
export { default as RedoIcon } from '../icons/redo';
|
|
2135
2135
|
// RedoDot aliases
|
|
2136
2136
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2137
2137
|
// RefreshCcwDot aliases
|
|
2138
2138
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2139
2139
|
// RefreshCcw aliases
|
|
2140
2140
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2141
|
+
// Redo aliases
|
|
2142
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2141
2143
|
// RefreshCwOff aliases
|
|
2142
2144
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2143
|
-
// Refrigerator aliases
|
|
2144
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2145
2145
|
// RefreshCw aliases
|
|
2146
2146
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2147
|
+
// Refrigerator aliases
|
|
2148
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2147
2149
|
// Regex aliases
|
|
2148
2150
|
export { default as RegexIcon } from '../icons/regex';
|
|
2149
2151
|
// RemoveFormatting aliases
|
|
@@ -2152,24 +2154,24 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2152
2154
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2153
2155
|
// Repeat2 aliases
|
|
2154
2156
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2155
|
-
// ReplaceAll aliases
|
|
2156
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2157
2157
|
// Repeat aliases
|
|
2158
2158
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2159
|
-
//
|
|
2160
|
-
export { default as
|
|
2159
|
+
// ReplaceAll aliases
|
|
2160
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2161
2161
|
// Replace aliases
|
|
2162
2162
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2163
|
+
// ReplyAll aliases
|
|
2164
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2163
2165
|
// Reply aliases
|
|
2164
2166
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2165
2167
|
// Rewind aliases
|
|
2166
2168
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2167
2169
|
// Ribbon aliases
|
|
2168
2170
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2169
|
-
// RockingChair aliases
|
|
2170
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2171
2171
|
// Rocket aliases
|
|
2172
2172
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2173
|
+
// RockingChair aliases
|
|
2174
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2173
2175
|
// RollerCoaster aliases
|
|
2174
2176
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2175
2177
|
// Rose aliases
|
|
@@ -2194,12 +2196,12 @@ export { default as RouterIcon } from '../icons/router';
|
|
|
2194
2196
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2195
2197
|
// Rss aliases
|
|
2196
2198
|
export { default as RssIcon } from '../icons/rss';
|
|
2199
|
+
// RulerDimensionLine aliases
|
|
2200
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2197
2201
|
// Ruler aliases
|
|
2198
2202
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2199
2203
|
// RussianRuble aliases
|
|
2200
2204
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2201
|
-
// RulerDimensionLine aliases
|
|
2202
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2203
2205
|
// Sailboat aliases
|
|
2204
2206
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2205
2207
|
// Salad aliases
|
|
@@ -2216,20 +2218,20 @@ export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
|
2216
2218
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2217
2219
|
// SaveOff aliases
|
|
2218
2220
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2219
|
-
// Save aliases
|
|
2220
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2221
|
-
// ScanBarcode aliases
|
|
2222
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2223
2221
|
// Scale aliases
|
|
2224
2222
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2223
|
+
// Save aliases
|
|
2224
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2225
2225
|
// Scaling aliases
|
|
2226
2226
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2227
|
+
// ScanBarcode aliases
|
|
2228
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2227
2229
|
// ScanEye aliases
|
|
2228
2230
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2229
|
-
// ScanFace aliases
|
|
2230
|
-
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2231
2231
|
// ScanHeart aliases
|
|
2232
2232
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2233
|
+
// ScanFace aliases
|
|
2234
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2233
2235
|
// ScanLine aliases
|
|
2234
2236
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2235
2237
|
// ScanQrCode aliases
|
|
@@ -2248,10 +2250,10 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2248
2250
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2249
2251
|
// Scooter aliases
|
|
2250
2252
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2251
|
-
// ScreenShareOff aliases
|
|
2252
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2253
2253
|
// ScreenShare aliases
|
|
2254
2254
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2255
|
+
// ScreenShareOff aliases
|
|
2256
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2255
2257
|
// ScrollText aliases
|
|
2256
2258
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2257
2259
|
// Scroll aliases
|
|
@@ -2262,40 +2264,40 @@ export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
|
2262
2264
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2263
2265
|
// SearchCode aliases
|
|
2264
2266
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2265
|
-
// SearchX aliases
|
|
2266
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2267
2267
|
// SearchSlash aliases
|
|
2268
2268
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2269
|
+
// SearchX aliases
|
|
2270
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2271
2271
|
// Search aliases
|
|
2272
2272
|
export { default as SearchIcon } from '../icons/search';
|
|
2273
2273
|
// SendToBack aliases
|
|
2274
2274
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2275
|
+
// Section aliases
|
|
2276
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2275
2277
|
// Send aliases
|
|
2276
2278
|
export { default as SendIcon } from '../icons/send';
|
|
2279
|
+
// SeparatorHorizontal aliases
|
|
2280
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2277
2281
|
// SeparatorVertical aliases
|
|
2278
2282
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2279
2283
|
// ServerCog aliases
|
|
2280
2284
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2281
|
-
// SeparatorHorizontal aliases
|
|
2282
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2283
|
-
// ServerOff aliases
|
|
2284
|
-
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2285
2285
|
// ServerCrash aliases
|
|
2286
2286
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2287
|
+
// ServerOff aliases
|
|
2288
|
+
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2287
2289
|
// Server aliases
|
|
2288
2290
|
export { default as ServerIcon } from '../icons/server';
|
|
2289
2291
|
// Settings2 aliases
|
|
2290
2292
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2291
|
-
// Settings aliases
|
|
2292
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2293
2293
|
// Shapes aliases
|
|
2294
2294
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2295
|
+
// Settings aliases
|
|
2296
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2297
2297
|
// Share2 aliases
|
|
2298
2298
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2299
|
+
// Share aliases
|
|
2300
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2299
2301
|
// Sheet aliases
|
|
2300
2302
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2301
2303
|
// Shell aliases
|
|
@@ -2306,20 +2308,20 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2306
2308
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2307
2309
|
// ShieldBan aliases
|
|
2308
2310
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2309
|
-
// ShieldCheck aliases
|
|
2310
|
-
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2311
2311
|
// ShieldEllipsis aliases
|
|
2312
2312
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2313
|
+
// ShieldCheck aliases
|
|
2314
|
+
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2315
2315
|
// ShieldMinus aliases
|
|
2316
2316
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2317
|
+
// ShieldHalf aliases
|
|
2318
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2317
2319
|
// ShieldOff aliases
|
|
2318
2320
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2319
|
-
// ShieldPlus aliases
|
|
2320
|
-
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2321
2321
|
// ShieldUser aliases
|
|
2322
2322
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2323
|
+
// ShieldPlus aliases
|
|
2324
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2323
2325
|
// Shield aliases
|
|
2324
2326
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2325
2327
|
// Ship aliases
|
|
@@ -2330,46 +2332,46 @@ export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
|
2330
2332
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2331
2333
|
// ShoppingBag aliases
|
|
2332
2334
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2333
|
-
// Shovel aliases
|
|
2334
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2335
2335
|
// ShoppingBasket aliases
|
|
2336
2336
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2337
2337
|
// ShoppingCart aliases
|
|
2338
2338
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2339
|
+
// Shovel aliases
|
|
2340
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2339
2341
|
// ShowerHead aliases
|
|
2340
2342
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2341
|
-
// Shrink aliases
|
|
2342
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2343
2343
|
// Shredder aliases
|
|
2344
2344
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2345
2345
|
// Shrimp aliases
|
|
2346
2346
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2347
|
+
// Shrink aliases
|
|
2348
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2349
2349
|
// Shrub aliases
|
|
2350
2350
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2351
|
+
// Shuffle aliases
|
|
2352
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2351
2353
|
// Sigma aliases
|
|
2352
2354
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2355
|
+
// SignalLow aliases
|
|
2356
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
2357
|
// SignalHigh aliases
|
|
2354
2358
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2355
2359
|
// SignalMedium aliases
|
|
2356
2360
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2357
2361
|
// SignalZero aliases
|
|
2358
2362
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2359
|
-
// SignalLow aliases
|
|
2360
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2361
2363
|
// Signal aliases
|
|
2362
2364
|
export { default as SignalIcon } from '../icons/signal';
|
|
2363
2365
|
// Signature aliases
|
|
2364
2366
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2365
2367
|
// SignpostBig aliases
|
|
2366
2368
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2369
|
+
// Signpost aliases
|
|
2370
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2367
2371
|
// Siren aliases
|
|
2368
2372
|
export { default as SirenIcon } from '../icons/siren';
|
|
2369
2373
|
// SkipBack aliases
|
|
2370
2374
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
|
-
// Signpost aliases
|
|
2372
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2373
2375
|
// SkipForward aliases
|
|
2374
2376
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2375
2377
|
// Skull aliases
|
|
@@ -2378,56 +2380,56 @@ export { default as SkullIcon } from '../icons/skull';
|
|
|
2378
2380
|
export { default as SlackIcon } from '../icons/slack';
|
|
2379
2381
|
// Slash aliases
|
|
2380
2382
|
export { default as SlashIcon } from '../icons/slash';
|
|
2381
|
-
// Slice aliases
|
|
2382
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2383
2383
|
// SlidersHorizontal aliases
|
|
2384
2384
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2385
|
+
// Slice aliases
|
|
2386
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2385
2387
|
// SmartphoneCharging aliases
|
|
2386
2388
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2387
|
-
// SmartphoneNfc aliases
|
|
2388
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2389
2389
|
// Smartphone aliases
|
|
2390
2390
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2391
|
+
// SmartphoneNfc aliases
|
|
2392
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2393
2393
|
// Smile aliases
|
|
2394
2394
|
export { default as SmileIcon } from '../icons/smile';
|
|
2395
|
-
//
|
|
2396
|
-
export { default as
|
|
2395
|
+
// SmilePlus aliases
|
|
2396
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2397
2397
|
// Snowflake aliases
|
|
2398
2398
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2399
|
-
//
|
|
2400
|
-
export { default as
|
|
2399
|
+
// Snail aliases
|
|
2400
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2401
2401
|
// SoapDispenserDroplet aliases
|
|
2402
2402
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2403
|
+
// Sofa aliases
|
|
2404
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2403
2405
|
// SolarPanel aliases
|
|
2404
2406
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2405
|
-
// Space aliases
|
|
2406
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2407
2407
|
// Soup aliases
|
|
2408
2408
|
export { default as SoupIcon } from '../icons/soup';
|
|
2409
|
-
//
|
|
2410
|
-
export { default as
|
|
2411
|
-
// Speaker aliases
|
|
2412
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2409
|
+
// Space aliases
|
|
2410
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2413
2411
|
// Spade aliases
|
|
2414
2412
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2413
|
+
// Sparkle aliases
|
|
2414
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2415
|
+
// Speaker aliases
|
|
2416
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2415
2417
|
// Speech aliases
|
|
2416
2418
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2419
|
+
// SpellCheck2 aliases
|
|
2420
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2417
2421
|
// SpellCheck aliases
|
|
2418
2422
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2419
2423
|
// SplinePointer aliases
|
|
2420
2424
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2421
|
-
// SpellCheck2 aliases
|
|
2422
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2423
2425
|
// Spline aliases
|
|
2424
2426
|
export { default as SplineIcon } from '../icons/spline';
|
|
2425
2427
|
// Split aliases
|
|
2426
2428
|
export { default as SplitIcon } from '../icons/split';
|
|
2427
|
-
// Spool aliases
|
|
2428
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2429
2429
|
// Spotlight aliases
|
|
2430
2430
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2431
|
+
// Spool aliases
|
|
2432
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2431
2433
|
// SprayCan aliases
|
|
2432
2434
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2433
2435
|
// Sprout aliases
|
|
@@ -2442,74 +2444,74 @@ export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bo
|
|
|
2442
2444
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2443
2445
|
// SquareDashedTopSolid aliases
|
|
2444
2446
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2445
|
-
// SquarePause aliases
|
|
2446
|
-
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2447
2447
|
// SquareRadical aliases
|
|
2448
2448
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2449
|
+
// SquarePause aliases
|
|
2450
|
+
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2449
2451
|
// SquareRoundCorner aliases
|
|
2450
2452
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2451
2453
|
// SquareSquare aliases
|
|
2452
2454
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2455
|
+
// Square aliases
|
|
2456
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2453
2457
|
// SquareStack aliases
|
|
2454
2458
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2455
|
-
// SquareStar aliases
|
|
2456
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2457
2459
|
// SquareStop aliases
|
|
2458
2460
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2459
|
-
//
|
|
2460
|
-
export { default as
|
|
2461
|
+
// SquareStar aliases
|
|
2462
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2461
2463
|
// SquaresExclude aliases
|
|
2462
2464
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2463
2465
|
// SquaresIntersect aliases
|
|
2464
2466
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2465
2467
|
// SquaresSubtract aliases
|
|
2466
2468
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2467
|
-
// SquaresUnite aliases
|
|
2468
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2469
2469
|
// SquircleDashed aliases
|
|
2470
2470
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2471
|
+
// SquaresUnite aliases
|
|
2472
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2471
2473
|
// Squircle aliases
|
|
2472
2474
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2473
2475
|
// Squirrel aliases
|
|
2474
2476
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2475
|
-
// StarHalf aliases
|
|
2476
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2477
|
-
// StarOff aliases
|
|
2478
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2479
2477
|
// Stamp aliases
|
|
2480
2478
|
export { default as StampIcon } from '../icons/stamp';
|
|
2479
|
+
// StarOff aliases
|
|
2480
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2481
|
+
// StarHalf aliases
|
|
2482
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2481
2483
|
// Star aliases
|
|
2482
2484
|
export { default as StarIcon } from '../icons/star';
|
|
2483
2485
|
// StepBack aliases
|
|
2484
2486
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2485
2487
|
// StepForward aliases
|
|
2486
2488
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2487
|
-
// Sticker aliases
|
|
2488
|
-
export { default as StickerIcon } from '../icons/sticker';
|
|
2489
2489
|
// Stethoscope aliases
|
|
2490
2490
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2491
|
+
// Sticker aliases
|
|
2492
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2491
2493
|
// StickyNote aliases
|
|
2492
2494
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2493
2495
|
// Stone aliases
|
|
2494
2496
|
export { default as StoneIcon } from '../icons/stone';
|
|
2495
2497
|
// Store aliases
|
|
2496
2498
|
export { default as StoreIcon } from '../icons/store';
|
|
2497
|
-
// StretchVertical aliases
|
|
2498
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2499
2499
|
// StretchHorizontal aliases
|
|
2500
2500
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2501
2501
|
// Strikethrough aliases
|
|
2502
2502
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2503
|
-
//
|
|
2504
|
-
export { default as
|
|
2503
|
+
// StretchVertical aliases
|
|
2504
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2505
2505
|
// Subscript aliases
|
|
2506
2506
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2507
|
+
// SunDim aliases
|
|
2508
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2507
2509
|
// SunMedium aliases
|
|
2508
2510
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2509
|
-
// SunSnow aliases
|
|
2510
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2511
2511
|
// SunMoon aliases
|
|
2512
2512
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2513
|
+
// SunSnow aliases
|
|
2514
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2513
2515
|
// Sun aliases
|
|
2514
2516
|
export { default as SunIcon } from '../icons/sun';
|
|
2515
2517
|
// Sunrise aliases
|
|
@@ -2520,18 +2522,18 @@ export { default as SunsetIcon } from '../icons/sunset';
|
|
|
2520
2522
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2521
2523
|
// SwatchBook aliases
|
|
2522
2524
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2523
|
-
// SwitchCamera aliases
|
|
2524
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2525
2525
|
// SwissFranc aliases
|
|
2526
2526
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2527
2527
|
// Sword aliases
|
|
2528
2528
|
export { default as SwordIcon } from '../icons/sword';
|
|
2529
|
-
//
|
|
2530
|
-
export { default as
|
|
2529
|
+
// SwitchCamera aliases
|
|
2530
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2531
2531
|
// Swords aliases
|
|
2532
2532
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2533
2533
|
// Table2 aliases
|
|
2534
2534
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2535
|
+
// Syringe aliases
|
|
2536
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2535
2537
|
// TableCellsMerge aliases
|
|
2536
2538
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2537
2539
|
// TableCellsSplit aliases
|
|
@@ -2542,38 +2544,38 @@ export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
|
2542
2544
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2543
2545
|
// TableProperties aliases
|
|
2544
2546
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2545
|
-
// TableRowsSplit aliases
|
|
2546
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2547
2547
|
// Table aliases
|
|
2548
2548
|
export { default as TableIcon } from '../icons/table';
|
|
2549
|
+
// TableRowsSplit aliases
|
|
2550
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2549
2551
|
// TabletSmartphone aliases
|
|
2550
2552
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2551
2553
|
// Tablets aliases
|
|
2552
2554
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2553
|
-
// Tag aliases
|
|
2554
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2555
2555
|
// Tablet aliases
|
|
2556
2556
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2557
|
+
// Tag aliases
|
|
2558
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2559
|
+
// Tally1 aliases
|
|
2560
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2559
2561
|
// Tally2 aliases
|
|
2560
2562
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2563
|
+
// Tags aliases
|
|
2564
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2561
2565
|
// Tally3 aliases
|
|
2562
2566
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2563
|
-
// Tally1 aliases
|
|
2564
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2565
2567
|
// Tally5 aliases
|
|
2566
2568
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2567
|
-
// Tangent aliases
|
|
2568
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2569
2569
|
// Tally4 aliases
|
|
2570
2570
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2571
|
+
// Tangent aliases
|
|
2572
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2571
2573
|
// Target aliases
|
|
2572
2574
|
export { default as TargetIcon } from '../icons/target';
|
|
2573
|
-
// Telescope aliases
|
|
2574
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2575
2575
|
// TentTree aliases
|
|
2576
2576
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2577
|
+
// Telescope aliases
|
|
2578
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2577
2579
|
// Tent aliases
|
|
2578
2580
|
export { default as TentIcon } from '../icons/tent';
|
|
2579
2581
|
// Terminal aliases
|
|
@@ -2590,58 +2592,58 @@ export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
|
2590
2592
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2591
2593
|
// Theater aliases
|
|
2592
2594
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2593
|
-
// TextSearch aliases
|
|
2594
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2595
2595
|
// ThermometerSnowflake aliases
|
|
2596
2596
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2597
|
-
//
|
|
2598
|
-
export { default as
|
|
2597
|
+
// TextSearch aliases
|
|
2598
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2599
2599
|
// Thermometer aliases
|
|
2600
2600
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2603
|
-
// ThumbsDown aliases
|
|
2604
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2601
|
+
// ThermometerSun aliases
|
|
2602
|
+
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2605
2603
|
// ThumbsUp aliases
|
|
2606
2604
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2605
|
+
// ThumbsDown aliases
|
|
2606
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2607
|
+
// TicketCheck aliases
|
|
2608
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2607
2609
|
// TicketMinus aliases
|
|
2608
2610
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2609
2611
|
// TicketPercent aliases
|
|
2610
2612
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2611
|
-
// TicketSlash aliases
|
|
2612
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
2613
|
// TicketPlus aliases
|
|
2614
2614
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2615
|
+
// TicketSlash aliases
|
|
2616
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2617
2617
|
// Ticket aliases
|
|
2618
2618
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2619
|
+
// TicketX aliases
|
|
2620
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2619
2621
|
// TicketsPlane aliases
|
|
2620
2622
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2621
2623
|
// Tickets aliases
|
|
2622
2624
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2623
|
-
// TimerOff aliases
|
|
2624
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2625
2625
|
// TimerReset aliases
|
|
2626
2626
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2627
|
-
//
|
|
2628
|
-
export { default as
|
|
2627
|
+
// TimerOff aliases
|
|
2628
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2629
2629
|
// Timer aliases
|
|
2630
2630
|
export { default as TimerIcon } from '../icons/timer';
|
|
2631
|
+
// ToggleLeft aliases
|
|
2632
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2631
2633
|
// ToggleRight aliases
|
|
2632
2634
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2633
2635
|
// Toilet aliases
|
|
2634
2636
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2635
|
-
// Toolbox aliases
|
|
2636
|
-
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2637
2637
|
// ToolCase aliases
|
|
2638
2638
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2639
|
-
//
|
|
2640
|
-
export { default as
|
|
2639
|
+
// Toolbox aliases
|
|
2640
|
+
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2641
2641
|
// Tornado aliases
|
|
2642
2642
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2643
2643
|
// TouchpadOff aliases
|
|
2644
2644
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2645
|
+
// Torus aliases
|
|
2646
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2645
2647
|
// Touchpad aliases
|
|
2646
2648
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2647
2649
|
// TowelRack aliases
|
|
@@ -2656,10 +2658,10 @@ export { default as TractorIcon } from '../icons/tractor';
|
|
|
2656
2658
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2657
2659
|
// TrainFrontTunnel aliases
|
|
2658
2660
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2659
|
-
// TrainTrack aliases
|
|
2660
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2661
2661
|
// TrainFront aliases
|
|
2662
2662
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2663
|
+
// TrainTrack aliases
|
|
2664
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2663
2665
|
// Transgender aliases
|
|
2664
2666
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2665
2667
|
// Trash2 aliases
|
|
@@ -2672,100 +2674,100 @@ export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
|
2672
2674
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2673
2675
|
// Trees aliases
|
|
2674
2676
|
export { default as TreesIcon } from '../icons/trees';
|
|
2675
|
-
// Trello aliases
|
|
2676
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2677
2677
|
// TrendingDown aliases
|
|
2678
2678
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2679
2679
|
// TrendingUpDown aliases
|
|
2680
2680
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2681
|
+
// Trello aliases
|
|
2682
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2681
2683
|
// TrendingUp aliases
|
|
2682
2684
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2683
|
-
// TriangleRight aliases
|
|
2684
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2685
2685
|
// TriangleDashed aliases
|
|
2686
2686
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2687
2687
|
// Triangle aliases
|
|
2688
2688
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2689
|
+
// TriangleRight aliases
|
|
2690
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2689
2691
|
// Trophy aliases
|
|
2690
2692
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2691
|
-
// TruckElectric aliases
|
|
2692
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2693
2693
|
// Truck aliases
|
|
2694
2694
|
export { default as TruckIcon } from '../icons/truck';
|
|
2695
|
+
// TruckElectric aliases
|
|
2696
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2695
2697
|
// TurkishLira aliases
|
|
2696
2698
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2697
2699
|
// Turntable aliases
|
|
2698
2700
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2699
2701
|
// Turtle aliases
|
|
2700
2702
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2701
|
-
// TvMinimalPlay aliases
|
|
2702
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2703
2703
|
// Tv aliases
|
|
2704
2704
|
export { default as TvIcon } from '../icons/tv';
|
|
2705
|
+
// TvMinimalPlay aliases
|
|
2706
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2705
2707
|
// Twitch aliases
|
|
2706
2708
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2707
2709
|
// Twitter aliases
|
|
2708
2710
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2709
|
-
// TypeOutline aliases
|
|
2710
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2711
2711
|
// Type aliases
|
|
2712
2712
|
export { default as TypeIcon } from '../icons/type';
|
|
2713
|
+
// TypeOutline aliases
|
|
2714
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2713
2715
|
// UmbrellaOff aliases
|
|
2714
2716
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2715
2717
|
// Umbrella aliases
|
|
2716
2718
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2717
2719
|
// Underline aliases
|
|
2718
2720
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2719
|
-
// Undo2 aliases
|
|
2720
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2721
2721
|
// UndoDot aliases
|
|
2722
2722
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2723
|
-
//
|
|
2724
|
-
export { default as
|
|
2723
|
+
// Undo2 aliases
|
|
2724
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2725
2725
|
// Undo aliases
|
|
2726
2726
|
export { default as UndoIcon } from '../icons/undo';
|
|
2727
|
+
// UnfoldHorizontal aliases
|
|
2728
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2727
2729
|
// UnfoldVertical aliases
|
|
2728
2730
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2729
|
-
// Ungroup aliases
|
|
2730
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2731
2731
|
// Unlink2 aliases
|
|
2732
2732
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2733
|
-
//
|
|
2734
|
-
export { default as
|
|
2733
|
+
// Ungroup aliases
|
|
2734
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2735
2735
|
// Unplug aliases
|
|
2736
2736
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2737
|
+
// Unlink aliases
|
|
2738
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2737
2739
|
// Upload aliases
|
|
2738
2740
|
export { default as UploadIcon } from '../icons/upload';
|
|
2739
2741
|
// Usb aliases
|
|
2740
2742
|
export { default as UsbIcon } from '../icons/usb';
|
|
2741
|
-
// UserCog aliases
|
|
2742
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2743
2743
|
// UserCheck aliases
|
|
2744
2744
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2745
|
+
// UserCog aliases
|
|
2746
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2745
2747
|
// UserKey aliases
|
|
2746
2748
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2747
2749
|
// UserLock aliases
|
|
2748
2750
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2749
|
-
// UserMinus aliases
|
|
2750
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2751
2751
|
// UserPen aliases
|
|
2752
2752
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2753
|
+
// UserMinus aliases
|
|
2754
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2753
2755
|
// UserPlus aliases
|
|
2754
2756
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2755
2757
|
// UserRoundKey aliases
|
|
2756
2758
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2757
2759
|
// UserRoundPen aliases
|
|
2758
2760
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2759
|
-
// UserRoundSearch aliases
|
|
2760
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2761
2761
|
// UserSearch aliases
|
|
2762
2762
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2763
|
+
// UserRoundSearch aliases
|
|
2764
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2763
2765
|
// UserStar aliases
|
|
2764
2766
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2765
|
-
// User aliases
|
|
2766
|
-
export { default as UserIcon } from '../icons/user';
|
|
2767
2767
|
// UserX aliases
|
|
2768
2768
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2769
|
+
// User aliases
|
|
2770
|
+
export { default as UserIcon } from '../icons/user';
|
|
2769
2771
|
// Users aliases
|
|
2770
2772
|
export { default as UsersIcon } from '../icons/users';
|
|
2771
2773
|
// UtilityPole aliases
|
|
@@ -2776,14 +2778,14 @@ export { default as VanIcon } from '../icons/van';
|
|
|
2776
2778
|
export { default as VariableIcon } from '../icons/variable';
|
|
2777
2779
|
// Vault aliases
|
|
2778
2780
|
export { default as VaultIcon } from '../icons/vault';
|
|
2779
|
-
// Vegan aliases
|
|
2780
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2781
2781
|
// VectorSquare aliases
|
|
2782
2782
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2783
|
+
// Vegan aliases
|
|
2784
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2785
2785
|
// VenetianMask aliases
|
|
2786
2786
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2787
|
+
// VenusAndMars aliases
|
|
2788
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2787
2789
|
// Venus aliases
|
|
2788
2790
|
export { default as VenusIcon } from '../icons/venus';
|
|
2789
2791
|
// VibrateOff aliases
|
|
@@ -2792,52 +2794,52 @@ export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
|
2792
2794
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2793
2795
|
// VideoOff aliases
|
|
2794
2796
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2795
|
-
// Video aliases
|
|
2796
|
-
export { default as VideoIcon } from '../icons/video';
|
|
2797
2797
|
// Videotape aliases
|
|
2798
2798
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2799
|
-
//
|
|
2800
|
-
export { default as
|
|
2799
|
+
// Video aliases
|
|
2800
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2801
2801
|
// View aliases
|
|
2802
2802
|
export { default as ViewIcon } from '../icons/view';
|
|
2803
|
+
// Voicemail aliases
|
|
2804
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2803
2805
|
// Volleyball aliases
|
|
2804
2806
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2805
|
-
// Volume2 aliases
|
|
2806
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2807
2807
|
// Volume1 aliases
|
|
2808
2808
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2809
|
+
// Volume2 aliases
|
|
2810
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2809
2811
|
// VolumeOff aliases
|
|
2810
2812
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2811
2813
|
// VolumeX aliases
|
|
2812
2814
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2813
2815
|
// Volume aliases
|
|
2814
2816
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2815
|
-
// WalletCards aliases
|
|
2816
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2817
2817
|
// Vote aliases
|
|
2818
2818
|
export { default as VoteIcon } from '../icons/vote';
|
|
2819
|
-
//
|
|
2820
|
-
export { default as
|
|
2819
|
+
// WalletCards aliases
|
|
2820
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2821
2821
|
// Wallet aliases
|
|
2822
2822
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2823
|
-
//
|
|
2824
|
-
export { default as
|
|
2823
|
+
// Wallpaper aliases
|
|
2824
|
+
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2825
2825
|
// Wand aliases
|
|
2826
2826
|
export { default as WandIcon } from '../icons/wand';
|
|
2827
2827
|
// WashingMachine aliases
|
|
2828
2828
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2829
2829
|
// Watch aliases
|
|
2830
2830
|
export { default as WatchIcon } from '../icons/watch';
|
|
2831
|
+
// Warehouse aliases
|
|
2832
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2833
|
+
// WavesArrowDown aliases
|
|
2834
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2831
2835
|
// WavesArrowUp aliases
|
|
2832
2836
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2833
2837
|
// WavesLadder aliases
|
|
2834
2838
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2835
|
-
// WavesArrowDown aliases
|
|
2836
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2837
|
-
// Waves aliases
|
|
2838
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2839
2839
|
// Waypoints aliases
|
|
2840
2840
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2841
|
+
// Waves aliases
|
|
2842
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2841
2843
|
// Webcam aliases
|
|
2842
2844
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2843
2845
|
// WebhookOff aliases
|
|
@@ -2846,22 +2848,22 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2846
2848
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2847
2849
|
// WeightTilde aliases
|
|
2848
2850
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2851
|
+
// Wheat aliases
|
|
2852
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2849
2853
|
// Weight aliases
|
|
2850
2854
|
export { default as WeightIcon } from '../icons/weight';
|
|
2851
2855
|
// WheatOff aliases
|
|
2852
2856
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2853
|
-
// Wheat aliases
|
|
2854
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2855
|
-
// WholeWord aliases
|
|
2856
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2857
2857
|
// WifiCog aliases
|
|
2858
2858
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2859
|
+
// WholeWord aliases
|
|
2860
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2861
|
+
// WifiHigh aliases
|
|
2862
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2859
2863
|
// WifiLow aliases
|
|
2860
2864
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2861
2865
|
// WifiOff aliases
|
|
2862
2866
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2863
|
-
// WifiHigh aliases
|
|
2864
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2865
2867
|
// WifiPen aliases
|
|
2866
2868
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2867
2869
|
// WifiSync aliases
|
|
@@ -2870,10 +2872,10 @@ export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
|
2870
2872
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2871
2873
|
// Wifi aliases
|
|
2872
2874
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2873
|
-
// Wind aliases
|
|
2874
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2875
2875
|
// WindArrowDown aliases
|
|
2876
2876
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2877
|
+
// Wind aliases
|
|
2878
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2877
2879
|
// Wine aliases
|
|
2878
2880
|
export { default as WineIcon } from '../icons/wine';
|
|
2879
2881
|
// WineOff aliases
|
|
@@ -2886,50 +2888,70 @@ export { default as WormIcon } from '../icons/worm';
|
|
|
2886
2888
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2887
2889
|
// XLineTop aliases
|
|
2888
2890
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2889
|
-
// Youtube aliases
|
|
2890
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2891
2891
|
// X aliases
|
|
2892
2892
|
export { default as XIcon } from '../icons/x';
|
|
2893
|
+
// Youtube aliases
|
|
2894
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2893
2895
|
// ZapOff aliases
|
|
2894
2896
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2897
|
+
// ZodiacAquarius aliases
|
|
2898
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2899
|
+
// Zap aliases
|
|
2900
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2901
|
+
// ZodiacAries aliases
|
|
2902
|
+
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2903
|
+
// ZodiacCancer aliases
|
|
2904
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2905
|
+
// ZodiacCapricorn aliases
|
|
2906
|
+
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2907
|
+
// ZodiacGemini aliases
|
|
2908
|
+
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2909
|
+
// ZodiacLeo aliases
|
|
2910
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2911
|
+
// ZodiacLibra aliases
|
|
2912
|
+
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2913
|
+
// ZodiacOphiuchus aliases
|
|
2914
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2915
|
+
// ZodiacPisces aliases
|
|
2916
|
+
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2917
|
+
// ZodiacSagittarius aliases
|
|
2918
|
+
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2919
|
+
// ZodiacScorpio aliases
|
|
2920
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2921
|
+
// ZodiacTaurus aliases
|
|
2922
|
+
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2895
2923
|
// ZoomIn aliases
|
|
2896
2924
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2897
2925
|
// ZoomOut aliases
|
|
2898
2926
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2899
|
-
//
|
|
2900
|
-
export { default as
|
|
2927
|
+
// ZodiacVirgo aliases
|
|
2928
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2901
2929
|
// ArrowDown01 aliases
|
|
2902
2930
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2903
2931
|
// ArrowDown10 aliases
|
|
2904
2932
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2905
|
-
// ArrowUp01 aliases
|
|
2906
|
-
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2907
2933
|
// ArrowUp10 aliases
|
|
2908
2934
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2935
|
+
// ArrowUp01 aliases
|
|
2936
|
+
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2909
2937
|
// AlarmClockCheck aliases
|
|
2910
2938
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2911
2939
|
export {
|
|
2912
2940
|
/** @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 */
|
|
2913
2941
|
default as AlarmCheckIcon
|
|
2914
2942
|
} from '../icons/alarm-clock-check';
|
|
2915
|
-
// AlarmClockPlus aliases
|
|
2916
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2917
|
-
export {
|
|
2918
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2919
|
-
default as AlarmPlusIcon
|
|
2920
|
-
} from '../icons/alarm-clock-plus';
|
|
2921
2943
|
// AlarmClockMinus aliases
|
|
2922
2944
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2923
2945
|
export {
|
|
2924
2946
|
/** @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 */
|
|
2925
2947
|
default as AlarmMinusIcon
|
|
2926
2948
|
} from '../icons/alarm-clock-minus';
|
|
2927
|
-
//
|
|
2928
|
-
export { default as
|
|
2949
|
+
// AlarmClockPlus aliases
|
|
2950
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2929
2951
|
export {
|
|
2930
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2931
|
-
default as
|
|
2932
|
-
} from '../icons/
|
|
2952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
2953
|
+
default as AlarmPlusIcon
|
|
2954
|
+
} from '../icons/alarm-clock-plus';
|
|
2933
2955
|
// ArrowDownWideNarrow aliases
|
|
2934
2956
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2935
2957
|
export {
|
|
@@ -2942,6 +2964,12 @@ export {
|
|
|
2942
2964
|
/** @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 */
|
|
2943
2965
|
default as ArrowDownZaIcon
|
|
2944
2966
|
} from '../icons/arrow-down-z-a';
|
|
2967
|
+
// ArrowDownAZ aliases
|
|
2968
|
+
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2969
|
+
export {
|
|
2970
|
+
/** @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 */
|
|
2971
|
+
default as ArrowDownAzIcon
|
|
2972
|
+
} from '../icons/arrow-down-a-z';
|
|
2945
2973
|
// ArrowUpAZ aliases
|
|
2946
2974
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2947
2975
|
export {
|
|
@@ -2954,78 +2982,78 @@ export {
|
|
|
2954
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2955
2983
|
default as SortAscIcon
|
|
2956
2984
|
} from '../icons/arrow-up-narrow-wide';
|
|
2957
|
-
// Axis3d aliases
|
|
2958
|
-
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2959
|
-
export {
|
|
2960
|
-
/** @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 */
|
|
2961
|
-
default as Axis3DIcon
|
|
2962
|
-
} from '../icons/axis-3d';
|
|
2963
2985
|
// ArrowUpZA aliases
|
|
2964
2986
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2965
2987
|
export {
|
|
2966
2988
|
/** @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 */
|
|
2967
2989
|
default as ArrowUpZaIcon
|
|
2968
2990
|
} from '../icons/arrow-up-z-a';
|
|
2991
|
+
// Axis3d aliases
|
|
2992
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2993
|
+
export {
|
|
2994
|
+
/** @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 */
|
|
2995
|
+
default as Axis3DIcon
|
|
2996
|
+
} from '../icons/axis-3d';
|
|
2969
2997
|
// BadgeCheck aliases
|
|
2970
2998
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2971
2999
|
export {
|
|
2972
3000
|
/** @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 */
|
|
2973
3001
|
default as VerifiedIcon
|
|
2974
3002
|
} from '../icons/badge-check';
|
|
2975
|
-
// BetweenHorizontalEnd aliases
|
|
2976
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2977
|
-
export {
|
|
2978
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2979
|
-
default as BetweenHorizonalEndIcon
|
|
2980
|
-
} from '../icons/between-horizontal-end';
|
|
2981
3003
|
// BadgeQuestionMark aliases
|
|
2982
3004
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2983
3005
|
export {
|
|
2984
3006
|
/** @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 */
|
|
2985
3007
|
default as BadgeHelpIcon
|
|
2986
3008
|
} from '../icons/badge-question-mark';
|
|
3009
|
+
// BetweenHorizontalEnd aliases
|
|
3010
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3011
|
+
export {
|
|
3012
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
3013
|
+
default as BetweenHorizonalEndIcon
|
|
3014
|
+
} from '../icons/between-horizontal-end';
|
|
2987
3015
|
// BetweenHorizontalStart aliases
|
|
2988
3016
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2989
3017
|
export {
|
|
2990
3018
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2991
3019
|
default as BetweenHorizonalStartIcon
|
|
2992
3020
|
} from '../icons/between-horizontal-start';
|
|
2993
|
-
// Braces aliases
|
|
2994
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2995
|
-
export {
|
|
2996
|
-
/** @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 */
|
|
2997
|
-
default as CurlyBracesIcon
|
|
2998
|
-
} from '../icons/braces';
|
|
2999
3021
|
// BookDashed aliases
|
|
3000
3022
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3001
3023
|
export {
|
|
3002
3024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
3003
3025
|
default as BookTemplateIcon
|
|
3004
3026
|
} from '../icons/book-dashed';
|
|
3005
|
-
//
|
|
3006
|
-
export { default as
|
|
3027
|
+
// Braces aliases
|
|
3028
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3007
3029
|
export {
|
|
3008
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3009
|
-
default as
|
|
3010
|
-
} from '../icons/
|
|
3030
|
+
/** @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 */
|
|
3031
|
+
default as CurlyBracesIcon
|
|
3032
|
+
} from '../icons/braces';
|
|
3011
3033
|
// ChartArea aliases
|
|
3012
3034
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3013
3035
|
export {
|
|
3014
3036
|
/** @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 */
|
|
3015
3037
|
default as AreaChartIcon
|
|
3016
3038
|
} from '../icons/chart-area';
|
|
3017
|
-
//
|
|
3018
|
-
export { default as
|
|
3039
|
+
// Captions aliases
|
|
3040
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3019
3041
|
export {
|
|
3020
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3021
|
-
default as
|
|
3022
|
-
} from '../icons/
|
|
3042
|
+
/** @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 */
|
|
3043
|
+
default as SubtitlesIcon
|
|
3044
|
+
} from '../icons/captions';
|
|
3023
3045
|
// ChartBar aliases
|
|
3024
3046
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3025
3047
|
export {
|
|
3026
3048
|
/** @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 */
|
|
3027
3049
|
default as BarChartHorizontalIcon
|
|
3028
3050
|
} from '../icons/chart-bar';
|
|
3051
|
+
// ChartBarBig aliases
|
|
3052
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3053
|
+
export {
|
|
3054
|
+
/** @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 */
|
|
3055
|
+
default as BarChartHorizontalBigIcon
|
|
3056
|
+
} from '../icons/chart-bar-big';
|
|
3029
3057
|
// ChartCandlestick aliases
|
|
3030
3058
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3031
3059
|
export {
|
|
@@ -3044,12 +3072,6 @@ export {
|
|
|
3044
3072
|
/** @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 */
|
|
3045
3073
|
default as BarChart4Icon
|
|
3046
3074
|
} from '../icons/chart-column-increasing';
|
|
3047
|
-
// ChartLine aliases
|
|
3048
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3049
|
-
export {
|
|
3050
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3051
|
-
default as LineChartIcon
|
|
3052
|
-
} from '../icons/chart-line';
|
|
3053
3075
|
// ChartColumn aliases
|
|
3054
3076
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3055
3077
|
export {
|
|
@@ -3062,6 +3084,12 @@ export {
|
|
|
3062
3084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3063
3085
|
default as BarChartIcon
|
|
3064
3086
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3087
|
+
// ChartLine aliases
|
|
3088
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3089
|
+
export {
|
|
3090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
3091
|
+
default as LineChartIcon
|
|
3092
|
+
} from '../icons/chart-line';
|
|
3065
3093
|
// ChartNoAxesColumn aliases
|
|
3066
3094
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3067
3095
|
export {
|
|
@@ -3080,18 +3108,18 @@ export {
|
|
|
3080
3108
|
/** @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 */
|
|
3081
3109
|
default as PieChartIcon
|
|
3082
3110
|
} from '../icons/chart-pie';
|
|
3083
|
-
// Chromium aliases
|
|
3084
|
-
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3085
|
-
export {
|
|
3086
|
-
/** @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 */
|
|
3087
|
-
default as ChromeIcon
|
|
3088
|
-
} from '../icons/chromium';
|
|
3089
3111
|
// ChartScatter aliases
|
|
3090
3112
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3091
3113
|
export {
|
|
3092
3114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3093
3115
|
default as ScatterChartIcon
|
|
3094
3116
|
} from '../icons/chart-scatter';
|
|
3117
|
+
// Chromium aliases
|
|
3118
|
+
export { default as ChromiumIcon } from '../icons/chromium';
|
|
3119
|
+
export {
|
|
3120
|
+
/** @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 */
|
|
3121
|
+
default as ChromeIcon
|
|
3122
|
+
} from '../icons/chromium';
|
|
3095
3123
|
// CircleAlert aliases
|
|
3096
3124
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3097
3125
|
export {
|
|
@@ -3104,18 +3132,18 @@ export {
|
|
|
3104
3132
|
/** @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 */
|
|
3105
3133
|
default as ArrowDownCircleIcon
|
|
3106
3134
|
} from '../icons/circle-arrow-down';
|
|
3107
|
-
// CircleArrowOutDownLeft aliases
|
|
3108
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3109
|
-
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3111
|
-
default as ArrowDownLeftFromCircleIcon
|
|
3112
|
-
} from '../icons/circle-arrow-out-down-left';
|
|
3113
3135
|
// CircleArrowLeft aliases
|
|
3114
3136
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3115
3137
|
export {
|
|
3116
3138
|
/** @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 */
|
|
3117
3139
|
default as ArrowLeftCircleIcon
|
|
3118
3140
|
} from '../icons/circle-arrow-left';
|
|
3141
|
+
// CircleArrowOutDownLeft aliases
|
|
3142
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3143
|
+
export {
|
|
3144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3145
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3146
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3119
3147
|
// CircleArrowOutDownRight aliases
|
|
3120
3148
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3121
3149
|
export {
|
|
@@ -3158,54 +3186,54 @@ export {
|
|
|
3158
3186
|
/** @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 */
|
|
3159
3187
|
default as CheckCircle2Icon
|
|
3160
3188
|
} from '../icons/circle-check';
|
|
3161
|
-
// CircleChevronDown aliases
|
|
3162
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3163
|
-
export {
|
|
3164
|
-
/** @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 */
|
|
3165
|
-
default as ChevronDownCircleIcon
|
|
3166
|
-
} from '../icons/circle-chevron-down';
|
|
3167
3189
|
// CircleChevronLeft aliases
|
|
3168
3190
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3169
3191
|
export {
|
|
3170
3192
|
/** @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 */
|
|
3171
3193
|
default as ChevronLeftCircleIcon
|
|
3172
3194
|
} from '../icons/circle-chevron-left';
|
|
3195
|
+
// CircleChevronDown aliases
|
|
3196
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3197
|
+
export {
|
|
3198
|
+
/** @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 */
|
|
3199
|
+
default as ChevronDownCircleIcon
|
|
3200
|
+
} from '../icons/circle-chevron-down';
|
|
3173
3201
|
// CircleChevronRight aliases
|
|
3174
3202
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3175
3203
|
export {
|
|
3176
3204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
3177
3205
|
default as ChevronRightCircleIcon
|
|
3178
3206
|
} from '../icons/circle-chevron-right';
|
|
3179
|
-
// CircleDivide aliases
|
|
3180
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3181
|
-
export {
|
|
3182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3183
|
-
default as DivideCircleIcon
|
|
3184
|
-
} from '../icons/circle-divide';
|
|
3185
3207
|
// CircleChevronUp aliases
|
|
3186
3208
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3187
3209
|
export {
|
|
3188
3210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
3189
3211
|
default as ChevronUpCircleIcon
|
|
3190
3212
|
} from '../icons/circle-chevron-up';
|
|
3213
|
+
// CircleDivide aliases
|
|
3214
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3215
|
+
export {
|
|
3216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3217
|
+
default as DivideCircleIcon
|
|
3218
|
+
} from '../icons/circle-divide';
|
|
3191
3219
|
// CircleGauge aliases
|
|
3192
3220
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3193
3221
|
export {
|
|
3194
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
3195
3223
|
default as GaugeCircleIcon
|
|
3196
3224
|
} from '../icons/circle-gauge';
|
|
3197
|
-
// CircleParkingOff aliases
|
|
3198
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3199
|
-
export {
|
|
3200
|
-
/** @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 */
|
|
3201
|
-
default as ParkingCircleOffIcon
|
|
3202
|
-
} from '../icons/circle-parking-off';
|
|
3203
3225
|
// CircleMinus aliases
|
|
3204
3226
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3205
3227
|
export {
|
|
3206
3228
|
/** @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 */
|
|
3207
3229
|
default as MinusCircleIcon
|
|
3208
3230
|
} from '../icons/circle-minus';
|
|
3231
|
+
// CircleParkingOff aliases
|
|
3232
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3233
|
+
export {
|
|
3234
|
+
/** @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 */
|
|
3235
|
+
default as ParkingCircleOffIcon
|
|
3236
|
+
} from '../icons/circle-parking-off';
|
|
3209
3237
|
// CircleParking aliases
|
|
3210
3238
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3211
3239
|
export {
|
|
@@ -3242,16 +3270,6 @@ export {
|
|
|
3242
3270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3243
3271
|
default as PowerCircleIcon
|
|
3244
3272
|
} from '../icons/circle-power';
|
|
3245
|
-
// CircleQuestionMark aliases
|
|
3246
|
-
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3247
|
-
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3249
|
-
default as HelpCircleIcon
|
|
3250
|
-
} from '../icons/circle-question-mark';
|
|
3251
|
-
export {
|
|
3252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3253
|
-
default as CircleHelpIcon
|
|
3254
|
-
} from '../icons/circle-question-mark';
|
|
3255
3273
|
// CircleSlash2 aliases
|
|
3256
3274
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3257
3275
|
export {
|
|
@@ -3264,6 +3282,16 @@ export {
|
|
|
3264
3282
|
/** @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 */
|
|
3265
3283
|
default as StopCircleIcon
|
|
3266
3284
|
} from '../icons/circle-stop';
|
|
3285
|
+
// CircleQuestionMark aliases
|
|
3286
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3287
|
+
export {
|
|
3288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3289
|
+
default as HelpCircleIcon
|
|
3290
|
+
} from '../icons/circle-question-mark';
|
|
3291
|
+
export {
|
|
3292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3293
|
+
default as CircleHelpIcon
|
|
3294
|
+
} from '../icons/circle-question-mark';
|
|
3267
3295
|
// CircleUserRound aliases
|
|
3268
3296
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3269
3297
|
export {
|
|
@@ -3276,30 +3304,30 @@ export {
|
|
|
3276
3304
|
/** @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 */
|
|
3277
3305
|
default as UserCircleIcon
|
|
3278
3306
|
} from '../icons/circle-user';
|
|
3279
|
-
// ClipboardPenLine aliases
|
|
3280
|
-
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3281
|
-
export {
|
|
3282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3283
|
-
default as ClipboardSignatureIcon
|
|
3284
|
-
} from '../icons/clipboard-pen-line';
|
|
3285
3307
|
// CircleX aliases
|
|
3286
3308
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3287
3309
|
export {
|
|
3288
3310
|
/** @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 */
|
|
3289
3311
|
default as XCircleIcon
|
|
3290
3312
|
} from '../icons/circle-x';
|
|
3291
|
-
//
|
|
3292
|
-
export { default as
|
|
3313
|
+
// ClipboardPenLine aliases
|
|
3314
|
+
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3293
3315
|
export {
|
|
3294
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3295
|
-
default as
|
|
3296
|
-
} from '../icons/clipboard-pen';
|
|
3316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
3317
|
+
default as ClipboardSignatureIcon
|
|
3318
|
+
} from '../icons/clipboard-pen-line';
|
|
3297
3319
|
// CloudDownload aliases
|
|
3298
3320
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3299
3321
|
export {
|
|
3300
3322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3301
3323
|
default as DownloadCloudIcon
|
|
3302
3324
|
} from '../icons/cloud-download';
|
|
3325
|
+
// ClipboardPen aliases
|
|
3326
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3327
|
+
export {
|
|
3328
|
+
/** @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 */
|
|
3329
|
+
default as ClipboardEditIcon
|
|
3330
|
+
} from '../icons/clipboard-pen';
|
|
3303
3331
|
// CloudUpload aliases
|
|
3304
3332
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3305
3333
|
export {
|
|
@@ -3352,12 +3380,6 @@ export {
|
|
|
3352
3380
|
/** @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 */
|
|
3353
3381
|
default as Globe2Icon
|
|
3354
3382
|
} from '../icons/earth';
|
|
3355
|
-
// EllipsisVertical aliases
|
|
3356
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3357
|
-
export {
|
|
3358
|
-
/** @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 */
|
|
3359
|
-
default as MoreVerticalIcon
|
|
3360
|
-
} from '../icons/ellipsis-vertical';
|
|
3361
3383
|
// Ellipsis aliases
|
|
3362
3384
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3363
3385
|
export {
|
|
@@ -3370,6 +3392,12 @@ export {
|
|
|
3370
3392
|
/** @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 */
|
|
3371
3393
|
default as FileAxis3DIcon
|
|
3372
3394
|
} from '../icons/file-axis-3d';
|
|
3395
|
+
// EllipsisVertical aliases
|
|
3396
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3397
|
+
export {
|
|
3398
|
+
/** @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 */
|
|
3399
|
+
default as MoreVerticalIcon
|
|
3400
|
+
} from '../icons/ellipsis-vertical';
|
|
3373
3401
|
// FileBadge aliases
|
|
3374
3402
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3375
3403
|
export {
|
|
@@ -3382,6 +3410,12 @@ export {
|
|
|
3382
3410
|
/** @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 */
|
|
3383
3411
|
default as FileJson2Icon
|
|
3384
3412
|
} from '../icons/file-braces-corner';
|
|
3413
|
+
// FileChartColumn aliases
|
|
3414
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3415
|
+
export {
|
|
3416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3417
|
+
default as FileBarChart2Icon
|
|
3418
|
+
} from '../icons/file-chart-column';
|
|
3385
3419
|
// FileBraces aliases
|
|
3386
3420
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3387
3421
|
export {
|
|
@@ -3394,12 +3428,6 @@ export {
|
|
|
3394
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3395
3429
|
default as FileBarChartIcon
|
|
3396
3430
|
} from '../icons/file-chart-column-increasing';
|
|
3397
|
-
// FileChartColumn aliases
|
|
3398
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3399
|
-
export {
|
|
3400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3401
|
-
default as FileBarChart2Icon
|
|
3402
|
-
} from '../icons/file-chart-column';
|
|
3403
3431
|
// FileChartLine aliases
|
|
3404
3432
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3405
3433
|
export {
|
|
@@ -3412,12 +3440,6 @@ export {
|
|
|
3412
3440
|
/** @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 */
|
|
3413
3441
|
default as FilePieChartIcon
|
|
3414
3442
|
} from '../icons/file-chart-pie';
|
|
3415
|
-
// FileCodeCorner aliases
|
|
3416
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @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 */
|
|
3419
|
-
default as FileCode2Icon
|
|
3420
|
-
} from '../icons/file-code-corner';
|
|
3421
3443
|
// FileCheckCorner aliases
|
|
3422
3444
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3423
3445
|
export {
|
|
@@ -3430,6 +3452,12 @@ export {
|
|
|
3430
3452
|
/** @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 */
|
|
3431
3453
|
default as FileCog2Icon
|
|
3432
3454
|
} from '../icons/file-cog';
|
|
3455
|
+
// FileCodeCorner aliases
|
|
3456
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @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 */
|
|
3459
|
+
default as FileCode2Icon
|
|
3460
|
+
} from '../icons/file-code-corner';
|
|
3433
3461
|
// FileHeadphone aliases
|
|
3434
3462
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3435
3463
|
export {
|
|
@@ -3440,48 +3468,48 @@ export {
|
|
|
3440
3468
|
/** @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 */
|
|
3441
3469
|
default as FileAudio2Icon
|
|
3442
3470
|
} from '../icons/file-headphone';
|
|
3443
|
-
// FileKey aliases
|
|
3444
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3445
|
-
export {
|
|
3446
|
-
/** @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 */
|
|
3447
|
-
default as FileKey2Icon
|
|
3448
|
-
} from '../icons/file-key';
|
|
3449
3471
|
// FileExclamationPoint aliases
|
|
3450
3472
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3451
3473
|
export {
|
|
3452
3474
|
/** @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 */
|
|
3453
3475
|
default as FileWarningIcon
|
|
3454
3476
|
} from '../icons/file-exclamation-point';
|
|
3477
|
+
// FileKey aliases
|
|
3478
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3479
|
+
export {
|
|
3480
|
+
/** @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 */
|
|
3481
|
+
default as FileKey2Icon
|
|
3482
|
+
} from '../icons/file-key';
|
|
3455
3483
|
// FileMinusCorner aliases
|
|
3456
3484
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3457
3485
|
export {
|
|
3458
3486
|
/** @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 */
|
|
3459
3487
|
default as FileMinus2Icon
|
|
3460
3488
|
} from '../icons/file-minus-corner';
|
|
3461
|
-
// FilePenLine aliases
|
|
3462
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3463
|
-
export {
|
|
3464
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3465
|
-
default as FileSignatureIcon
|
|
3466
|
-
} from '../icons/file-pen-line';
|
|
3467
3489
|
// FileLock aliases
|
|
3468
3490
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3469
3491
|
export {
|
|
3470
3492
|
/** @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 */
|
|
3471
3493
|
default as FileLock2Icon
|
|
3472
3494
|
} from '../icons/file-lock';
|
|
3495
|
+
// FilePen aliases
|
|
3496
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as FileEditIcon
|
|
3500
|
+
} from '../icons/file-pen';
|
|
3473
3501
|
// FilePlay aliases
|
|
3474
3502
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3475
3503
|
export {
|
|
3476
3504
|
/** @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 */
|
|
3477
3505
|
default as FileVideoIcon
|
|
3478
3506
|
} from '../icons/file-play';
|
|
3479
|
-
//
|
|
3480
|
-
export { default as
|
|
3507
|
+
// FilePenLine aliases
|
|
3508
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3481
3509
|
export {
|
|
3482
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3483
|
-
default as
|
|
3484
|
-
} from '../icons/file-pen';
|
|
3510
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3511
|
+
default as FileSignatureIcon
|
|
3512
|
+
} from '../icons/file-pen-line';
|
|
3485
3513
|
// FilePlusCorner aliases
|
|
3486
3514
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3487
3515
|
export {
|
|
@@ -3500,18 +3528,24 @@ export {
|
|
|
3500
3528
|
/** @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 */
|
|
3501
3529
|
default as FileSearch2Icon
|
|
3502
3530
|
} from '../icons/file-search-corner';
|
|
3503
|
-
// FileSignal aliases
|
|
3504
|
-
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3505
|
-
export {
|
|
3506
|
-
/** @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 */
|
|
3507
|
-
default as FileVolume2Icon
|
|
3508
|
-
} from '../icons/file-signal';
|
|
3509
3531
|
// FileTypeCorner aliases
|
|
3510
3532
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3511
3533
|
export {
|
|
3512
3534
|
/** @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 */
|
|
3513
3535
|
default as FileType2Icon
|
|
3514
3536
|
} from '../icons/file-type-corner';
|
|
3537
|
+
// FileVideoCamera aliases
|
|
3538
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @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 */
|
|
3541
|
+
default as FileVideo2Icon
|
|
3542
|
+
} from '../icons/file-video-camera';
|
|
3543
|
+
// FileSignal aliases
|
|
3544
|
+
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3545
|
+
export {
|
|
3546
|
+
/** @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 */
|
|
3547
|
+
default as FileVolume2Icon
|
|
3548
|
+
} from '../icons/file-signal';
|
|
3515
3549
|
// FileXCorner aliases
|
|
3516
3550
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3517
3551
|
export {
|
|
@@ -3524,18 +3558,18 @@ export {
|
|
|
3524
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3525
3559
|
default as FolderCog2Icon
|
|
3526
3560
|
} from '../icons/folder-cog';
|
|
3527
|
-
// FileVideoCamera aliases
|
|
3528
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3529
|
-
export {
|
|
3530
|
-
/** @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 */
|
|
3531
|
-
default as FileVideo2Icon
|
|
3532
|
-
} from '../icons/file-video-camera';
|
|
3533
3561
|
// FingerprintPattern aliases
|
|
3534
3562
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3535
3563
|
export {
|
|
3536
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
3537
3565
|
default as FingerprintIcon
|
|
3538
3566
|
} from '../icons/fingerprint-pattern';
|
|
3567
|
+
// FolderPen aliases
|
|
3568
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3569
|
+
export {
|
|
3570
|
+
/** @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 */
|
|
3571
|
+
default as FolderEditIcon
|
|
3572
|
+
} from '../icons/folder-pen';
|
|
3539
3573
|
// FunnelX aliases
|
|
3540
3574
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3541
3575
|
export {
|
|
@@ -3548,88 +3582,82 @@ export {
|
|
|
3548
3582
|
/** @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 */
|
|
3549
3583
|
default as FilterIcon
|
|
3550
3584
|
} from '../icons/funnel';
|
|
3551
|
-
//
|
|
3552
|
-
export { default as
|
|
3585
|
+
// GitCommitHorizontal aliases
|
|
3586
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3553
3587
|
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/
|
|
3588
|
+
/** @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 */
|
|
3589
|
+
default as GitCommitIcon
|
|
3590
|
+
} from '../icons/git-commit-horizontal';
|
|
3557
3591
|
// Grid2x2Check aliases
|
|
3558
3592
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3559
3593
|
export {
|
|
3560
3594
|
/** @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 */
|
|
3561
3595
|
default as Grid2X2CheckIcon
|
|
3562
3596
|
} from '../icons/grid-2x2-check';
|
|
3563
|
-
// GitCommitHorizontal aliases
|
|
3564
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3565
|
-
export {
|
|
3566
|
-
/** @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 */
|
|
3567
|
-
default as GitCommitIcon
|
|
3568
|
-
} from '../icons/git-commit-horizontal';
|
|
3569
3597
|
// Grid2x2Plus aliases
|
|
3570
3598
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3571
3599
|
export {
|
|
3572
3600
|
/** @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 */
|
|
3573
3601
|
default as Grid2X2PlusIcon
|
|
3574
3602
|
} from '../icons/grid-2x2-plus';
|
|
3575
|
-
// Grid2x2X aliases
|
|
3576
|
-
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3577
|
-
export {
|
|
3578
|
-
/** @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 */
|
|
3579
|
-
default as Grid2X2XIcon
|
|
3580
|
-
} from '../icons/grid-2x2-x';
|
|
3581
|
-
// Grid3x3 aliases
|
|
3582
|
-
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3583
|
-
export {
|
|
3584
|
-
/** @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 */
|
|
3585
|
-
default as GridIcon
|
|
3586
|
-
} from '../icons/grid-3x3';
|
|
3587
|
-
export {
|
|
3588
|
-
/** @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 */
|
|
3589
|
-
default as Grid3X3Icon
|
|
3590
|
-
} from '../icons/grid-3x3';
|
|
3591
3603
|
// Grid2x2 aliases
|
|
3592
3604
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3593
3605
|
export {
|
|
3594
3606
|
/** @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 */
|
|
3595
3607
|
default as Grid2X2Icon
|
|
3596
3608
|
} from '../icons/grid-2x2';
|
|
3609
|
+
// Grid2x2X aliases
|
|
3610
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3611
|
+
export {
|
|
3612
|
+
/** @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 */
|
|
3613
|
+
default as Grid2X2XIcon
|
|
3614
|
+
} from '../icons/grid-2x2-x';
|
|
3597
3615
|
// HandGrab aliases
|
|
3598
3616
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3599
3617
|
export {
|
|
3600
|
-
/** @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 */
|
|
3601
|
-
default as GrabIcon
|
|
3602
|
-
} from '../icons/hand-grab';
|
|
3618
|
+
/** @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 */
|
|
3619
|
+
default as GrabIcon
|
|
3620
|
+
} from '../icons/hand-grab';
|
|
3621
|
+
// HandHelping aliases
|
|
3622
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3623
|
+
export {
|
|
3624
|
+
/** @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 */
|
|
3625
|
+
default as HelpingHandIcon
|
|
3626
|
+
} from '../icons/hand-helping';
|
|
3627
|
+
// Grid3x3 aliases
|
|
3628
|
+
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3629
|
+
export {
|
|
3630
|
+
/** @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 */
|
|
3631
|
+
default as GridIcon
|
|
3632
|
+
} from '../icons/grid-3x3';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @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 */
|
|
3635
|
+
default as Grid3X3Icon
|
|
3636
|
+
} from '../icons/grid-3x3';
|
|
3603
3637
|
// House aliases
|
|
3604
3638
|
export { default as HouseIcon } from '../icons/house';
|
|
3605
3639
|
export {
|
|
3606
3640
|
/** @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 */
|
|
3607
3641
|
default as HomeIcon
|
|
3608
3642
|
} from '../icons/house';
|
|
3609
|
-
// HandHelping aliases
|
|
3610
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3611
|
-
export {
|
|
3612
|
-
/** @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 */
|
|
3613
|
-
default as HelpingHandIcon
|
|
3614
|
-
} from '../icons/hand-helping';
|
|
3615
3643
|
// IceCreamBowl aliases
|
|
3616
3644
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3617
3645
|
export {
|
|
3618
3646
|
/** @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 */
|
|
3619
3647
|
default as IceCream2Icon
|
|
3620
3648
|
} from '../icons/ice-cream-bowl';
|
|
3621
|
-
// LaptopMinimal aliases
|
|
3622
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3623
|
-
export {
|
|
3624
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3625
|
-
default as Laptop2Icon
|
|
3626
|
-
} from '../icons/laptop-minimal';
|
|
3627
3649
|
// IceCreamCone aliases
|
|
3628
3650
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3629
3651
|
export {
|
|
3630
3652
|
/** @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 */
|
|
3631
3653
|
default as IceCreamIcon
|
|
3632
3654
|
} from '../icons/ice-cream-cone';
|
|
3655
|
+
// LaptopMinimal aliases
|
|
3656
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3657
|
+
export {
|
|
3658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3659
|
+
default as Laptop2Icon
|
|
3660
|
+
} from '../icons/laptop-minimal';
|
|
3633
3661
|
// ListIndentDecrease aliases
|
|
3634
3662
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3635
3663
|
export {
|
|
@@ -3698,18 +3726,18 @@ export {
|
|
|
3698
3726
|
/** @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 */
|
|
3699
3727
|
default as Mic2Icon
|
|
3700
3728
|
} from '../icons/mic-vocal';
|
|
3701
|
-
// Move3d aliases
|
|
3702
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3703
|
-
export {
|
|
3704
|
-
/** @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 */
|
|
3705
|
-
default as Move3DIcon
|
|
3706
|
-
} from '../icons/move-3d';
|
|
3707
3729
|
// OctagonAlert aliases
|
|
3708
3730
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3709
3731
|
export {
|
|
3710
3732
|
/** @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 */
|
|
3711
3733
|
default as AlertOctagonIcon
|
|
3712
3734
|
} from '../icons/octagon-alert';
|
|
3735
|
+
// Move3d aliases
|
|
3736
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3737
|
+
export {
|
|
3738
|
+
/** @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 */
|
|
3739
|
+
default as Move3DIcon
|
|
3740
|
+
} from '../icons/move-3d';
|
|
3713
3741
|
// OctagonPause aliases
|
|
3714
3742
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3715
3743
|
export {
|
|
@@ -3722,12 +3750,6 @@ export {
|
|
|
3722
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
3723
3751
|
default as XOctagonIcon
|
|
3724
3752
|
} from '../icons/octagon-x';
|
|
3725
|
-
// PanelBottomDashed aliases
|
|
3726
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3727
|
-
export {
|
|
3728
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3729
|
-
default as PanelBottomInactiveIcon
|
|
3730
|
-
} from '../icons/panel-bottom-dashed';
|
|
3731
3753
|
// PaintbrushVertical aliases
|
|
3732
3754
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3733
3755
|
export {
|
|
@@ -3746,30 +3768,36 @@ export {
|
|
|
3746
3768
|
/** @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 */
|
|
3747
3769
|
default as SidebarOpenIcon
|
|
3748
3770
|
} from '../icons/panel-left-open';
|
|
3749
|
-
//
|
|
3750
|
-
export { default as
|
|
3771
|
+
// PanelBottomDashed aliases
|
|
3772
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3751
3773
|
export {
|
|
3752
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3753
|
-
default as
|
|
3754
|
-
} from '../icons/panel-
|
|
3774
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3775
|
+
default as PanelBottomInactiveIcon
|
|
3776
|
+
} from '../icons/panel-bottom-dashed';
|
|
3755
3777
|
// PanelLeftDashed aliases
|
|
3756
3778
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3757
3779
|
export {
|
|
3758
3780
|
/** @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 */
|
|
3759
3781
|
default as PanelLeftInactiveIcon
|
|
3760
3782
|
} from '../icons/panel-left-dashed';
|
|
3783
|
+
// PanelTopDashed aliases
|
|
3784
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3785
|
+
export {
|
|
3786
|
+
/** @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 */
|
|
3787
|
+
default as PanelTopInactiveIcon
|
|
3788
|
+
} from '../icons/panel-top-dashed';
|
|
3761
3789
|
// PanelLeft aliases
|
|
3762
3790
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3763
3791
|
export {
|
|
3764
3792
|
/** @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 */
|
|
3765
3793
|
default as SidebarIcon
|
|
3766
3794
|
} from '../icons/panel-left';
|
|
3767
|
-
//
|
|
3768
|
-
export { default as
|
|
3795
|
+
// PanelRightDashed aliases
|
|
3796
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3769
3797
|
export {
|
|
3770
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3771
|
-
default as
|
|
3772
|
-
} from '../icons/panel-
|
|
3798
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3799
|
+
default as PanelRightInactiveIcon
|
|
3800
|
+
} from '../icons/panel-right-dashed';
|
|
3773
3801
|
// PanelsTopLeft aliases
|
|
3774
3802
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3775
3803
|
export {
|
|
@@ -3782,18 +3810,18 @@ export {
|
|
|
3782
3810
|
/** @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 */
|
|
3783
3811
|
default as Edit3Icon
|
|
3784
3812
|
} from '../icons/pen-line';
|
|
3785
|
-
// PlugZap aliases
|
|
3786
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3787
|
-
export {
|
|
3788
|
-
/** @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 */
|
|
3789
|
-
default as PlugZap2Icon
|
|
3790
|
-
} from '../icons/plug-zap';
|
|
3791
3813
|
// Pen aliases
|
|
3792
3814
|
export { default as PenIcon } from '../icons/pen';
|
|
3793
3815
|
export {
|
|
3794
3816
|
/** @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 */
|
|
3795
3817
|
default as Edit2Icon
|
|
3796
3818
|
} from '../icons/pen';
|
|
3819
|
+
// PlugZap aliases
|
|
3820
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3821
|
+
export {
|
|
3822
|
+
/** @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 */
|
|
3823
|
+
default as PlugZap2Icon
|
|
3824
|
+
} from '../icons/plug-zap';
|
|
3797
3825
|
// RectangleEllipsis aliases
|
|
3798
3826
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3799
3827
|
export {
|
|
@@ -3872,18 +3900,18 @@ export {
|
|
|
3872
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3873
3901
|
default as ArrowDownLeftSquareIcon
|
|
3874
3902
|
} from '../icons/square-arrow-down-left';
|
|
3875
|
-
// SquareArrowDown aliases
|
|
3876
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @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 */
|
|
3879
|
-
default as ArrowDownSquareIcon
|
|
3880
|
-
} from '../icons/square-arrow-down';
|
|
3881
3903
|
// SquareArrowLeft aliases
|
|
3882
3904
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3883
3905
|
export {
|
|
3884
3906
|
/** @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 */
|
|
3885
3907
|
default as ArrowLeftSquareIcon
|
|
3886
3908
|
} from '../icons/square-arrow-left';
|
|
3909
|
+
// SquareArrowDown aliases
|
|
3910
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3911
|
+
export {
|
|
3912
|
+
/** @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 */
|
|
3913
|
+
default as ArrowDownSquareIcon
|
|
3914
|
+
} from '../icons/square-arrow-down';
|
|
3887
3915
|
// SquareArrowOutDownLeft aliases
|
|
3888
3916
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3889
3917
|
export {
|
|
@@ -3902,30 +3930,30 @@ export {
|
|
|
3902
3930
|
/** @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 */
|
|
3903
3931
|
default as ArrowUpLeftFromSquareIcon
|
|
3904
3932
|
} from '../icons/square-arrow-out-up-left';
|
|
3905
|
-
// SquareArrowOutUpRight aliases
|
|
3906
|
-
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3907
|
-
export {
|
|
3908
|
-
/** @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 */
|
|
3909
|
-
default as ArrowUpRightFromSquareIcon
|
|
3910
|
-
} from '../icons/square-arrow-out-up-right';
|
|
3911
3933
|
// SquareArrowRight aliases
|
|
3912
3934
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3913
3935
|
export {
|
|
3914
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
3915
3937
|
default as ArrowRightSquareIcon
|
|
3916
3938
|
} from '../icons/square-arrow-right';
|
|
3917
|
-
//
|
|
3918
|
-
export { default as
|
|
3939
|
+
// SquareArrowOutUpRight aliases
|
|
3940
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3919
3941
|
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3921
|
-
default as
|
|
3922
|
-
} from '../icons/square-arrow-up-right';
|
|
3942
|
+
/** @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 */
|
|
3943
|
+
default as ArrowUpRightFromSquareIcon
|
|
3944
|
+
} from '../icons/square-arrow-out-up-right';
|
|
3923
3945
|
// SquareArrowUpLeft aliases
|
|
3924
3946
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3925
3947
|
export {
|
|
3926
3948
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
3927
3949
|
default as ArrowUpLeftSquareIcon
|
|
3928
3950
|
} from '../icons/square-arrow-up-left';
|
|
3951
|
+
// SquareArrowUpRight aliases
|
|
3952
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3953
|
+
export {
|
|
3954
|
+
/** @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 */
|
|
3955
|
+
default as ArrowUpRightSquareIcon
|
|
3956
|
+
} from '../icons/square-arrow-up-right';
|
|
3929
3957
|
// SquareArrowUp aliases
|
|
3930
3958
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3931
3959
|
export {
|
|
@@ -3938,12 +3966,6 @@ export {
|
|
|
3938
3966
|
/** @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 */
|
|
3939
3967
|
default as AsteriskSquareIcon
|
|
3940
3968
|
} from '../icons/square-asterisk';
|
|
3941
|
-
// SquareBottomDashedScissors aliases
|
|
3942
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3945
|
-
default as ScissorsSquareDashedBottomIcon
|
|
3946
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
3947
3969
|
// SquareCenterlineDashedHorizontal aliases
|
|
3948
3970
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3949
3971
|
export {
|
|
@@ -3956,6 +3978,12 @@ export {
|
|
|
3956
3978
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3957
3979
|
default as FlipVerticalIcon
|
|
3958
3980
|
} from '../icons/square-centerline-dashed-vertical';
|
|
3981
|
+
// SquareBottomDashedScissors aliases
|
|
3982
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3983
|
+
export {
|
|
3984
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3985
|
+
default as ScissorsSquareDashedBottomIcon
|
|
3986
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
3959
3987
|
// SquareChartGantt aliases
|
|
3960
3988
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3961
3989
|
export {
|
|
@@ -3966,24 +3994,18 @@ export {
|
|
|
3966
3994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
3967
3995
|
default as SquareGanttChartIcon
|
|
3968
3996
|
} from '../icons/square-chart-gantt';
|
|
3969
|
-
// SquareCheckBig aliases
|
|
3970
|
-
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3971
|
-
export {
|
|
3972
|
-
/** @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 */
|
|
3973
|
-
default as CheckSquareIcon
|
|
3974
|
-
} from '../icons/square-check-big';
|
|
3975
3997
|
// SquareCheck aliases
|
|
3976
3998
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3977
3999
|
export {
|
|
3978
4000
|
/** @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 */
|
|
3979
4001
|
default as CheckSquare2Icon
|
|
3980
4002
|
} from '../icons/square-check';
|
|
3981
|
-
//
|
|
3982
|
-
export { default as
|
|
4003
|
+
// SquareCheckBig aliases
|
|
4004
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3983
4005
|
export {
|
|
3984
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3985
|
-
default as
|
|
3986
|
-
} from '../icons/square-
|
|
4006
|
+
/** @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 */
|
|
4007
|
+
default as CheckSquareIcon
|
|
4008
|
+
} from '../icons/square-check-big';
|
|
3987
4009
|
// SquareChevronDown aliases
|
|
3988
4010
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3989
4011
|
export {
|
|
@@ -3996,6 +4018,12 @@ export {
|
|
|
3996
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
3997
4019
|
default as ChevronRightSquareIcon
|
|
3998
4020
|
} from '../icons/square-chevron-right';
|
|
4021
|
+
// SquareChevronLeft aliases
|
|
4022
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4023
|
+
export {
|
|
4024
|
+
/** @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 */
|
|
4025
|
+
default as ChevronLeftSquareIcon
|
|
4026
|
+
} from '../icons/square-chevron-left';
|
|
3999
4027
|
// SquareChevronUp aliases
|
|
4000
4028
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4001
4029
|
export {
|
|
@@ -4020,6 +4048,12 @@ export {
|
|
|
4020
4048
|
/** @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 */
|
|
4021
4049
|
default as MousePointerSquareDashedIcon
|
|
4022
4050
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4051
|
+
// SquareDot aliases
|
|
4052
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4053
|
+
export {
|
|
4054
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4055
|
+
default as DotSquareIcon
|
|
4056
|
+
} from '../icons/square-dot';
|
|
4023
4057
|
// SquareDivide aliases
|
|
4024
4058
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4025
4059
|
export {
|
|
@@ -4032,12 +4066,6 @@ export {
|
|
|
4032
4066
|
/** @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 */
|
|
4033
4067
|
default as BoxSelectIcon
|
|
4034
4068
|
} from '../icons/square-dashed';
|
|
4035
|
-
// SquareDot aliases
|
|
4036
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4037
|
-
export {
|
|
4038
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
4039
|
-
default as DotSquareIcon
|
|
4040
|
-
} from '../icons/square-dot';
|
|
4041
4069
|
// SquareEqual aliases
|
|
4042
4070
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4043
4071
|
export {
|
|
@@ -4068,30 +4096,30 @@ export {
|
|
|
4068
4096
|
/** @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 */
|
|
4069
4097
|
default as MSquareIcon
|
|
4070
4098
|
} from '../icons/square-m';
|
|
4071
|
-
// SquareMinus aliases
|
|
4072
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4073
|
-
export {
|
|
4074
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4075
|
-
default as MinusSquareIcon
|
|
4076
|
-
} from '../icons/square-minus';
|
|
4077
4099
|
// SquareMenu aliases
|
|
4078
4100
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4079
4101
|
export {
|
|
4080
4102
|
/** @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 */
|
|
4081
4103
|
default as MenuSquareIcon
|
|
4082
4104
|
} from '../icons/square-menu';
|
|
4083
|
-
//
|
|
4084
|
-
export { default as
|
|
4105
|
+
// SquareMinus aliases
|
|
4106
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4085
4107
|
export {
|
|
4086
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4087
|
-
default as
|
|
4088
|
-
} from '../icons/square-
|
|
4108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4109
|
+
default as MinusSquareIcon
|
|
4110
|
+
} from '../icons/square-minus';
|
|
4089
4111
|
// SquareMousePointer aliases
|
|
4090
4112
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4091
4113
|
export {
|
|
4092
4114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
4093
4115
|
default as InspectIcon
|
|
4094
4116
|
} from '../icons/square-mouse-pointer';
|
|
4117
|
+
// SquareParkingOff aliases
|
|
4118
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4119
|
+
export {
|
|
4120
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4121
|
+
default as ParkingSquareOffIcon
|
|
4122
|
+
} from '../icons/square-parking-off';
|
|
4095
4123
|
// SquareParking aliases
|
|
4096
4124
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4097
4125
|
export {
|
|
@@ -4112,18 +4140,18 @@ export {
|
|
|
4112
4140
|
/** @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 */
|
|
4113
4141
|
default as PenSquareIcon
|
|
4114
4142
|
} from '../icons/square-pen';
|
|
4115
|
-
// SquarePi aliases
|
|
4116
|
-
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4117
|
-
export {
|
|
4118
|
-
/** @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 */
|
|
4119
|
-
default as PiSquareIcon
|
|
4120
|
-
} from '../icons/square-pi';
|
|
4121
4143
|
// SquarePercent aliases
|
|
4122
4144
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4123
4145
|
export {
|
|
4124
4146
|
/** @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 */
|
|
4125
4147
|
default as PercentSquareIcon
|
|
4126
4148
|
} from '../icons/square-percent';
|
|
4149
|
+
// SquarePi aliases
|
|
4150
|
+
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4151
|
+
export {
|
|
4152
|
+
/** @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 */
|
|
4153
|
+
default as PiSquareIcon
|
|
4154
|
+
} from '../icons/square-pi';
|
|
4127
4155
|
// SquarePilcrow aliases
|
|
4128
4156
|
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4129
4157
|
export {
|
|
@@ -4154,12 +4182,6 @@ export {
|
|
|
4154
4182
|
/** @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 */
|
|
4155
4183
|
default as SigmaSquareIcon
|
|
4156
4184
|
} from '../icons/square-sigma';
|
|
4157
|
-
// SquareSplitHorizontal aliases
|
|
4158
|
-
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4159
|
-
export {
|
|
4160
|
-
/** @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 */
|
|
4161
|
-
default as SplitSquareHorizontalIcon
|
|
4162
|
-
} from '../icons/square-split-horizontal';
|
|
4163
4185
|
// SquareScissors aliases
|
|
4164
4186
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4165
4187
|
export {
|
|
@@ -4172,6 +4194,12 @@ export {
|
|
|
4172
4194
|
/** @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 */
|
|
4173
4195
|
default as SlashSquareIcon
|
|
4174
4196
|
} from '../icons/square-slash';
|
|
4197
|
+
// SquareSplitHorizontal aliases
|
|
4198
|
+
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @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 */
|
|
4201
|
+
default as SplitSquareHorizontalIcon
|
|
4202
|
+
} from '../icons/square-split-horizontal';
|
|
4175
4203
|
// SquareSplitVertical aliases
|
|
4176
4204
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4177
4205
|
export {
|
|
@@ -4214,18 +4242,24 @@ export {
|
|
|
4214
4242
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4215
4243
|
default as AlignCenterIcon
|
|
4216
4244
|
} from '../icons/text-align-center';
|
|
4245
|
+
// TextAlignJustify aliases
|
|
4246
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4247
|
+
export {
|
|
4248
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4249
|
+
default as AlignJustifyIcon
|
|
4250
|
+
} from '../icons/text-align-justify';
|
|
4217
4251
|
// TextAlignEnd aliases
|
|
4218
4252
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4219
4253
|
export {
|
|
4220
4254
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4221
4255
|
default as AlignRightIcon
|
|
4222
4256
|
} from '../icons/text-align-end';
|
|
4223
|
-
//
|
|
4224
|
-
export { default as
|
|
4257
|
+
// TextInitial aliases
|
|
4258
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4225
4259
|
export {
|
|
4226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4227
|
-
default as
|
|
4228
|
-
} from '../icons/text-
|
|
4260
|
+
/** @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 */
|
|
4261
|
+
default as LetterTextIcon
|
|
4262
|
+
} from '../icons/text-initial';
|
|
4229
4263
|
// TextAlignStart aliases
|
|
4230
4264
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4231
4265
|
export {
|
|
@@ -4236,12 +4270,6 @@ export {
|
|
|
4236
4270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4237
4271
|
default as AlignLeftIcon
|
|
4238
4272
|
} from '../icons/text-align-start';
|
|
4239
|
-
// TextInitial aliases
|
|
4240
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4241
|
-
export {
|
|
4242
|
-
/** @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 */
|
|
4243
|
-
default as LetterTextIcon
|
|
4244
|
-
} from '../icons/text-initial';
|
|
4245
4273
|
// TextSelect aliases
|
|
4246
4274
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4247
4275
|
export {
|
|
@@ -4266,6 +4294,12 @@ export {
|
|
|
4266
4294
|
/** @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 */
|
|
4267
4295
|
default as PalmtreeIcon
|
|
4268
4296
|
} from '../icons/tree-palm';
|
|
4297
|
+
// TriangleAlert aliases
|
|
4298
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4299
|
+
export {
|
|
4300
|
+
/** @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 */
|
|
4301
|
+
default as AlertTriangleIcon
|
|
4302
|
+
} from '../icons/triangle-alert';
|
|
4269
4303
|
// University aliases
|
|
4270
4304
|
export { default as UniversityIcon } from '../icons/university';
|
|
4271
4305
|
export {
|
|
@@ -4278,12 +4312,6 @@ export {
|
|
|
4278
4312
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4279
4313
|
default as Tv2Icon
|
|
4280
4314
|
} from '../icons/tv-minimal';
|
|
4281
|
-
// TriangleAlert aliases
|
|
4282
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4283
|
-
export {
|
|
4284
|
-
/** @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 */
|
|
4285
|
-
default as AlertTriangleIcon
|
|
4286
|
-
} from '../icons/triangle-alert';
|
|
4287
4315
|
// UserRoundCheck aliases
|
|
4288
4316
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4289
4317
|
export {
|
|
@@ -4332,18 +4360,18 @@ export {
|
|
|
4332
4360
|
/** @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 */
|
|
4333
4361
|
default as ForkKnifeIcon
|
|
4334
4362
|
} from '../icons/utensils';
|
|
4335
|
-
// UtensilsCrossed aliases
|
|
4336
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4337
|
-
export {
|
|
4338
|
-
/** @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 */
|
|
4339
|
-
default as ForkKnifeCrossedIcon
|
|
4340
|
-
} from '../icons/utensils-crossed';
|
|
4341
4363
|
// WandSparkles aliases
|
|
4342
4364
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4343
4365
|
export {
|
|
4344
4366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
4345
4367
|
default as Wand2Icon
|
|
4346
4368
|
} from '../icons/wand-sparkles';
|
|
4369
|
+
// UtensilsCrossed aliases
|
|
4370
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4371
|
+
export {
|
|
4372
|
+
/** @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 */
|
|
4373
|
+
default as ForkKnifeCrossedIcon
|
|
4374
|
+
} from '../icons/utensils-crossed';
|
|
4347
4375
|
// WalletMinimal aliases
|
|
4348
4376
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4349
4377
|
export {
|