@lucide/astro 0.553.0 → 0.554.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 +62 -56
- package/src/aliases/prefixed.ts +539 -533
- package/src/aliases/suffixed.ts +866 -860
- package/src/icons/ampersand.ts +2 -2
- package/src/icons/anchor.ts +2 -2
- package/src/icons/calendars.ts +18 -0
- package/src/icons/{fingerprint.ts → fingerprint-pattern.ts} +4 -4
- package/src/icons/folder-git-2.ts +2 -2
- package/src/icons/index.ts +123 -122
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
// AArrowDown aliases
|
|
2
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
1
|
// AArrowUp aliases
|
|
4
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
-
// ALargeSmall aliases
|
|
6
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
3
|
// Accessibility aliases
|
|
8
4
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
5
|
// Activity aliases
|
|
@@ -12,14 +8,16 @@ export { default as ActivityIcon } from '../icons/activity';
|
|
|
12
8
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
9
|
// Airplay aliases
|
|
14
10
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
|
+
// ALargeSmall aliases
|
|
12
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
+
// Album aliases
|
|
16
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
19
|
// AlarmSmoke aliases
|
|
20
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// Album aliases
|
|
22
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
23
21
|
// AlignCenterHorizontal aliases
|
|
24
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
@@ -38,28 +36,28 @@ export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-ho
|
|
|
38
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
37
|
// AlignHorizontalJustifyEnd aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
41
|
-
// AlignHorizontalJustifyStart aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
39
|
// AlignHorizontalSpaceAround aliases
|
|
44
40
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
41
|
// AlignHorizontalSpaceBetween aliases
|
|
46
42
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
43
|
+
// AlignHorizontalJustifyStart aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
49
45
|
// AlignStartVertical aliases
|
|
50
46
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
51
47
|
// AlignVerticalDistributeCenter aliases
|
|
52
48
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
49
|
+
// AlignStartHorizontal aliases
|
|
50
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
51
|
// AlignVerticalDistributeEnd aliases
|
|
54
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalDistributeStart aliases
|
|
56
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
53
|
// AlignVerticalJustifyCenter aliases
|
|
58
54
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
-
//
|
|
60
|
-
export { default as
|
|
55
|
+
// AlignVerticalDistributeStart aliases
|
|
56
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
57
|
// AlignVerticalJustifyStart aliases
|
|
62
58
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
59
|
+
// AlignVerticalJustifyEnd aliases
|
|
60
|
+
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
61
|
// AlignVerticalSpaceAround aliases
|
|
64
62
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
63
|
// AlignVerticalSpaceBetween aliases
|
|
@@ -72,68 +70,68 @@ export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
|
72
70
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
73
71
|
// Amphora aliases
|
|
74
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
73
|
// Anchor aliases
|
|
78
74
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
|
+
// Angry aliases
|
|
76
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
79
77
|
// Annoyed aliases
|
|
80
78
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
83
|
-
// Aperture aliases
|
|
84
|
-
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
81
|
// Anvil aliases
|
|
86
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
87
83
|
// AppWindowMac aliases
|
|
88
84
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
85
|
+
// Aperture aliases
|
|
86
|
+
export { default as ApertureIcon } from '../icons/aperture';
|
|
91
87
|
// AppWindow aliases
|
|
92
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
-
//
|
|
94
|
-
export { default as
|
|
95
|
-
// ArchiveRestore aliases
|
|
96
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
89
|
+
// Apple aliases
|
|
90
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
97
91
|
// ArchiveX aliases
|
|
98
92
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
93
|
+
// ArchiveRestore aliases
|
|
94
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
|
+
// Archive aliases
|
|
96
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
99
97
|
// Armchair aliases
|
|
100
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
|
-
// ArrowBigDownDash aliases
|
|
102
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
99
|
// ArrowBigDown aliases
|
|
104
100
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
|
+
// ArrowBigDownDash aliases
|
|
102
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
|
-
// ArrowBigLeft aliases
|
|
108
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
105
|
// ArrowBigRightDash aliases
|
|
110
106
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
113
|
-
// ArrowBigUp aliases
|
|
114
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
107
|
+
// ArrowBigLeft aliases
|
|
108
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
109
|
// ArrowBigUpDash aliases
|
|
116
110
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
111
|
+
// ArrowBigRight aliases
|
|
112
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
113
|
// ArrowDownFromLine aliases
|
|
118
114
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
115
|
+
// ArrowBigUp aliases
|
|
116
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowDownToDot aliases
|
|
122
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
125
|
// ArrowDownToLine aliases
|
|
126
126
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
|
-
// ArrowDownToDot aliases
|
|
128
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
129
|
// ArrowDown aliases
|
|
132
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
131
|
// ArrowLeftFromLine aliases
|
|
136
132
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
|
+
// ArrowLeftRight aliases
|
|
134
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
@@ -142,24 +140,24 @@ export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
|
142
140
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
141
|
// ArrowRightLeft aliases
|
|
144
142
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
145
|
-
// ArrowRight aliases
|
|
146
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowUpDown aliases
|
|
148
|
-
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
143
|
// ArrowRightToLine aliases
|
|
150
144
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
+
// ArrowUpDown aliases
|
|
146
|
+
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
147
|
+
// ArrowRight aliases
|
|
148
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
149
|
// ArrowUpFromDot aliases
|
|
152
150
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
|
-
// ArrowUpFromLine aliases
|
|
154
|
-
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
151
|
// ArrowUpLeft aliases
|
|
156
152
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
|
+
// ArrowUpFromLine aliases
|
|
154
|
+
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
157
155
|
// ArrowUpRight aliases
|
|
158
156
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
157
|
// ArrowUpWideNarrow aliases
|
|
162
158
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
|
+
// ArrowUpToLine aliases
|
|
160
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
161
|
// ArrowUp aliases
|
|
164
162
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
163
|
// ArrowsUpFromLine aliases
|
|
@@ -168,38 +166,38 @@ export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
|
168
166
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
167
|
// AtSign aliases
|
|
170
168
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
169
|
// AudioLines aliases
|
|
174
170
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
+
// Atom aliases
|
|
172
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
175
173
|
// AudioWaveform aliases
|
|
176
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
175
|
// Award aliases
|
|
178
176
|
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
|
-
// Baby aliases
|
|
182
|
-
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
// BadgeAlert aliases
|
|
184
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
179
|
// Backpack aliases
|
|
186
180
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
|
+
// Baby aliases
|
|
182
|
+
export { default as BabyIcon } from '../icons/baby';
|
|
187
183
|
// BadgeCent aliases
|
|
188
184
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
|
-
//
|
|
190
|
-
export { default as
|
|
185
|
+
// BadgeAlert aliases
|
|
186
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
187
|
// BadgeEuro aliases
|
|
192
188
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
193
189
|
// BadgeIndianRupee aliases
|
|
194
190
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
195
191
|
// BadgeInfo aliases
|
|
196
192
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
193
|
+
// BadgeDollarSign aliases
|
|
194
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
195
|
// BadgeJapaneseYen aliases
|
|
198
196
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
-
// BadgeMinus aliases
|
|
200
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
197
|
// BadgePercent aliases
|
|
202
198
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
199
|
+
// BadgeMinus aliases
|
|
200
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
203
201
|
// BadgePlus aliases
|
|
204
202
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
205
203
|
// BadgePoundSterling aliases
|
|
@@ -216,26 +214,26 @@ export { default as BadgeXIcon } from '../icons/badge-x';
|
|
|
216
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
217
215
|
// BaggageClaim aliases
|
|
218
216
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
+
// BanknoteArrowDown aliases
|
|
218
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Bandage aliases
|
|
222
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
223
221
|
// Banana aliases
|
|
224
222
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
-
//
|
|
226
|
-
export { default as
|
|
223
|
+
// Bandage aliases
|
|
224
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
227
225
|
// BanknoteArrowUp aliases
|
|
228
226
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
229
227
|
// Banknote aliases
|
|
230
228
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
231
229
|
// BanknoteX aliases
|
|
232
230
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
-
// Baseline aliases
|
|
234
|
-
export { default as BaselineIcon } from '../icons/baseline';
|
|
235
231
|
// Barcode aliases
|
|
236
232
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
233
|
// Barrel aliases
|
|
238
234
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
235
|
+
// Baseline aliases
|
|
236
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
239
237
|
// Bath aliases
|
|
240
238
|
export { default as BathIcon } from '../icons/bath';
|
|
241
239
|
// BatteryFull aliases
|
|
@@ -244,48 +242,50 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
243
|
// BatteryLow aliases
|
|
246
244
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
247
|
-
// BatteryMedium aliases
|
|
248
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
245
|
// BatteryPlus aliases
|
|
250
246
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
251
247
|
// BatteryWarning aliases
|
|
252
248
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
|
+
// BatteryMedium aliases
|
|
250
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
+
// BeanOff aliases
|
|
252
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
253
253
|
// Battery aliases
|
|
254
254
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
|
-
// Bean aliases
|
|
256
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
257
255
|
// Beaker aliases
|
|
258
256
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
259
|
-
// BeanOff aliases
|
|
260
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
261
257
|
// BedDouble aliases
|
|
262
258
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
259
|
+
// Bean aliases
|
|
260
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
263
261
|
// BedSingle aliases
|
|
264
262
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
|
-
// Bed aliases
|
|
266
|
-
export { default as BedIcon } from '../icons/bed';
|
|
267
263
|
// Beef aliases
|
|
268
264
|
export { default as BeefIcon } from '../icons/beef';
|
|
265
|
+
// Bed aliases
|
|
266
|
+
export { default as BedIcon } from '../icons/bed';
|
|
269
267
|
// BeerOff aliases
|
|
270
268
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
269
|
// Beer aliases
|
|
272
270
|
export { default as BeerIcon } from '../icons/beer';
|
|
273
|
-
// BellDot aliases
|
|
274
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
275
271
|
// BellElectric aliases
|
|
276
272
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
273
|
+
// BellDot aliases
|
|
274
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
275
|
// BellMinus aliases
|
|
278
276
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
279
|
-
// BellOff aliases
|
|
280
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
281
277
|
// BellPlus aliases
|
|
282
278
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
279
|
+
// BellOff aliases
|
|
280
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
281
|
// BellRing aliases
|
|
286
282
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
283
|
+
// Bell aliases
|
|
284
|
+
export { default as BellIcon } from '../icons/bell';
|
|
287
285
|
// BetweenVerticalEnd aliases
|
|
288
286
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
287
|
+
// BicepsFlexed aliases
|
|
288
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
289
289
|
// BetweenVerticalStart aliases
|
|
290
290
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
291
291
|
// Bike aliases
|
|
@@ -294,166 +294,166 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
294
294
|
export { default as BinaryIcon } from '../icons/binary';
|
|
295
295
|
// Binoculars aliases
|
|
296
296
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
|
-
// Biohazard aliases
|
|
300
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
301
|
-
// Birdhouse aliases
|
|
302
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
303
297
|
// Bird aliases
|
|
304
298
|
export { default as BirdIcon } from '../icons/bird';
|
|
299
|
+
// Birdhouse aliases
|
|
300
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
301
|
+
// Biohazard aliases
|
|
302
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
303
|
// Bitcoin aliases
|
|
306
304
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
|
-
// Blend aliases
|
|
308
|
-
export { default as BlendIcon } from '../icons/blend';
|
|
309
305
|
// Blinds aliases
|
|
310
306
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
307
|
+
// Blend aliases
|
|
308
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
313
309
|
// BluetoothOff aliases
|
|
314
310
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
311
|
+
// Blocks aliases
|
|
312
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
313
|
// BluetoothConnected aliases
|
|
318
314
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
-
// Bold aliases
|
|
320
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
321
315
|
// Bluetooth aliases
|
|
322
316
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
317
|
+
// BluetoothSearching aliases
|
|
318
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
319
|
// Bolt aliases
|
|
324
320
|
export { default as BoltIcon } from '../icons/bolt';
|
|
321
|
+
// Bold aliases
|
|
322
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
325
323
|
// Bone aliases
|
|
326
324
|
export { default as BoneIcon } from '../icons/bone';
|
|
327
325
|
// Bomb aliases
|
|
328
326
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
-
// BookA aliases
|
|
330
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
331
327
|
// BookAlert aliases
|
|
332
328
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
333
329
|
// BookAudio aliases
|
|
334
330
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
331
|
+
// BookA aliases
|
|
332
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
335
333
|
// BookCheck aliases
|
|
336
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
337
335
|
// BookDown aliases
|
|
338
336
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
339
|
-
// BookCopy aliases
|
|
340
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
337
|
// BookHeadphones aliases
|
|
342
338
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
343
339
|
// BookHeart aliases
|
|
344
340
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
341
|
+
// BookCopy aliases
|
|
342
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
345
343
|
// BookImage aliases
|
|
346
344
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
|
+
// BookLock aliases
|
|
346
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
347
347
|
// BookKey aliases
|
|
348
348
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
349
349
|
// BookMarked aliases
|
|
350
350
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
351
351
|
// BookMinus aliases
|
|
352
352
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
353
|
-
// BookLock aliases
|
|
354
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
353
|
// BookOpenCheck aliases
|
|
356
354
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
355
|
// BookOpen aliases
|
|
360
356
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
357
|
+
// BookOpenText aliases
|
|
358
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookPlus aliases
|
|
362
360
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
361
|
// BookType aliases
|
|
366
362
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
|
-
//
|
|
368
|
-
export { default as
|
|
363
|
+
// BookText aliases
|
|
364
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
365
|
// BookUp2 aliases
|
|
370
366
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
367
|
+
// BookUp aliases
|
|
368
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
369
|
// BookUser aliases
|
|
372
370
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
373
|
-
// Book aliases
|
|
374
|
-
export { default as BookIcon } from '../icons/book';
|
|
375
371
|
// BookX aliases
|
|
376
372
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
373
|
// BookmarkCheck aliases
|
|
378
374
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
|
-
// BookmarkMinus aliases
|
|
380
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
375
|
// BookmarkPlus aliases
|
|
382
376
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
|
-
//
|
|
384
|
-
export { default as
|
|
377
|
+
// BookmarkMinus aliases
|
|
378
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
385
381
|
// Bookmark aliases
|
|
386
382
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
383
|
// BotMessageSquare aliases
|
|
388
384
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
385
|
+
// BookmarkX aliases
|
|
386
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
387
|
// BoomBox aliases
|
|
390
388
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
-
// BotOff aliases
|
|
392
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
389
|
// Bot aliases
|
|
394
390
|
export { default as BotIcon } from '../icons/bot';
|
|
395
391
|
// BottleWine aliases
|
|
396
392
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
393
|
+
// BotOff aliases
|
|
394
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
395
|
// Box aliases
|
|
398
396
|
export { default as BoxIcon } from '../icons/box';
|
|
399
397
|
// BowArrow aliases
|
|
400
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
401
399
|
// Boxes aliases
|
|
402
400
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
-
// BrainCircuit aliases
|
|
404
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
401
|
// Brackets aliases
|
|
406
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
403
|
// BrainCog aliases
|
|
408
404
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
405
|
+
// BrainCircuit aliases
|
|
406
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
407
|
// Brain aliases
|
|
410
408
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
|
+
// BrickWallFire aliases
|
|
410
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
411
|
// BrickWallShield aliases
|
|
412
412
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
413
413
|
// BrickWall aliases
|
|
414
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
-
// BrickWallFire aliases
|
|
416
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
417
|
-
// BriefcaseBusiness aliases
|
|
418
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
419
415
|
// BriefcaseMedical aliases
|
|
420
416
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
417
|
// BriefcaseConveyorBelt aliases
|
|
422
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
423
421
|
// Briefcase aliases
|
|
424
422
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
-
// BringToFront aliases
|
|
426
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
|
-
// Brush aliases
|
|
428
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
429
423
|
// BrushCleaning aliases
|
|
430
424
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
427
|
// Bubbles aliases
|
|
432
428
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
|
+
// Brush aliases
|
|
430
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
433
431
|
// BugOff aliases
|
|
434
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
435
|
-
//
|
|
436
|
-
export { default as
|
|
437
|
-
// Building aliases
|
|
438
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
433
|
+
// AArrowDown aliases
|
|
434
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
439
435
|
// Bug aliases
|
|
440
436
|
export { default as BugIcon } from '../icons/bug';
|
|
437
|
+
// BugPlay aliases
|
|
438
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
439
|
// Building2 aliases
|
|
442
440
|
export { default as Building2Icon } from '../icons/building-2';
|
|
441
|
+
// Building aliases
|
|
442
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
-
// Cable aliases
|
|
446
|
-
export { default as CableIcon } from '../icons/cable';
|
|
447
445
|
// Bus aliases
|
|
448
446
|
export { default as BusIcon } from '../icons/bus';
|
|
449
447
|
// CableCar aliases
|
|
450
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
449
|
+
// Cable aliases
|
|
450
|
+
export { default as CableIcon } from '../icons/cable';
|
|
451
451
|
// CakeSlice aliases
|
|
452
452
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
-
// Cake aliases
|
|
454
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
455
453
|
// Calculator aliases
|
|
456
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
|
+
// Cake aliases
|
|
456
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
457
457
|
// Calendar1 aliases
|
|
458
458
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
459
|
// CalendarArrowDown aliases
|
|
@@ -464,14 +464,14 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
464
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
465
|
// CalendarCheck aliases
|
|
466
466
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
|
-
// CalendarClock aliases
|
|
468
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
469
467
|
// CalendarCog aliases
|
|
470
468
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
|
-
// CalendarDays aliases
|
|
472
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
469
|
// CalendarFold aliases
|
|
474
470
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
471
|
+
// CalendarClock aliases
|
|
472
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
473
|
+
// CalendarDays aliases
|
|
474
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
475
|
// CalendarHeart aliases
|
|
476
476
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
477
|
// CalendarMinus2 aliases
|
|
@@ -486,20 +486,22 @@ export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
|
486
486
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
487
|
// CalendarRange aliases
|
|
488
488
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
|
-
// CalendarSync aliases
|
|
490
|
-
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
491
|
-
// CalendarX2 aliases
|
|
492
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
489
|
// CalendarSearch aliases
|
|
494
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
491
|
+
// CalendarX2 aliases
|
|
492
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
|
+
// CalendarSync aliases
|
|
494
|
+
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
495
|
// Calendar aliases
|
|
498
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
|
-
//
|
|
500
|
-
export { default as
|
|
497
|
+
// CalendarX aliases
|
|
498
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// Calendars aliases
|
|
500
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
501
501
|
// Camera aliases
|
|
502
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
+
// CameraOff aliases
|
|
504
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
503
505
|
// CandyOff aliases
|
|
504
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
507
|
// CandyCane aliases
|
|
@@ -510,10 +512,10 @@ export { default as CandyIcon } from '../icons/candy';
|
|
|
510
512
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
513
|
// CaptionsOff aliases
|
|
512
514
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
|
-
// CarTaxiFront aliases
|
|
514
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
515
515
|
// CarFront aliases
|
|
516
516
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
|
+
// CarTaxiFront aliases
|
|
518
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
519
|
// Car aliases
|
|
518
520
|
export { default as CarIcon } from '../icons/car';
|
|
519
521
|
// Caravan aliases
|
|
@@ -524,52 +526,52 @@ export { default as CardSimIcon } from '../icons/card-sim';
|
|
|
524
526
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
527
|
// CaseLower aliases
|
|
526
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
|
-
// CaseUpper aliases
|
|
528
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
529
529
|
// CaseSensitive aliases
|
|
530
530
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
531
|
+
// CaseUpper aliases
|
|
532
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
531
533
|
// CassetteTape aliases
|
|
532
534
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
535
|
// Cast aliases
|
|
534
536
|
export { default as CastIcon } from '../icons/cast';
|
|
535
537
|
// Castle aliases
|
|
536
538
|
export { default as CastleIcon } from '../icons/castle';
|
|
537
|
-
// Cat aliases
|
|
538
|
-
export { default as CatIcon } from '../icons/cat';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
541
|
-
//
|
|
542
|
-
export { default as
|
|
541
|
+
// Cat aliases
|
|
542
|
+
export { default as CatIcon } from '../icons/cat';
|
|
543
543
|
// ChartBarIncreasing aliases
|
|
544
544
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
545
|
-
//
|
|
546
|
-
export { default as
|
|
545
|
+
// ChartBarDecreasing aliases
|
|
546
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
547
|
// ChartBarStacked aliases
|
|
548
548
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
549
|
// ChartColumnDecreasing aliases
|
|
550
550
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
551
|
-
//
|
|
552
|
-
export { default as
|
|
551
|
+
// ChartColumnStacked aliases
|
|
552
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
553
|
// ChartNetwork aliases
|
|
554
554
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
|
-
//
|
|
556
|
-
export { default as
|
|
555
|
+
// ChartGantt aliases
|
|
556
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
557
|
// ChartNoAxesCombined aliases
|
|
558
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
561
|
-
// CheckLine aliases
|
|
562
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
559
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
560
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
563
561
|
// ChartSpline aliases
|
|
564
562
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
563
|
+
// CheckCheck aliases
|
|
564
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
565
|
// Check aliases
|
|
566
566
|
export { default as CheckIcon } from '../icons/check';
|
|
567
|
+
// ChefHat aliases
|
|
568
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
|
+
// CheckLine aliases
|
|
570
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
567
571
|
// Cherry aliases
|
|
568
572
|
export { default as CherryIcon } from '../icons/cherry';
|
|
569
573
|
// ChessBishop aliases
|
|
570
574
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
571
|
-
// ChefHat aliases
|
|
572
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
575
|
// ChessKing aliases
|
|
574
576
|
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
575
577
|
// ChessKnight aliases
|
|
@@ -584,10 +586,10 @@ export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
|
584
586
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
585
587
|
// ChevronFirst aliases
|
|
586
588
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
587
|
-
// ChevronLeft aliases
|
|
588
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
589
589
|
// ChevronLast aliases
|
|
590
590
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
591
|
+
// ChevronLeft aliases
|
|
592
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
591
593
|
// ChevronRight aliases
|
|
592
594
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
593
595
|
// ChevronUp aliases
|
|
@@ -600,30 +602,30 @@ export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
|
600
602
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
601
603
|
// ChevronsLeftRight aliases
|
|
602
604
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
603
|
-
// ChevronsRightLeft aliases
|
|
604
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
605
605
|
// ChevronsLeft aliases
|
|
606
606
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
607
|
+
// ChevronsRightLeft aliases
|
|
608
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
607
609
|
// ChevronsRight aliases
|
|
608
610
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
609
611
|
// ChevronsUpDown aliases
|
|
610
612
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
611
|
-
// Church aliases
|
|
612
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
613
613
|
// ChevronsUp aliases
|
|
614
614
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
615
|
+
// Church aliases
|
|
616
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
615
617
|
// CigaretteOff aliases
|
|
616
618
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
617
619
|
// Cigarette aliases
|
|
618
620
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
619
|
-
// CircleDollarSign aliases
|
|
620
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
621
621
|
// CircleDashed aliases
|
|
622
622
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
623
|
-
//
|
|
624
|
-
export { default as
|
|
623
|
+
// CircleDollarSign aliases
|
|
624
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
625
625
|
// CircleDotDashed aliases
|
|
626
626
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
627
|
+
// CircleDot aliases
|
|
628
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
627
629
|
// CircleEllipsis aliases
|
|
628
630
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
629
631
|
// CircleEqual aliases
|
|
@@ -632,18 +634,18 @@ export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
|
632
634
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
633
635
|
// CircleFadingPlus aliases
|
|
634
636
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
635
|
-
// CirclePoundSterling aliases
|
|
636
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
637
|
-
// CircleSlash aliases
|
|
638
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
639
637
|
// CircleOff aliases
|
|
640
638
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
639
|
+
// CircleSlash aliases
|
|
640
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
641
|
+
// CirclePoundSterling aliases
|
|
642
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
641
643
|
// CircleSmall aliases
|
|
642
644
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
643
|
-
// Circle aliases
|
|
644
|
-
export { default as CircleIcon } from '../icons/circle';
|
|
645
645
|
// CircleStar aliases
|
|
646
646
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
647
|
+
// Circle aliases
|
|
648
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
647
649
|
// CircuitBoard aliases
|
|
648
650
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
649
651
|
// Citrus aliases
|
|
@@ -678,34 +680,34 @@ export { default as Clock10Icon } from '../icons/clock-10';
|
|
|
678
680
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
679
681
|
// Clock12 aliases
|
|
680
682
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
681
|
-
// Clock4 aliases
|
|
682
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
683
|
-
// Clock3 aliases
|
|
684
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
685
683
|
// Clock2 aliases
|
|
686
684
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
685
|
+
// Clock3 aliases
|
|
686
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
687
|
+
// Clock4 aliases
|
|
688
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
689
689
|
// Clock5 aliases
|
|
690
690
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
691
|
+
// Clock6 aliases
|
|
692
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
691
693
|
// Clock7 aliases
|
|
692
694
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
693
695
|
// Clock8 aliases
|
|
694
696
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
695
|
-
// ClockAlert aliases
|
|
696
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
697
697
|
// Clock9 aliases
|
|
698
698
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
699
|
+
// ClockAlert aliases
|
|
700
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
699
701
|
// ClockArrowDown aliases
|
|
700
702
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
701
703
|
// ClockArrowUp aliases
|
|
702
704
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
703
|
-
// ClockPlus aliases
|
|
704
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
705
705
|
// ClockCheck aliases
|
|
706
706
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
707
707
|
// ClockFading aliases
|
|
708
708
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
709
|
+
// ClockPlus aliases
|
|
710
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
709
711
|
// Clock aliases
|
|
710
712
|
export { default as ClockIcon } from '../icons/clock';
|
|
711
713
|
// ClosedCaption aliases
|
|
@@ -714,20 +716,20 @@ export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
|
714
716
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
715
717
|
// CloudCheck aliases
|
|
716
718
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
717
|
-
// CloudDrizzle aliases
|
|
718
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
719
719
|
// CloudCog aliases
|
|
720
720
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
721
|
+
// CloudDrizzle aliases
|
|
722
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
721
723
|
// CloudFog aliases
|
|
722
724
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
723
725
|
// CloudHail aliases
|
|
724
726
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
725
|
-
// CloudMoon aliases
|
|
726
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
727
727
|
// CloudLightning aliases
|
|
728
728
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
729
729
|
// CloudMoonRain aliases
|
|
730
730
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
731
|
+
// CloudMoon aliases
|
|
732
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
731
733
|
// CloudOff aliases
|
|
732
734
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
733
735
|
// CloudRainWind aliases
|
|
@@ -738,10 +740,10 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
738
740
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
739
741
|
// CloudSunRain aliases
|
|
740
742
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
741
|
-
// Cloud aliases
|
|
742
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
743
743
|
// CloudSun aliases
|
|
744
744
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
745
|
+
// Cloud aliases
|
|
746
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
745
747
|
// Cloudy aliases
|
|
746
748
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
747
749
|
// Clover aliases
|
|
@@ -754,24 +756,24 @@ export { default as CodeIcon } from '../icons/code';
|
|
|
754
756
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
755
757
|
// Codesandbox aliases
|
|
756
758
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
757
|
-
// Coffee aliases
|
|
758
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
759
759
|
// Cog aliases
|
|
760
760
|
export { default as CogIcon } from '../icons/cog';
|
|
761
|
-
//
|
|
762
|
-
export { default as
|
|
761
|
+
// Coffee aliases
|
|
762
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
763
763
|
// Coins aliases
|
|
764
764
|
export { default as CoinsIcon } from '../icons/coins';
|
|
765
|
+
// Columns4 aliases
|
|
766
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
765
767
|
// Combine aliases
|
|
766
768
|
export { default as CombineIcon } from '../icons/combine';
|
|
767
769
|
// Command aliases
|
|
768
770
|
export { default as CommandIcon } from '../icons/command';
|
|
769
771
|
// Compass aliases
|
|
770
772
|
export { default as CompassIcon } from '../icons/compass';
|
|
771
|
-
// Computer aliases
|
|
772
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
773
773
|
// Component aliases
|
|
774
774
|
export { default as ComponentIcon } from '../icons/component';
|
|
775
|
+
// Computer aliases
|
|
776
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
775
777
|
// ConciergeBell aliases
|
|
776
778
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
777
779
|
// Cone aliases
|
|
@@ -798,42 +800,42 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
798
800
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
799
801
|
// CopyX aliases
|
|
800
802
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
801
|
-
// Copy aliases
|
|
802
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
803
803
|
// Copyleft aliases
|
|
804
804
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
805
|
+
// Copy aliases
|
|
806
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
805
807
|
// Copyright aliases
|
|
806
808
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
807
809
|
// CornerDownLeft aliases
|
|
808
810
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
809
|
-
// CornerLeftDown aliases
|
|
810
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
811
811
|
// CornerDownRight aliases
|
|
812
812
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
813
|
+
// CornerLeftDown aliases
|
|
814
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
815
|
+
// CornerLeftUp aliases
|
|
816
|
+
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
813
817
|
// CornerRightDown aliases
|
|
814
818
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
815
819
|
// CornerRightUp aliases
|
|
816
820
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
817
|
-
// CornerLeftUp aliases
|
|
818
|
-
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
819
821
|
// CornerUpLeft aliases
|
|
820
822
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
821
823
|
// CornerUpRight aliases
|
|
822
824
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
823
|
-
// CreativeCommons aliases
|
|
824
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
825
825
|
// Cpu aliases
|
|
826
826
|
export { default as CpuIcon } from '../icons/cpu';
|
|
827
|
+
// CreativeCommons aliases
|
|
828
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
827
829
|
// CreditCard aliases
|
|
828
830
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
829
|
-
// Crop aliases
|
|
830
|
-
export { default as CropIcon } from '../icons/crop';
|
|
831
831
|
// Croissant aliases
|
|
832
832
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
833
|
+
// Crop aliases
|
|
834
|
+
export { default as CropIcon } from '../icons/crop';
|
|
835
835
|
// Cross aliases
|
|
836
836
|
export { default as CrossIcon } from '../icons/cross';
|
|
837
|
+
// Crosshair aliases
|
|
838
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
837
839
|
// Crown aliases
|
|
838
840
|
export { default as CrownIcon } from '../icons/crown';
|
|
839
841
|
// Cuboid aliases
|
|
@@ -850,10 +852,10 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
850
852
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
851
853
|
// DatabaseZap aliases
|
|
852
854
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
853
|
-
// Database aliases
|
|
854
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
855
855
|
// DecimalsArrowLeft aliases
|
|
856
856
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
857
|
+
// Database aliases
|
|
858
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
857
859
|
// DecimalsArrowRight aliases
|
|
858
860
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
859
861
|
// Delete aliases
|
|
@@ -870,18 +872,18 @@ export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
|
870
872
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
871
873
|
// Dice1 aliases
|
|
872
874
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
875
|
+
// Dice3 aliases
|
|
876
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
873
877
|
// Dice2 aliases
|
|
874
878
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
875
879
|
// Dice4 aliases
|
|
876
880
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
877
|
-
// Dice3 aliases
|
|
878
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
879
881
|
// Dice5 aliases
|
|
880
882
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
881
|
-
// Dices aliases
|
|
882
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
883
883
|
// Dice6 aliases
|
|
884
884
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
885
|
+
// Dices aliases
|
|
886
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
885
887
|
// Diff aliases
|
|
886
888
|
export { default as DiffIcon } from '../icons/diff';
|
|
887
889
|
// Disc2 aliases
|
|
@@ -890,38 +892,38 @@ export { default as Disc2Icon } from '../icons/disc-2';
|
|
|
890
892
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
891
893
|
// DiscAlbum aliases
|
|
892
894
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
893
|
-
// Divide aliases
|
|
894
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
895
895
|
// Disc aliases
|
|
896
896
|
export { default as DiscIcon } from '../icons/disc';
|
|
897
|
+
// Divide aliases
|
|
898
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
897
899
|
// DnaOff aliases
|
|
898
900
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
899
901
|
// Dna aliases
|
|
900
902
|
export { default as DnaIcon } from '../icons/dna';
|
|
901
|
-
// Dog aliases
|
|
902
|
-
export { default as DogIcon } from '../icons/dog';
|
|
903
903
|
// Dock aliases
|
|
904
904
|
export { default as DockIcon } from '../icons/dock';
|
|
905
|
+
// Dog aliases
|
|
906
|
+
export { default as DogIcon } from '../icons/dog';
|
|
905
907
|
// DollarSign aliases
|
|
906
908
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
909
|
+
// Donut aliases
|
|
910
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
907
911
|
// DoorClosedLocked aliases
|
|
908
912
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
909
913
|
// DoorClosed aliases
|
|
910
914
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
911
|
-
// Donut aliases
|
|
912
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
913
|
-
// DoorOpen aliases
|
|
914
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
915
915
|
// Dot aliases
|
|
916
916
|
export { default as DotIcon } from '../icons/dot';
|
|
917
|
+
// DoorOpen aliases
|
|
918
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
917
919
|
// Download aliases
|
|
918
920
|
export { default as DownloadIcon } from '../icons/download';
|
|
919
|
-
// Dribbble aliases
|
|
920
|
-
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
921
921
|
// DraftingCompass aliases
|
|
922
922
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
923
923
|
// Drama aliases
|
|
924
924
|
export { default as DramaIcon } from '../icons/drama';
|
|
925
|
+
// Dribbble aliases
|
|
926
|
+
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
925
927
|
// Drill aliases
|
|
926
928
|
export { default as DrillIcon } from '../icons/drill';
|
|
927
929
|
// Drone aliases
|
|
@@ -930,10 +932,10 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
930
932
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
931
933
|
// Droplet aliases
|
|
932
934
|
export { default as DropletIcon } from '../icons/droplet';
|
|
933
|
-
// Drum aliases
|
|
934
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
935
935
|
// Droplets aliases
|
|
936
936
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
937
|
+
// Drum aliases
|
|
938
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
937
939
|
// Drumstick aliases
|
|
938
940
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
939
941
|
// Dumbbell aliases
|
|
@@ -944,14 +946,14 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
944
946
|
export { default as EarIcon } from '../icons/ear';
|
|
945
947
|
// EarthLock aliases
|
|
946
948
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
949
|
+
// Eclipse aliases
|
|
950
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
947
951
|
// EggFried aliases
|
|
948
952
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
949
953
|
// EggOff aliases
|
|
950
954
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
951
955
|
// Egg aliases
|
|
952
956
|
export { default as EggIcon } from '../icons/egg';
|
|
953
|
-
// Eclipse aliases
|
|
954
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
955
957
|
// EqualApproximately aliases
|
|
956
958
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
957
959
|
// EqualNot aliases
|
|
@@ -974,40 +976,40 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
974
976
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
975
977
|
// EyeOff aliases
|
|
976
978
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
977
|
-
// Facebook aliases
|
|
978
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
979
979
|
// Eye aliases
|
|
980
980
|
export { default as EyeIcon } from '../icons/eye';
|
|
981
|
+
// Facebook aliases
|
|
982
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
981
983
|
// Factory aliases
|
|
982
984
|
export { default as FactoryIcon } from '../icons/factory';
|
|
983
985
|
// Fan aliases
|
|
984
986
|
export { default as FanIcon } from '../icons/fan';
|
|
985
987
|
// FastForward aliases
|
|
986
988
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
987
|
-
// Fence aliases
|
|
988
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
989
989
|
// Feather aliases
|
|
990
990
|
export { default as FeatherIcon } from '../icons/feather';
|
|
991
|
+
// Fence aliases
|
|
992
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
991
993
|
// FerrisWheel aliases
|
|
992
994
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
993
995
|
// Figma aliases
|
|
994
996
|
export { default as FigmaIcon } from '../icons/figma';
|
|
995
|
-
// FileBox aliases
|
|
996
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
997
997
|
// FileArchive aliases
|
|
998
998
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
999
|
-
//
|
|
1000
|
-
export { default as
|
|
999
|
+
// FileBox aliases
|
|
1000
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1001
1001
|
// FileCheck aliases
|
|
1002
1002
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1003
|
+
// FileClock aliases
|
|
1004
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1003
1005
|
// FileCode aliases
|
|
1004
1006
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1005
1007
|
// FileDiff aliases
|
|
1006
1008
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1007
|
-
// FileDown aliases
|
|
1008
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1009
1009
|
// FileDigit aliases
|
|
1010
1010
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1011
|
+
// FileDown aliases
|
|
1012
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1011
1013
|
// FileHeart aliases
|
|
1012
1014
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
1015
|
// FileImage aliases
|
|
@@ -1030,10 +1032,10 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1030
1032
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1031
1033
|
// FileSpreadsheet aliases
|
|
1032
1034
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1033
|
-
// FileSymlink aliases
|
|
1034
|
-
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1035
1035
|
// FileStack aliases
|
|
1036
1036
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1037
|
+
// FileSymlink aliases
|
|
1038
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1037
1039
|
// FileTerminal aliases
|
|
1038
1040
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1039
1041
|
// FileText aliases
|
|
@@ -1052,8 +1054,6 @@ export { default as FileXIcon } from '../icons/file-x';
|
|
|
1052
1054
|
export { default as FileIcon } from '../icons/file';
|
|
1053
1055
|
// Files aliases
|
|
1054
1056
|
export { default as FilesIcon } from '../icons/files';
|
|
1055
|
-
// Fingerprint aliases
|
|
1056
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1057
1057
|
// Film aliases
|
|
1058
1058
|
export { default as FilmIcon } from '../icons/film';
|
|
1059
1059
|
// FireExtinguisher aliases
|
|
@@ -1098,28 +1098,28 @@ export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
|
1098
1098
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1099
1099
|
// Flower aliases
|
|
1100
1100
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1101
|
+
// Focus aliases
|
|
1102
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1101
1103
|
// FoldHorizontal aliases
|
|
1102
1104
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1103
1105
|
// FoldVertical aliases
|
|
1104
1106
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1105
|
-
// Focus aliases
|
|
1106
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1107
1107
|
// FolderArchive aliases
|
|
1108
1108
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1109
|
-
// FolderClock aliases
|
|
1110
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1111
1109
|
// FolderCheck aliases
|
|
1112
1110
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1111
|
+
// FolderClock aliases
|
|
1112
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1113
1113
|
// FolderClosed aliases
|
|
1114
1114
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1115
1115
|
// FolderCode aliases
|
|
1116
1116
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1117
1117
|
// FolderDot aliases
|
|
1118
1118
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1119
|
-
// FolderGit2 aliases
|
|
1120
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1121
1119
|
// FolderDown aliases
|
|
1122
1120
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1121
|
+
// FolderGit2 aliases
|
|
1122
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1123
1123
|
// FolderGit aliases
|
|
1124
1124
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1125
|
// FolderHeart aliases
|
|
@@ -1138,20 +1138,20 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1138
1138
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1139
1139
|
// FolderOpen aliases
|
|
1140
1140
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1141
|
-
// FolderPlus aliases
|
|
1142
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1143
1141
|
// FolderOutput aliases
|
|
1144
1142
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1145
|
-
//
|
|
1146
|
-
export { default as
|
|
1143
|
+
// FolderPlus aliases
|
|
1144
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1147
1145
|
// FolderRoot aliases
|
|
1148
1146
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1147
|
+
// FolderSearch2 aliases
|
|
1148
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
1149
|
// FolderSearch aliases
|
|
1150
1150
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
|
-
// FolderSync aliases
|
|
1152
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1153
1151
|
// FolderSymlink aliases
|
|
1154
1152
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1153
|
+
// FolderSync aliases
|
|
1154
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1155
1155
|
// FolderTree aliases
|
|
1156
1156
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1157
1157
|
// FolderUp aliases
|
|
@@ -1162,14 +1162,14 @@ export { default as FolderXIcon } from '../icons/folder-x';
|
|
|
1162
1162
|
export { default as FolderIcon } from '../icons/folder';
|
|
1163
1163
|
// Folders aliases
|
|
1164
1164
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1165
|
-
// Forklift aliases
|
|
1166
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1167
1165
|
// Footprints aliases
|
|
1168
1166
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1169
|
-
//
|
|
1170
|
-
export { default as
|
|
1167
|
+
// Forklift aliases
|
|
1168
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1171
1169
|
// Forward aliases
|
|
1172
1170
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1171
|
+
// Frame aliases
|
|
1172
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1173
1173
|
// Framer aliases
|
|
1174
1174
|
export { default as FramerIcon } from '../icons/framer';
|
|
1175
1175
|
// Frown aliases
|
|
@@ -1178,12 +1178,12 @@ export { default as FrownIcon } from '../icons/frown';
|
|
|
1178
1178
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1179
1179
|
// Fuel aliases
|
|
1180
1180
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1181
|
+
// GalleryHorizontalEnd aliases
|
|
1182
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1181
1183
|
// FunnelPlus aliases
|
|
1182
1184
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1183
1185
|
// GalleryHorizontal aliases
|
|
1184
1186
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1185
|
-
// GalleryHorizontalEnd aliases
|
|
1186
|
-
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1187
1187
|
// GalleryThumbnails aliases
|
|
1188
1188
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1189
1189
|
// GalleryVerticalEnd aliases
|
|
@@ -1198,42 +1198,42 @@ export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional'
|
|
|
1198
1198
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1199
1199
|
// Gauge aliases
|
|
1200
1200
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1201
|
-
// Gem aliases
|
|
1202
|
-
export { default as GemIcon } from '../icons/gem';
|
|
1203
1201
|
// Gavel aliases
|
|
1204
1202
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1203
|
+
// Gem aliases
|
|
1204
|
+
export { default as GemIcon } from '../icons/gem';
|
|
1205
1205
|
// GeorgianLari aliases
|
|
1206
1206
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1207
1207
|
// Ghost aliases
|
|
1208
1208
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1209
1209
|
// Gift aliases
|
|
1210
1210
|
export { default as GiftIcon } from '../icons/gift';
|
|
1211
|
-
// GitBranchPlus aliases
|
|
1212
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1213
1211
|
// GitBranchMinus aliases
|
|
1214
1212
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1213
|
+
// GitBranchPlus aliases
|
|
1214
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1215
1215
|
// GitBranch aliases
|
|
1216
1216
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1217
1217
|
// GitCommitVertical aliases
|
|
1218
1218
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1219
1219
|
// GitCompareArrows aliases
|
|
1220
1220
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1221
|
-
// GitFork aliases
|
|
1222
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1223
1221
|
// GitCompare aliases
|
|
1224
1222
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1225
|
-
//
|
|
1226
|
-
export { default as
|
|
1223
|
+
// GitFork aliases
|
|
1224
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1227
1225
|
// GitGraph aliases
|
|
1228
1226
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1229
|
-
//
|
|
1230
|
-
export { default as
|
|
1231
|
-
// GitPullRequestCreate aliases
|
|
1232
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1227
|
+
// GitMerge aliases
|
|
1228
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1233
1229
|
// GitPullRequestArrow aliases
|
|
1234
1230
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1231
|
+
// GitPullRequestClosed aliases
|
|
1232
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1235
1233
|
// GitPullRequestCreateArrow aliases
|
|
1236
1234
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1235
|
+
// GitPullRequestCreate aliases
|
|
1236
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1237
1237
|
// GitPullRequestDraft aliases
|
|
1238
1238
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1239
1239
|
// GitPullRequest aliases
|
|
@@ -1242,12 +1242,12 @@ export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
|
1242
1242
|
export { default as GithubIcon } from '../icons/github';
|
|
1243
1243
|
// Gitlab aliases
|
|
1244
1244
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1245
|
+
// GlassWater aliases
|
|
1246
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1245
1247
|
// Glasses aliases
|
|
1246
1248
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1247
1249
|
// GlobeLock aliases
|
|
1248
1250
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1249
|
-
// GlassWater aliases
|
|
1250
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
1251
|
// Globe aliases
|
|
1252
1252
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
1253
|
// Goal aliases
|
|
@@ -1256,22 +1256,22 @@ export { default as GoalIcon } from '../icons/goal';
|
|
|
1256
1256
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1257
1257
|
// GraduationCap aliases
|
|
1258
1258
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1259
|
-
// Grid3x2 aliases
|
|
1260
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1261
1259
|
// Grape aliases
|
|
1262
1260
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1263
1261
|
// GripHorizontal aliases
|
|
1264
1262
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1265
|
-
//
|
|
1266
|
-
export { default as
|
|
1263
|
+
// Grid3x2 aliases
|
|
1264
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1267
1265
|
// Grip aliases
|
|
1268
1266
|
export { default as GripIcon } from '../icons/grip';
|
|
1267
|
+
// GripVertical aliases
|
|
1268
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1269
|
+
// Guitar aliases
|
|
1270
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1269
1271
|
// Group aliases
|
|
1270
1272
|
export { default as GroupIcon } from '../icons/group';
|
|
1271
1273
|
// Ham aliases
|
|
1272
1274
|
export { default as HamIcon } from '../icons/ham';
|
|
1273
|
-
// Guitar aliases
|
|
1274
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1275
1275
|
// Hamburger aliases
|
|
1276
1276
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1277
1277
|
// Hammer aliases
|
|
@@ -1282,18 +1282,18 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
|
1282
1282
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1283
1283
|
// HandHeart aliases
|
|
1284
1284
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1285
|
+
// HandMetal aliases
|
|
1286
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1285
1287
|
// HandPlatter aliases
|
|
1286
1288
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1287
1289
|
// Hand aliases
|
|
1288
1290
|
export { default as HandIcon } from '../icons/hand';
|
|
1289
|
-
// HandMetal aliases
|
|
1290
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1291
|
-
// HardDriveDownload aliases
|
|
1292
|
-
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1293
|
-
// Handbag aliases
|
|
1294
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1295
1291
|
// Handshake aliases
|
|
1296
1292
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1293
|
+
// Handbag aliases
|
|
1294
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1295
|
+
// HardDriveDownload aliases
|
|
1296
|
+
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1297
1297
|
// HardDriveUpload aliases
|
|
1298
1298
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1299
1299
|
// HardDrive aliases
|
|
@@ -1314,16 +1314,16 @@ export { default as Heading1Icon } from '../icons/heading-1';
|
|
|
1314
1314
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1315
1315
|
// Heading3 aliases
|
|
1316
1316
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1317
|
-
// Heading5 aliases
|
|
1318
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1319
1317
|
// Heading4 aliases
|
|
1320
1318
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1319
|
+
// Heading5 aliases
|
|
1320
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1321
1321
|
// Heading6 aliases
|
|
1322
1322
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1323
|
-
// HeadphoneOff aliases
|
|
1324
|
-
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1325
1323
|
// Heading aliases
|
|
1326
1324
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1325
|
+
// HeadphoneOff aliases
|
|
1326
|
+
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1327
1327
|
// Headphones aliases
|
|
1328
1328
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1329
1329
|
// Headset aliases
|
|
@@ -1336,28 +1336,28 @@ export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
|
1336
1336
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1337
1337
|
// HeartOff aliases
|
|
1338
1338
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1339
|
-
// HeartPulse aliases
|
|
1340
|
-
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1341
1339
|
// HeartPlus aliases
|
|
1342
1340
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1341
|
+
// HeartPulse aliases
|
|
1342
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1343
1343
|
// Heart aliases
|
|
1344
1344
|
export { default as HeartIcon } from '../icons/heart';
|
|
1345
1345
|
// Heater aliases
|
|
1346
1346
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1347
1347
|
// Helicopter aliases
|
|
1348
1348
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1349
|
-
// Hexagon aliases
|
|
1350
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1351
1349
|
// Highlighter aliases
|
|
1352
1350
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1351
|
+
// Hexagon aliases
|
|
1352
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1353
1353
|
// History aliases
|
|
1354
1354
|
export { default as HistoryIcon } from '../icons/history';
|
|
1355
1355
|
// HopOff aliases
|
|
1356
1356
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1357
|
-
// Hospital aliases
|
|
1358
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1359
1357
|
// Hop aliases
|
|
1360
1358
|
export { default as HopIcon } from '../icons/hop';
|
|
1359
|
+
// Hospital aliases
|
|
1360
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1361
1361
|
// Hotel aliases
|
|
1362
1362
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1363
1363
|
// Hourglass aliases
|
|
@@ -1370,20 +1370,20 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1370
1370
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1371
1371
|
// HouseWifi aliases
|
|
1372
1372
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1373
|
-
// ImageDown aliases
|
|
1374
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1375
1373
|
// IdCardLanyard aliases
|
|
1376
1374
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1377
1375
|
// IdCard aliases
|
|
1378
1376
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1377
|
+
// ImageDown aliases
|
|
1378
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1379
1379
|
// ImageMinus aliases
|
|
1380
1380
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1381
1381
|
// ImageOff aliases
|
|
1382
1382
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1383
|
-
// ImagePlay aliases
|
|
1384
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1385
1383
|
// ImagePlus aliases
|
|
1386
1384
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1385
|
+
// ImagePlay aliases
|
|
1386
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1387
1387
|
// ImageUp aliases
|
|
1388
1388
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1389
1389
|
// ImageUpscale aliases
|
|
@@ -1392,64 +1392,64 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1392
1392
|
export { default as ImageIcon } from '../icons/image';
|
|
1393
1393
|
// Images aliases
|
|
1394
1394
|
export { default as ImagesIcon } from '../icons/images';
|
|
1395
|
-
// Import aliases
|
|
1396
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1397
1395
|
// Inbox aliases
|
|
1398
1396
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1397
|
+
// Import aliases
|
|
1398
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1401
1399
|
// IndianRupee aliases
|
|
1402
1400
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1401
|
+
// Infinity aliases
|
|
1402
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1403
1403
|
// Info aliases
|
|
1404
1404
|
export { default as InfoIcon } from '../icons/info';
|
|
1405
1405
|
// InspectionPanel aliases
|
|
1406
1406
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1407
1407
|
// Instagram aliases
|
|
1408
1408
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1409
|
-
// IterationCcw aliases
|
|
1410
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1411
1409
|
// Italic aliases
|
|
1412
1410
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1411
|
+
// IterationCcw aliases
|
|
1412
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1413
1413
|
// IterationCw aliases
|
|
1414
1414
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1415
|
-
// JapaneseYen aliases
|
|
1416
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1417
1415
|
// Joystick aliases
|
|
1418
1416
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1419
|
-
//
|
|
1420
|
-
export { default as
|
|
1421
|
-
// KeyRound aliases
|
|
1422
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1417
|
+
// JapaneseYen aliases
|
|
1418
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1423
1419
|
// Kanban aliases
|
|
1424
1420
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1421
|
+
// Kayak aliases
|
|
1422
|
+
export { default as KayakIcon } from '../icons/kayak';
|
|
1425
1423
|
// KeySquare aliases
|
|
1426
1424
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1425
|
+
// KeyRound aliases
|
|
1426
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1427
1427
|
// Key aliases
|
|
1428
1428
|
export { default as KeyIcon } from '../icons/key';
|
|
1429
1429
|
// KeyboardMusic aliases
|
|
1430
1430
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1431
|
-
// LampCeiling aliases
|
|
1432
|
-
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1433
1431
|
// KeyboardOff aliases
|
|
1434
1432
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1435
1433
|
// Keyboard aliases
|
|
1436
1434
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1435
|
+
// LampCeiling aliases
|
|
1436
|
+
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1437
1437
|
// LampDesk aliases
|
|
1438
1438
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1439
1439
|
// LampFloor aliases
|
|
1440
1440
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1441
|
-
// LampWallDown aliases
|
|
1442
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1443
1441
|
// LampWallUp aliases
|
|
1444
1442
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1443
|
+
// LampWallDown aliases
|
|
1444
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1445
1445
|
// Lamp aliases
|
|
1446
1446
|
export { default as LampIcon } from '../icons/lamp';
|
|
1447
|
-
// LandPlot aliases
|
|
1448
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1449
1447
|
// Landmark aliases
|
|
1450
1448
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1451
1449
|
// Languages aliases
|
|
1452
1450
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1451
|
+
// LandPlot aliases
|
|
1452
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1453
1453
|
// Laptop aliases
|
|
1454
1454
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1455
1455
|
// LaptopMinimalCheck aliases
|
|
@@ -1460,10 +1460,10 @@ export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
|
1460
1460
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1461
1461
|
// Laugh aliases
|
|
1462
1462
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1463
|
-
// Layers2 aliases
|
|
1464
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1465
1463
|
// LayoutDashboard aliases
|
|
1466
1464
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1465
|
+
// Layers2 aliases
|
|
1466
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1467
1467
|
// LayoutGrid aliases
|
|
1468
1468
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1469
1469
|
// LayoutList aliases
|
|
@@ -1484,26 +1484,26 @@ export { default as LecternIcon } from '../icons/lectern';
|
|
|
1484
1484
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1485
1485
|
// Library aliases
|
|
1486
1486
|
export { default as LibraryIcon } from '../icons/library';
|
|
1487
|
+
// LifeBuoy aliases
|
|
1488
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1487
1489
|
// Ligature aliases
|
|
1488
1490
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1491
|
+
// LightbulbOff aliases
|
|
1492
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1489
1493
|
// Lightbulb aliases
|
|
1490
1494
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1491
|
-
// LifeBuoy aliases
|
|
1492
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1493
1495
|
// LineSquiggle aliases
|
|
1494
1496
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1495
|
-
// LightbulbOff aliases
|
|
1496
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1497
1497
|
// Link2Off aliases
|
|
1498
1498
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1499
1499
|
// Link2 aliases
|
|
1500
1500
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1501
|
+
// Link aliases
|
|
1502
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1501
1503
|
// Linkedin aliases
|
|
1502
1504
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1503
1505
|
// ListCheck aliases
|
|
1504
1506
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1505
|
-
// Link aliases
|
|
1506
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1507
1507
|
// ListChecks aliases
|
|
1508
1508
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1509
1509
|
// ListChevronsDownUp aliases
|
|
@@ -1524,12 +1524,12 @@ export { default as ListMinusIcon } from '../icons/list-minus';
|
|
|
1524
1524
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1525
1525
|
// ListOrdered aliases
|
|
1526
1526
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1527
|
-
// ListStart aliases
|
|
1528
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1529
|
-
// ListRestart aliases
|
|
1530
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1531
1527
|
// ListPlus aliases
|
|
1532
1528
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1529
|
+
// ListRestart aliases
|
|
1530
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1531
|
+
// ListStart aliases
|
|
1532
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1533
1533
|
// ListTodo aliases
|
|
1534
1534
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1535
1535
|
// ListTree aliases
|
|
@@ -1544,84 +1544,84 @@ export { default as ListIcon } from '../icons/list';
|
|
|
1544
1544
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1545
1545
|
// Loader aliases
|
|
1546
1546
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1547
|
-
// LocateOff aliases
|
|
1548
|
-
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1549
1547
|
// LocateFixed aliases
|
|
1550
1548
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1551
1549
|
// Locate aliases
|
|
1552
1550
|
export { default as LocateIcon } from '../icons/locate';
|
|
1551
|
+
// LocateOff aliases
|
|
1552
|
+
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1553
1553
|
// LockKeyhole aliases
|
|
1554
1554
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1555
1555
|
// Lock aliases
|
|
1556
1556
|
export { default as LockIcon } from '../icons/lock';
|
|
1557
|
-
// LogOut aliases
|
|
1558
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1559
1557
|
// LogIn aliases
|
|
1560
1558
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1559
|
+
// LogOut aliases
|
|
1560
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1561
1561
|
// Logs aliases
|
|
1562
1562
|
export { default as LogsIcon } from '../icons/logs';
|
|
1563
1563
|
// Lollipop aliases
|
|
1564
1564
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1565
1565
|
// Luggage aliases
|
|
1566
1566
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1567
|
-
// MailMinus aliases
|
|
1568
|
-
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1569
1567
|
// Magnet aliases
|
|
1570
1568
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1571
|
-
// MailOpen aliases
|
|
1572
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1573
1569
|
// MailCheck aliases
|
|
1574
1570
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1571
|
+
// MailMinus aliases
|
|
1572
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1573
|
+
// MailOpen aliases
|
|
1574
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1575
1575
|
// MailPlus aliases
|
|
1576
1576
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1577
|
+
// MailWarning aliases
|
|
1578
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1577
1579
|
// MailSearch aliases
|
|
1578
1580
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1579
1581
|
// MailX aliases
|
|
1580
1582
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1581
|
-
// MailWarning aliases
|
|
1582
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1583
|
-
// Mail aliases
|
|
1584
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1585
1583
|
// Mailbox aliases
|
|
1586
1584
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1585
|
+
// Mail aliases
|
|
1586
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1587
1587
|
// Mails aliases
|
|
1588
1588
|
export { default as MailsIcon } from '../icons/mails';
|
|
1589
1589
|
// MapMinus aliases
|
|
1590
1590
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1591
|
+
// MapPinCheck aliases
|
|
1592
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1591
1593
|
// MapPinCheckInside aliases
|
|
1592
1594
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1593
1595
|
// MapPinHouse aliases
|
|
1594
1596
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1595
|
-
// MapPinCheck aliases
|
|
1596
|
-
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1597
1597
|
// MapPinMinusInside aliases
|
|
1598
1598
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1599
|
-
// MapPinOff aliases
|
|
1600
|
-
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1601
1599
|
// MapPinMinus aliases
|
|
1602
1600
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1601
|
+
// MapPinOff aliases
|
|
1602
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1603
1603
|
// MapPinPlusInside aliases
|
|
1604
1604
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1605
1605
|
// MapPinPlus aliases
|
|
1606
1606
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1607
|
+
// MapPinX aliases
|
|
1608
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1607
1609
|
// MapPinXInside aliases
|
|
1608
1610
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1609
1611
|
// MapPin aliases
|
|
1610
1612
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1611
1613
|
// MapPinned aliases
|
|
1612
|
-
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1613
|
-
// MapPinX aliases
|
|
1614
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1614
|
+
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1615
1615
|
// MapPlus aliases
|
|
1616
1616
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1617
1617
|
// Map aliases
|
|
1618
1618
|
export { default as MapIcon } from '../icons/map';
|
|
1619
|
-
// MarsStroke aliases
|
|
1620
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1621
|
-
// Mars aliases
|
|
1622
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1623
1619
|
// Martini aliases
|
|
1624
1620
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1621
|
+
// Mars aliases
|
|
1622
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1623
|
+
// MarsStroke aliases
|
|
1624
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1625
1625
|
// Maximize2 aliases
|
|
1626
1626
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1627
1627
|
// Maximize aliases
|
|
@@ -1630,72 +1630,72 @@ export { default as MaximizeIcon } from '../icons/maximize';
|
|
|
1630
1630
|
export { default as MedalIcon } from '../icons/medal';
|
|
1631
1631
|
// MegaphoneOff aliases
|
|
1632
1632
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1633
|
-
// Megaphone aliases
|
|
1634
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1635
1633
|
// Meh aliases
|
|
1636
1634
|
export { default as MehIcon } from '../icons/meh';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1635
|
+
// Megaphone aliases
|
|
1636
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1639
1637
|
// MemoryStick aliases
|
|
1640
1638
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1639
|
+
// Menu aliases
|
|
1640
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1641
1641
|
// Merge aliases
|
|
1642
1642
|
export { default as MergeIcon } from '../icons/merge';
|
|
1643
1643
|
// MessageCircleCode aliases
|
|
1644
1644
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1645
|
-
// MessageCircleMore aliases
|
|
1646
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1647
1645
|
// MessageCircleDashed aliases
|
|
1648
1646
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1649
1647
|
// MessageCircleHeart aliases
|
|
1650
1648
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1649
|
+
// MessageCircleMore aliases
|
|
1650
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1651
1651
|
// MessageCircleOff aliases
|
|
1652
1652
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1653
1653
|
// MessageCirclePlus aliases
|
|
1654
1654
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1655
|
+
// MessageCircleReply aliases
|
|
1656
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1655
1657
|
// MessageCircleWarning aliases
|
|
1656
1658
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1657
1659
|
// MessageCircleX aliases
|
|
1658
1660
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1659
|
-
// MessageCircleReply aliases
|
|
1660
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1661
1661
|
// MessageCircle aliases
|
|
1662
1662
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1663
|
-
// MessageSquareDashed aliases
|
|
1664
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1665
1663
|
// MessageSquareCode aliases
|
|
1666
1664
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1665
|
+
// MessageSquareDashed aliases
|
|
1666
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1667
1667
|
// MessageSquareDiff aliases
|
|
1668
1668
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1669
1669
|
// MessageSquareDot aliases
|
|
1670
1670
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1671
|
-
// MessageSquareHeart aliases
|
|
1672
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1673
1671
|
// MessageSquareLock aliases
|
|
1674
1672
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1675
|
-
//
|
|
1676
|
-
export { default as
|
|
1673
|
+
// MessageSquareHeart aliases
|
|
1674
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1677
1675
|
// MessageSquareMore aliases
|
|
1678
1676
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1677
|
+
// MessageSquareOff aliases
|
|
1678
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1679
1679
|
// MessageSquarePlus aliases
|
|
1680
1680
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1681
|
-
// MessageSquareReply aliases
|
|
1682
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1683
1681
|
// MessageSquareQuote aliases
|
|
1684
1682
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1683
|
+
// MessageSquareReply aliases
|
|
1684
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1685
1685
|
// MessageSquareShare aliases
|
|
1686
1686
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1687
|
-
// MessageSquareWarning aliases
|
|
1688
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1689
1687
|
// MessageSquareText aliases
|
|
1690
1688
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1689
|
+
// MessageSquareWarning aliases
|
|
1690
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1691
1691
|
// MessageSquareX aliases
|
|
1692
1692
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1693
1693
|
// MessageSquare aliases
|
|
1694
1694
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1695
|
-
// MicOff aliases
|
|
1696
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1697
1695
|
// MessagesSquare aliases
|
|
1698
1696
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1697
|
+
// MicOff aliases
|
|
1698
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1699
1699
|
// Mic aliases
|
|
1700
1700
|
export { default as MicIcon } from '../icons/mic';
|
|
1701
1701
|
// Microchip aliases
|
|
@@ -1714,10 +1714,10 @@ export { default as MilkIcon } from '../icons/milk';
|
|
|
1714
1714
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1715
1715
|
// Minimize aliases
|
|
1716
1716
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1717
|
-
// MonitorCheck aliases
|
|
1718
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1719
1717
|
// Minus aliases
|
|
1720
1718
|
export { default as MinusIcon } from '../icons/minus';
|
|
1719
|
+
// MonitorCheck aliases
|
|
1720
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1721
1721
|
// MonitorCloud aliases
|
|
1722
1722
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1723
1723
|
// MonitorCog aliases
|
|
@@ -1732,10 +1732,10 @@ export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
|
1732
1732
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1733
1733
|
// MonitorPlay aliases
|
|
1734
1734
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1735
|
-
// MonitorSpeaker aliases
|
|
1736
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1737
1735
|
// MonitorSmartphone aliases
|
|
1738
1736
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1737
|
+
// MonitorSpeaker aliases
|
|
1738
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1739
1739
|
// MonitorStop aliases
|
|
1740
1740
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1741
1741
|
// MonitorUp aliases
|
|
@@ -1752,12 +1752,12 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1752
1752
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1753
1753
|
// MountainSnow aliases
|
|
1754
1754
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1755
|
+
// Mountain aliases
|
|
1756
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1755
1757
|
// MouseOff aliases
|
|
1756
1758
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1757
1759
|
// MousePointer2Off aliases
|
|
1758
1760
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1759
|
-
// Mountain aliases
|
|
1760
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1761
1761
|
// MousePointer2 aliases
|
|
1762
1762
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1763
1763
|
// MousePointerBan aliases
|
|
@@ -1778,18 +1778,18 @@ export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
|
1778
1778
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1779
1779
|
// MoveDown aliases
|
|
1780
1780
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1781
|
-
// MoveHorizontal aliases
|
|
1782
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1783
1781
|
// MoveLeft aliases
|
|
1784
1782
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1785
|
-
//
|
|
1786
|
-
export { default as
|
|
1783
|
+
// MoveHorizontal aliases
|
|
1784
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1787
1785
|
// MoveRight aliases
|
|
1788
1786
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1789
|
-
//
|
|
1790
|
-
export { default as
|
|
1787
|
+
// MoveUpLeft aliases
|
|
1788
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1791
1789
|
// MoveUpRight aliases
|
|
1792
1790
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1791
|
+
// MoveUp aliases
|
|
1792
|
+
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1793
1793
|
// MoveVertical aliases
|
|
1794
1794
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1795
1795
|
// Move aliases
|
|
@@ -1798,18 +1798,18 @@ export { default as MoveIcon } from '../icons/move';
|
|
|
1798
1798
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1799
1799
|
// Music3 aliases
|
|
1800
1800
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1801
|
-
// Music4 aliases
|
|
1802
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1803
1801
|
// Music aliases
|
|
1804
1802
|
export { default as MusicIcon } from '../icons/music';
|
|
1803
|
+
// Music4 aliases
|
|
1804
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1805
1805
|
// Navigation2Off aliases
|
|
1806
1806
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
1807
|
// Navigation2 aliases
|
|
1808
1808
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1809
|
-
// NavigationOff aliases
|
|
1810
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1811
1809
|
// Navigation aliases
|
|
1812
1810
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
|
+
// NavigationOff aliases
|
|
1812
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1813
1813
|
// Network aliases
|
|
1814
1814
|
export { default as NetworkIcon } from '../icons/network';
|
|
1815
1815
|
// Newspaper aliases
|
|
@@ -1864,56 +1864,56 @@ export { default as PackageXIcon } from '../icons/package-x';
|
|
|
1864
1864
|
export { default as PackageIcon } from '../icons/package';
|
|
1865
1865
|
// PaintBucket aliases
|
|
1866
1866
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1867
|
-
// Paintbrush aliases
|
|
1868
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1869
1867
|
// PaintRoller aliases
|
|
1870
1868
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1869
|
+
// Paintbrush aliases
|
|
1870
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1871
1871
|
// Palette aliases
|
|
1872
1872
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1873
1873
|
// Panda aliases
|
|
1874
1874
|
export { default as PandaIcon } from '../icons/panda';
|
|
1875
1875
|
// PanelBottomClose aliases
|
|
1876
1876
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1877
|
+
// PanelBottom aliases
|
|
1878
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1877
1879
|
// PanelBottomOpen aliases
|
|
1878
1880
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1879
1881
|
// PanelLeftRightDashed aliases
|
|
1880
1882
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1881
|
-
// PanelBottom aliases
|
|
1882
|
-
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1883
1883
|
// PanelRightClose aliases
|
|
1884
1884
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1885
|
-
// PanelRightOpen aliases
|
|
1886
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1887
|
-
// PanelRight aliases
|
|
1888
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
1885
|
// PanelTopBottomDashed aliases
|
|
1890
1886
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1891
|
-
//
|
|
1892
|
-
export { default as
|
|
1887
|
+
// PanelRight aliases
|
|
1888
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
+
// PanelRightOpen aliases
|
|
1890
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1893
1891
|
// PanelTopClose aliases
|
|
1894
1892
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1893
|
+
// PanelTopOpen aliases
|
|
1894
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1895
|
+
// PanelTop aliases
|
|
1896
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1895
1897
|
// PanelsLeftBottom aliases
|
|
1896
1898
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1897
1899
|
// PanelsRightBottom aliases
|
|
1898
1900
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1899
|
-
// PanelTopOpen aliases
|
|
1900
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1901
1901
|
// Paperclip aliases
|
|
1902
1902
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1903
|
-
// Parentheses aliases
|
|
1904
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1905
1903
|
// ParkingMeter aliases
|
|
1906
1904
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
|
+
// Parentheses aliases
|
|
1906
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1907
1907
|
// PartyPopper aliases
|
|
1908
1908
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1909
1909
|
// Pause aliases
|
|
1910
1910
|
export { default as PauseIcon } from '../icons/pause';
|
|
1911
|
+
// PcCase aliases
|
|
1912
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1911
1913
|
// PawPrint aliases
|
|
1912
1914
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1913
1915
|
// PenOff aliases
|
|
1914
1916
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1915
|
-
// PcCase aliases
|
|
1916
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1917
1917
|
// PenTool aliases
|
|
1918
1918
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
1919
|
// PencilLine aliases
|
|
@@ -1924,28 +1924,28 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
1924
1924
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1925
1925
|
// Pencil aliases
|
|
1926
1926
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1927
|
-
// Percent aliases
|
|
1928
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1929
1927
|
// Pentagon aliases
|
|
1930
1928
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1931
|
-
//
|
|
1932
|
-
export { default as
|
|
1929
|
+
// Percent aliases
|
|
1930
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1933
1931
|
// PhilippinePeso aliases
|
|
1934
1932
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1935
1933
|
// PhoneCall aliases
|
|
1936
1934
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
|
+
// PersonStanding aliases
|
|
1936
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1937
1937
|
// PhoneForwarded aliases
|
|
1938
1938
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1939
1939
|
// PhoneIncoming aliases
|
|
1940
1940
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1941
1941
|
// PhoneMissed aliases
|
|
1942
1942
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1943
|
+
// PhoneOff aliases
|
|
1944
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1943
1945
|
// PhoneOutgoing aliases
|
|
1944
1946
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1945
1947
|
// Phone aliases
|
|
1946
1948
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1947
|
-
// PhoneOff aliases
|
|
1948
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1949
1949
|
// Pi aliases
|
|
1950
1950
|
export { default as PiIcon } from '../icons/pi';
|
|
1951
1951
|
// Piano aliases
|
|
@@ -1960,10 +1960,10 @@ export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
|
1960
1960
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1961
1961
|
// PilcrowLeft aliases
|
|
1962
1962
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1963
|
-
// Pilcrow aliases
|
|
1964
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1965
1963
|
// PilcrowRight aliases
|
|
1966
1964
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1965
|
+
// Pilcrow aliases
|
|
1966
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1967
1967
|
// PillBottle aliases
|
|
1968
1968
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1969
1969
|
// Pill aliases
|
|
@@ -1982,54 +1982,54 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
1982
1982
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1983
1983
|
// Plane aliases
|
|
1984
1984
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1985
|
-
// Plus aliases
|
|
1986
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1987
1985
|
// Play aliases
|
|
1988
1986
|
export { default as PlayIcon } from '../icons/play';
|
|
1989
|
-
// Plug aliases
|
|
1990
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1991
1987
|
// Plug2 aliases
|
|
1992
1988
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1989
|
+
// Plus aliases
|
|
1990
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1991
|
+
// Plug aliases
|
|
1992
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1993
1993
|
// PocketKnife aliases
|
|
1994
1994
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1995
1995
|
// Pocket aliases
|
|
1996
1996
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1997
|
-
// Podcast aliases
|
|
1998
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
1999
1997
|
// PointerOff aliases
|
|
2000
1998
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2001
|
-
// Popcorn aliases
|
|
2002
|
-
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
1999
|
// Pointer aliases
|
|
2004
2000
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2001
|
+
// Podcast aliases
|
|
2002
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
2005
2003
|
// Popsicle aliases
|
|
2006
2004
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2005
|
+
// Popcorn aliases
|
|
2006
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2007
|
// PoundSterling aliases
|
|
2008
2008
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2009
2009
|
// PowerOff aliases
|
|
2010
2010
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2011
|
-
// Power aliases
|
|
2012
|
-
export { default as PowerIcon } from '../icons/power';
|
|
2013
2011
|
// Presentation aliases
|
|
2014
2012
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2013
|
+
// Power aliases
|
|
2014
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2015
2015
|
// PrinterCheck aliases
|
|
2016
2016
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2017
2017
|
// Printer aliases
|
|
2018
2018
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2019
|
-
// Puzzle aliases
|
|
2020
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2021
2019
|
// Projector aliases
|
|
2022
2020
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2023
|
-
// Pyramid aliases
|
|
2024
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2025
2021
|
// Proportions aliases
|
|
2026
2022
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2023
|
+
// Puzzle aliases
|
|
2024
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2025
|
+
// Pyramid aliases
|
|
2026
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2027
2027
|
// QrCode aliases
|
|
2028
2028
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2029
|
-
// Rabbit aliases
|
|
2030
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2031
2029
|
// Quote aliases
|
|
2032
2030
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2031
|
+
// Rabbit aliases
|
|
2032
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2033
2033
|
// Radar aliases
|
|
2034
2034
|
export { default as RadarIcon } from '../icons/radar';
|
|
2035
2035
|
// Radiation aliases
|
|
@@ -2048,10 +2048,10 @@ export { default as RadiusIcon } from '../icons/radius';
|
|
|
2048
2048
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2049
2049
|
// Rainbow aliases
|
|
2050
2050
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2051
|
-
// Ratio aliases
|
|
2052
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2053
2051
|
// Rat aliases
|
|
2054
2052
|
export { default as RatIcon } from '../icons/rat';
|
|
2053
|
+
// Ratio aliases
|
|
2054
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
2055
|
// ReceiptCent aliases
|
|
2056
2056
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2057
2057
|
// ReceiptEuro aliases
|
|
@@ -2062,20 +2062,20 @@ export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee
|
|
|
2062
2062
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2063
|
// ReceiptPoundSterling aliases
|
|
2064
2064
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2065
|
-
// ReceiptRussianRuble aliases
|
|
2066
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2067
2065
|
// ReceiptSwissFranc aliases
|
|
2068
2066
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2067
|
+
// ReceiptRussianRuble aliases
|
|
2068
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2069
2069
|
// ReceiptText aliases
|
|
2070
2070
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2071
2071
|
// ReceiptTurkishLira aliases
|
|
2072
2072
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
|
+
// Receipt aliases
|
|
2074
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2073
2075
|
// RectangleCircle aliases
|
|
2074
2076
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2075
2077
|
// RectangleGoggles aliases
|
|
2076
2078
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2077
|
-
// Receipt aliases
|
|
2078
|
-
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2079
2079
|
// RectangleHorizontal aliases
|
|
2080
2080
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2081
2081
|
// RectangleVertical aliases
|
|
@@ -2086,10 +2086,10 @@ export { default as RecycleIcon } from '../icons/recycle';
|
|
|
2086
2086
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2087
2087
|
// RedoDot aliases
|
|
2088
2088
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2089
|
-
// RefreshCcwDot aliases
|
|
2090
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2091
2089
|
// Redo aliases
|
|
2092
2090
|
export { default as RedoIcon } from '../icons/redo';
|
|
2091
|
+
// RefreshCcwDot aliases
|
|
2092
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2093
2093
|
// RefreshCcw aliases
|
|
2094
2094
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2095
2095
|
// RefreshCwOff aliases
|
|
@@ -2106,22 +2106,22 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2106
2106
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2107
2107
|
// Repeat2 aliases
|
|
2108
2108
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2109
|
-
// ReplaceAll aliases
|
|
2110
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2111
2109
|
// Repeat aliases
|
|
2112
2110
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2111
|
+
// ReplaceAll aliases
|
|
2112
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2113
2113
|
// Replace aliases
|
|
2114
2114
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2115
2115
|
// ReplyAll aliases
|
|
2116
2116
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2117
|
-
// Reply aliases
|
|
2118
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2119
2117
|
// Rewind aliases
|
|
2120
2118
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2121
|
-
// Rocket aliases
|
|
2122
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2123
2119
|
// Ribbon aliases
|
|
2124
2120
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2121
|
+
// Reply aliases
|
|
2122
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
|
+
// Rocket aliases
|
|
2124
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2125
2125
|
// RockingChair aliases
|
|
2126
2126
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2127
2127
|
// RollerCoaster aliases
|
|
@@ -2146,22 +2146,22 @@ export { default as RouteIcon } from '../icons/route';
|
|
|
2146
2146
|
export { default as RouterIcon } from '../icons/router';
|
|
2147
2147
|
// Rows4 aliases
|
|
2148
2148
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2149
|
-
// Rss aliases
|
|
2150
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2151
2149
|
// RulerDimensionLine aliases
|
|
2152
2150
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
|
+
// Rss aliases
|
|
2152
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2153
2153
|
// Ruler aliases
|
|
2154
2154
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
2155
|
// RussianRuble aliases
|
|
2156
2156
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2157
|
-
// Salad aliases
|
|
2158
|
-
export { default as SaladIcon } from '../icons/salad';
|
|
2159
2157
|
// Sailboat aliases
|
|
2160
2158
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2161
|
-
//
|
|
2162
|
-
export { default as
|
|
2159
|
+
// Salad aliases
|
|
2160
|
+
export { default as SaladIcon } from '../icons/salad';
|
|
2163
2161
|
// Sandwich aliases
|
|
2164
2162
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2163
|
+
// SatelliteDish aliases
|
|
2164
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2165
2165
|
// Satellite aliases
|
|
2166
2166
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2167
2167
|
// SaudiRiyal aliases
|
|
@@ -2172,10 +2172,10 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2172
2172
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2173
2173
|
// Save aliases
|
|
2174
2174
|
export { default as SaveIcon } from '../icons/save';
|
|
2175
|
-
// Scaling aliases
|
|
2176
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2177
2175
|
// Scale aliases
|
|
2178
2176
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2177
|
+
// Scaling aliases
|
|
2178
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2179
2179
|
// ScanBarcode aliases
|
|
2180
2180
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2181
2181
|
// ScanEye aliases
|
|
@@ -2188,10 +2188,10 @@ export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
|
2188
2188
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2189
2189
|
// ScanQrCode aliases
|
|
2190
2190
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2191
|
-
// ScanText aliases
|
|
2192
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2193
2191
|
// ScanSearch aliases
|
|
2194
2192
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2193
|
+
// ScanText aliases
|
|
2194
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2195
2195
|
// Scan aliases
|
|
2196
2196
|
export { default as ScanIcon } from '../icons/scan';
|
|
2197
2197
|
// School aliases
|
|
@@ -2212,40 +2212,40 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2212
2212
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2213
2213
|
// SearchCode aliases
|
|
2214
2214
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2215
|
-
// SearchX aliases
|
|
2216
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2217
2215
|
// SearchSlash aliases
|
|
2218
2216
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2217
|
+
// SearchX aliases
|
|
2218
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2219
2219
|
// Section aliases
|
|
2220
2220
|
export { default as SectionIcon } from '../icons/section';
|
|
2221
2221
|
// Search aliases
|
|
2222
2222
|
export { default as SearchIcon } from '../icons/search';
|
|
2223
|
-
// Send aliases
|
|
2224
|
-
export { default as SendIcon } from '../icons/send';
|
|
2225
2223
|
// SendToBack aliases
|
|
2226
2224
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2225
|
+
// Send aliases
|
|
2226
|
+
export { default as SendIcon } from '../icons/send';
|
|
2227
2227
|
// SeparatorHorizontal aliases
|
|
2228
2228
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2229
2229
|
// SeparatorVertical aliases
|
|
2230
2230
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2231
2231
|
// ServerCrash aliases
|
|
2232
2232
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2233
|
-
// ServerCog aliases
|
|
2234
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2235
2233
|
// ServerOff aliases
|
|
2236
2234
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2235
|
+
// ServerCog aliases
|
|
2236
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2237
2237
|
// Server aliases
|
|
2238
2238
|
export { default as ServerIcon } from '../icons/server';
|
|
2239
2239
|
// Settings2 aliases
|
|
2240
2240
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2241
|
-
// Shapes aliases
|
|
2242
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2243
2241
|
// Settings aliases
|
|
2244
2242
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2245
|
-
//
|
|
2246
|
-
export { default as
|
|
2243
|
+
// Shapes aliases
|
|
2244
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2247
2245
|
// Share2 aliases
|
|
2248
2246
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2247
|
+
// Share aliases
|
|
2248
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2249
2249
|
// Sheet aliases
|
|
2250
2250
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
2251
|
// Shell aliases
|
|
@@ -2260,12 +2260,12 @@ export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
|
2260
2260
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2261
2261
|
// ShieldHalf aliases
|
|
2262
2262
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2263
|
+
// ShieldMinus aliases
|
|
2264
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2263
2265
|
// ShieldOff aliases
|
|
2264
2266
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2265
2267
|
// ShieldPlus aliases
|
|
2266
2268
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2267
|
-
// ShieldMinus aliases
|
|
2268
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2269
2269
|
// ShieldUser aliases
|
|
2270
2270
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2271
2271
|
// Shield aliases
|
|
@@ -2274,32 +2274,32 @@ export { default as ShieldIcon } from '../icons/shield';
|
|
|
2274
2274
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2275
2275
|
// Ship aliases
|
|
2276
2276
|
export { default as ShipIcon } from '../icons/ship';
|
|
2277
|
-
// ShoppingBag aliases
|
|
2278
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2279
2277
|
// Shirt aliases
|
|
2280
2278
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2279
|
+
// ShoppingBag aliases
|
|
2280
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2281
2281
|
// ShoppingBasket aliases
|
|
2282
2282
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2283
2283
|
// ShoppingCart aliases
|
|
2284
2284
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2285
2285
|
// Shovel aliases
|
|
2286
2286
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2287
|
-
// Shredder aliases
|
|
2288
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2289
2287
|
// ShowerHead aliases
|
|
2290
2288
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2289
|
+
// Shredder aliases
|
|
2290
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2291
2291
|
// Shrimp aliases
|
|
2292
2292
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2293
|
-
// Shrub aliases
|
|
2294
|
-
export { default as ShrubIcon } from '../icons/shrub';
|
|
2295
2293
|
// Shrink aliases
|
|
2296
2294
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2295
|
+
// Shrub aliases
|
|
2296
|
+
export { default as ShrubIcon } from '../icons/shrub';
|
|
2297
2297
|
// Shuffle aliases
|
|
2298
2298
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2299
|
-
// SignalHigh aliases
|
|
2300
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2301
2299
|
// Sigma aliases
|
|
2302
2300
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2301
|
+
// SignalHigh aliases
|
|
2302
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2303
2303
|
// SignalLow aliases
|
|
2304
2304
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2305
2305
|
// SignalMedium aliases
|
|
@@ -2310,20 +2310,20 @@ export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
|
2310
2310
|
export { default as SignalIcon } from '../icons/signal';
|
|
2311
2311
|
// Signature aliases
|
|
2312
2312
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2313
|
-
// Signpost aliases
|
|
2314
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2315
2313
|
// SignpostBig aliases
|
|
2316
2314
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2315
|
+
// Signpost aliases
|
|
2316
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
2317
|
// Siren aliases
|
|
2318
2318
|
export { default as SirenIcon } from '../icons/siren';
|
|
2319
2319
|
// SkipBack aliases
|
|
2320
2320
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2321
2321
|
// SkipForward aliases
|
|
2322
2322
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2323
|
-
// Slack aliases
|
|
2324
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2325
2323
|
// Skull aliases
|
|
2326
2324
|
export { default as SkullIcon } from '../icons/skull';
|
|
2325
|
+
// Slack aliases
|
|
2326
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2327
2327
|
// Slash aliases
|
|
2328
2328
|
export { default as SlashIcon } from '../icons/slash';
|
|
2329
2329
|
// Slice aliases
|
|
@@ -2338,20 +2338,20 @@ export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
|
2338
2338
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2339
2339
|
// SmilePlus aliases
|
|
2340
2340
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2341
|
-
// Snail aliases
|
|
2342
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2343
2341
|
// Smile aliases
|
|
2344
2342
|
export { default as SmileIcon } from '../icons/smile';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2343
|
+
// Snail aliases
|
|
2344
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2347
2345
|
// SoapDispenserDroplet aliases
|
|
2348
2346
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2347
|
+
// Snowflake aliases
|
|
2348
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2349
2349
|
// Sofa aliases
|
|
2350
2350
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2351
|
-
// Soup aliases
|
|
2352
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2353
2351
|
// SolarPanel aliases
|
|
2354
2352
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2353
|
+
// Soup aliases
|
|
2354
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2355
2355
|
// Space aliases
|
|
2356
2356
|
export { default as SpaceIcon } from '../icons/space';
|
|
2357
2357
|
// Spade aliases
|
|
@@ -2376,10 +2376,10 @@ export { default as SplitIcon } from '../icons/split';
|
|
|
2376
2376
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
2377
|
// Spotlight aliases
|
|
2378
2378
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
|
-
// SprayCan aliases
|
|
2380
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2381
2379
|
// Sprout aliases
|
|
2382
2380
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2381
|
+
// SprayCan aliases
|
|
2382
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2383
2383
|
// SquareDashedBottomCode aliases
|
|
2384
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
2385
|
// SquareDashedBottom aliases
|
|
@@ -2388,42 +2388,42 @@ export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom
|
|
|
2388
2388
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2389
2389
|
// SquarePause aliases
|
|
2390
2390
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2391
|
-
// SquareRoundCorner aliases
|
|
2392
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2393
2391
|
// SquareRadical aliases
|
|
2394
2392
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2393
|
+
// SquareRoundCorner aliases
|
|
2394
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2395
2395
|
// SquareSquare aliases
|
|
2396
2396
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2397
2397
|
// SquareStack aliases
|
|
2398
2398
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2399
2399
|
// SquareStar aliases
|
|
2400
2400
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2401
|
-
// SquareStop aliases
|
|
2402
|
-
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2403
|
-
// SquaresExclude aliases
|
|
2404
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2405
2401
|
// Square aliases
|
|
2406
2402
|
export { default as SquareIcon } from '../icons/square';
|
|
2403
|
+
// SquareStop aliases
|
|
2404
|
+
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2407
2405
|
// SquaresIntersect aliases
|
|
2408
2406
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2407
|
+
// SquaresExclude aliases
|
|
2408
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
2409
|
// SquaresSubtract aliases
|
|
2410
2410
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2411
|
-
// SquaresUnite aliases
|
|
2412
|
-
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2413
2411
|
// SquircleDashed aliases
|
|
2414
2412
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2413
|
+
// SquaresUnite aliases
|
|
2414
|
+
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2415
2415
|
// Squircle aliases
|
|
2416
2416
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2417
|
-
// Stamp aliases
|
|
2418
|
-
export { default as StampIcon } from '../icons/stamp';
|
|
2419
2417
|
// Squirrel aliases
|
|
2420
2418
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2419
|
+
// Stamp aliases
|
|
2420
|
+
export { default as StampIcon } from '../icons/stamp';
|
|
2421
2421
|
// StarHalf aliases
|
|
2422
2422
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2423
|
-
// StarOff aliases
|
|
2424
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2425
2423
|
// Star aliases
|
|
2426
2424
|
export { default as StarIcon } from '../icons/star';
|
|
2425
|
+
// StarOff aliases
|
|
2426
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2427
2427
|
// StepBack aliases
|
|
2428
2428
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2429
2429
|
// StepForward aliases
|
|
@@ -2442,58 +2442,58 @@ export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
|
2442
2442
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2443
2443
|
// Strikethrough aliases
|
|
2444
2444
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2445
|
-
// SunDim aliases
|
|
2446
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2447
2445
|
// Subscript aliases
|
|
2448
2446
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2447
|
+
// SunDim aliases
|
|
2448
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2449
2449
|
// SunMedium aliases
|
|
2450
2450
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2451
|
-
// SunMoon aliases
|
|
2452
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2453
2451
|
// SunSnow aliases
|
|
2454
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
|
+
// SunMoon aliases
|
|
2454
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2455
2455
|
// Sun aliases
|
|
2456
2456
|
export { default as SunIcon } from '../icons/sun';
|
|
2457
2457
|
// Sunrise aliases
|
|
2458
2458
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2459
2459
|
// Sunset aliases
|
|
2460
2460
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2461
|
-
// SwatchBook aliases
|
|
2462
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2463
2461
|
// Superscript aliases
|
|
2464
2462
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2463
|
+
// SwatchBook aliases
|
|
2464
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2465
2465
|
// SwissFranc aliases
|
|
2466
2466
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2467
|
+
// SwitchCamera aliases
|
|
2468
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2467
2469
|
// Sword aliases
|
|
2468
2470
|
export { default as SwordIcon } from '../icons/sword';
|
|
2469
2471
|
// Swords aliases
|
|
2470
2472
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2471
|
-
// SwitchCamera aliases
|
|
2472
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2473
|
-
// Syringe aliases
|
|
2474
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2475
2473
|
// Table2 aliases
|
|
2476
2474
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2475
|
+
// Syringe aliases
|
|
2476
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2477
2477
|
// TableCellsMerge aliases
|
|
2478
2478
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2479
2479
|
// TableCellsSplit aliases
|
|
2480
2480
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2481
|
-
// TableOfContents aliases
|
|
2482
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2483
2481
|
// TableColumnsSplit aliases
|
|
2484
2482
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2485
2483
|
// TableProperties aliases
|
|
2486
2484
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2485
|
+
// TableOfContents aliases
|
|
2486
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2487
2487
|
// TableRowsSplit aliases
|
|
2488
2488
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2489
2489
|
// Table aliases
|
|
2490
2490
|
export { default as TableIcon } from '../icons/table';
|
|
2491
|
-
// Tablets aliases
|
|
2492
|
-
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
2491
|
// TabletSmartphone aliases
|
|
2494
2492
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2495
2493
|
// Tablet aliases
|
|
2496
2494
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2495
|
+
// Tablets aliases
|
|
2496
|
+
export { default as TabletsIcon } from '../icons/tablets';
|
|
2497
2497
|
// Tag aliases
|
|
2498
2498
|
export { default as TagIcon } from '../icons/tag';
|
|
2499
2499
|
// Tags aliases
|
|
@@ -2514,10 +2514,10 @@ export { default as TangentIcon } from '../icons/tangent';
|
|
|
2514
2514
|
export { default as TargetIcon } from '../icons/target';
|
|
2515
2515
|
// Telescope aliases
|
|
2516
2516
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2517
|
-
// Tent aliases
|
|
2518
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2519
2517
|
// TentTree aliases
|
|
2520
2518
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2519
|
+
// Tent aliases
|
|
2520
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2521
2521
|
// Terminal aliases
|
|
2522
2522
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2523
2523
|
// TestTube aliases
|
|
@@ -2526,46 +2526,46 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2526
2526
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2527
2527
|
// TextCursorInput aliases
|
|
2528
2528
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2529
|
+
// TextQuote aliases
|
|
2530
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2529
2531
|
// TextCursor aliases
|
|
2530
2532
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2531
2533
|
// TextSearch aliases
|
|
2532
2534
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2533
|
-
// TextQuote aliases
|
|
2534
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2535
|
-
// ThermometerSnowflake aliases
|
|
2536
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2537
2535
|
// Theater aliases
|
|
2538
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
|
+
// ThermometerSnowflake aliases
|
|
2538
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2539
2539
|
// ThermometerSun aliases
|
|
2540
2540
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2541
2541
|
// Thermometer aliases
|
|
2542
2542
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2543
|
-
// ThumbsUp aliases
|
|
2544
|
-
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2545
2543
|
// ThumbsDown aliases
|
|
2546
2544
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2545
|
+
// ThumbsUp aliases
|
|
2546
|
+
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2547
2547
|
// TicketCheck aliases
|
|
2548
2548
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2549
2549
|
// TicketMinus aliases
|
|
2550
2550
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
|
-
// TicketPlus aliases
|
|
2552
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2553
2551
|
// TicketPercent aliases
|
|
2554
2552
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2555
2553
|
// TicketSlash aliases
|
|
2556
2554
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
|
+
// TicketPlus aliases
|
|
2556
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
2557
|
// TicketX aliases
|
|
2558
2558
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2559
2559
|
// Ticket aliases
|
|
2560
2560
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2561
2561
|
// TicketsPlane aliases
|
|
2562
2562
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2563
|
-
// Tickets aliases
|
|
2564
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2565
2563
|
// TimerOff aliases
|
|
2566
2564
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2567
2565
|
// TimerReset aliases
|
|
2568
2566
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
|
+
// Tickets aliases
|
|
2568
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2569
2569
|
// Timer aliases
|
|
2570
2570
|
export { default as TimerIcon } from '../icons/timer';
|
|
2571
2571
|
// ToggleLeft aliases
|
|
@@ -2574,24 +2574,24 @@ export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
|
2574
2574
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2575
2575
|
// Toilet aliases
|
|
2576
2576
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2577
|
-
// Tornado aliases
|
|
2578
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2579
2577
|
// ToolCase aliases
|
|
2580
2578
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2579
|
+
// Tornado aliases
|
|
2580
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2581
2581
|
// Torus aliases
|
|
2582
2582
|
export { default as TorusIcon } from '../icons/torus';
|
|
2583
|
-
// Touchpad aliases
|
|
2584
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2585
2583
|
// TouchpadOff aliases
|
|
2586
2584
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2585
|
+
// Touchpad aliases
|
|
2586
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2587
2587
|
// TowerControl aliases
|
|
2588
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2589
|
+
// Tractor aliases
|
|
2590
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2589
2591
|
// ToyBrick aliases
|
|
2590
2592
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
2593
|
// TrafficCone aliases
|
|
2592
2594
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2593
|
-
// Tractor aliases
|
|
2594
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2595
2595
|
// TrainFrontTunnel aliases
|
|
2596
2596
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2597
2597
|
// TrainFront aliases
|
|
@@ -2602,44 +2602,44 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2602
2602
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2603
2603
|
// Trash2 aliases
|
|
2604
2604
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2605
|
-
// TreeDeciduous aliases
|
|
2606
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2607
|
-
// TreePine aliases
|
|
2608
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2609
2605
|
// Trash aliases
|
|
2610
2606
|
export { default as TrashIcon } from '../icons/trash';
|
|
2607
|
+
// TreePine aliases
|
|
2608
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2611
2609
|
// Trees aliases
|
|
2612
2610
|
export { default as TreesIcon } from '../icons/trees';
|
|
2611
|
+
// TreeDeciduous aliases
|
|
2612
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2613
2613
|
// Trello aliases
|
|
2614
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2615
2615
|
// TrendingDown aliases
|
|
2616
2616
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2617
|
-
// TrendingUp aliases
|
|
2618
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2619
2617
|
// TrendingUpDown aliases
|
|
2620
2618
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2621
|
-
//
|
|
2622
|
-
export { default as
|
|
2619
|
+
// TrendingUp aliases
|
|
2620
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2623
2621
|
// TriangleDashed aliases
|
|
2624
2622
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2623
|
+
// TriangleRight aliases
|
|
2624
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2625
2625
|
// Trophy aliases
|
|
2626
2626
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2627
2627
|
// Triangle aliases
|
|
2628
2628
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2629
2629
|
// TruckElectric aliases
|
|
2630
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2631
|
+
// Truck aliases
|
|
2632
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2631
2633
|
// TurkishLira aliases
|
|
2632
2634
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2633
2635
|
// Turntable aliases
|
|
2634
2636
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2635
|
-
// Truck aliases
|
|
2636
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2637
|
-
// Turtle aliases
|
|
2638
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2639
2637
|
// TvMinimalPlay aliases
|
|
2640
2638
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2641
2639
|
// Tv aliases
|
|
2642
2640
|
export { default as TvIcon } from '../icons/tv';
|
|
2641
|
+
// Turtle aliases
|
|
2642
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2643
2643
|
// Twitch aliases
|
|
2644
2644
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2645
2645
|
// Twitter aliases
|
|
@@ -2650,52 +2650,52 @@ export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
|
2650
2650
|
export { default as TypeIcon } from '../icons/type';
|
|
2651
2651
|
// UmbrellaOff aliases
|
|
2652
2652
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2653
|
-
// Underline aliases
|
|
2654
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2655
2653
|
// Umbrella aliases
|
|
2656
2654
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2657
|
-
// UndoDot aliases
|
|
2658
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2659
2655
|
// Undo2 aliases
|
|
2660
2656
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2661
|
-
//
|
|
2662
|
-
export { default as
|
|
2657
|
+
// Underline aliases
|
|
2658
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2659
|
+
// UndoDot aliases
|
|
2660
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2663
2661
|
// UnfoldHorizontal aliases
|
|
2664
2662
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2665
2663
|
// UnfoldVertical aliases
|
|
2666
2664
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2667
|
-
//
|
|
2668
|
-
export { default as
|
|
2665
|
+
// Undo aliases
|
|
2666
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2669
2667
|
// Ungroup aliases
|
|
2670
2668
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2671
|
-
//
|
|
2672
|
-
export { default as
|
|
2669
|
+
// Unlink2 aliases
|
|
2670
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2673
2671
|
// Unplug aliases
|
|
2674
2672
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2675
|
-
//
|
|
2676
|
-
export { default as
|
|
2673
|
+
// Unlink aliases
|
|
2674
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2677
2675
|
// Upload aliases
|
|
2678
2676
|
export { default as UploadIcon } from '../icons/upload';
|
|
2677
|
+
// Usb aliases
|
|
2678
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2679
2679
|
// UserCheck aliases
|
|
2680
2680
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2681
2681
|
// UserCog aliases
|
|
2682
2682
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2683
|
-
// UserMinus aliases
|
|
2684
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2685
|
-
// UserPen aliases
|
|
2686
|
-
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2687
2683
|
// UserLock aliases
|
|
2688
2684
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2685
|
+
// UserMinus aliases
|
|
2686
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2689
2687
|
// UserPlus aliases
|
|
2690
2688
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2689
|
+
// UserPen aliases
|
|
2690
|
+
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2691
2691
|
// UserRoundPen aliases
|
|
2692
2692
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2693
2693
|
// UserRoundSearch aliases
|
|
2694
2694
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2695
|
-
// UserStar aliases
|
|
2696
|
-
export { default as UserStarIcon } from '../icons/user-star';
|
|
2697
2695
|
// UserSearch aliases
|
|
2698
2696
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2697
|
+
// UserStar aliases
|
|
2698
|
+
export { default as UserStarIcon } from '../icons/user-star';
|
|
2699
2699
|
// UserX aliases
|
|
2700
2700
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2701
2701
|
// User aliases
|
|
@@ -2704,20 +2704,20 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2704
2704
|
export { default as UsersIcon } from '../icons/users';
|
|
2705
2705
|
// UtilityPole aliases
|
|
2706
2706
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2707
|
-
// Vault aliases
|
|
2708
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2709
2707
|
// Variable aliases
|
|
2710
2708
|
export { default as VariableIcon } from '../icons/variable';
|
|
2711
|
-
//
|
|
2712
|
-
export { default as
|
|
2709
|
+
// Vault aliases
|
|
2710
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2713
2711
|
// Vegan aliases
|
|
2714
2712
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2713
|
+
// VectorSquare aliases
|
|
2714
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2715
2715
|
// VenetianMask aliases
|
|
2716
2716
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2717
|
-
// Venus aliases
|
|
2718
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2719
2717
|
// VenusAndMars aliases
|
|
2720
2718
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2719
|
+
// Venus aliases
|
|
2720
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2721
2721
|
// VibrateOff aliases
|
|
2722
2722
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2723
2723
|
// Vibrate aliases
|
|
@@ -2736,18 +2736,18 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2736
2736
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2737
2737
|
// Volume1 aliases
|
|
2738
2738
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2739
|
+
// Volume2 aliases
|
|
2740
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2739
2741
|
// VolumeOff aliases
|
|
2740
2742
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2741
2743
|
// VolumeX aliases
|
|
2742
2744
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2743
|
-
// Volume2 aliases
|
|
2744
|
-
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2745
2745
|
// Volume aliases
|
|
2746
2746
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
|
-
// WalletCards aliases
|
|
2748
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2749
2747
|
// Vote aliases
|
|
2750
2748
|
export { default as VoteIcon } from '../icons/vote';
|
|
2749
|
+
// WalletCards aliases
|
|
2750
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2751
2751
|
// Wallet aliases
|
|
2752
2752
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2753
2753
|
// Wallpaper aliases
|
|
@@ -2766,24 +2766,24 @@ export { default as WavesIcon } from '../icons/waves';
|
|
|
2766
2766
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2767
2767
|
// Waypoints aliases
|
|
2768
2768
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2769
|
+
// Webcam aliases
|
|
2770
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2769
2771
|
// WebhookOff aliases
|
|
2770
2772
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2771
2773
|
// Webhook aliases
|
|
2772
2774
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2773
|
-
// Webcam aliases
|
|
2774
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2775
2775
|
// Weight aliases
|
|
2776
2776
|
export { default as WeightIcon } from '../icons/weight';
|
|
2777
2777
|
// WheatOff aliases
|
|
2778
2778
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2779
|
-
// Wheat aliases
|
|
2780
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2781
2779
|
// WholeWord aliases
|
|
2782
2780
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2783
|
-
// WifiHigh aliases
|
|
2784
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2785
2781
|
// WifiCog aliases
|
|
2786
2782
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2783
|
+
// Wheat aliases
|
|
2784
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2785
|
+
// WifiHigh aliases
|
|
2786
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2787
2787
|
// WifiLow aliases
|
|
2788
2788
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2789
2789
|
// WifiOff aliases
|
|
@@ -2794,32 +2794,32 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2794
2794
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2795
2795
|
// WifiZero aliases
|
|
2796
2796
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2797
|
-
// Wind aliases
|
|
2798
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2799
|
-
// WindArrowDown aliases
|
|
2800
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2801
2797
|
// Wifi aliases
|
|
2802
2798
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2799
|
+
// WindArrowDown aliases
|
|
2800
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2801
|
+
// Wind aliases
|
|
2802
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2805
2803
|
// WineOff aliases
|
|
2806
2804
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2805
|
+
// Wine aliases
|
|
2806
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2807
2807
|
// Workflow aliases
|
|
2808
2808
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2809
|
-
// Wrench aliases
|
|
2810
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2811
2809
|
// Worm aliases
|
|
2812
2810
|
export { default as WormIcon } from '../icons/worm';
|
|
2811
|
+
// Wrench aliases
|
|
2812
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2813
2813
|
// X aliases
|
|
2814
2814
|
export { default as XIcon } from '../icons/x';
|
|
2815
|
-
// ZapOff aliases
|
|
2816
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2817
2815
|
// Youtube aliases
|
|
2818
2816
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2819
|
-
//
|
|
2820
|
-
export { default as
|
|
2817
|
+
// ZapOff aliases
|
|
2818
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2821
2819
|
// Zap aliases
|
|
2822
2820
|
export { default as ZapIcon } from '../icons/zap';
|
|
2821
|
+
// ZoomIn aliases
|
|
2822
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2823
2823
|
// ZoomOut aliases
|
|
2824
2824
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2825
2825
|
// ArrowDown01 aliases
|
|
@@ -2830,18 +2830,18 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2830
2830
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2831
2831
|
// ArrowUp10 aliases
|
|
2832
2832
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2833
|
-
// AlarmClockCheck aliases
|
|
2834
|
-
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2835
|
-
export {
|
|
2836
|
-
/** @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 */
|
|
2837
|
-
default as AlarmCheckIcon
|
|
2838
|
-
} from '../icons/alarm-clock-check';
|
|
2839
2833
|
// AlarmClockMinus aliases
|
|
2840
2834
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2841
2835
|
export {
|
|
2842
2836
|
/** @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 */
|
|
2843
2837
|
default as AlarmMinusIcon
|
|
2844
2838
|
} from '../icons/alarm-clock-minus';
|
|
2839
|
+
// AlarmClockCheck aliases
|
|
2840
|
+
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2841
|
+
export {
|
|
2842
|
+
/** @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 */
|
|
2843
|
+
default as AlarmCheckIcon
|
|
2844
|
+
} from '../icons/alarm-clock-check';
|
|
2845
2845
|
// AlarmClockPlus aliases
|
|
2846
2846
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2847
2847
|
export {
|
|
@@ -2854,18 +2854,18 @@ export {
|
|
|
2854
2854
|
/** @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 */
|
|
2855
2855
|
default as ArrowDownAzIcon
|
|
2856
2856
|
} from '../icons/arrow-down-a-z';
|
|
2857
|
-
// ArrowDownZA aliases
|
|
2858
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2859
|
-
export {
|
|
2860
|
-
/** @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 */
|
|
2861
|
-
default as ArrowDownZaIcon
|
|
2862
|
-
} from '../icons/arrow-down-z-a';
|
|
2863
2857
|
// ArrowDownWideNarrow aliases
|
|
2864
2858
|
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2865
2859
|
export {
|
|
2866
2860
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
2867
2861
|
default as SortDescIcon
|
|
2868
2862
|
} from '../icons/arrow-down-wide-narrow';
|
|
2863
|
+
// ArrowDownZA aliases
|
|
2864
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2865
|
+
export {
|
|
2866
|
+
/** @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 */
|
|
2867
|
+
default as ArrowDownZaIcon
|
|
2868
|
+
} from '../icons/arrow-down-z-a';
|
|
2869
2869
|
// ArrowUpAZ aliases
|
|
2870
2870
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2871
2871
|
export {
|
|
@@ -2903,41 +2903,41 @@ export {
|
|
|
2903
2903
|
default as BadgeHelpIcon
|
|
2904
2904
|
} from '../icons/badge-question-mark';
|
|
2905
2905
|
// BetweenHorizontalEnd aliases
|
|
2906
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2907
|
-
export {
|
|
2908
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2909
|
-
default as BetweenHorizonalEndIcon
|
|
2910
|
-
} from '../icons/between-horizontal-end';
|
|
2911
|
-
// BookDashed aliases
|
|
2912
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2913
|
-
export {
|
|
2914
|
-
/** @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 */
|
|
2915
|
-
default as BookTemplateIcon
|
|
2916
|
-
} from '../icons/book-dashed';
|
|
2906
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2907
|
+
export {
|
|
2908
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2909
|
+
default as BetweenHorizonalEndIcon
|
|
2910
|
+
} from '../icons/between-horizontal-end';
|
|
2917
2911
|
// BetweenHorizontalStart aliases
|
|
2918
2912
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2919
2913
|
export {
|
|
2920
2914
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2921
2915
|
default as BetweenHorizonalStartIcon
|
|
2922
2916
|
} from '../icons/between-horizontal-start';
|
|
2923
|
-
//
|
|
2924
|
-
export { default as
|
|
2917
|
+
// BookDashed aliases
|
|
2918
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2925
2919
|
export {
|
|
2926
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2927
|
-
default as
|
|
2928
|
-
} from '../icons/
|
|
2920
|
+
/** @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 */
|
|
2921
|
+
default as BookTemplateIcon
|
|
2922
|
+
} from '../icons/book-dashed';
|
|
2923
|
+
// Captions aliases
|
|
2924
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2925
|
+
export {
|
|
2926
|
+
/** @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 */
|
|
2927
|
+
default as SubtitlesIcon
|
|
2928
|
+
} from '../icons/captions';
|
|
2929
2929
|
// ChartArea aliases
|
|
2930
2930
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2931
2931
|
export {
|
|
2932
2932
|
/** @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 */
|
|
2933
2933
|
default as AreaChartIcon
|
|
2934
2934
|
} from '../icons/chart-area';
|
|
2935
|
-
//
|
|
2936
|
-
export { default as
|
|
2935
|
+
// Braces aliases
|
|
2936
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2937
2937
|
export {
|
|
2938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2939
|
-
default as
|
|
2940
|
-
} from '../icons/
|
|
2938
|
+
/** @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 */
|
|
2939
|
+
default as CurlyBracesIcon
|
|
2940
|
+
} from '../icons/braces';
|
|
2941
2941
|
// ChartBarBig aliases
|
|
2942
2942
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2943
2943
|
export {
|
|
@@ -2950,24 +2950,18 @@ export {
|
|
|
2950
2950
|
/** @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 */
|
|
2951
2951
|
default as BarChartHorizontalIcon
|
|
2952
2952
|
} from '../icons/chart-bar';
|
|
2953
|
-
// ChartColumnBig aliases
|
|
2954
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2955
|
-
export {
|
|
2956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2957
|
-
default as BarChartBigIcon
|
|
2958
|
-
} from '../icons/chart-column-big';
|
|
2959
2953
|
// ChartCandlestick aliases
|
|
2960
2954
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2961
2955
|
export {
|
|
2962
2956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2963
2957
|
default as CandlestickChartIcon
|
|
2964
2958
|
} from '../icons/chart-candlestick';
|
|
2965
|
-
//
|
|
2966
|
-
export { default as
|
|
2959
|
+
// ChartColumnBig aliases
|
|
2960
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2967
2961
|
export {
|
|
2968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2969
|
-
default as
|
|
2970
|
-
} from '../icons/chart-column';
|
|
2962
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2963
|
+
default as BarChartBigIcon
|
|
2964
|
+
} from '../icons/chart-column-big';
|
|
2971
2965
|
// ChartColumnIncreasing aliases
|
|
2972
2966
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2973
2967
|
export {
|
|
@@ -2980,12 +2974,12 @@ export {
|
|
|
2980
2974
|
/** @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 */
|
|
2981
2975
|
default as LineChartIcon
|
|
2982
2976
|
} from '../icons/chart-line';
|
|
2983
|
-
//
|
|
2984
|
-
export { default as
|
|
2977
|
+
// ChartColumn aliases
|
|
2978
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2985
2979
|
export {
|
|
2986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2987
|
-
default as
|
|
2988
|
-
} from '../icons/chart-
|
|
2980
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2981
|
+
default as BarChart3Icon
|
|
2982
|
+
} from '../icons/chart-column';
|
|
2989
2983
|
// ChartNoAxesColumn aliases
|
|
2990
2984
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2991
2985
|
export {
|
|
@@ -2998,6 +2992,12 @@ export {
|
|
|
2998
2992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2999
2993
|
default as GanttChartIcon
|
|
3000
2994
|
} from '../icons/chart-no-axes-gantt';
|
|
2995
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
2996
|
+
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2997
|
+
export {
|
|
2998
|
+
/** @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 */
|
|
2999
|
+
default as BarChartIcon
|
|
3000
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
3001
3001
|
// ChartPie aliases
|
|
3002
3002
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3003
3003
|
export {
|
|
@@ -3016,18 +3016,18 @@ export {
|
|
|
3016
3016
|
/** @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 */
|
|
3017
3017
|
default as ChromeIcon
|
|
3018
3018
|
} from '../icons/chromium';
|
|
3019
|
-
// CircleAlert aliases
|
|
3020
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3023
|
-
default as AlertCircleIcon
|
|
3024
|
-
} from '../icons/circle-alert';
|
|
3025
3019
|
// CircleArrowDown aliases
|
|
3026
3020
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3027
3021
|
export {
|
|
3028
3022
|
/** @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 */
|
|
3029
3023
|
default as ArrowDownCircleIcon
|
|
3030
3024
|
} from '../icons/circle-arrow-down';
|
|
3025
|
+
// CircleAlert aliases
|
|
3026
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3027
|
+
export {
|
|
3028
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3029
|
+
default as AlertCircleIcon
|
|
3030
|
+
} from '../icons/circle-alert';
|
|
3031
3031
|
// CircleArrowLeft aliases
|
|
3032
3032
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3033
3033
|
export {
|
|
@@ -3082,18 +3082,18 @@ export {
|
|
|
3082
3082
|
/** @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 */
|
|
3083
3083
|
default as CheckCircle2Icon
|
|
3084
3084
|
} from '../icons/circle-check';
|
|
3085
|
-
// CircleChevronLeft aliases
|
|
3086
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @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 */
|
|
3089
|
-
default as ChevronLeftCircleIcon
|
|
3090
|
-
} from '../icons/circle-chevron-left';
|
|
3091
3085
|
// CircleChevronDown aliases
|
|
3092
3086
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3093
3087
|
export {
|
|
3094
3088
|
/** @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 */
|
|
3095
3089
|
default as ChevronDownCircleIcon
|
|
3096
3090
|
} from '../icons/circle-chevron-down';
|
|
3091
|
+
// CircleChevronLeft aliases
|
|
3092
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3093
|
+
export {
|
|
3094
|
+
/** @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 */
|
|
3095
|
+
default as ChevronLeftCircleIcon
|
|
3096
|
+
} from '../icons/circle-chevron-left';
|
|
3097
3097
|
// CircleChevronRight aliases
|
|
3098
3098
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3099
3099
|
export {
|
|
@@ -3124,18 +3124,18 @@ export {
|
|
|
3124
3124
|
/** @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 */
|
|
3125
3125
|
default as MinusCircleIcon
|
|
3126
3126
|
} from '../icons/circle-minus';
|
|
3127
|
-
// CircleParking aliases
|
|
3128
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3129
|
-
export {
|
|
3130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3131
|
-
default as ParkingCircleIcon
|
|
3132
|
-
} from '../icons/circle-parking';
|
|
3133
3127
|
// CircleParkingOff aliases
|
|
3134
3128
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3135
3129
|
export {
|
|
3136
3130
|
/** @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 */
|
|
3137
3131
|
default as ParkingCircleOffIcon
|
|
3138
3132
|
} from '../icons/circle-parking-off';
|
|
3133
|
+
// CircleParking aliases
|
|
3134
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3135
|
+
export {
|
|
3136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
3137
|
+
default as ParkingCircleIcon
|
|
3138
|
+
} from '../icons/circle-parking';
|
|
3139
3139
|
// CirclePause aliases
|
|
3140
3140
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3141
3141
|
export {
|
|
@@ -3218,18 +3218,18 @@ export {
|
|
|
3218
3218
|
/** @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 */
|
|
3219
3219
|
default as ClipboardEditIcon
|
|
3220
3220
|
} from '../icons/clipboard-pen';
|
|
3221
|
-
// CloudDownload aliases
|
|
3222
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @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 */
|
|
3225
|
-
default as DownloadCloudIcon
|
|
3226
|
-
} from '../icons/cloud-download';
|
|
3227
3221
|
// CloudUpload aliases
|
|
3228
3222
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3229
3223
|
export {
|
|
3230
3224
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3231
3225
|
default as UploadCloudIcon
|
|
3232
3226
|
} from '../icons/cloud-upload';
|
|
3227
|
+
// CloudDownload aliases
|
|
3228
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3229
|
+
export {
|
|
3230
|
+
/** @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 */
|
|
3231
|
+
default as DownloadCloudIcon
|
|
3232
|
+
} from '../icons/cloud-download';
|
|
3233
3233
|
// CodeXml aliases
|
|
3234
3234
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3235
3235
|
export {
|
|
@@ -3264,30 +3264,30 @@ export {
|
|
|
3264
3264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3265
3265
|
default as Contact2Icon
|
|
3266
3266
|
} from '../icons/contact-round';
|
|
3267
|
+
// DiamondPercent aliases
|
|
3268
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3269
|
+
export {
|
|
3270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
3271
|
+
default as PercentDiamondIcon
|
|
3272
|
+
} from '../icons/diamond-percent';
|
|
3267
3273
|
// Earth aliases
|
|
3268
3274
|
export { default as EarthIcon } from '../icons/earth';
|
|
3269
3275
|
export {
|
|
3270
3276
|
/** @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 */
|
|
3271
3277
|
default as Globe2Icon
|
|
3272
3278
|
} from '../icons/earth';
|
|
3273
|
-
// EllipsisVertical aliases
|
|
3274
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3275
|
-
export {
|
|
3276
|
-
/** @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 */
|
|
3277
|
-
default as MoreVerticalIcon
|
|
3278
|
-
} from '../icons/ellipsis-vertical';
|
|
3279
3279
|
// Ellipsis aliases
|
|
3280
3280
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3281
3281
|
export {
|
|
3282
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3283
3283
|
default as MoreHorizontalIcon
|
|
3284
3284
|
} from '../icons/ellipsis';
|
|
3285
|
-
//
|
|
3286
|
-
export { default as
|
|
3285
|
+
// EllipsisVertical aliases
|
|
3286
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3287
3287
|
export {
|
|
3288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3289
|
-
default as
|
|
3290
|
-
} from '../icons/
|
|
3288
|
+
/** @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 */
|
|
3289
|
+
default as MoreVerticalIcon
|
|
3290
|
+
} from '../icons/ellipsis-vertical';
|
|
3291
3291
|
// FileAxis3d aliases
|
|
3292
3292
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3293
3293
|
export {
|
|
@@ -3300,30 +3300,30 @@ export {
|
|
|
3300
3300
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
3301
3301
|
default as FileBadge2Icon
|
|
3302
3302
|
} from '../icons/file-badge';
|
|
3303
|
-
// FileBraces aliases
|
|
3304
|
-
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3305
|
-
export {
|
|
3306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3307
|
-
default as FileJsonIcon
|
|
3308
|
-
} from '../icons/file-braces';
|
|
3309
3303
|
// FileBracesCorner aliases
|
|
3310
3304
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3311
3305
|
export {
|
|
3312
3306
|
/** @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 */
|
|
3313
3307
|
default as FileJson2Icon
|
|
3314
3308
|
} from '../icons/file-braces-corner';
|
|
3315
|
-
//
|
|
3316
|
-
export { default as
|
|
3309
|
+
// FileBraces aliases
|
|
3310
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3317
3311
|
export {
|
|
3318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3319
|
-
default as
|
|
3320
|
-
} from '../icons/file-
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3313
|
+
default as FileJsonIcon
|
|
3314
|
+
} from '../icons/file-braces';
|
|
3321
3315
|
// FileChartColumn aliases
|
|
3322
3316
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3323
3317
|
export {
|
|
3324
3318
|
/** @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 */
|
|
3325
3319
|
default as FileBarChart2Icon
|
|
3326
3320
|
} from '../icons/file-chart-column';
|
|
3321
|
+
// FileChartColumnIncreasing aliases
|
|
3322
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3323
|
+
export {
|
|
3324
|
+
/** @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 */
|
|
3325
|
+
default as FileBarChartIcon
|
|
3326
|
+
} from '../icons/file-chart-column-increasing';
|
|
3327
3327
|
// FileChartLine aliases
|
|
3328
3328
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3329
3329
|
export {
|
|
@@ -3376,18 +3376,18 @@ export {
|
|
|
3376
3376
|
/** @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 */
|
|
3377
3377
|
default as FileAudio2Icon
|
|
3378
3378
|
} from '../icons/file-headphone';
|
|
3379
|
-
// FileMinusCorner aliases
|
|
3380
|
-
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3381
|
-
export {
|
|
3382
|
-
/** @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 */
|
|
3383
|
-
default as FileMinus2Icon
|
|
3384
|
-
} from '../icons/file-minus-corner';
|
|
3385
3379
|
// FileLock aliases
|
|
3386
3380
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3387
3381
|
export {
|
|
3388
3382
|
/** @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 */
|
|
3389
3383
|
default as FileLock2Icon
|
|
3390
3384
|
} from '../icons/file-lock';
|
|
3385
|
+
// FileMinusCorner aliases
|
|
3386
|
+
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3387
|
+
export {
|
|
3388
|
+
/** @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 */
|
|
3389
|
+
default as FileMinus2Icon
|
|
3390
|
+
} from '../icons/file-minus-corner';
|
|
3391
3391
|
// FilePenLine aliases
|
|
3392
3392
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3393
3393
|
export {
|
|
@@ -3412,30 +3412,24 @@ export {
|
|
|
3412
3412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3413
3413
|
default as FilePlus2Icon
|
|
3414
3414
|
} from '../icons/file-plus-corner';
|
|
3415
|
-
// FileQuestionMark aliases
|
|
3416
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3419
|
-
default as FileQuestionIcon
|
|
3420
|
-
} from '../icons/file-question-mark';
|
|
3421
3415
|
// FileSearchCorner aliases
|
|
3422
3416
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3423
3417
|
export {
|
|
3424
3418
|
/** @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 */
|
|
3425
3419
|
default as FileSearch2Icon
|
|
3426
3420
|
} from '../icons/file-search-corner';
|
|
3421
|
+
// FileQuestionMark aliases
|
|
3422
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3425
|
+
default as FileQuestionIcon
|
|
3426
|
+
} from '../icons/file-question-mark';
|
|
3427
3427
|
// FileSignal aliases
|
|
3428
3428
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3429
3429
|
export {
|
|
3430
3430
|
/** @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 */
|
|
3431
3431
|
default as FileVolume2Icon
|
|
3432
3432
|
} from '../icons/file-signal';
|
|
3433
|
-
// FileTypeCorner aliases
|
|
3434
|
-
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3435
|
-
export {
|
|
3436
|
-
/** @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 */
|
|
3437
|
-
default as FileType2Icon
|
|
3438
|
-
} from '../icons/file-type-corner';
|
|
3439
3433
|
// FileVideoCamera aliases
|
|
3440
3434
|
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3441
3435
|
export {
|
|
@@ -3448,6 +3442,18 @@ export {
|
|
|
3448
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3449
3443
|
default as FileX2Icon
|
|
3450
3444
|
} from '../icons/file-x-corner';
|
|
3445
|
+
// FileTypeCorner aliases
|
|
3446
|
+
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3447
|
+
export {
|
|
3448
|
+
/** @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 */
|
|
3449
|
+
default as FileType2Icon
|
|
3450
|
+
} from '../icons/file-type-corner';
|
|
3451
|
+
// FingerprintPattern aliases
|
|
3452
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3453
|
+
export {
|
|
3454
|
+
/** @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 */
|
|
3455
|
+
default as FingerprintIcon
|
|
3456
|
+
} from '../icons/fingerprint-pattern';
|
|
3451
3457
|
// FolderCog aliases
|
|
3452
3458
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3453
3459
|
export {
|
|
@@ -3512,18 +3518,18 @@ export {
|
|
|
3512
3518
|
/** @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 */
|
|
3513
3519
|
default as Grid3X3Icon
|
|
3514
3520
|
} from '../icons/grid-3x3';
|
|
3515
|
-
// HandHelping aliases
|
|
3516
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3517
|
-
export {
|
|
3518
|
-
/** @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 */
|
|
3519
|
-
default as HelpingHandIcon
|
|
3520
|
-
} from '../icons/hand-helping';
|
|
3521
3521
|
// HandGrab aliases
|
|
3522
3522
|
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3523
3523
|
export {
|
|
3524
3524
|
/** @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 */
|
|
3525
3525
|
default as GrabIcon
|
|
3526
3526
|
} from '../icons/hand-grab';
|
|
3527
|
+
// HandHelping aliases
|
|
3528
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3529
|
+
export {
|
|
3530
|
+
/** @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 */
|
|
3531
|
+
default as HelpingHandIcon
|
|
3532
|
+
} from '../icons/hand-helping';
|
|
3527
3533
|
// House aliases
|
|
3528
3534
|
export { default as HouseIcon } from '../icons/house';
|
|
3529
3535
|
export {
|
|
@@ -3542,18 +3548,18 @@ export {
|
|
|
3542
3548
|
/** @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 */
|
|
3543
3549
|
default as IceCreamIcon
|
|
3544
3550
|
} from '../icons/ice-cream-cone';
|
|
3545
|
-
// LaptopMinimal aliases
|
|
3546
|
-
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3547
|
-
export {
|
|
3548
|
-
/** @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 */
|
|
3549
|
-
default as Laptop2Icon
|
|
3550
|
-
} from '../icons/laptop-minimal';
|
|
3551
3551
|
// Layers aliases
|
|
3552
3552
|
export { default as LayersIcon } from '../icons/layers';
|
|
3553
3553
|
export {
|
|
3554
3554
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3555
3555
|
default as Layers3Icon
|
|
3556
3556
|
} from '../icons/layers';
|
|
3557
|
+
// LaptopMinimal aliases
|
|
3558
|
+
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3559
|
+
export {
|
|
3560
|
+
/** @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 */
|
|
3561
|
+
default as Laptop2Icon
|
|
3562
|
+
} from '../icons/laptop-minimal';
|
|
3557
3563
|
// ListIndentDecrease aliases
|
|
3558
3564
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3559
3565
|
export {
|
|
@@ -3592,6 +3598,12 @@ export {
|
|
|
3592
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
3593
3599
|
default as UnlockIcon
|
|
3594
3600
|
} from '../icons/lock-open';
|
|
3601
|
+
// MailQuestionMark aliases
|
|
3602
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3605
|
+
default as MailQuestionIcon
|
|
3606
|
+
} from '../icons/mail-question-mark';
|
|
3595
3607
|
// MapPinPen aliases
|
|
3596
3608
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3597
3609
|
export {
|
|
@@ -3610,12 +3622,6 @@ export {
|
|
|
3610
3622
|
/** @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 */
|
|
3611
3623
|
default as Mic2Icon
|
|
3612
3624
|
} from '../icons/mic-vocal';
|
|
3613
|
-
// MailQuestionMark aliases
|
|
3614
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as MailQuestionIcon
|
|
3618
|
-
} from '../icons/mail-question-mark';
|
|
3619
3625
|
// Move3d aliases
|
|
3620
3626
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3621
3627
|
export {
|
|
@@ -3670,12 +3676,6 @@ export {
|
|
|
3670
3676
|
/** @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 */
|
|
3671
3677
|
default as SidebarOpenIcon
|
|
3672
3678
|
} from '../icons/panel-left-open';
|
|
3673
|
-
// PanelLeft aliases
|
|
3674
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3675
|
-
export {
|
|
3676
|
-
/** @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 */
|
|
3677
|
-
default as SidebarIcon
|
|
3678
|
-
} from '../icons/panel-left';
|
|
3679
3679
|
// PanelRightDashed aliases
|
|
3680
3680
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3681
3681
|
export {
|
|
@@ -3688,18 +3688,24 @@ export {
|
|
|
3688
3688
|
/** @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 */
|
|
3689
3689
|
default as PanelTopInactiveIcon
|
|
3690
3690
|
} from '../icons/panel-top-dashed';
|
|
3691
|
-
//
|
|
3692
|
-
export { default as
|
|
3691
|
+
// PanelLeft aliases
|
|
3692
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3693
3693
|
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3695
|
-
default as
|
|
3696
|
-
} from '../icons/
|
|
3694
|
+
/** @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 */
|
|
3695
|
+
default as SidebarIcon
|
|
3696
|
+
} from '../icons/panel-left';
|
|
3697
3697
|
// PenLine aliases
|
|
3698
3698
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3699
3699
|
export {
|
|
3700
3700
|
/** @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 */
|
|
3701
3701
|
default as Edit3Icon
|
|
3702
3702
|
} from '../icons/pen-line';
|
|
3703
|
+
// PanelsTopLeft aliases
|
|
3704
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3705
|
+
export {
|
|
3706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3707
|
+
default as LayoutIcon
|
|
3708
|
+
} from '../icons/panels-top-left';
|
|
3703
3709
|
// Pen aliases
|
|
3704
3710
|
export { default as PenIcon } from '../icons/pen';
|
|
3705
3711
|
export {
|
|
@@ -3712,6 +3718,12 @@ export {
|
|
|
3712
3718
|
/** @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 */
|
|
3713
3719
|
default as PlugZap2Icon
|
|
3714
3720
|
} from '../icons/plug-zap';
|
|
3721
|
+
// RectangleEllipsis aliases
|
|
3722
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3723
|
+
export {
|
|
3724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3725
|
+
default as FormInputIcon
|
|
3726
|
+
} from '../icons/rectangle-ellipsis';
|
|
3715
3727
|
// Rotate3d aliases
|
|
3716
3728
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3717
3729
|
export {
|
|
@@ -3724,12 +3736,6 @@ export {
|
|
|
3724
3736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3725
3737
|
default as RowsIcon
|
|
3726
3738
|
} from '../icons/rows-2';
|
|
3727
|
-
// RectangleEllipsis aliases
|
|
3728
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3731
|
-
default as FormInputIcon
|
|
3732
|
-
} from '../icons/rectangle-ellipsis';
|
|
3733
3739
|
// Rows3 aliases
|
|
3734
3740
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3735
3741
|
export {
|
|
@@ -3754,60 +3760,60 @@ export {
|
|
|
3754
3760
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3755
3761
|
default as ShieldQuestionIcon
|
|
3756
3762
|
} from '../icons/shield-question-mark';
|
|
3757
|
-
// SlidersVertical aliases
|
|
3758
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3759
|
-
export {
|
|
3760
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3761
|
-
default as SlidersIcon
|
|
3762
|
-
} from '../icons/sliders-vertical';
|
|
3763
3763
|
// ShieldX aliases
|
|
3764
3764
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3765
3765
|
export {
|
|
3766
3766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3767
3767
|
default as ShieldCloseIcon
|
|
3768
3768
|
} from '../icons/shield-x';
|
|
3769
|
+
// SlidersVertical aliases
|
|
3770
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3771
|
+
export {
|
|
3772
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3773
|
+
default as SlidersIcon
|
|
3774
|
+
} from '../icons/sliders-vertical';
|
|
3769
3775
|
// Sparkles aliases
|
|
3770
3776
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3771
3777
|
export {
|
|
3772
3778
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3773
3779
|
default as StarsIcon
|
|
3774
3780
|
} from '../icons/sparkles';
|
|
3775
|
-
// SquareActivity aliases
|
|
3776
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3777
|
-
export {
|
|
3778
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3779
|
-
default as ActivitySquareIcon
|
|
3780
|
-
} from '../icons/square-activity';
|
|
3781
3781
|
// SquareArrowDownLeft aliases
|
|
3782
3782
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3783
3783
|
export {
|
|
3784
3784
|
/** @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 */
|
|
3785
3785
|
default as ArrowDownLeftSquareIcon
|
|
3786
3786
|
} from '../icons/square-arrow-down-left';
|
|
3787
|
-
//
|
|
3788
|
-
export { default as
|
|
3787
|
+
// SquareActivity aliases
|
|
3788
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3789
3789
|
export {
|
|
3790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3791
|
-
default as
|
|
3792
|
-
} from '../icons/square-
|
|
3790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3791
|
+
default as ActivitySquareIcon
|
|
3792
|
+
} from '../icons/square-activity';
|
|
3793
3793
|
// SquareArrowDownRight aliases
|
|
3794
3794
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3795
3795
|
export {
|
|
3796
3796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
3797
3797
|
default as ArrowDownRightSquareIcon
|
|
3798
3798
|
} from '../icons/square-arrow-down-right';
|
|
3799
|
-
//
|
|
3800
|
-
export { default as
|
|
3799
|
+
// SquareArrowDown aliases
|
|
3800
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3801
3801
|
export {
|
|
3802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3803
|
-
default as
|
|
3804
|
-
} from '../icons/square-arrow-
|
|
3802
|
+
/** @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 */
|
|
3803
|
+
default as ArrowDownSquareIcon
|
|
3804
|
+
} from '../icons/square-arrow-down';
|
|
3805
3805
|
// SquareArrowOutDownLeft aliases
|
|
3806
3806
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3807
3807
|
export {
|
|
3808
3808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3809
3809
|
default as ArrowDownLeftFromSquareIcon
|
|
3810
3810
|
} from '../icons/square-arrow-out-down-left';
|
|
3811
|
+
// SquareArrowLeft aliases
|
|
3812
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3813
|
+
export {
|
|
3814
|
+
/** @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 */
|
|
3815
|
+
default as ArrowLeftSquareIcon
|
|
3816
|
+
} from '../icons/square-arrow-left';
|
|
3811
3817
|
// SquareArrowOutDownRight aliases
|
|
3812
3818
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3813
3819
|
export {
|
|
@@ -3826,42 +3832,42 @@ export {
|
|
|
3826
3832
|
/** @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 */
|
|
3827
3833
|
default as ArrowUpRightFromSquareIcon
|
|
3828
3834
|
} from '../icons/square-arrow-out-up-right';
|
|
3829
|
-
// SquareArrowUpLeft aliases
|
|
3830
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3831
|
-
export {
|
|
3832
|
-
/** @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 */
|
|
3833
|
-
default as ArrowUpLeftSquareIcon
|
|
3834
|
-
} from '../icons/square-arrow-up-left';
|
|
3835
3835
|
// SquareArrowRight aliases
|
|
3836
3836
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3837
3837
|
export {
|
|
3838
3838
|
/** @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 */
|
|
3839
3839
|
default as ArrowRightSquareIcon
|
|
3840
3840
|
} from '../icons/square-arrow-right';
|
|
3841
|
-
//
|
|
3842
|
-
export { default as
|
|
3841
|
+
// SquareArrowUpLeft aliases
|
|
3842
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3843
3843
|
export {
|
|
3844
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3845
|
-
default as
|
|
3846
|
-
} from '../icons/square-arrow-up';
|
|
3844
|
+
/** @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 */
|
|
3845
|
+
default as ArrowUpLeftSquareIcon
|
|
3846
|
+
} from '../icons/square-arrow-up-left';
|
|
3847
3847
|
// SquareArrowUpRight aliases
|
|
3848
3848
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3849
3849
|
export {
|
|
3850
3850
|
/** @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 */
|
|
3851
3851
|
default as ArrowUpRightSquareIcon
|
|
3852
3852
|
} from '../icons/square-arrow-up-right';
|
|
3853
|
-
//
|
|
3854
|
-
export { default as
|
|
3853
|
+
// SquareArrowUp aliases
|
|
3854
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3855
3855
|
export {
|
|
3856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3857
|
-
default as
|
|
3858
|
-
} from '../icons/square-
|
|
3856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3857
|
+
default as ArrowUpSquareIcon
|
|
3858
|
+
} from '../icons/square-arrow-up';
|
|
3859
3859
|
// SquareBottomDashedScissors aliases
|
|
3860
3860
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3861
3861
|
export {
|
|
3862
3862
|
/** @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 */
|
|
3863
3863
|
default as ScissorsSquareDashedBottomIcon
|
|
3864
3864
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3865
|
+
// SquareAsterisk aliases
|
|
3866
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3867
|
+
export {
|
|
3868
|
+
/** @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 */
|
|
3869
|
+
default as AsteriskSquareIcon
|
|
3870
|
+
} from '../icons/square-asterisk';
|
|
3865
3871
|
// SquareChartGantt aliases
|
|
3866
3872
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3867
3873
|
export {
|
|
@@ -3872,18 +3878,18 @@ export {
|
|
|
3872
3878
|
/** @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 */
|
|
3873
3879
|
default as SquareGanttChartIcon
|
|
3874
3880
|
} from '../icons/square-chart-gantt';
|
|
3875
|
-
// SquareCheck aliases
|
|
3876
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3877
|
-
export {
|
|
3878
|
-
/** @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 */
|
|
3879
|
-
default as CheckSquare2Icon
|
|
3880
|
-
} from '../icons/square-check';
|
|
3881
3881
|
// SquareCheckBig aliases
|
|
3882
3882
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3883
3883
|
export {
|
|
3884
3884
|
/** @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 */
|
|
3885
3885
|
default as CheckSquareIcon
|
|
3886
3886
|
} from '../icons/square-check-big';
|
|
3887
|
+
// SquareCheck aliases
|
|
3888
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3889
|
+
export {
|
|
3890
|
+
/** @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 */
|
|
3891
|
+
default as CheckSquare2Icon
|
|
3892
|
+
} from '../icons/square-check';
|
|
3887
3893
|
// SquareChevronDown aliases
|
|
3888
3894
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3889
3895
|
export {
|
|
@@ -3902,18 +3908,18 @@ export {
|
|
|
3902
3908
|
/** @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 */
|
|
3903
3909
|
default as ChevronRightSquareIcon
|
|
3904
3910
|
} from '../icons/square-chevron-right';
|
|
3905
|
-
// SquareCode aliases
|
|
3906
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3907
|
-
export {
|
|
3908
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3909
|
-
default as CodeSquareIcon
|
|
3910
|
-
} from '../icons/square-code';
|
|
3911
3911
|
// SquareChevronUp aliases
|
|
3912
3912
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3913
3913
|
export {
|
|
3914
3914
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
3915
3915
|
default as ChevronUpSquareIcon
|
|
3916
3916
|
} from '../icons/square-chevron-up';
|
|
3917
|
+
// SquareCode aliases
|
|
3918
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3919
|
+
export {
|
|
3920
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
3921
|
+
default as CodeSquareIcon
|
|
3922
|
+
} from '../icons/square-code';
|
|
3917
3923
|
// SquareDashedKanban aliases
|
|
3918
3924
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3919
3925
|
export {
|
|
@@ -3926,6 +3932,12 @@ export {
|
|
|
3926
3932
|
/** @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 */
|
|
3927
3933
|
default as MousePointerSquareDashedIcon
|
|
3928
3934
|
} from '../icons/square-dashed-mouse-pointer';
|
|
3935
|
+
// SquareDivide aliases
|
|
3936
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3937
|
+
export {
|
|
3938
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3939
|
+
default as DivideSquareIcon
|
|
3940
|
+
} from '../icons/square-divide';
|
|
3929
3941
|
// SquareDashed aliases
|
|
3930
3942
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3931
3943
|
export {
|
|
@@ -3938,12 +3950,6 @@ export {
|
|
|
3938
3950
|
/** @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 */
|
|
3939
3951
|
default as DotSquareIcon
|
|
3940
3952
|
} from '../icons/square-dot';
|
|
3941
|
-
// SquareDivide aliases
|
|
3942
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
3945
|
-
default as DivideSquareIcon
|
|
3946
|
-
} from '../icons/square-divide';
|
|
3947
3953
|
// SquareEqual aliases
|
|
3948
3954
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3949
3955
|
export {
|
|
@@ -3956,42 +3962,42 @@ export {
|
|
|
3956
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3957
3963
|
default as FunctionSquareIcon
|
|
3958
3964
|
} from '../icons/square-function';
|
|
3959
|
-
// SquareKanban aliases
|
|
3960
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3961
|
-
export {
|
|
3962
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3963
|
-
default as KanbanSquareIcon
|
|
3964
|
-
} from '../icons/square-kanban';
|
|
3965
3965
|
// SquareLibrary aliases
|
|
3966
3966
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3967
3967
|
export {
|
|
3968
3968
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
3969
3969
|
default as LibrarySquareIcon
|
|
3970
3970
|
} from '../icons/square-library';
|
|
3971
|
+
// SquareM aliases
|
|
3972
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
3973
|
+
export {
|
|
3974
|
+
/** @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 */
|
|
3975
|
+
default as MSquareIcon
|
|
3976
|
+
} from '../icons/square-m';
|
|
3971
3977
|
// SquareMenu aliases
|
|
3972
3978
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3973
3979
|
export {
|
|
3974
3980
|
/** @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 */
|
|
3975
3981
|
default as MenuSquareIcon
|
|
3976
3982
|
} from '../icons/square-menu';
|
|
3977
|
-
//
|
|
3978
|
-
export { default as
|
|
3979
|
-
export {
|
|
3980
|
-
/** @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 */
|
|
3981
|
-
default as MinusSquareIcon
|
|
3982
|
-
} from '../icons/square-minus';
|
|
3983
|
-
// SquareM aliases
|
|
3984
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
3983
|
+
// SquareKanban aliases
|
|
3984
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3985
3985
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3987
|
-
default as
|
|
3988
|
-
} from '../icons/square-
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3987
|
+
default as KanbanSquareIcon
|
|
3988
|
+
} from '../icons/square-kanban';
|
|
3989
3989
|
// SquareMousePointer aliases
|
|
3990
3990
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3991
3991
|
export {
|
|
3992
3992
|
/** @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 */
|
|
3993
3993
|
default as InspectIcon
|
|
3994
3994
|
} from '../icons/square-mouse-pointer';
|
|
3995
|
+
// SquareMinus aliases
|
|
3996
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3997
|
+
export {
|
|
3998
|
+
/** @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 */
|
|
3999
|
+
default as MinusSquareIcon
|
|
4000
|
+
} from '../icons/square-minus';
|
|
3995
4001
|
// SquareParkingOff aliases
|
|
3996
4002
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3997
4003
|
export {
|
|
@@ -4036,6 +4042,12 @@ export {
|
|
|
4036
4042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4037
4043
|
default as PilcrowSquareIcon
|
|
4038
4044
|
} from '../icons/square-pilcrow';
|
|
4045
|
+
// SquarePlay aliases
|
|
4046
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4047
|
+
export {
|
|
4048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4049
|
+
default as PlaySquareIcon
|
|
4050
|
+
} from '../icons/square-play';
|
|
4039
4051
|
// SquarePlus aliases
|
|
4040
4052
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4041
4053
|
export {
|
|
@@ -4048,30 +4060,30 @@ export {
|
|
|
4048
4060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4049
4061
|
default as PowerSquareIcon
|
|
4050
4062
|
} from '../icons/square-power';
|
|
4051
|
-
//
|
|
4052
|
-
export { default as
|
|
4063
|
+
// SquareSigma aliases
|
|
4064
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4053
4065
|
export {
|
|
4054
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4055
|
-
default as
|
|
4056
|
-
} from '../icons/square-
|
|
4066
|
+
/** @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 */
|
|
4067
|
+
default as SigmaSquareIcon
|
|
4068
|
+
} from '../icons/square-sigma';
|
|
4057
4069
|
// SquareScissors aliases
|
|
4058
4070
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4059
4071
|
export {
|
|
4060
4072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4061
4073
|
default as ScissorsSquareIcon
|
|
4062
4074
|
} from '../icons/square-scissors';
|
|
4063
|
-
// SquareSigma aliases
|
|
4064
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @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 */
|
|
4067
|
-
default as SigmaSquareIcon
|
|
4068
|
-
} from '../icons/square-sigma';
|
|
4069
4075
|
// SquareSlash aliases
|
|
4070
4076
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4071
4077
|
export {
|
|
4072
4078
|
/** @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 */
|
|
4073
4079
|
default as SlashSquareIcon
|
|
4074
4080
|
} from '../icons/square-slash';
|
|
4081
|
+
// SquareTerminal aliases
|
|
4082
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4083
|
+
export {
|
|
4084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4085
|
+
default as TerminalSquareIcon
|
|
4086
|
+
} from '../icons/square-terminal';
|
|
4075
4087
|
// SquareSplitHorizontal aliases
|
|
4076
4088
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4077
4089
|
export {
|
|
@@ -4084,36 +4096,36 @@ export {
|
|
|
4084
4096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4085
4097
|
default as SplitSquareVerticalIcon
|
|
4086
4098
|
} from '../icons/square-split-vertical';
|
|
4087
|
-
// SquareTerminal aliases
|
|
4088
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4089
|
-
export {
|
|
4090
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4091
|
-
default as TerminalSquareIcon
|
|
4092
|
-
} from '../icons/square-terminal';
|
|
4093
4099
|
// SquareUserRound aliases
|
|
4094
4100
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4095
4101
|
export {
|
|
4096
4102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4097
4103
|
default as UserSquare2Icon
|
|
4098
4104
|
} from '../icons/square-user-round';
|
|
4099
|
-
// SquareX aliases
|
|
4100
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4101
|
-
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4103
|
-
default as XSquareIcon
|
|
4104
|
-
} from '../icons/square-x';
|
|
4105
4105
|
// SquareUser aliases
|
|
4106
4106
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4107
4107
|
export {
|
|
4108
4108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4109
4109
|
default as UserSquareIcon
|
|
4110
4110
|
} from '../icons/square-user';
|
|
4111
|
+
// SquareX aliases
|
|
4112
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4113
|
+
export {
|
|
4114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
4115
|
+
default as XSquareIcon
|
|
4116
|
+
} from '../icons/square-x';
|
|
4111
4117
|
// TestTubeDiagonal aliases
|
|
4112
4118
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4113
4119
|
export {
|
|
4114
4120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4115
4121
|
default as TestTube2Icon
|
|
4116
4122
|
} from '../icons/test-tube-diagonal';
|
|
4123
|
+
// TextAlignEnd aliases
|
|
4124
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4125
|
+
export {
|
|
4126
|
+
/** @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 */
|
|
4127
|
+
default as AlignRightIcon
|
|
4128
|
+
} from '../icons/text-align-end';
|
|
4117
4129
|
// TextAlignCenter aliases
|
|
4118
4130
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4119
4131
|
export {
|
|
@@ -4126,18 +4138,6 @@ export {
|
|
|
4126
4138
|
/** @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 */
|
|
4127
4139
|
default as AlignJustifyIcon
|
|
4128
4140
|
} from '../icons/text-align-justify';
|
|
4129
|
-
// TextAlignEnd aliases
|
|
4130
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4131
|
-
export {
|
|
4132
|
-
/** @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 */
|
|
4133
|
-
default as AlignRightIcon
|
|
4134
|
-
} from '../icons/text-align-end';
|
|
4135
|
-
// TextInitial aliases
|
|
4136
|
-
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4137
|
-
export {
|
|
4138
|
-
/** @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 */
|
|
4139
|
-
default as LetterTextIcon
|
|
4140
|
-
} from '../icons/text-initial';
|
|
4141
4141
|
// TextAlignStart aliases
|
|
4142
4142
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4143
4143
|
export {
|
|
@@ -4148,48 +4148,54 @@ export {
|
|
|
4148
4148
|
/** @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 */
|
|
4149
4149
|
default as AlignLeftIcon
|
|
4150
4150
|
} from '../icons/text-align-start';
|
|
4151
|
+
// TextInitial aliases
|
|
4152
|
+
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4153
|
+
export {
|
|
4154
|
+
/** @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 */
|
|
4155
|
+
default as LetterTextIcon
|
|
4156
|
+
} from '../icons/text-initial';
|
|
4151
4157
|
// TextSelect aliases
|
|
4152
4158
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
4153
4159
|
export {
|
|
4154
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
4155
4161
|
default as TextSelectionIcon
|
|
4156
4162
|
} from '../icons/text-select';
|
|
4157
|
-
// TramFront aliases
|
|
4158
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4159
|
-
export {
|
|
4160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4161
|
-
default as TrainIcon
|
|
4162
|
-
} from '../icons/tram-front';
|
|
4163
4163
|
// TextWrap aliases
|
|
4164
4164
|
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4165
4165
|
export {
|
|
4166
4166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4167
4167
|
default as WrapTextIcon
|
|
4168
4168
|
} from '../icons/text-wrap';
|
|
4169
|
-
//
|
|
4170
|
-
export { default as
|
|
4171
|
-
export {
|
|
4172
|
-
/** @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 */
|
|
4173
|
-
default as PalmtreeIcon
|
|
4174
|
-
} from '../icons/tree-palm';
|
|
4175
|
-
// TvMinimal aliases
|
|
4176
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4169
|
+
// TramFront aliases
|
|
4170
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4177
4171
|
export {
|
|
4178
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4179
|
-
default as
|
|
4180
|
-
} from '../icons/
|
|
4172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
4173
|
+
default as TrainIcon
|
|
4174
|
+
} from '../icons/tram-front';
|
|
4181
4175
|
// TriangleAlert aliases
|
|
4182
4176
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4183
4177
|
export {
|
|
4184
4178
|
/** @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 */
|
|
4185
4179
|
default as AlertTriangleIcon
|
|
4186
4180
|
} from '../icons/triangle-alert';
|
|
4181
|
+
// TreePalm aliases
|
|
4182
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4183
|
+
export {
|
|
4184
|
+
/** @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 */
|
|
4185
|
+
default as PalmtreeIcon
|
|
4186
|
+
} from '../icons/tree-palm';
|
|
4187
4187
|
// University aliases
|
|
4188
4188
|
export { default as UniversityIcon } from '../icons/university';
|
|
4189
4189
|
export {
|
|
4190
4190
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4191
4191
|
default as School2Icon
|
|
4192
4192
|
} from '../icons/university';
|
|
4193
|
+
// TvMinimal aliases
|
|
4194
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4195
|
+
export {
|
|
4196
|
+
/** @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 */
|
|
4197
|
+
default as Tv2Icon
|
|
4198
|
+
} from '../icons/tv-minimal';
|
|
4193
4199
|
// UserRoundCheck aliases
|
|
4194
4200
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4195
4201
|
export {
|