@lucide/astro 1.7.0 → 1.8.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/README.md +6 -1
- package/package.json +2 -2
- package/src/aliases/aliases.ts +160 -154
- package/src/aliases/prefixed.ts +724 -718
- package/src/aliases/suffixed.ts +1103 -1097
- package/src/icons/bookmark-off.ts +18 -0
- package/src/icons/index.ts +188 -187
- package/src/icons/radio-off.ts +2 -2
- package/src/icons/{text-select.ts → square-dashed-text.ts} +4 -4
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,66 +2,66 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
-
// ALargeSmall aliases
|
|
10
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Airplay aliases
|
|
14
|
-
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
13
|
// AlarmClockOff aliases
|
|
16
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
|
-
//
|
|
18
|
-
export { default as
|
|
15
|
+
// Airplay aliases
|
|
16
|
+
export { default as AirplayIcon } from '../icons/airplay';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
|
-
// AlignCenterHorizontal aliases
|
|
22
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
19
|
// Album aliases
|
|
24
20
|
export { default as AlbumIcon } from '../icons/album';
|
|
25
|
-
//
|
|
26
|
-
export { default as
|
|
21
|
+
// AlarmClock aliases
|
|
22
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
27
23
|
// AlignEndHorizontal aliases
|
|
28
24
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
-
//
|
|
30
|
-
export { default as
|
|
31
|
-
//
|
|
32
|
-
export { default as
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
|
+
// AlignCenterVertical aliases
|
|
28
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
33
29
|
// AlignEndVertical aliases
|
|
34
30
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
31
|
+
// AlignHorizontalDistributeEnd aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalJustifyEnd aliases
|
|
38
36
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
37
|
+
// AlignHorizontalDistributeStart aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
// AlignHorizontalSpaceAround aliases
|
|
42
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
//
|
|
46
|
-
export { default as
|
|
47
|
-
// AlignStartHorizontal aliases
|
|
48
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
43
|
+
// AlignHorizontalSpaceAround aliases
|
|
44
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
45
|
// AlignStartVertical aliases
|
|
50
46
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
|
+
// AlignStartHorizontal aliases
|
|
48
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
49
|
// AlignVerticalDistributeCenter aliases
|
|
52
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
51
|
+
// AlignHorizontalSpaceBetween aliases
|
|
52
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
53
53
|
// AlignVerticalDistributeEnd aliases
|
|
54
54
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
55
|
-
// AlignVerticalJustifyCenter aliases
|
|
56
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
57
55
|
// AlignVerticalDistributeStart aliases
|
|
58
56
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
+
// AlignVerticalJustifyCenter aliases
|
|
58
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
59
|
// AlignVerticalJustifyEnd aliases
|
|
60
60
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
// AlignVerticalSpaceAround aliases
|
|
62
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
63
61
|
// AlignVerticalJustifyStart aliases
|
|
64
62
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
|
+
// AlignVerticalSpaceAround aliases
|
|
64
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
65
|
// AlignVerticalSpaceBetween aliases
|
|
66
66
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
67
|
// Ambulance aliases
|
|
@@ -76,10 +76,10 @@ export { default as AmphoraIcon } from '../icons/amphora';
|
|
|
76
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
77
|
// Angry aliases
|
|
78
78
|
export { default as AngryIcon } from '../icons/angry';
|
|
79
|
-
// Annoyed aliases
|
|
80
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
81
79
|
// Antenna aliases
|
|
82
80
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
81
|
+
// Annoyed aliases
|
|
82
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
83
83
|
// Anvil aliases
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
@@ -88,10 +88,10 @@ export { default as ApertureIcon } from '../icons/aperture';
|
|
|
88
88
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
89
|
// Apple aliases
|
|
90
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
-
// ArchiveRestore aliases
|
|
92
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
91
|
// AppWindow aliases
|
|
94
92
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
93
|
+
// ArchiveRestore aliases
|
|
94
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
95
95
|
// ArchiveX aliases
|
|
96
96
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
97
97
|
// Archive aliases
|
|
@@ -102,48 +102,48 @@ export { default as ArmchairIcon } from '../icons/armchair';
|
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
|
+
// ArrowBigLeft aliases
|
|
106
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
105
107
|
// ArrowBigLeftDash aliases
|
|
106
108
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
109
|
// ArrowBigRightDash aliases
|
|
108
110
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
109
|
-
// ArrowBigLeft aliases
|
|
110
|
-
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
111
|
-
// ArrowBigUpDash aliases
|
|
112
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
113
111
|
// ArrowBigRight aliases
|
|
114
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
115
|
// ArrowBigUp aliases
|
|
116
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
-
// ArrowDownFromLine aliases
|
|
118
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
117
|
// ArrowDownLeft aliases
|
|
120
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
+
// ArrowDownFromLine aliases
|
|
120
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
122
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
+
// ArrowDownUp aliases
|
|
128
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
127
129
|
// ArrowDownToLine aliases
|
|
128
130
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
131
|
// ArrowDown aliases
|
|
130
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
-
// ArrowDownUp aliases
|
|
132
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
137
135
|
// ArrowLeftToLine aliases
|
|
138
136
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
137
|
// ArrowLeft aliases
|
|
140
138
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
+
// ArrowLeftRight aliases
|
|
140
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
143
|
// ArrowRightLeft aliases
|
|
142
144
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
145
|
// ArrowRightToLine aliases
|
|
144
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
|
-
// ArrowRightFromLine aliases
|
|
146
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
147
|
// ArrowRight aliases
|
|
148
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
149
|
// ArrowUpDown aliases
|
|
@@ -158,10 +158,10 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
161
|
// ArrowUpWideNarrow aliases
|
|
164
162
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
163
|
+
// ArrowUp aliases
|
|
164
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
@@ -174,16 +174,16 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
174
174
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
175
175
|
// AudioWaveform aliases
|
|
176
176
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
177
|
-
// Award aliases
|
|
178
|
-
export { default as AwardIcon } from '../icons/award';
|
|
179
177
|
// Axe aliases
|
|
180
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
181
179
|
// Baby aliases
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
181
|
+
// Award aliases
|
|
182
|
+
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// Backpack aliases
|
|
186
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
187
187
|
// BadgeCent aliases
|
|
188
188
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
189
189
|
// BadgeDollarSign aliases
|
|
@@ -196,20 +196,22 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
196
196
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
197
197
|
// BadgeJapaneseYen aliases
|
|
198
198
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
199
|
+
// BadgeMinus aliases
|
|
200
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
199
201
|
// BadgePercent aliases
|
|
200
202
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
201
203
|
// BadgePlus aliases
|
|
202
204
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
|
-
// BadgeMinus aliases
|
|
204
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
|
-
// BadgeRussianRuble aliases
|
|
206
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
205
|
// BadgePoundSterling aliases
|
|
208
206
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
207
|
+
// BadgeRussianRuble aliases
|
|
208
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
209
209
|
// BadgeSwissFranc aliases
|
|
210
210
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
211
211
|
// BadgeTurkishLira aliases
|
|
212
212
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
213
|
+
// Balloon aliases
|
|
214
|
+
export { default as BalloonIcon } from '../icons/balloon';
|
|
213
215
|
// Badge aliases
|
|
214
216
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
217
|
// BadgeX aliases
|
|
@@ -218,136 +220,134 @@ export { default as BadgeXIcon } from '../icons/badge-x';
|
|
|
218
220
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
219
221
|
// Ban aliases
|
|
220
222
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Balloon aliases
|
|
222
|
-
export { default as BalloonIcon } from '../icons/balloon';
|
|
223
223
|
// Banana aliases
|
|
224
224
|
export { default as BananaIcon } from '../icons/banana';
|
|
225
|
-
// Bandage aliases
|
|
226
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
227
225
|
// BanknoteArrowDown aliases
|
|
228
226
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
227
|
+
// Bandage aliases
|
|
228
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
229
229
|
// BanknoteArrowUp aliases
|
|
230
230
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
231
231
|
// BanknoteX aliases
|
|
232
232
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
233
|
+
// Barrel aliases
|
|
234
|
+
export { default as BarrelIcon } from '../icons/barrel';
|
|
233
235
|
// Banknote aliases
|
|
234
236
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
235
237
|
// Barcode aliases
|
|
236
238
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
237
|
-
// Barrel aliases
|
|
238
|
-
export { default as BarrelIcon } from '../icons/barrel';
|
|
239
239
|
// Baseline aliases
|
|
240
240
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
241
|
-
// Bath aliases
|
|
242
|
-
export { default as BathIcon } from '../icons/bath';
|
|
243
241
|
// BatteryCharging aliases
|
|
244
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
245
|
+
// BatteryLow aliases
|
|
246
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
247
|
// BatteryFull aliases
|
|
246
248
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
247
249
|
// BatteryMedium aliases
|
|
248
250
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
249
|
-
// BatteryLow aliases
|
|
250
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
|
-
// BatteryWarning aliases
|
|
252
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
253
251
|
// BatteryPlus aliases
|
|
254
252
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
255
|
-
//
|
|
256
|
-
export { default as
|
|
253
|
+
// BatteryWarning aliases
|
|
254
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
255
|
// Battery aliases
|
|
258
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
259
257
|
// BeanOff aliases
|
|
260
258
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
259
|
+
// Beaker aliases
|
|
260
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
261
|
// Bean aliases
|
|
262
262
|
export { default as BeanIcon } from '../icons/bean';
|
|
263
|
-
// BedSingle aliases
|
|
264
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
265
263
|
// BedDouble aliases
|
|
266
264
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
265
|
+
// BedSingle aliases
|
|
266
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
267
|
// Bed aliases
|
|
270
268
|
export { default as BedIcon } from '../icons/bed';
|
|
269
|
+
// BeefOff aliases
|
|
270
|
+
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
271
|
+
// BeerOff aliases
|
|
272
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
271
273
|
// Beef aliases
|
|
272
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
273
|
-
// Beer aliases
|
|
274
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
275
275
|
// BellDot aliases
|
|
276
276
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
|
-
//
|
|
278
|
-
export { default as
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellElectric aliases
|
|
280
280
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
// BellOff aliases
|
|
282
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
283
281
|
// BellMinus aliases
|
|
284
282
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
283
|
// BellPlus aliases
|
|
286
284
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
|
+
// BellOff aliases
|
|
286
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
|
+
// BellRing aliases
|
|
288
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
287
289
|
// Bell aliases
|
|
288
290
|
export { default as BellIcon } from '../icons/bell';
|
|
289
291
|
// BetweenVerticalEnd aliases
|
|
290
292
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
291
|
-
// BellRing aliases
|
|
292
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
293
|
// BetweenVerticalStart aliases
|
|
294
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
295
|
// BicepsFlexed aliases
|
|
296
296
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
297
|
-
// Bike aliases
|
|
298
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
299
297
|
// Binary aliases
|
|
300
298
|
export { default as BinaryIcon } from '../icons/binary';
|
|
301
299
|
// Binoculars aliases
|
|
302
300
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
-
//
|
|
304
|
-
export { default as
|
|
301
|
+
// Bike aliases
|
|
302
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
305
303
|
// Biohazard aliases
|
|
306
304
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
+
// Bird aliases
|
|
306
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
307
|
+
// Bitcoin aliases
|
|
308
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
307
309
|
// Birdhouse aliases
|
|
308
310
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
309
311
|
// Blend aliases
|
|
310
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
311
|
-
// Bitcoin aliases
|
|
312
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// BluetoothConnected aliases
|
|
316
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
317
|
// Blocks aliases
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
-
// BluetoothOff aliases
|
|
320
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
319
|
// BluetoothSearching aliases
|
|
322
320
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
-
// Bluetooth aliases
|
|
324
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
// Bomb aliases
|
|
326
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
327
321
|
// Bold aliases
|
|
328
322
|
export { default as BoldIcon } from '../icons/bold';
|
|
323
|
+
// BluetoothOff aliases
|
|
324
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
325
|
+
// Bluetooth aliases
|
|
326
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
327
|
// Bolt aliases
|
|
330
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
-
//
|
|
332
|
-
export { default as
|
|
329
|
+
// Bomb aliases
|
|
330
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
331
|
// Bone aliases
|
|
334
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
335
333
|
// BookAlert aliases
|
|
336
334
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
|
+
// BookA aliases
|
|
336
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAudio aliases
|
|
338
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
-
// BookCheck aliases
|
|
340
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
341
339
|
// BookDown aliases
|
|
342
340
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
341
|
// BookCopy aliases
|
|
344
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
+
// BookCheck aliases
|
|
344
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
347
|
// BookHeadphones aliases
|
|
346
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
349
|
// BookImage aliases
|
|
348
350
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
|
-
// BookHeart aliases
|
|
350
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
351
|
// BookKey aliases
|
|
352
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
353
|
// BookLock aliases
|
|
@@ -356,16 +356,16 @@ export { default as BookLockIcon } from '../icons/book-lock';
|
|
|
356
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
357
|
// BookMinus aliases
|
|
358
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
-
// BookOpenText aliases
|
|
360
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
359
|
// BookOpenCheck aliases
|
|
362
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
|
+
// BookOpenText aliases
|
|
362
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
|
+
// BookSearch aliases
|
|
364
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
363
365
|
// BookOpen aliases
|
|
364
366
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
367
|
// BookPlus aliases
|
|
366
368
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
// BookSearch aliases
|
|
368
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
369
369
|
// BookText aliases
|
|
370
370
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
371
|
// BookType aliases
|
|
@@ -376,28 +376,30 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
377
|
// BookX aliases
|
|
378
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
-
// Book aliases
|
|
380
|
-
export { default as BookIcon } from '../icons/book';
|
|
381
379
|
// BookUser aliases
|
|
382
380
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkMinus aliases
|
|
384
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
385
|
// BookmarkCheck aliases
|
|
386
386
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
387
|
+
// BookmarkOff aliases
|
|
388
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
387
389
|
// BookmarkPlus aliases
|
|
388
390
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// BookmarkX aliases
|
|
390
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
391
|
// Bookmark aliases
|
|
392
392
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
393
|
+
// BookmarkX aliases
|
|
394
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
395
|
// BoomBox aliases
|
|
394
396
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
397
|
// BotMessageSquare aliases
|
|
396
398
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
-
// Bot aliases
|
|
398
|
-
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BotOff aliases
|
|
400
400
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
|
+
// Bot aliases
|
|
402
|
+
export { default as BotIcon } from '../icons/bot';
|
|
401
403
|
// BottleWine aliases
|
|
402
404
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
405
|
// BowArrow aliases
|
|
@@ -414,10 +416,10 @@ export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
|
414
416
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
417
|
// Brain aliases
|
|
416
418
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
|
-
// BrickWallFire aliases
|
|
418
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
419
|
// BrickWallShield aliases
|
|
420
420
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
421
|
+
// BrickWallFire aliases
|
|
422
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
421
423
|
// BrickWall aliases
|
|
422
424
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
425
|
// BriefcaseBusiness aliases
|
|
@@ -428,36 +430,36 @@ export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyo
|
|
|
428
430
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
429
431
|
// Briefcase aliases
|
|
430
432
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
431
|
-
// BrushCleaning aliases
|
|
432
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// BringToFront aliases
|
|
434
434
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
435
435
|
// Brush aliases
|
|
436
436
|
export { default as BrushIcon } from '../icons/brush';
|
|
437
|
+
// BrushCleaning aliases
|
|
438
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
437
439
|
// Bubbles aliases
|
|
438
440
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
|
-
// BugPlay aliases
|
|
440
|
-
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
441
|
// BugOff aliases
|
|
442
442
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
443
|
+
// BugPlay aliases
|
|
444
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
443
445
|
// Bug aliases
|
|
444
446
|
export { default as BugIcon } from '../icons/bug';
|
|
445
447
|
// Building aliases
|
|
446
448
|
export { default as BuildingIcon } from '../icons/building';
|
|
447
449
|
// Building2 aliases
|
|
448
450
|
export { default as Building2Icon } from '../icons/building-2';
|
|
449
|
-
// Bus aliases
|
|
450
|
-
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// BusFront aliases
|
|
452
452
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
453
|
+
// Bus aliases
|
|
454
|
+
export { default as BusIcon } from '../icons/bus';
|
|
453
455
|
// CableCar aliases
|
|
454
456
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
455
457
|
// Cable aliases
|
|
456
458
|
export { default as CableIcon } from '../icons/cable';
|
|
457
|
-
// CakeSlice aliases
|
|
458
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
459
459
|
// Cake aliases
|
|
460
460
|
export { default as CakeIcon } from '../icons/cake';
|
|
461
|
+
// CakeSlice aliases
|
|
462
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
461
463
|
// Calendar1 aliases
|
|
462
464
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
465
|
// Calculator aliases
|
|
@@ -466,66 +468,66 @@ export { default as CalculatorIcon } from '../icons/calculator';
|
|
|
466
468
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
467
469
|
// CalendarArrowUp aliases
|
|
468
470
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
469
|
-
// CalendarClock aliases
|
|
470
|
-
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
471
|
// CalendarCheck2 aliases
|
|
472
472
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
473
473
|
// CalendarCheck aliases
|
|
474
474
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
475
|
+
// CalendarClock aliases
|
|
476
|
+
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
477
|
+
// CalendarDays aliases
|
|
478
|
+
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
479
|
+
// CalendarFold aliases
|
|
480
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
481
|
// CalendarCog aliases
|
|
476
482
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
477
483
|
// CalendarHeart aliases
|
|
478
484
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
479
|
-
// CalendarFold aliases
|
|
480
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
481
|
-
// CalendarDays aliases
|
|
482
|
-
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
483
485
|
// CalendarMinus2 aliases
|
|
484
486
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
485
|
-
// CalendarPlus2 aliases
|
|
486
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
487
|
-
// CalendarMinus aliases
|
|
488
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
489
487
|
// CalendarOff aliases
|
|
490
488
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
489
|
+
// CalendarMinus aliases
|
|
490
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
491
|
+
// CalendarPlus2 aliases
|
|
492
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
493
|
+
// CalendarSearch aliases
|
|
494
|
+
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
495
|
// CalendarPlus aliases
|
|
492
496
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
497
|
// CalendarRange aliases
|
|
494
498
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
|
-
// CalendarSearch aliases
|
|
496
|
-
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
497
|
-
// CalendarX2 aliases
|
|
498
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
499
|
// CalendarSync aliases
|
|
500
500
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
501
|
+
// CalendarX2 aliases
|
|
502
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
503
|
// CalendarX aliases
|
|
502
504
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
503
505
|
// Calendar aliases
|
|
504
506
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
505
507
|
// Calendars aliases
|
|
506
508
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
507
|
-
// CameraOff aliases
|
|
508
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
509
509
|
// Camera aliases
|
|
510
510
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
|
+
// CameraOff aliases
|
|
512
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
511
513
|
// CandyCane aliases
|
|
512
514
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
513
515
|
// CandyOff aliases
|
|
514
516
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
515
|
-
// CannabisOff aliases
|
|
516
|
-
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
517
|
-
// Cannabis aliases
|
|
518
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
519
517
|
// Candy aliases
|
|
520
518
|
export { default as CandyIcon } from '../icons/candy';
|
|
519
|
+
// CannabisOff aliases
|
|
520
|
+
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
521
521
|
// CaptionsOff aliases
|
|
522
522
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
523
|
+
// Cannabis aliases
|
|
524
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
523
525
|
// CarFront aliases
|
|
524
526
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
525
|
-
// Car aliases
|
|
526
|
-
export { default as CarIcon } from '../icons/car';
|
|
527
527
|
// CarTaxiFront aliases
|
|
528
528
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
529
|
+
// Car aliases
|
|
530
|
+
export { default as CarIcon } from '../icons/car';
|
|
529
531
|
// Caravan aliases
|
|
530
532
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
531
533
|
// CardSim aliases
|
|
@@ -536,10 +538,10 @@ export { default as CarrotIcon } from '../icons/carrot';
|
|
|
536
538
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
537
539
|
// CaseSensitive aliases
|
|
538
540
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
539
|
-
// CassetteTape aliases
|
|
540
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
541
541
|
// CaseUpper aliases
|
|
542
542
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
543
|
+
// CassetteTape aliases
|
|
544
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
543
545
|
// Cast aliases
|
|
544
546
|
export { default as CastIcon } from '../icons/cast';
|
|
545
547
|
// Castle aliases
|
|
@@ -560,62 +562,64 @@ export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
|
560
562
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
561
563
|
// ChartGantt aliases
|
|
562
564
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
563
|
-
// ChartColumnStacked aliases
|
|
564
|
-
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
565
565
|
// ChartNetwork aliases
|
|
566
566
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
567
|
+
// ChartColumnStacked aliases
|
|
568
|
+
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
567
569
|
// ChartNoAxesColumnDecreasing aliases
|
|
568
570
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
569
571
|
// ChartNoAxesCombined aliases
|
|
570
572
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
571
573
|
// ChartSpline aliases
|
|
572
574
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
573
|
-
// CheckCheck aliases
|
|
574
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
575
575
|
// CheckLine aliases
|
|
576
576
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
577
|
+
// CheckCheck aliases
|
|
578
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
577
579
|
// Check aliases
|
|
578
580
|
export { default as CheckIcon } from '../icons/check';
|
|
579
581
|
// ChefHat aliases
|
|
580
582
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
581
583
|
// Cherry aliases
|
|
582
584
|
export { default as CherryIcon } from '../icons/cherry';
|
|
583
|
-
// ChessKing aliases
|
|
584
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
585
585
|
// ChessBishop aliases
|
|
586
586
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
587
|
+
// ChessKing aliases
|
|
588
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
587
589
|
// ChessKnight aliases
|
|
588
590
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
589
591
|
// ChessPawn aliases
|
|
590
592
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
591
|
-
// ChessQueen aliases
|
|
592
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
593
593
|
// ChessRook aliases
|
|
594
594
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
595
|
-
// ChevronLeft aliases
|
|
596
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
597
|
-
// ChevronFirst aliases
|
|
598
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
599
595
|
// ChevronDown aliases
|
|
600
596
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
597
|
+
// ChessQueen aliases
|
|
598
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
599
|
+
// ChevronFirst aliases
|
|
600
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
601
|
+
// ChevronLeft aliases
|
|
602
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
601
603
|
// ChevronLast aliases
|
|
602
604
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
603
|
-
// ChevronRight aliases
|
|
604
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
605
605
|
// ChevronUp aliases
|
|
606
606
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
607
|
-
// ChevronsDown aliases
|
|
608
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
609
607
|
// ChevronsDownUp aliases
|
|
610
608
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
609
|
+
// ChevronRight aliases
|
|
610
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
611
|
+
// ChevronsDown aliases
|
|
612
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
611
613
|
// ChevronsLeftRightEllipsis aliases
|
|
612
614
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
613
|
-
// ChevronsLeftRight aliases
|
|
614
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
615
|
-
// ChevronsRightLeft aliases
|
|
616
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
617
615
|
// ChevronsLeft aliases
|
|
618
616
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
617
|
+
// ChevronsRightLeft aliases
|
|
618
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
619
|
+
// ChevronsLeftRight aliases
|
|
620
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
621
|
+
// ChevronsUp aliases
|
|
622
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
619
623
|
// ChevronsRight aliases
|
|
620
624
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
621
625
|
// ChevronsUpDown aliases
|
|
@@ -624,8 +628,6 @@ export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
|
624
628
|
export { default as ChurchIcon } from '../icons/church';
|
|
625
629
|
// CigaretteOff aliases
|
|
626
630
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
627
|
-
// ChevronsUp aliases
|
|
628
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
629
631
|
// Cigarette aliases
|
|
630
632
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
631
633
|
// CircleDashed aliases
|
|
@@ -648,100 +650,100 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
648
650
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
649
651
|
// CirclePile aliases
|
|
650
652
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
651
|
-
// CirclePoundSterling aliases
|
|
652
|
-
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
653
653
|
// CircleSlash aliases
|
|
654
654
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
655
|
-
//
|
|
656
|
-
export { default as
|
|
655
|
+
// CirclePoundSterling aliases
|
|
656
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
657
657
|
// CircleSmall aliases
|
|
658
658
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
659
|
-
//
|
|
660
|
-
export { default as
|
|
659
|
+
// CircleStar aliases
|
|
660
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
661
661
|
// CircuitBoard aliases
|
|
662
662
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
663
|
+
// Circle aliases
|
|
664
|
+
export { default as CircleIcon } from '../icons/circle';
|
|
663
665
|
// Citrus aliases
|
|
664
666
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
665
|
-
// ClipboardClock aliases
|
|
666
|
-
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
667
|
-
// ClipboardCheck aliases
|
|
668
|
-
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
669
667
|
// Clapperboard aliases
|
|
670
668
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
669
|
+
// ClipboardCheck aliases
|
|
670
|
+
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
671
|
+
// ClipboardClock aliases
|
|
672
|
+
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
671
673
|
// ClipboardCopy aliases
|
|
672
674
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
673
675
|
// ClipboardList aliases
|
|
674
676
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
675
677
|
// ClipboardMinus aliases
|
|
676
678
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
679
|
+
// ClipboardType aliases
|
|
680
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
677
681
|
// ClipboardPaste aliases
|
|
678
682
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
679
683
|
// ClipboardPlus aliases
|
|
680
684
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
681
|
-
// ClipboardType aliases
|
|
682
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
683
685
|
// ClipboardX aliases
|
|
684
686
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
687
|
+
// Clock10 aliases
|
|
688
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
687
689
|
// Clock1 aliases
|
|
688
690
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
691
|
+
// Clipboard aliases
|
|
692
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
693
|
+
// Clock12 aliases
|
|
694
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
689
695
|
// Clock11 aliases
|
|
690
696
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
691
|
-
// Clock10 aliases
|
|
692
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
693
697
|
// Clock2 aliases
|
|
694
698
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
695
|
-
// Clock12 aliases
|
|
696
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
697
|
-
// Clock4 aliases
|
|
698
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
699
699
|
// Clock3 aliases
|
|
700
700
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
701
701
|
// Clock5 aliases
|
|
702
702
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
703
|
-
//
|
|
704
|
-
export { default as
|
|
703
|
+
// Clock4 aliases
|
|
704
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
705
705
|
// Clock6 aliases
|
|
706
706
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
707
|
+
// Clock7 aliases
|
|
708
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
707
709
|
// Clock8 aliases
|
|
708
710
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
709
|
-
// Clock9 aliases
|
|
710
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
711
711
|
// ClockAlert aliases
|
|
712
712
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
713
713
|
// ClockArrowDown aliases
|
|
714
714
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
715
|
-
//
|
|
716
|
-
export { default as
|
|
717
|
-
// ClockFading aliases
|
|
718
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
715
|
+
// Clock9 aliases
|
|
716
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
719
717
|
// ClockCheck aliases
|
|
720
718
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
719
|
+
// ClockArrowUp aliases
|
|
720
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
721
721
|
// ClockPlus aliases
|
|
722
722
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
723
|
-
//
|
|
724
|
-
export { default as
|
|
723
|
+
// ClockFading aliases
|
|
724
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
725
725
|
// ClosedCaption aliases
|
|
726
726
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
727
727
|
// CloudAlert aliases
|
|
728
728
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
729
|
+
// Clock aliases
|
|
730
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
729
731
|
// CloudBackup aliases
|
|
730
732
|
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
731
733
|
// CloudCheck aliases
|
|
732
734
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
733
735
|
// CloudCog aliases
|
|
734
736
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
735
|
-
// CloudHail aliases
|
|
736
|
-
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
737
737
|
// CloudDrizzle aliases
|
|
738
738
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
739
739
|
// CloudFog aliases
|
|
740
740
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
741
|
-
//
|
|
742
|
-
export { default as
|
|
741
|
+
// CloudHail aliases
|
|
742
|
+
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
743
743
|
// CloudLightning aliases
|
|
744
744
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
745
|
+
// CloudMoonRain aliases
|
|
746
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
745
747
|
// CloudMoon aliases
|
|
746
748
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
747
749
|
// CloudOff aliases
|
|
@@ -754,38 +756,38 @@ export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
|
754
756
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
755
757
|
// CloudSunRain aliases
|
|
756
758
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
757
|
-
// CloudSync aliases
|
|
758
|
-
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
759
759
|
// CloudSun aliases
|
|
760
760
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
761
|
+
// CloudSync aliases
|
|
762
|
+
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
761
763
|
// Cloud aliases
|
|
762
764
|
export { default as CloudIcon } from '../icons/cloud';
|
|
763
765
|
// Cloudy aliases
|
|
764
766
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
765
|
-
// Clover aliases
|
|
766
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
767
767
|
// Club aliases
|
|
768
768
|
export { default as ClubIcon } from '../icons/club';
|
|
769
|
-
// Coffee aliases
|
|
770
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
771
769
|
// Code aliases
|
|
772
770
|
export { default as CodeIcon } from '../icons/code';
|
|
771
|
+
// Clover aliases
|
|
772
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
773
|
+
// Coffee aliases
|
|
774
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
773
775
|
// Cog aliases
|
|
774
776
|
export { default as CogIcon } from '../icons/cog';
|
|
775
777
|
// Coins aliases
|
|
776
778
|
export { default as CoinsIcon } from '../icons/coins';
|
|
777
|
-
// Combine aliases
|
|
778
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
779
779
|
// Columns4 aliases
|
|
780
780
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
781
|
+
// Combine aliases
|
|
782
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
781
783
|
// Command aliases
|
|
782
784
|
export { default as CommandIcon } from '../icons/command';
|
|
783
785
|
// Compass aliases
|
|
784
786
|
export { default as CompassIcon } from '../icons/compass';
|
|
785
|
-
// Computer aliases
|
|
786
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
787
787
|
// Component aliases
|
|
788
788
|
export { default as ComponentIcon } from '../icons/component';
|
|
789
|
+
// Computer aliases
|
|
790
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
789
791
|
// ConciergeBell aliases
|
|
790
792
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
791
793
|
// Cone aliases
|
|
@@ -810,76 +812,76 @@ export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
|
810
812
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
811
813
|
// CopySlash aliases
|
|
812
814
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
813
|
-
// CopyX aliases
|
|
814
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
815
815
|
// Copy aliases
|
|
816
816
|
export { default as CopyIcon } from '../icons/copy';
|
|
817
|
+
// CopyX aliases
|
|
818
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
817
819
|
// Copyleft aliases
|
|
818
820
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
819
821
|
// Copyright aliases
|
|
820
822
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
821
823
|
// CornerDownLeft aliases
|
|
822
824
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
823
|
-
// CornerLeftDown aliases
|
|
824
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
825
825
|
// CornerDownRight aliases
|
|
826
826
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
827
|
-
// CornerRightDown aliases
|
|
828
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
829
827
|
// CornerLeftUp aliases
|
|
830
828
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
829
|
+
// CornerLeftDown aliases
|
|
830
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
831
|
+
// CornerRightDown aliases
|
|
832
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
831
833
|
// CornerRightUp aliases
|
|
832
834
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
833
|
-
// CornerUpLeft aliases
|
|
834
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
835
835
|
// CornerUpRight aliases
|
|
836
836
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
837
|
+
// CornerUpLeft aliases
|
|
838
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
837
839
|
// Cpu aliases
|
|
838
840
|
export { default as CpuIcon } from '../icons/cpu';
|
|
839
|
-
// CreativeCommons aliases
|
|
840
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
841
841
|
// CreditCard aliases
|
|
842
842
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
843
|
+
// CreativeCommons aliases
|
|
844
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
843
845
|
// Croissant aliases
|
|
844
846
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
845
847
|
// Crop aliases
|
|
846
848
|
export { default as CropIcon } from '../icons/crop';
|
|
847
|
-
// Cross aliases
|
|
848
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
849
849
|
// Crosshair aliases
|
|
850
850
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
851
|
+
// Cross aliases
|
|
852
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
851
853
|
// Crown aliases
|
|
852
854
|
export { default as CrownIcon } from '../icons/crown';
|
|
855
|
+
// Cuboid aliases
|
|
856
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
853
857
|
// CupSoda aliases
|
|
854
858
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
855
859
|
// Currency aliases
|
|
856
860
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
857
|
-
// Cuboid aliases
|
|
858
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
859
861
|
// Cylinder aliases
|
|
860
862
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
861
863
|
// Dam aliases
|
|
862
864
|
export { default as DamIcon } from '../icons/dam';
|
|
863
865
|
// DatabaseBackup aliases
|
|
864
866
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
865
|
-
// DatabaseZap aliases
|
|
866
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
867
867
|
// DatabaseSearch aliases
|
|
868
868
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
869
869
|
// Database aliases
|
|
870
870
|
export { default as DatabaseIcon } from '../icons/database';
|
|
871
|
+
// DatabaseZap aliases
|
|
872
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
871
873
|
// DecimalsArrowLeft aliases
|
|
872
874
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
873
875
|
// DecimalsArrowRight aliases
|
|
874
876
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
875
877
|
// Delete aliases
|
|
876
878
|
export { default as DeleteIcon } from '../icons/delete';
|
|
877
|
-
// Dessert aliases
|
|
878
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
879
879
|
// Diameter aliases
|
|
880
880
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
881
881
|
// DiamondMinus aliases
|
|
882
882
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
883
|
+
// Dessert aliases
|
|
884
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
883
885
|
// DiamondPlus aliases
|
|
884
886
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
885
887
|
// Diamond aliases
|
|
@@ -890,34 +892,34 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
890
892
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
891
893
|
// Dice3 aliases
|
|
892
894
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
893
|
-
// Dice6 aliases
|
|
894
|
-
export { default as Dice6Icon } from '../icons/dice-6';
|
|
895
|
-
// Dice4 aliases
|
|
896
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
897
895
|
// Dice5 aliases
|
|
898
896
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
897
|
+
// Dice4 aliases
|
|
898
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
899
|
+
// Dice6 aliases
|
|
900
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
899
901
|
// Dices aliases
|
|
900
902
|
export { default as DicesIcon } from '../icons/dices';
|
|
901
|
-
// Diff aliases
|
|
902
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
903
903
|
// Disc2 aliases
|
|
904
904
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
905
|
+
// Diff aliases
|
|
906
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
905
907
|
// Disc3 aliases
|
|
906
908
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
907
909
|
// DiscAlbum aliases
|
|
908
910
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
911
|
+
// Disc aliases
|
|
912
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
909
913
|
// Divide aliases
|
|
910
914
|
export { default as DivideIcon } from '../icons/divide';
|
|
911
915
|
// DnaOff aliases
|
|
912
916
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
913
|
-
// Dna aliases
|
|
914
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
915
|
-
// Disc aliases
|
|
916
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
917
917
|
// Dock aliases
|
|
918
918
|
export { default as DockIcon } from '../icons/dock';
|
|
919
919
|
// Dog aliases
|
|
920
920
|
export { default as DogIcon } from '../icons/dog';
|
|
921
|
+
// Dna aliases
|
|
922
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
921
923
|
// DollarSign aliases
|
|
922
924
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
923
925
|
// Donut aliases
|
|
@@ -936,84 +938,84 @@ export { default as DownloadIcon } from '../icons/download';
|
|
|
936
938
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
937
939
|
// Drama aliases
|
|
938
940
|
export { default as DramaIcon } from '../icons/drama';
|
|
939
|
-
// Drill aliases
|
|
940
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
941
941
|
// Drone aliases
|
|
942
942
|
export { default as DroneIcon } from '../icons/drone';
|
|
943
|
+
// Drill aliases
|
|
944
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
943
945
|
// DropletOff aliases
|
|
944
946
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
945
947
|
// Droplet aliases
|
|
946
948
|
export { default as DropletIcon } from '../icons/droplet';
|
|
947
|
-
// Drum aliases
|
|
948
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
949
949
|
// Droplets aliases
|
|
950
950
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
951
|
+
// Drum aliases
|
|
952
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
951
953
|
// Drumstick aliases
|
|
952
954
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
953
955
|
// Dumbbell aliases
|
|
954
956
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
955
|
-
// EarOff aliases
|
|
956
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
957
957
|
// Ear aliases
|
|
958
958
|
export { default as EarIcon } from '../icons/ear';
|
|
959
|
+
// EarOff aliases
|
|
960
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
959
961
|
// EarthLock aliases
|
|
960
962
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
963
|
+
// EggFried aliases
|
|
964
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
961
965
|
// Eclipse aliases
|
|
962
966
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
963
967
|
// EggOff aliases
|
|
964
968
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
965
|
-
// EggFried aliases
|
|
966
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
967
969
|
// Egg aliases
|
|
968
970
|
export { default as EggIcon } from '../icons/egg';
|
|
969
971
|
// Ellipse aliases
|
|
970
972
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
971
|
-
// EqualNot aliases
|
|
972
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
973
973
|
// EqualApproximately aliases
|
|
974
974
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
975
975
|
// Equal aliases
|
|
976
976
|
export { default as EqualIcon } from '../icons/equal';
|
|
977
|
-
//
|
|
978
|
-
export { default as
|
|
977
|
+
// EqualNot aliases
|
|
978
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
979
979
|
// Eraser aliases
|
|
980
980
|
export { default as EraserIcon } from '../icons/eraser';
|
|
981
|
-
//
|
|
982
|
-
export { default as
|
|
981
|
+
// EthernetPort aliases
|
|
982
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
983
983
|
// Euro aliases
|
|
984
984
|
export { default as EuroIcon } from '../icons/euro';
|
|
985
|
+
// EvCharger aliases
|
|
986
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
985
987
|
// Expand aliases
|
|
986
988
|
export { default as ExpandIcon } from '../icons/expand';
|
|
987
|
-
// EyeClosed aliases
|
|
988
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
989
989
|
// ExternalLink aliases
|
|
990
990
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
991
|
+
// EyeClosed aliases
|
|
992
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
993
993
|
// EyeOff aliases
|
|
994
994
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
995
|
+
// Eye aliases
|
|
996
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
995
997
|
// Factory aliases
|
|
996
998
|
export { default as FactoryIcon } from '../icons/factory';
|
|
997
999
|
// Fan aliases
|
|
998
1000
|
export { default as FanIcon } from '../icons/fan';
|
|
999
1001
|
// FastForward aliases
|
|
1000
1002
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1003
|
+
// Fence aliases
|
|
1004
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
1001
1005
|
// Feather aliases
|
|
1002
1006
|
export { default as FeatherIcon } from '../icons/feather';
|
|
1003
1007
|
// FerrisWheel aliases
|
|
1004
1008
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1005
|
-
// Fence aliases
|
|
1006
|
-
export { default as FenceIcon } from '../icons/fence';
|
|
1007
|
-
// FileArchive aliases
|
|
1008
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1009
1009
|
// FileBox aliases
|
|
1010
1010
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1011
|
-
//
|
|
1012
|
-
export { default as
|
|
1013
|
-
// FileCode aliases
|
|
1014
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1011
|
+
// FileArchive aliases
|
|
1012
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1015
1013
|
// FileClock aliases
|
|
1016
1014
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1015
|
+
// FileCheck aliases
|
|
1016
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1017
|
+
// FileCode aliases
|
|
1018
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1017
1019
|
// FileDiff aliases
|
|
1018
1020
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1019
1021
|
// FileDigit aliases
|
|
@@ -1026,24 +1028,24 @@ export { default as FileHeartIcon } from '../icons/file-heart';
|
|
|
1026
1028
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1027
1029
|
// FileInput aliases
|
|
1028
1030
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1029
|
-
// FileMinus aliases
|
|
1030
|
-
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1031
|
// FileMusic aliases
|
|
1032
1032
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1033
|
+
// FileMinus aliases
|
|
1034
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1033
1035
|
// FileOutput aliases
|
|
1034
1036
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1035
|
-
// FilePlus aliases
|
|
1036
|
-
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1037
1037
|
// FileScan aliases
|
|
1038
1038
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1039
1039
|
// FileSearch aliases
|
|
1040
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1041
|
+
// FilePlus aliases
|
|
1042
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1043
|
// FileSliders aliases
|
|
1042
1044
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
|
-
// FileStack aliases
|
|
1044
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
1045
|
// FileSpreadsheet aliases
|
|
1046
1046
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1047
|
+
// FileStack aliases
|
|
1048
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
1049
|
// FileSymlink aliases
|
|
1048
1050
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1049
1051
|
// FileTerminal aliases
|
|
@@ -1062,10 +1064,10 @@ export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
|
1062
1064
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1063
1065
|
// File aliases
|
|
1064
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1065
|
-
// Files aliases
|
|
1066
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1067
1067
|
// Film aliases
|
|
1068
1068
|
export { default as FilmIcon } from '../icons/film';
|
|
1069
|
+
// Files aliases
|
|
1070
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1069
1071
|
// FireExtinguisher aliases
|
|
1070
1072
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1071
1073
|
// FishOff aliases
|
|
@@ -1096,50 +1098,50 @@ export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
|
1096
1098
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1097
1099
|
// FlaskConicalOff aliases
|
|
1098
1100
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
|
-
// FlaskConical aliases
|
|
1100
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1101
|
-
// FlipHorizontal2 aliases
|
|
1102
|
-
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1103
1101
|
// FlaskRound aliases
|
|
1104
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1103
|
+
// FlipHorizontal2 aliases
|
|
1104
|
+
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1105
|
+
// Flower2 aliases
|
|
1106
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1107
|
+
// FlaskConical aliases
|
|
1108
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1105
1109
|
// FlipVertical2 aliases
|
|
1106
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1107
1111
|
// Flower aliases
|
|
1108
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1109
1113
|
// Focus aliases
|
|
1110
1114
|
export { default as FocusIcon } from '../icons/focus';
|
|
1111
|
-
// Flower2 aliases
|
|
1112
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1113
1115
|
// FoldHorizontal aliases
|
|
1114
1116
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1115
|
-
// FolderArchive aliases
|
|
1116
|
-
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
+
// FolderArchive aliases
|
|
1120
|
+
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1119
1121
|
// FolderCheck aliases
|
|
1120
1122
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1121
|
-
// FolderClock aliases
|
|
1122
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1123
1123
|
// FolderClosed aliases
|
|
1124
1124
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1125
|
+
// FolderClock aliases
|
|
1126
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1125
1127
|
// FolderCode aliases
|
|
1126
1128
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1127
|
-
// FolderDown aliases
|
|
1128
|
-
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1129
1129
|
// FolderDot aliases
|
|
1130
1130
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1131
|
+
// FolderDown aliases
|
|
1132
|
+
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1133
|
+
// FolderGit aliases
|
|
1134
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1131
1135
|
// FolderGit2 aliases
|
|
1132
1136
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1133
1137
|
// FolderHeart aliases
|
|
1134
1138
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1135
|
-
// FolderGit aliases
|
|
1136
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1139
|
// FolderInput aliases
|
|
1138
1140
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1139
|
-
// FolderKanban aliases
|
|
1140
|
-
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1141
1141
|
// FolderKey aliases
|
|
1142
1142
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1143
|
+
// FolderKanban aliases
|
|
1144
|
+
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
1145
|
// FolderLock aliases
|
|
1144
1146
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1145
1147
|
// FolderMinus aliases
|
|
@@ -1148,14 +1150,14 @@ export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
|
1148
1150
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1149
1151
|
// FolderOpen aliases
|
|
1150
1152
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
|
-
// FolderOutput aliases
|
|
1152
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1153
1153
|
// FolderPlus aliases
|
|
1154
1154
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1155
|
-
//
|
|
1156
|
-
export { default as
|
|
1155
|
+
// FolderOutput aliases
|
|
1156
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1157
1157
|
// FolderSearch2 aliases
|
|
1158
1158
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1159
|
+
// FolderRoot aliases
|
|
1160
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1159
1161
|
// FolderSearch aliases
|
|
1160
1162
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1161
1163
|
// FolderSymlink aliases
|
|
@@ -1164,26 +1166,26 @@ export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
|
1164
1166
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1165
1167
|
// FolderTree aliases
|
|
1166
1168
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1169
|
+
// FolderUp aliases
|
|
1170
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1167
1171
|
// FolderX aliases
|
|
1168
1172
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1169
1173
|
// Folder aliases
|
|
1170
1174
|
export { default as FolderIcon } from '../icons/folder';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1175
|
+
// Footprints aliases
|
|
1176
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1173
1177
|
// Folders aliases
|
|
1174
1178
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1175
1179
|
// Forklift aliases
|
|
1176
1180
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1177
|
-
// Footprints aliases
|
|
1178
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
1181
|
// Form aliases
|
|
1180
1182
|
export { default as FormIcon } from '../icons/form';
|
|
1181
1183
|
// Forward aliases
|
|
1182
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
|
-
// Frown aliases
|
|
1184
|
-
export { default as FrownIcon } from '../icons/frown';
|
|
1185
1185
|
// Frame aliases
|
|
1186
1186
|
export { default as FrameIcon } from '../icons/frame';
|
|
1187
|
+
// Frown aliases
|
|
1188
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1187
1189
|
// Fuel aliases
|
|
1188
1190
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1189
1191
|
// Fullscreen aliases
|
|
@@ -1212,10 +1214,10 @@ export { default as GamepadIcon } from '../icons/gamepad';
|
|
|
1212
1214
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1213
1215
|
// Gem aliases
|
|
1214
1216
|
export { default as GemIcon } from '../icons/gem';
|
|
1215
|
-
// Ghost aliases
|
|
1216
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1217
1217
|
// GeorgianLari aliases
|
|
1218
1218
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1219
|
+
// Ghost aliases
|
|
1220
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1219
1221
|
// Gift aliases
|
|
1220
1222
|
export { default as GiftIcon } from '../icons/gift';
|
|
1221
1223
|
// GitBranchMinus aliases
|
|
@@ -1230,46 +1232,46 @@ export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
|
1230
1232
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1231
1233
|
// GitCompare aliases
|
|
1232
1234
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1235
|
+
// GitGraph aliases
|
|
1236
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1233
1237
|
// GitFork aliases
|
|
1234
1238
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1239
|
+
// GitMergeConflict aliases
|
|
1240
|
+
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1235
1241
|
// GitMerge aliases
|
|
1236
1242
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1237
|
-
// GitGraph aliases
|
|
1238
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1239
1243
|
// GitPullRequestArrow aliases
|
|
1240
1244
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1241
|
-
// GitMergeConflict aliases
|
|
1242
|
-
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1243
1245
|
// GitPullRequestClosed aliases
|
|
1244
1246
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1245
1247
|
// GitPullRequestCreateArrow aliases
|
|
1246
1248
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1247
|
-
// GitPullRequestCreate aliases
|
|
1248
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1249
|
-
// GlassWater aliases
|
|
1250
|
-
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1251
1249
|
// GitPullRequestDraft aliases
|
|
1252
1250
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1253
1251
|
// GitPullRequest aliases
|
|
1254
1252
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1253
|
+
// GitPullRequestCreate aliases
|
|
1254
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1255
|
+
// GlassWater aliases
|
|
1256
|
+
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1257
|
+
// GlobeLock aliases
|
|
1258
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1259
|
+
// GlobeOff aliases
|
|
1260
|
+
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1255
1261
|
// Glasses aliases
|
|
1256
1262
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1257
1263
|
// GlobeX aliases
|
|
1258
1264
|
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1259
|
-
// GlobeOff aliases
|
|
1260
|
-
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1261
|
-
// GlobeLock aliases
|
|
1262
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1263
1265
|
// Globe aliases
|
|
1264
1266
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1265
1267
|
// Goal aliases
|
|
1266
1268
|
export { default as GoalIcon } from '../icons/goal';
|
|
1267
1269
|
// Gpu aliases
|
|
1268
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1269
|
-
// Grape aliases
|
|
1270
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1271
1271
|
// GraduationCap aliases
|
|
1272
1272
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1273
|
+
// Grape aliases
|
|
1274
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1273
1275
|
// GripHorizontal aliases
|
|
1274
1276
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1275
1277
|
// Grid3x2 aliases
|
|
@@ -1280,22 +1282,22 @@ export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
|
1280
1282
|
export { default as GripIcon } from '../icons/grip';
|
|
1281
1283
|
// Group aliases
|
|
1282
1284
|
export { default as GroupIcon } from '../icons/group';
|
|
1283
|
-
// Ham aliases
|
|
1284
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1285
|
-
// Guitar aliases
|
|
1286
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1287
1285
|
// Hamburger aliases
|
|
1288
1286
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1289
|
-
//
|
|
1290
|
-
export { default as
|
|
1287
|
+
// Guitar aliases
|
|
1288
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1289
|
+
// Ham aliases
|
|
1290
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1291
1291
|
// Hammer aliases
|
|
1292
1292
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1293
|
+
// HandCoins aliases
|
|
1294
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1293
1295
|
// HandFist aliases
|
|
1294
1296
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1295
|
-
// HandMetal aliases
|
|
1296
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1297
1297
|
// HandHeart aliases
|
|
1298
1298
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1299
|
+
// HandMetal aliases
|
|
1300
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1299
1301
|
// HandPlatter aliases
|
|
1300
1302
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1301
1303
|
// Hand aliases
|
|
@@ -1304,24 +1306,24 @@ export { default as HandIcon } from '../icons/hand';
|
|
|
1304
1306
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1305
1307
|
// Handshake aliases
|
|
1306
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
|
-
// HardDrive aliases
|
|
1308
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1309
1309
|
// HardDriveDownload aliases
|
|
1310
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
|
+
// HardDrive aliases
|
|
1312
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1311
1313
|
// HardDriveUpload aliases
|
|
1312
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1313
1315
|
// HardHat aliases
|
|
1314
1316
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1315
1317
|
// Hash aliases
|
|
1316
1318
|
export { default as HashIcon } from '../icons/hash';
|
|
1317
|
-
// Haze aliases
|
|
1318
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1319
|
-
// HdmiPort aliases
|
|
1320
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1321
1319
|
// HatGlasses aliases
|
|
1322
1320
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1321
|
+
// Haze aliases
|
|
1322
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1323
1323
|
// Hd aliases
|
|
1324
1324
|
export { default as HdIcon } from '../icons/hd';
|
|
1325
|
+
// HdmiPort aliases
|
|
1326
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1325
1327
|
// Heading1 aliases
|
|
1326
1328
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
1329
|
// Heading2 aliases
|
|
@@ -1346,24 +1348,24 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1346
1348
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1347
1349
|
// HeartHandshake aliases
|
|
1348
1350
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1349
|
-
// HeartOff aliases
|
|
1350
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
1351
|
// HeartMinus aliases
|
|
1352
1352
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1353
|
-
//
|
|
1354
|
-
export { default as
|
|
1353
|
+
// HeartOff aliases
|
|
1354
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1355
1355
|
// HeartPlus aliases
|
|
1356
1356
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1357
|
+
// HeartPulse aliases
|
|
1358
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1357
1359
|
// Heart aliases
|
|
1358
1360
|
export { default as HeartIcon } from '../icons/heart';
|
|
1359
1361
|
// Heater aliases
|
|
1360
1362
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1361
1363
|
// Helicopter aliases
|
|
1362
1364
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1363
|
-
// Highlighter aliases
|
|
1364
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1365
1365
|
// Hexagon aliases
|
|
1366
1366
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1367
|
+
// Highlighter aliases
|
|
1368
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1367
1369
|
// History aliases
|
|
1368
1370
|
export { default as HistoryIcon } from '../icons/history';
|
|
1369
1371
|
// HopOff aliases
|
|
@@ -1384,22 +1386,22 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1384
1386
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1385
1387
|
// HouseWifi aliases
|
|
1386
1388
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
|
+
// ImageDown aliases
|
|
1390
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1387
1391
|
// IdCardLanyard aliases
|
|
1388
1392
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1389
1393
|
// IdCard aliases
|
|
1390
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1391
|
-
// ImageDown aliases
|
|
1392
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1393
1395
|
// ImageMinus aliases
|
|
1394
1396
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1395
1397
|
// ImageOff aliases
|
|
1396
1398
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1397
|
-
// ImagePlay aliases
|
|
1398
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1399
1399
|
// ImagePlus aliases
|
|
1400
1400
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1401
1401
|
// ImageUp aliases
|
|
1402
1402
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1403
|
+
// ImagePlay aliases
|
|
1404
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
1405
|
// ImageUpscale aliases
|
|
1404
1406
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1405
1407
|
// Image aliases
|
|
@@ -1408,24 +1410,24 @@ export { default as ImageIcon } from '../icons/image';
|
|
|
1408
1410
|
export { default as ImportIcon } from '../icons/import';
|
|
1409
1411
|
// Images aliases
|
|
1410
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
|
+
// IndianRupee aliases
|
|
1414
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1411
1415
|
// Inbox aliases
|
|
1412
1416
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1413
1417
|
// Infinity aliases
|
|
1414
1418
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1415
|
-
// IndianRupee aliases
|
|
1416
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1417
|
-
// InspectionPanel aliases
|
|
1418
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1419
1419
|
// Info aliases
|
|
1420
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1421
|
+
// InspectionPanel aliases
|
|
1422
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
1423
|
// Italic aliases
|
|
1422
1424
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
|
+
// IterationCw aliases
|
|
1426
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1423
1427
|
// IterationCcw aliases
|
|
1424
1428
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1425
1429
|
// JapaneseYen aliases
|
|
1426
1430
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1427
|
-
// IterationCw aliases
|
|
1428
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1429
1431
|
// Joystick aliases
|
|
1430
1432
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1431
1433
|
// Kayak aliases
|
|
@@ -1440,22 +1442,22 @@ export { default as KeySquareIcon } from '../icons/key-square';
|
|
|
1440
1442
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
1443
|
// KeyboardMusic aliases
|
|
1442
1444
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1443
|
-
// Keyboard aliases
|
|
1444
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1445
1445
|
// KeyboardOff aliases
|
|
1446
1446
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1447
|
+
// Keyboard aliases
|
|
1448
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1447
1449
|
// LampCeiling aliases
|
|
1448
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1449
|
-
// LampFloor aliases
|
|
1450
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1451
1451
|
// LampDesk aliases
|
|
1452
1452
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1453
1453
|
// LampWallDown aliases
|
|
1454
1454
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1455
|
+
// LampFloor aliases
|
|
1456
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
1457
|
// LampWallUp aliases
|
|
1458
1458
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
+
// Lamp aliases
|
|
1460
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1459
1461
|
// LandPlot aliases
|
|
1460
1462
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1463
|
// Landmark aliases
|
|
@@ -1464,30 +1466,30 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1464
1466
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1465
1467
|
// LaptopMinimalCheck aliases
|
|
1466
1468
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1467
|
-
// LassoSelect aliases
|
|
1468
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1469
1469
|
// Laptop aliases
|
|
1470
1470
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
|
+
// LassoSelect aliases
|
|
1472
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1471
1473
|
// Lasso aliases
|
|
1472
1474
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1473
|
-
// LayersPlus aliases
|
|
1474
|
-
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1475
1475
|
// Laugh aliases
|
|
1476
1476
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1477
1477
|
// Layers2 aliases
|
|
1478
1478
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
|
-
// LayoutGrid aliases
|
|
1480
|
-
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1481
1479
|
// LayoutDashboard aliases
|
|
1482
1480
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
1481
|
+
// LayersPlus aliases
|
|
1482
|
+
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1483
|
+
// LayoutGrid aliases
|
|
1484
|
+
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1485
1485
|
// LayoutPanelLeft aliases
|
|
1486
1486
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
|
-
//
|
|
1488
|
-
export { default as
|
|
1487
|
+
// LayoutList aliases
|
|
1488
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1489
1489
|
// LayoutPanelTop aliases
|
|
1490
1490
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1493
|
// Leaf aliases
|
|
1492
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
1495
|
// LeafyGreen aliases
|
|
@@ -1502,98 +1504,98 @@ export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
|
1502
1504
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1503
1505
|
// Library aliases
|
|
1504
1506
|
export { default as LibraryIcon } from '../icons/library';
|
|
1505
|
-
// LifeBuoy aliases
|
|
1506
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1507
1507
|
// Ligature aliases
|
|
1508
1508
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1509
|
+
// LifeBuoy aliases
|
|
1510
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
1511
|
// LightbulbOff aliases
|
|
1510
1512
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1511
1513
|
// Lightbulb aliases
|
|
1512
1514
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1513
|
-
// LineDotRightHorizontal aliases
|
|
1514
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1515
1515
|
// LineSquiggle aliases
|
|
1516
1516
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1517
1517
|
// LineStyle aliases
|
|
1518
1518
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1519
|
+
// LineDotRightHorizontal aliases
|
|
1520
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1519
1521
|
// Link2Off aliases
|
|
1520
1522
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1523
|
+
// ListCheck aliases
|
|
1524
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1521
1525
|
// Link2 aliases
|
|
1522
1526
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1523
1527
|
// Link aliases
|
|
1524
1528
|
export { default as LinkIcon } from '../icons/link';
|
|
1525
|
-
// ListCheck aliases
|
|
1526
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
1529
|
// ListChecks aliases
|
|
1528
1530
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
-
// ListCollapse aliases
|
|
1530
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1531
1531
|
// ListChevronsDownUp aliases
|
|
1532
1532
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1533
1533
|
// ListChevronsUpDown aliases
|
|
1534
1534
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1535
|
+
// ListCollapse aliases
|
|
1536
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1535
1537
|
// ListEnd aliases
|
|
1536
1538
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1537
|
-
// ListFilterPlus aliases
|
|
1538
|
-
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1539
1539
|
// ListFilter aliases
|
|
1540
1540
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1541
|
-
//
|
|
1542
|
-
export { default as
|
|
1541
|
+
// ListFilterPlus aliases
|
|
1542
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1543
1543
|
// ListMusic aliases
|
|
1544
1544
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1545
1545
|
// ListOrdered aliases
|
|
1546
1546
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
1547
|
// ListPlus aliases
|
|
1548
1548
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1549
|
-
//
|
|
1550
|
-
export { default as
|
|
1549
|
+
// ListMinus aliases
|
|
1550
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1551
1551
|
// ListStart aliases
|
|
1552
1552
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1553
1553
|
// ListTodo aliases
|
|
1554
1554
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1555
|
+
// ListRestart aliases
|
|
1556
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1555
1557
|
// ListTree aliases
|
|
1556
1558
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1559
|
+
// ListVideo aliases
|
|
1560
|
+
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1557
1561
|
// ListX aliases
|
|
1558
1562
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1559
1563
|
// List aliases
|
|
1560
1564
|
export { default as ListIcon } from '../icons/list';
|
|
1561
1565
|
// LoaderPinwheel aliases
|
|
1562
1566
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1563
|
-
// ListVideo aliases
|
|
1564
|
-
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1565
1567
|
// Loader aliases
|
|
1566
1568
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1567
1569
|
// LocateFixed aliases
|
|
1568
1570
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1569
1571
|
// LocateOff aliases
|
|
1570
1572
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1571
|
-
// LockKeyhole aliases
|
|
1572
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1573
1573
|
// Locate aliases
|
|
1574
1574
|
export { default as LocateIcon } from '../icons/locate';
|
|
1575
|
+
// LockKeyhole aliases
|
|
1576
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1575
1577
|
// Lock aliases
|
|
1576
1578
|
export { default as LockIcon } from '../icons/lock';
|
|
1577
|
-
// LogOut aliases
|
|
1578
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1579
1579
|
// LogIn aliases
|
|
1580
1580
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1581
|
+
// LogOut aliases
|
|
1582
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1581
1583
|
// Logs aliases
|
|
1582
1584
|
export { default as LogsIcon } from '../icons/logs';
|
|
1583
1585
|
// Lollipop aliases
|
|
1584
1586
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1585
|
-
// Magnet aliases
|
|
1586
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1587
1587
|
// Luggage aliases
|
|
1588
1588
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1589
|
+
// Magnet aliases
|
|
1590
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1589
1591
|
// MailCheck aliases
|
|
1590
1592
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1591
1593
|
// MailMinus aliases
|
|
1592
1594
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1593
|
-
// MailPlus aliases
|
|
1594
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1595
1595
|
// MailOpen aliases
|
|
1596
1596
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1597
|
+
// MailPlus aliases
|
|
1598
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1597
1599
|
// MailSearch aliases
|
|
1598
1600
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1599
1601
|
// MailWarning aliases
|
|
@@ -1604,38 +1606,38 @@ export { default as MailXIcon } from '../icons/mail-x';
|
|
|
1604
1606
|
export { default as MailIcon } from '../icons/mail';
|
|
1605
1607
|
// Mailbox aliases
|
|
1606
1608
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1609
|
+
// MapMinus aliases
|
|
1610
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1611
|
// Mails aliases
|
|
1608
1612
|
export { default as MailsIcon } from '../icons/mails';
|
|
1609
1613
|
// MapPinCheckInside aliases
|
|
1610
1614
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1611
|
-
// MapMinus aliases
|
|
1612
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1613
1615
|
// MapPinCheck aliases
|
|
1614
1616
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1615
|
-
// MapPinHouse aliases
|
|
1616
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1617
1617
|
// MapPinMinusInside aliases
|
|
1618
1618
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1619
|
+
// MapPinHouse aliases
|
|
1620
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1619
1621
|
// MapPinMinus aliases
|
|
1620
1622
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1621
1623
|
// MapPinOff aliases
|
|
1622
1624
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1623
|
-
// MapPinPlus aliases
|
|
1624
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1625
1625
|
// MapPinPlusInside aliases
|
|
1626
1626
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1627
|
+
// MapPinPlus aliases
|
|
1628
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1627
1629
|
// MapPinSearch aliases
|
|
1628
1630
|
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1629
1631
|
// MapPinXInside aliases
|
|
1630
1632
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1631
1633
|
// MapPinX aliases
|
|
1632
1634
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1635
|
+
// MapPin aliases
|
|
1636
|
+
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1633
1637
|
// MapPinned aliases
|
|
1634
1638
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1635
1639
|
// MapPlus aliases
|
|
1636
1640
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1637
|
-
// MapPin aliases
|
|
1638
|
-
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1639
1641
|
// Map aliases
|
|
1640
1642
|
export { default as MapIcon } from '../icons/map';
|
|
1641
1643
|
// Mars aliases
|
|
@@ -1648,20 +1650,20 @@ export { default as MartiniIcon } from '../icons/martini';
|
|
|
1648
1650
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1649
1651
|
// Maximize2 aliases
|
|
1650
1652
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1653
|
+
// MegaphoneOff aliases
|
|
1654
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1651
1655
|
// Medal aliases
|
|
1652
1656
|
export { default as MedalIcon } from '../icons/medal';
|
|
1653
1657
|
// Megaphone aliases
|
|
1654
1658
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1655
1659
|
// Meh aliases
|
|
1656
1660
|
export { default as MehIcon } from '../icons/meh';
|
|
1657
|
-
// MegaphoneOff aliases
|
|
1658
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1659
1661
|
// MemoryStick aliases
|
|
1660
1662
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1661
|
-
// Merge aliases
|
|
1662
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1663
1663
|
// Menu aliases
|
|
1664
1664
|
export { default as MenuIcon } from '../icons/menu';
|
|
1665
|
+
// Merge aliases
|
|
1666
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1665
1667
|
// MessageCircleCheck aliases
|
|
1666
1668
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1667
1669
|
// MessageCircleCode aliases
|
|
@@ -1682,10 +1684,10 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1682
1684
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1683
1685
|
// MessageCircleX aliases
|
|
1684
1686
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1685
|
-
// MessageSquareCheck aliases
|
|
1686
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1687
1687
|
// MessageCircle aliases
|
|
1688
1688
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1689
|
+
// MessageSquareCheck aliases
|
|
1690
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1689
1691
|
// MessageSquareCode aliases
|
|
1690
1692
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1691
1693
|
// MessageSquareDashed aliases
|
|
@@ -1694,24 +1696,24 @@ export { default as MessageSquareDashedIcon } from '../icons/message-square-dash
|
|
|
1694
1696
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1695
1697
|
// MessageSquareDot aliases
|
|
1696
1698
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1697
|
-
// MessageSquareHeart aliases
|
|
1698
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1699
1699
|
// MessageSquareLock aliases
|
|
1700
1700
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1701
|
+
// MessageSquareHeart aliases
|
|
1702
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1701
1703
|
// MessageSquareMore aliases
|
|
1702
1704
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1703
1705
|
// MessageSquareOff aliases
|
|
1704
1706
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1705
|
-
// MessageSquareQuote aliases
|
|
1706
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1707
1707
|
// MessageSquarePlus aliases
|
|
1708
1708
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1709
|
+
// MessageSquareQuote aliases
|
|
1710
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1709
1711
|
// MessageSquareReply aliases
|
|
1710
1712
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1711
|
-
// MessageSquareText aliases
|
|
1712
|
-
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1713
1713
|
// MessageSquareShare aliases
|
|
1714
1714
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1715
|
+
// MessageSquareText aliases
|
|
1716
|
+
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1715
1717
|
// MessageSquareWarning aliases
|
|
1716
1718
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1717
1719
|
// MessageSquareX aliases
|
|
@@ -1724,12 +1726,12 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1724
1726
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1725
1727
|
// MicOff aliases
|
|
1726
1728
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1729
|
+
// Mic aliases
|
|
1730
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1727
1731
|
// Microscope aliases
|
|
1728
1732
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1729
1733
|
// Microchip aliases
|
|
1730
1734
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1731
|
-
// Mic aliases
|
|
1732
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1733
1735
|
// Microwave aliases
|
|
1734
1736
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1735
1737
|
// Milestone aliases
|
|
@@ -1750,22 +1752,22 @@ export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
|
1750
1752
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1751
1753
|
// MonitorCheck aliases
|
|
1752
1754
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1755
|
+
// MonitorCog aliases
|
|
1756
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1753
1757
|
// MonitorCloud aliases
|
|
1754
1758
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1755
1759
|
// MonitorDot aliases
|
|
1756
1760
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1757
1761
|
// MonitorDown aliases
|
|
1758
1762
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1759
|
-
// MonitorCog aliases
|
|
1760
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1761
1763
|
// MonitorOff aliases
|
|
1762
1764
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1763
1765
|
// MonitorPause aliases
|
|
1764
1766
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1765
|
-
// MonitorPlay aliases
|
|
1766
|
-
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1767
1767
|
// MonitorSmartphone aliases
|
|
1768
1768
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1769
|
+
// MonitorPlay aliases
|
|
1770
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1769
1771
|
// MonitorStop aliases
|
|
1770
1772
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1771
1773
|
// MonitorSpeaker aliases
|
|
@@ -1776,24 +1778,24 @@ export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
|
1776
1778
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1777
1779
|
// Monitor aliases
|
|
1778
1780
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1779
|
-
// Moon aliases
|
|
1780
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1781
1781
|
// MoonStar aliases
|
|
1782
1782
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1783
|
+
// Moon aliases
|
|
1784
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1783
1785
|
// Motorbike aliases
|
|
1784
1786
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1787
|
+
// Mountain aliases
|
|
1788
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1785
1789
|
// MountainSnow aliases
|
|
1786
1790
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1787
1791
|
// MouseLeft aliases
|
|
1788
1792
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1789
|
-
// Mountain aliases
|
|
1790
|
-
export { default as MountainIcon } from '../icons/mountain';
|
|
1791
1793
|
// MouseOff aliases
|
|
1792
1794
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1793
|
-
// MousePointer2Off aliases
|
|
1794
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1795
1795
|
// MousePointer2 aliases
|
|
1796
1796
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1797
|
+
// MousePointer2Off aliases
|
|
1798
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1797
1799
|
// MousePointerBan aliases
|
|
1798
1800
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1799
1801
|
// MousePointerClick aliases
|
|
@@ -1804,24 +1806,24 @@ export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
|
1804
1806
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1805
1807
|
// Mouse aliases
|
|
1806
1808
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1807
|
-
// MoveDiagonal aliases
|
|
1808
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1809
1809
|
// MoveDiagonal2 aliases
|
|
1810
1810
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1811
|
+
// MoveDiagonal aliases
|
|
1812
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1811
1813
|
// MoveDownLeft aliases
|
|
1812
1814
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1813
1815
|
// MoveDownRight aliases
|
|
1814
1816
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1815
1817
|
// MoveDown aliases
|
|
1816
1818
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1817
|
-
// MoveLeft aliases
|
|
1818
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1819
1819
|
// MoveHorizontal aliases
|
|
1820
1820
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1821
|
-
//
|
|
1822
|
-
export { default as
|
|
1821
|
+
// MoveLeft aliases
|
|
1822
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1823
1823
|
// MoveRight aliases
|
|
1824
1824
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1825
|
+
// MoveUpLeft aliases
|
|
1826
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1825
1827
|
// MoveUpRight aliases
|
|
1826
1828
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1827
1829
|
// MoveUp aliases
|
|
@@ -1830,32 +1832,32 @@ export { default as MoveUpIcon } from '../icons/move-up';
|
|
|
1830
1832
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1831
1833
|
// Move aliases
|
|
1832
1834
|
export { default as MoveIcon } from '../icons/move';
|
|
1833
|
-
// Music3 aliases
|
|
1834
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1835
1835
|
// Music2 aliases
|
|
1836
1836
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1837
|
+
// Music3 aliases
|
|
1838
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1837
1839
|
// Music4 aliases
|
|
1838
1840
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1839
1841
|
// Music aliases
|
|
1840
1842
|
export { default as MusicIcon } from '../icons/music';
|
|
1841
|
-
// Navigation2 aliases
|
|
1842
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1843
1843
|
// Navigation2Off aliases
|
|
1844
1844
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1845
|
+
// Navigation2 aliases
|
|
1846
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1845
1847
|
// NavigationOff aliases
|
|
1846
1848
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1847
|
-
// Network aliases
|
|
1848
|
-
export { default as NetworkIcon } from '../icons/network';
|
|
1849
|
-
// Newspaper aliases
|
|
1850
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1851
1849
|
// Navigation aliases
|
|
1852
1850
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1851
|
+
// Newspaper aliases
|
|
1852
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1853
1853
|
// Nfc aliases
|
|
1854
1854
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1855
|
+
// Network aliases
|
|
1856
|
+
export { default as NetworkIcon } from '../icons/network';
|
|
1857
1857
|
// NotebookPen aliases
|
|
1858
1858
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1859
|
+
// NonBinary aliases
|
|
1860
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1859
1861
|
// NotebookTabs aliases
|
|
1860
1862
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1861
1863
|
// NotebookText aliases
|
|
@@ -1864,36 +1866,36 @@ export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
|
1864
1866
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1865
1867
|
// Notebook aliases
|
|
1866
1868
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1867
|
-
// NutOff aliases
|
|
1868
|
-
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1869
1869
|
// NotepadText aliases
|
|
1870
1870
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1871
1871
|
// Nut aliases
|
|
1872
1872
|
export { default as NutIcon } from '../icons/nut';
|
|
1873
|
+
// NutOff aliases
|
|
1874
|
+
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1873
1875
|
// OctagonMinus aliases
|
|
1874
1876
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1875
1877
|
// Octagon aliases
|
|
1876
1878
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1877
|
-
// Option aliases
|
|
1878
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1879
1879
|
// Omega aliases
|
|
1880
1880
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1881
|
+
// Option aliases
|
|
1882
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1883
1883
|
// Origami aliases
|
|
1884
1884
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1885
|
+
// Orbit aliases
|
|
1886
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1885
1887
|
// Package2 aliases
|
|
1886
1888
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1887
1889
|
// PackageCheck aliases
|
|
1888
1890
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1889
|
-
// PackageOpen aliases
|
|
1890
|
-
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1891
1891
|
// PackageMinus aliases
|
|
1892
1892
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1893
|
-
//
|
|
1894
|
-
export { default as
|
|
1893
|
+
// PackageOpen aliases
|
|
1894
|
+
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1895
1895
|
// PackagePlus aliases
|
|
1896
1896
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1897
|
+
// PackageSearch aliases
|
|
1898
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1897
1899
|
// PackageX aliases
|
|
1898
1900
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1899
1901
|
// Package aliases
|
|
@@ -1904,30 +1906,30 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1904
1906
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1905
1907
|
// PaintRoller aliases
|
|
1906
1908
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1907
|
-
// Panda aliases
|
|
1908
|
-
export { default as PandaIcon } from '../icons/panda';
|
|
1909
1909
|
// Palette aliases
|
|
1910
1910
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1911
|
+
// Panda aliases
|
|
1912
|
+
export { default as PandaIcon } from '../icons/panda';
|
|
1911
1913
|
// PanelBottomClose aliases
|
|
1912
1914
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1913
1915
|
// PanelBottomOpen aliases
|
|
1914
1916
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1915
|
-
// PanelLeftRightDashed aliases
|
|
1916
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1917
1917
|
// PanelBottom aliases
|
|
1918
1918
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1919
|
-
//
|
|
1920
|
-
export { default as
|
|
1919
|
+
// PanelLeftRightDashed aliases
|
|
1920
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1921
1921
|
// PanelRightOpen aliases
|
|
1922
1922
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1923
|
+
// PanelRightClose aliases
|
|
1924
|
+
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1925
1925
|
// PanelTopBottomDashed aliases
|
|
1926
1926
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1927
|
+
// PanelRight aliases
|
|
1928
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1929
1929
|
// PanelTopOpen aliases
|
|
1930
1930
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1931
|
+
// PanelTopClose aliases
|
|
1932
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1931
1933
|
// PanelTop aliases
|
|
1932
1934
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1933
1935
|
// PanelsLeftBottom aliases
|
|
@@ -1942,76 +1944,76 @@ export { default as PaperclipIcon } from '../icons/paperclip';
|
|
|
1942
1944
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1943
1945
|
// PartyPopper aliases
|
|
1944
1946
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1945
|
-
// Pause aliases
|
|
1946
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1947
1947
|
// PawPrint aliases
|
|
1948
1948
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1949
|
+
// Pause aliases
|
|
1950
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1949
1951
|
// PcCase aliases
|
|
1950
1952
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1951
1953
|
// PenOff aliases
|
|
1952
1954
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1953
1955
|
// PenTool aliases
|
|
1954
1956
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1955
|
-
// PencilLine aliases
|
|
1956
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1957
1957
|
// PencilOff aliases
|
|
1958
1958
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1959
1959
|
// PencilRuler aliases
|
|
1960
1960
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1961
1961
|
// Pencil aliases
|
|
1962
1962
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1963
|
-
//
|
|
1964
|
-
export { default as
|
|
1963
|
+
// PencilLine aliases
|
|
1964
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1965
1965
|
// Pentagon aliases
|
|
1966
1966
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1967
|
+
// Percent aliases
|
|
1968
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1967
1969
|
// PersonStanding aliases
|
|
1968
1970
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1969
1971
|
// PhilippinePeso aliases
|
|
1970
1972
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1973
|
+
// PhoneForwarded aliases
|
|
1974
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1971
1975
|
// PhoneCall aliases
|
|
1972
1976
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1973
1977
|
// PhoneIncoming aliases
|
|
1974
1978
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1975
|
-
// PhoneForwarded aliases
|
|
1976
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1977
|
-
// PhoneOff aliases
|
|
1978
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1979
1979
|
// PhoneMissed aliases
|
|
1980
1980
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1981
|
+
// PhoneOff aliases
|
|
1982
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1981
1983
|
// Phone aliases
|
|
1982
1984
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1983
|
-
// PhoneOutgoing aliases
|
|
1984
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1985
1985
|
// Pi aliases
|
|
1986
1986
|
export { default as PiIcon } from '../icons/pi';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1987
|
+
// PhoneOutgoing aliases
|
|
1988
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1989
1989
|
// Pickaxe aliases
|
|
1990
1990
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1991
|
-
//
|
|
1992
|
-
export { default as
|
|
1991
|
+
// Piano aliases
|
|
1992
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1993
1993
|
// PictureInPicture aliases
|
|
1994
1994
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1995
|
+
// PictureInPicture2 aliases
|
|
1996
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1995
1997
|
// PiggyBank aliases
|
|
1996
1998
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1997
1999
|
// PilcrowLeft aliases
|
|
1998
2000
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1999
|
-
// Pilcrow aliases
|
|
2000
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2001
2001
|
// PilcrowRight aliases
|
|
2002
2002
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2003
|
+
// Pilcrow aliases
|
|
2004
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2003
2005
|
// PillBottle aliases
|
|
2004
2006
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2005
|
-
// PinOff aliases
|
|
2006
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2007
2007
|
// Pill aliases
|
|
2008
2008
|
export { default as PillIcon } from '../icons/pill';
|
|
2009
|
+
// PinOff aliases
|
|
2010
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2011
|
+
// Pin aliases
|
|
2012
|
+
export { default as PinIcon } from '../icons/pin';
|
|
2009
2013
|
// Pipette aliases
|
|
2010
2014
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2011
2015
|
// Pizza aliases
|
|
2012
2016
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
2013
|
-
// Pin aliases
|
|
2014
|
-
export { default as PinIcon } from '../icons/pin';
|
|
2015
2017
|
// PlaneLanding aliases
|
|
2016
2018
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2017
2019
|
// PlaneTakeoff aliases
|
|
@@ -2026,96 +2028,96 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
2026
2028
|
export { default as PlugIcon } from '../icons/plug';
|
|
2027
2029
|
// Plus aliases
|
|
2028
2030
|
export { default as PlusIcon } from '../icons/plus';
|
|
2029
|
-
// PocketKnife aliases
|
|
2030
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2031
2031
|
// Podcast aliases
|
|
2032
2032
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2033
|
+
// PocketKnife aliases
|
|
2034
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2033
2035
|
// PointerOff aliases
|
|
2034
2036
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2037
|
+
// Pointer aliases
|
|
2038
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2035
2039
|
// Popcorn aliases
|
|
2036
2040
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2037
2041
|
// Popsicle aliases
|
|
2038
2042
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2039
|
-
// PoundSterling aliases
|
|
2040
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2041
2043
|
// PowerOff aliases
|
|
2042
2044
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2043
|
-
//
|
|
2044
|
-
export { default as
|
|
2045
|
+
// PoundSterling aliases
|
|
2046
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2045
2047
|
// Power aliases
|
|
2046
2048
|
export { default as PowerIcon } from '../icons/power';
|
|
2047
|
-
// PrinterX aliases
|
|
2048
|
-
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2049
2049
|
// Presentation aliases
|
|
2050
2050
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2051
|
+
// PrinterX aliases
|
|
2052
|
+
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2053
|
+
// PrinterCheck aliases
|
|
2054
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2053
2055
|
// Projector aliases
|
|
2054
2056
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2057
|
+
// Printer aliases
|
|
2058
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2055
2059
|
// Proportions aliases
|
|
2056
2060
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2057
|
-
// Pointer aliases
|
|
2058
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2059
|
-
// Puzzle aliases
|
|
2060
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2061
2061
|
// Pyramid aliases
|
|
2062
2062
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2063
|
+
// Puzzle aliases
|
|
2064
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2065
|
+
// QrCode aliases
|
|
2066
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2063
2067
|
// Quote aliases
|
|
2064
2068
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2065
2069
|
// Rabbit aliases
|
|
2066
2070
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2067
|
-
// QrCode aliases
|
|
2068
|
-
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2069
2071
|
// Radar aliases
|
|
2070
2072
|
export { default as RadarIcon } from '../icons/radar';
|
|
2071
|
-
// Radical aliases
|
|
2072
|
-
export { default as RadicalIcon } from '../icons/radical';
|
|
2073
2073
|
// Radiation aliases
|
|
2074
2074
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2075
|
-
//
|
|
2076
|
-
export { default as
|
|
2075
|
+
// Radical aliases
|
|
2076
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2077
2077
|
// RadioOff aliases
|
|
2078
2078
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2079
|
-
//
|
|
2080
|
-
export { default as
|
|
2079
|
+
// RadioReceiver aliases
|
|
2080
|
+
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2081
2081
|
// RadioTower aliases
|
|
2082
2082
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2083
|
+
// Radio aliases
|
|
2084
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2083
2085
|
// Radius aliases
|
|
2084
2086
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2085
2087
|
// Rainbow aliases
|
|
2086
2088
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2087
|
-
// Rat aliases
|
|
2088
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2089
2089
|
// Ratio aliases
|
|
2090
2090
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2091
|
-
// ReceiptCent aliases
|
|
2092
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2093
2091
|
// ReceiptEuro aliases
|
|
2094
2092
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2095
|
-
//
|
|
2096
|
-
export { default as
|
|
2093
|
+
// Rat aliases
|
|
2094
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2095
|
+
// ReceiptCent aliases
|
|
2096
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2097
2097
|
// ReceiptIndianRupee aliases
|
|
2098
2098
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2099
|
-
//
|
|
2100
|
-
export { default as
|
|
2099
|
+
// ReceiptJapaneseYen aliases
|
|
2100
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2101
2101
|
// ReceiptPoundSterling aliases
|
|
2102
2102
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2103
|
+
// ReceiptRussianRuble aliases
|
|
2104
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2103
2105
|
// ReceiptSwissFranc aliases
|
|
2104
2106
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2105
2107
|
// ReceiptText aliases
|
|
2106
2108
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2107
2109
|
// ReceiptTurkishLira aliases
|
|
2108
2110
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2109
|
-
// RectangleCircle aliases
|
|
2110
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2111
2111
|
// Receipt aliases
|
|
2112
2112
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2113
|
-
//
|
|
2114
|
-
export { default as
|
|
2115
|
-
// RectangleGoggles aliases
|
|
2116
|
-
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2113
|
+
// RectangleCircle aliases
|
|
2114
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2117
2115
|
// RectangleHorizontal aliases
|
|
2118
2116
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2117
|
+
// RectangleGoggles aliases
|
|
2118
|
+
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2119
|
+
// RectangleVertical aliases
|
|
2120
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2119
2121
|
// Recycle aliases
|
|
2120
2122
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2121
2123
|
// Redo2 aliases
|
|
@@ -2126,22 +2128,22 @@ export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
|
2126
2128
|
export { default as RedoIcon } from '../icons/redo';
|
|
2127
2129
|
// RefreshCcwDot aliases
|
|
2128
2130
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2129
|
-
// RefreshCw aliases
|
|
2130
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2131
2131
|
// RefreshCcw aliases
|
|
2132
2132
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2133
2133
|
// RefreshCwOff aliases
|
|
2134
2134
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2135
|
+
// RefreshCw aliases
|
|
2136
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2135
2137
|
// Refrigerator aliases
|
|
2136
2138
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2137
|
-
// RemoveFormatting aliases
|
|
2138
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2139
2139
|
// Regex aliases
|
|
2140
2140
|
export { default as RegexIcon } from '../icons/regex';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2141
|
+
// RemoveFormatting aliases
|
|
2142
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2143
2143
|
// Repeat1 aliases
|
|
2144
2144
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2145
|
+
// Repeat2 aliases
|
|
2146
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2145
2147
|
// Repeat aliases
|
|
2146
2148
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2147
2149
|
// ReplaceAll aliases
|
|
@@ -2150,32 +2152,32 @@ export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
|
2150
2152
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2151
2153
|
// ReplyAll aliases
|
|
2152
2154
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2153
|
-
//
|
|
2154
|
-
export { default as
|
|
2155
|
+
// Rewind aliases
|
|
2156
|
+
export { default as RewindIcon } from '../icons/rewind';
|
|
2155
2157
|
// Ribbon aliases
|
|
2156
2158
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2159
|
+
// Reply aliases
|
|
2160
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2157
2161
|
// Road aliases
|
|
2158
2162
|
export { default as RoadIcon } from '../icons/road';
|
|
2159
|
-
// Rewind aliases
|
|
2160
|
-
export { default as RewindIcon } from '../icons/rewind';
|
|
2161
2163
|
// Rocket aliases
|
|
2162
2164
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2163
2165
|
// RockingChair aliases
|
|
2164
2166
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2165
|
-
// RollerCoaster aliases
|
|
2166
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2167
2167
|
// Rose aliases
|
|
2168
2168
|
export { default as RoseIcon } from '../icons/rose';
|
|
2169
|
+
// RollerCoaster aliases
|
|
2170
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2169
2171
|
// RotateCcwKey aliases
|
|
2170
2172
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2171
|
-
// RotateCcw aliases
|
|
2172
|
-
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2173
2173
|
// RotateCcwSquare aliases
|
|
2174
2174
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2175
|
-
//
|
|
2176
|
-
export { default as
|
|
2175
|
+
// RotateCcw aliases
|
|
2176
|
+
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2177
2177
|
// RotateCwSquare aliases
|
|
2178
2178
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2179
|
+
// RouteOff aliases
|
|
2180
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2179
2181
|
// RotateCw aliases
|
|
2180
2182
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2181
2183
|
// Router aliases
|
|
@@ -2188,10 +2190,10 @@ export { default as Rows4Icon } from '../icons/rows-4';
|
|
|
2188
2190
|
export { default as RssIcon } from '../icons/rss';
|
|
2189
2191
|
// RulerDimensionLine aliases
|
|
2190
2192
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2191
|
-
// Ruler aliases
|
|
2192
|
-
export { default as RulerIcon } from '../icons/ruler';
|
|
2193
2193
|
// RussianRuble aliases
|
|
2194
2194
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2195
|
+
// Ruler aliases
|
|
2196
|
+
export { default as RulerIcon } from '../icons/ruler';
|
|
2195
2197
|
// Sailboat aliases
|
|
2196
2198
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2197
2199
|
// Salad aliases
|
|
@@ -2200,10 +2202,10 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2200
2202
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2201
2203
|
// SatelliteDish aliases
|
|
2202
2204
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2203
|
-
// Satellite aliases
|
|
2204
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2205
2205
|
// SaudiRiyal aliases
|
|
2206
2206
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2207
|
+
// Satellite aliases
|
|
2208
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2207
2209
|
// SaveAll aliases
|
|
2208
2210
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2209
2211
|
// SaveOff aliases
|
|
@@ -2214,16 +2216,16 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2214
2216
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2215
2217
|
// Scaling aliases
|
|
2216
2218
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2217
|
-
// ScanEye aliases
|
|
2218
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2219
2219
|
// ScanBarcode aliases
|
|
2220
2220
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2221
|
+
// ScanEye aliases
|
|
2222
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2221
2223
|
// ScanFace aliases
|
|
2222
2224
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2223
|
-
// ScanHeart aliases
|
|
2224
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2225
2225
|
// ScanLine aliases
|
|
2226
2226
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2227
|
+
// ScanHeart aliases
|
|
2228
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2227
2229
|
// ScanQrCode aliases
|
|
2228
2230
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2229
2231
|
// ScanSearch aliases
|
|
@@ -2232,42 +2234,42 @@ export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
|
2232
2234
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2233
2235
|
// Scan aliases
|
|
2234
2236
|
export { default as ScanIcon } from '../icons/scan';
|
|
2237
|
+
// ScissorsLineDashed aliases
|
|
2238
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2235
2239
|
// School aliases
|
|
2236
2240
|
export { default as SchoolIcon } from '../icons/school';
|
|
2237
2241
|
// Scissors aliases
|
|
2238
2242
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2239
|
-
// ScissorsLineDashed aliases
|
|
2240
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2241
2243
|
// Scooter aliases
|
|
2242
2244
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2243
|
-
// ScreenShareOff aliases
|
|
2244
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2245
2245
|
// ScreenShare aliases
|
|
2246
2246
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2247
|
-
//
|
|
2248
|
-
export { default as
|
|
2247
|
+
// ScreenShareOff aliases
|
|
2248
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2249
2249
|
// ScrollText aliases
|
|
2250
2250
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2251
|
+
// Scroll aliases
|
|
2252
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2251
2253
|
// SearchAlert aliases
|
|
2252
2254
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2253
|
-
// SearchCheck aliases
|
|
2254
|
-
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2255
2255
|
// SearchCode aliases
|
|
2256
2256
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2257
|
+
// SearchCheck aliases
|
|
2258
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2257
2259
|
// SearchSlash aliases
|
|
2258
2260
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2259
|
-
// SearchX aliases
|
|
2260
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2261
2261
|
// Search aliases
|
|
2262
2262
|
export { default as SearchIcon } from '../icons/search';
|
|
2263
|
+
// SearchX aliases
|
|
2264
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2263
2265
|
// Section aliases
|
|
2264
2266
|
export { default as SectionIcon } from '../icons/section';
|
|
2267
|
+
// SendToBack aliases
|
|
2268
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2265
2269
|
// Send aliases
|
|
2266
2270
|
export { default as SendIcon } from '../icons/send';
|
|
2267
2271
|
// SeparatorHorizontal aliases
|
|
2268
2272
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2269
|
-
// SendToBack aliases
|
|
2270
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2271
2273
|
// SeparatorVertical aliases
|
|
2272
2274
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2273
2275
|
// ServerCog aliases
|
|
@@ -2276,70 +2278,70 @@ export { default as ServerCogIcon } from '../icons/server-cog';
|
|
|
2276
2278
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2277
2279
|
// ServerOff aliases
|
|
2278
2280
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2279
|
-
// Server aliases
|
|
2280
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2281
|
-
// Shapes aliases
|
|
2282
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2283
2281
|
// Settings2 aliases
|
|
2284
2282
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2283
|
+
// Server aliases
|
|
2284
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2285
2285
|
// Settings aliases
|
|
2286
2286
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2287
|
-
//
|
|
2288
|
-
export { default as
|
|
2289
|
-
// Sheet aliases
|
|
2290
|
-
export { default as SheetIcon } from '../icons/sheet';
|
|
2287
|
+
// Shapes aliases
|
|
2288
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2291
2289
|
// Share2 aliases
|
|
2292
2290
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2291
|
+
// Share aliases
|
|
2292
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2293
2293
|
// Shell aliases
|
|
2294
2294
|
export { default as ShellIcon } from '../icons/shell';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2295
|
+
// Sheet aliases
|
|
2296
|
+
export { default as SheetIcon } from '../icons/sheet';
|
|
2297
2297
|
// ShieldAlert aliases
|
|
2298
2298
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2299
2299
|
// ShieldBan aliases
|
|
2300
2300
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2301
|
+
// ShelvingUnit aliases
|
|
2302
|
+
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2301
2303
|
// ShieldCheck aliases
|
|
2302
2304
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2303
2305
|
// ShieldCogCorner aliases
|
|
2304
2306
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2305
2307
|
// ShieldCog aliases
|
|
2306
2308
|
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2307
|
-
// ShieldEllipsis aliases
|
|
2308
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2309
2309
|
// ShieldHalf aliases
|
|
2310
2310
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2311
|
+
// ShieldEllipsis aliases
|
|
2312
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2313
2313
|
// ShieldMinus aliases
|
|
2314
2314
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2315
|
+
// ShieldOff aliases
|
|
2316
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2315
2317
|
// ShieldPlus aliases
|
|
2316
2318
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2317
2319
|
// ShieldUser aliases
|
|
2318
2320
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2319
2321
|
// Shield aliases
|
|
2320
2322
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2321
|
-
// ShipWheel aliases
|
|
2322
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2323
2323
|
// Ship aliases
|
|
2324
2324
|
export { default as ShipIcon } from '../icons/ship';
|
|
2325
|
+
// ShipWheel aliases
|
|
2326
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2325
2327
|
// Shirt aliases
|
|
2326
2328
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2327
2329
|
// ShoppingBag aliases
|
|
2328
2330
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2329
2331
|
// ShoppingBasket aliases
|
|
2330
2332
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2331
|
-
// Shovel aliases
|
|
2332
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2333
2333
|
// ShoppingCart aliases
|
|
2334
2334
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2335
|
+
// Shovel aliases
|
|
2336
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2335
2337
|
// Shredder aliases
|
|
2336
2338
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2337
2339
|
// ShowerHead aliases
|
|
2338
2340
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2339
|
-
// Shrimp aliases
|
|
2340
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2341
2341
|
// Shrink aliases
|
|
2342
2342
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2343
|
+
// Shrimp aliases
|
|
2344
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2343
2345
|
// Shrub aliases
|
|
2344
2346
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2345
2347
|
// Shuffle aliases
|
|
@@ -2348,12 +2350,12 @@ export { default as ShuffleIcon } from '../icons/shuffle';
|
|
|
2348
2350
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2349
2351
|
// SignalHigh aliases
|
|
2350
2352
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2351
|
-
// SignalLow aliases
|
|
2352
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2353
|
-
// SignalZero aliases
|
|
2354
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2355
2353
|
// SignalMedium aliases
|
|
2356
2354
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2355
|
+
// SignalZero aliases
|
|
2356
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2357
|
+
// SignalLow aliases
|
|
2358
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2357
2359
|
// Signal aliases
|
|
2358
2360
|
export { default as SignalIcon } from '../icons/signal';
|
|
2359
2361
|
// Signature aliases
|
|
@@ -2364,78 +2366,78 @@ export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
|
2364
2366
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2365
2367
|
// Siren aliases
|
|
2366
2368
|
export { default as SirenIcon } from '../icons/siren';
|
|
2367
|
-
// SkipBack aliases
|
|
2368
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2369
2369
|
// SkipForward aliases
|
|
2370
2370
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2371
|
+
// SkipBack aliases
|
|
2372
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2371
2373
|
// Skull aliases
|
|
2372
2374
|
export { default as SkullIcon } from '../icons/skull';
|
|
2373
|
-
// Slash aliases
|
|
2374
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2375
2375
|
// Slice aliases
|
|
2376
2376
|
export { default as SliceIcon } from '../icons/slice';
|
|
2377
|
-
//
|
|
2378
|
-
export { default as
|
|
2377
|
+
// Slash aliases
|
|
2378
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2379
2379
|
// SmartphoneCharging aliases
|
|
2380
2380
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2381
|
+
// SlidersHorizontal aliases
|
|
2382
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2383
|
+
// SmartphoneNfc aliases
|
|
2384
|
+
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2381
2385
|
// Smartphone aliases
|
|
2382
2386
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2383
2387
|
// SmilePlus aliases
|
|
2384
2388
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2385
|
-
// SmartphoneNfc aliases
|
|
2386
|
-
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2387
2389
|
// Smile aliases
|
|
2388
2390
|
export { default as SmileIcon } from '../icons/smile';
|
|
2389
|
-
// Snowflake aliases
|
|
2390
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2391
2391
|
// Snail aliases
|
|
2392
2392
|
export { default as SnailIcon } from '../icons/snail';
|
|
2393
|
-
// Sofa aliases
|
|
2394
|
-
export { default as SofaIcon } from '../icons/sofa';
|
|
2395
2393
|
// SoapDispenserDroplet aliases
|
|
2396
2394
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2395
|
+
// Snowflake aliases
|
|
2396
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2397
|
+
// Sofa aliases
|
|
2398
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2397
2399
|
// SolarPanel aliases
|
|
2398
2400
|
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2399
2401
|
// Soup aliases
|
|
2400
2402
|
export { default as SoupIcon } from '../icons/soup';
|
|
2401
2403
|
// Space aliases
|
|
2402
2404
|
export { default as SpaceIcon } from '../icons/space';
|
|
2403
|
-
// Spade aliases
|
|
2404
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2405
2405
|
// Sparkle aliases
|
|
2406
2406
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2407
|
+
// Spade aliases
|
|
2408
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2407
2409
|
// Speaker aliases
|
|
2408
2410
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2409
2411
|
// Speech aliases
|
|
2410
2412
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2411
2413
|
// SpellCheck2 aliases
|
|
2412
2414
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2413
|
-
// SpellCheck aliases
|
|
2414
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2415
2415
|
// SplinePointer aliases
|
|
2416
2416
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2417
|
+
// SpellCheck aliases
|
|
2418
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2417
2419
|
// Spline aliases
|
|
2418
2420
|
export { default as SplineIcon } from '../icons/spline';
|
|
2419
2421
|
// Split aliases
|
|
2420
2422
|
export { default as SplitIcon } from '../icons/split';
|
|
2421
2423
|
// Spool aliases
|
|
2422
2424
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2423
|
-
// SportShoe aliases
|
|
2424
|
-
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2425
2425
|
// Spotlight aliases
|
|
2426
2426
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2427
2427
|
// SprayCan aliases
|
|
2428
2428
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2429
|
+
// SportShoe aliases
|
|
2430
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2429
2431
|
// Sprout aliases
|
|
2430
2432
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2433
|
+
// SquareArrowRightExit aliases
|
|
2434
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2431
2435
|
// SquareArrowRightEnter aliases
|
|
2432
2436
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2433
2437
|
// SquareDashedBottomCode aliases
|
|
2434
2438
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2435
2439
|
// SquareDashedBottom aliases
|
|
2436
2440
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2437
|
-
// SquareArrowRightExit aliases
|
|
2438
|
-
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2439
2441
|
// SquareDashedTopSolid aliases
|
|
2440
2442
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2441
2443
|
// SquarePause aliases
|
|
@@ -2444,22 +2446,22 @@ export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
|
2444
2446
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2445
2447
|
// SquareRoundCorner aliases
|
|
2446
2448
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2447
|
-
// SquareStack aliases
|
|
2448
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2449
2449
|
// SquareSquare aliases
|
|
2450
2450
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2451
2451
|
// SquareStar aliases
|
|
2452
2452
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2453
|
+
// SquareStack aliases
|
|
2454
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2453
2455
|
// SquareStop aliases
|
|
2454
2456
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2455
2457
|
// Square aliases
|
|
2456
2458
|
export { default as SquareIcon } from '../icons/square';
|
|
2457
2459
|
// SquaresExclude aliases
|
|
2458
2460
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2459
|
-
// SquaresSubtract aliases
|
|
2460
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2461
2461
|
// SquaresIntersect aliases
|
|
2462
2462
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2463
|
+
// SquaresSubtract aliases
|
|
2464
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2463
2465
|
// SquaresUnite aliases
|
|
2464
2466
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2465
2467
|
// SquircleDashed aliases
|
|
@@ -2468,50 +2470,50 @@ export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
|
2468
2470
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2469
2471
|
// Squirrel aliases
|
|
2470
2472
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2471
|
-
// StarHalf aliases
|
|
2472
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2473
2473
|
// Stamp aliases
|
|
2474
2474
|
export { default as StampIcon } from '../icons/stamp';
|
|
2475
|
-
// StepBack aliases
|
|
2476
|
-
export { default as StepBackIcon } from '../icons/step-back';
|
|
2477
|
-
// Star aliases
|
|
2478
|
-
export { default as StarIcon } from '../icons/star';
|
|
2479
2475
|
// StarOff aliases
|
|
2480
2476
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2477
|
+
// Star aliases
|
|
2478
|
+
export { default as StarIcon } from '../icons/star';
|
|
2479
|
+
// StarHalf aliases
|
|
2480
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2481
|
+
// StepBack aliases
|
|
2482
|
+
export { default as StepBackIcon } from '../icons/step-back';
|
|
2481
2483
|
// StepForward aliases
|
|
2482
2484
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2483
2485
|
// Stethoscope aliases
|
|
2484
2486
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2485
2487
|
// Sticker aliases
|
|
2486
2488
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2487
|
-
// StickyNote aliases
|
|
2488
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2489
2489
|
// Stone aliases
|
|
2490
2490
|
export { default as StoneIcon } from '../icons/stone';
|
|
2491
|
+
// StickyNote aliases
|
|
2492
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2491
2493
|
// StretchHorizontal aliases
|
|
2492
2494
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2493
2495
|
// Store aliases
|
|
2494
2496
|
export { default as StoreIcon } from '../icons/store';
|
|
2495
|
-
// StretchVertical aliases
|
|
2496
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2497
2497
|
// Strikethrough aliases
|
|
2498
2498
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2499
2499
|
// Subscript aliases
|
|
2500
2500
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2501
|
+
// StretchVertical aliases
|
|
2502
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2501
2503
|
// SunDim aliases
|
|
2502
2504
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2503
2505
|
// SunMedium aliases
|
|
2504
2506
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2505
|
-
// SunSnow aliases
|
|
2506
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2507
2507
|
// SunMoon aliases
|
|
2508
2508
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2509
|
+
// SunSnow aliases
|
|
2510
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2511
|
+
// Sunset aliases
|
|
2512
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2509
2513
|
// Sun aliases
|
|
2510
2514
|
export { default as SunIcon } from '../icons/sun';
|
|
2511
2515
|
// Sunrise aliases
|
|
2512
2516
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2513
|
-
// Sunset aliases
|
|
2514
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2515
2517
|
// Superscript aliases
|
|
2516
2518
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2517
2519
|
// SwatchBook aliases
|
|
@@ -2522,44 +2524,44 @@ export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
|
2522
2524
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2523
2525
|
// Sword aliases
|
|
2524
2526
|
export { default as SwordIcon } from '../icons/sword';
|
|
2525
|
-
// Swords aliases
|
|
2526
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2527
2527
|
// Syringe aliases
|
|
2528
2528
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2529
|
+
// Swords aliases
|
|
2530
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2529
2531
|
// Table2 aliases
|
|
2530
2532
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2531
2533
|
// TableCellsMerge aliases
|
|
2532
2534
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2533
|
-
// TableColumnsSplit aliases
|
|
2534
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2535
2535
|
// TableCellsSplit aliases
|
|
2536
2536
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2537
|
+
// TableColumnsSplit aliases
|
|
2538
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2537
2539
|
// TableOfContents aliases
|
|
2538
2540
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2539
2541
|
// TableProperties aliases
|
|
2540
2542
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2541
2543
|
// TableRowsSplit aliases
|
|
2542
2544
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2545
|
+
// TabletSmartphone aliases
|
|
2546
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2543
2547
|
// Table aliases
|
|
2544
2548
|
export { default as TableIcon } from '../icons/table';
|
|
2545
2549
|
// Tablet aliases
|
|
2546
2550
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2547
|
-
// TabletSmartphone aliases
|
|
2548
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2549
2551
|
// Tablets aliases
|
|
2550
2552
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2551
2553
|
// Tag aliases
|
|
2552
2554
|
export { default as TagIcon } from '../icons/tag';
|
|
2553
2555
|
// Tags aliases
|
|
2554
2556
|
export { default as TagsIcon } from '../icons/tags';
|
|
2555
|
-
// Tally1 aliases
|
|
2556
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2557
|
-
// Tally3 aliases
|
|
2558
|
-
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2559
2557
|
// Tally2 aliases
|
|
2560
2558
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2559
|
+
// Tally1 aliases
|
|
2560
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2561
2561
|
// Tally4 aliases
|
|
2562
2562
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2563
|
+
// Tally3 aliases
|
|
2564
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2563
2565
|
// Tangent aliases
|
|
2564
2566
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2565
2567
|
// Tally5 aliases
|
|
@@ -2574,50 +2576,50 @@ export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
|
2574
2576
|
export { default as TentIcon } from '../icons/tent';
|
|
2575
2577
|
// Terminal aliases
|
|
2576
2578
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2577
|
-
// TextCursorInput aliases
|
|
2578
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2579
2579
|
// TestTubes aliases
|
|
2580
2580
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2581
|
-
// TextCursor aliases
|
|
2582
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2583
2581
|
// TestTube aliases
|
|
2584
2582
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2583
|
+
// TextCursorInput aliases
|
|
2584
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2585
|
+
// TextCursor aliases
|
|
2586
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2585
2587
|
// TextQuote aliases
|
|
2586
2588
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2587
2589
|
// TextSearch aliases
|
|
2588
2590
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2589
|
-
// ThermometerSnowflake aliases
|
|
2590
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2591
2591
|
// Theater aliases
|
|
2592
2592
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2593
|
-
//
|
|
2594
|
-
export { default as
|
|
2593
|
+
// ThermometerSnowflake aliases
|
|
2594
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2595
2595
|
// ThermometerSun aliases
|
|
2596
2596
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2597
|
+
// Thermometer aliases
|
|
2598
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2597
2599
|
// ThumbsDown aliases
|
|
2598
2600
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2599
2601
|
// ThumbsUp aliases
|
|
2600
2602
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2601
|
-
//
|
|
2602
|
-
export { default as
|
|
2603
|
+
// TicketCheck aliases
|
|
2604
|
+
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2603
2605
|
// TicketPercent aliases
|
|
2604
2606
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2607
|
+
// TicketMinus aliases
|
|
2608
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2609
|
+
// TicketSlash aliases
|
|
2610
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2605
2611
|
// TicketPlus aliases
|
|
2606
2612
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2607
|
-
// TicketCheck aliases
|
|
2608
|
-
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2609
2613
|
// TicketX aliases
|
|
2610
2614
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2611
|
-
// TicketSlash aliases
|
|
2612
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2613
2615
|
// Ticket aliases
|
|
2614
2616
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2615
2617
|
// TicketsPlane aliases
|
|
2616
2618
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2617
|
-
// TimerOff aliases
|
|
2618
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2619
2619
|
// Tickets aliases
|
|
2620
2620
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2621
|
+
// TimerOff aliases
|
|
2622
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2621
2623
|
// TimerReset aliases
|
|
2622
2624
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2623
2625
|
// Timer aliases
|
|
@@ -2640,70 +2642,70 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2640
2642
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2641
2643
|
// Touchpad aliases
|
|
2642
2644
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2645
|
+
// ToyBrick aliases
|
|
2646
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2643
2647
|
// TowelRack aliases
|
|
2644
2648
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2645
2649
|
// TowerControl aliases
|
|
2646
2650
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2647
|
-
// ToyBrick aliases
|
|
2648
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2649
2651
|
// Tractor aliases
|
|
2650
2652
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2651
|
-
// TrafficCone aliases
|
|
2652
|
-
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2653
2653
|
// TrainFrontTunnel aliases
|
|
2654
2654
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2655
|
+
// TrafficCone aliases
|
|
2656
|
+
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2655
2657
|
// TrainFront aliases
|
|
2656
2658
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2657
2659
|
// TrainTrack aliases
|
|
2658
2660
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2659
2661
|
// Transgender aliases
|
|
2660
2662
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2661
|
-
// Trash aliases
|
|
2662
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2663
2663
|
// Trash2 aliases
|
|
2664
2664
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2665
|
+
// Trash aliases
|
|
2666
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2665
2667
|
// TreeDeciduous aliases
|
|
2666
2668
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2667
|
-
// TreePine aliases
|
|
2668
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2669
2669
|
// Trees aliases
|
|
2670
2670
|
export { default as TreesIcon } from '../icons/trees';
|
|
2671
|
+
// TreePine aliases
|
|
2672
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2671
2673
|
// TrendingDown aliases
|
|
2672
2674
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2673
|
-
// TrendingUp aliases
|
|
2674
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2675
2675
|
// TrendingUpDown aliases
|
|
2676
2676
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2677
|
+
// TrendingUp aliases
|
|
2678
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2677
2679
|
// TriangleDashed aliases
|
|
2678
2680
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2679
2681
|
// TriangleRight aliases
|
|
2680
2682
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2681
2683
|
// Triangle aliases
|
|
2682
2684
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2683
|
-
// TruckElectric aliases
|
|
2684
|
-
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2685
|
-
// Trophy aliases
|
|
2686
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2687
2685
|
// Truck aliases
|
|
2688
2686
|
export { default as TruckIcon } from '../icons/truck';
|
|
2687
|
+
// Trophy aliases
|
|
2688
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2689
|
+
// TruckElectric aliases
|
|
2690
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2689
2691
|
// TurkishLira aliases
|
|
2690
2692
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2691
|
-
// Turtle aliases
|
|
2692
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2693
2693
|
// Turntable aliases
|
|
2694
2694
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2695
|
-
//
|
|
2696
|
-
export { default as
|
|
2695
|
+
// Turtle aliases
|
|
2696
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2697
2697
|
// Tv aliases
|
|
2698
2698
|
export { default as TvIcon } from '../icons/tv';
|
|
2699
|
+
// TvMinimalPlay aliases
|
|
2700
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2699
2701
|
// TypeOutline aliases
|
|
2700
2702
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2701
2703
|
// Type aliases
|
|
2702
2704
|
export { default as TypeIcon } from '../icons/type';
|
|
2703
|
-
// Umbrella aliases
|
|
2704
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2705
2705
|
// UmbrellaOff aliases
|
|
2706
2706
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2707
|
+
// Umbrella aliases
|
|
2708
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2707
2709
|
// Underline aliases
|
|
2708
2710
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2709
2711
|
// Undo2 aliases
|
|
@@ -2716,62 +2718,62 @@ export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
|
2716
2718
|
export { default as UndoIcon } from '../icons/undo';
|
|
2717
2719
|
// UnfoldVertical aliases
|
|
2718
2720
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2719
|
-
// Unlink2 aliases
|
|
2720
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2721
2721
|
// Ungroup aliases
|
|
2722
2722
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2723
2723
|
// Unlink aliases
|
|
2724
2724
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2725
|
+
// Unlink2 aliases
|
|
2726
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2725
2727
|
// Unplug aliases
|
|
2726
2728
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2727
2729
|
// Upload aliases
|
|
2728
2730
|
export { default as UploadIcon } from '../icons/upload';
|
|
2729
|
-
// UserCheck aliases
|
|
2730
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2731
2731
|
// Usb aliases
|
|
2732
2732
|
export { default as UsbIcon } from '../icons/usb';
|
|
2733
|
-
//
|
|
2734
|
-
export { default as
|
|
2733
|
+
// UserCheck aliases
|
|
2734
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2735
2735
|
// UserCog aliases
|
|
2736
2736
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2737
|
+
// UserKey aliases
|
|
2738
|
+
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2739
2739
|
// UserLock aliases
|
|
2740
2740
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2741
|
+
// UserMinus aliases
|
|
2742
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2741
2743
|
// UserPen aliases
|
|
2742
2744
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2743
|
-
// UserRoundKey aliases
|
|
2744
|
-
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2745
2745
|
// UserPlus aliases
|
|
2746
2746
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2747
|
-
//
|
|
2748
|
-
export { default as
|
|
2747
|
+
// UserRoundKey aliases
|
|
2748
|
+
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2749
2749
|
// UserRoundPen aliases
|
|
2750
2750
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2751
|
+
// UserRoundSearch aliases
|
|
2752
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2751
2753
|
// UserSearch aliases
|
|
2752
2754
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2753
2755
|
// UserStar aliases
|
|
2754
2756
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2755
2757
|
// UserX aliases
|
|
2756
2758
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2757
|
-
// Users aliases
|
|
2758
|
-
export { default as UsersIcon } from '../icons/users';
|
|
2759
2759
|
// User aliases
|
|
2760
2760
|
export { default as UserIcon } from '../icons/user';
|
|
2761
|
+
// Users aliases
|
|
2762
|
+
export { default as UsersIcon } from '../icons/users';
|
|
2761
2763
|
// UtilityPole aliases
|
|
2762
2764
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2763
2765
|
// Van aliases
|
|
2764
2766
|
export { default as VanIcon } from '../icons/van';
|
|
2767
|
+
// Variable aliases
|
|
2768
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2765
2769
|
// Vault aliases
|
|
2766
2770
|
export { default as VaultIcon } from '../icons/vault';
|
|
2771
|
+
// VenetianMask aliases
|
|
2772
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2767
2773
|
// VectorSquare aliases
|
|
2768
2774
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2769
|
-
// Variable aliases
|
|
2770
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2771
2775
|
// Vegan aliases
|
|
2772
2776
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2773
|
-
// VenetianMask aliases
|
|
2774
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2775
2777
|
// VenusAndMars aliases
|
|
2776
2778
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2777
2779
|
// Venus aliases
|
|
@@ -2794,30 +2796,30 @@ export { default as VoicemailIcon } from '../icons/voicemail';
|
|
|
2794
2796
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2795
2797
|
// Volume1 aliases
|
|
2796
2798
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2797
|
-
// VolumeOff aliases
|
|
2798
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2799
2799
|
// Volume2 aliases
|
|
2800
2800
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2801
|
-
//
|
|
2802
|
-
export { default as
|
|
2801
|
+
// VolumeOff aliases
|
|
2802
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2803
2803
|
// Volume aliases
|
|
2804
2804
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2805
|
+
// VolumeX aliases
|
|
2806
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2805
2807
|
// Vote aliases
|
|
2806
2808
|
export { default as VoteIcon } from '../icons/vote';
|
|
2807
2809
|
// WalletCards aliases
|
|
2808
2810
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2809
|
-
// Wallet aliases
|
|
2810
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2811
2811
|
// Wallpaper aliases
|
|
2812
2812
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2813
|
+
// Wallet aliases
|
|
2814
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2813
2815
|
// Wand aliases
|
|
2814
2816
|
export { default as WandIcon } from '../icons/wand';
|
|
2815
2817
|
// Warehouse aliases
|
|
2816
2818
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2817
|
-
// Watch aliases
|
|
2818
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2819
2819
|
// WashingMachine aliases
|
|
2820
2820
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2821
|
+
// Watch aliases
|
|
2822
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2821
2823
|
// WavesArrowDown aliases
|
|
2822
2824
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2823
2825
|
// WavesArrowUp aliases
|
|
@@ -2828,88 +2830,88 @@ export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
|
2828
2830
|
export { default as WavesIcon } from '../icons/waves';
|
|
2829
2831
|
// Webcam aliases
|
|
2830
2832
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2831
|
-
// WebhookOff aliases
|
|
2832
|
-
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2833
2833
|
// Waypoints aliases
|
|
2834
2834
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2835
|
-
// WeightTilde aliases
|
|
2836
|
-
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2837
2835
|
// Webhook aliases
|
|
2838
2836
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2839
|
-
//
|
|
2840
|
-
export { default as
|
|
2837
|
+
// WebhookOff aliases
|
|
2838
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2839
|
+
// WeightTilde aliases
|
|
2840
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2841
2841
|
// WheatOff aliases
|
|
2842
2842
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2843
|
-
//
|
|
2844
|
-
export { default as
|
|
2843
|
+
// Weight aliases
|
|
2844
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2845
2845
|
// WholeWord aliases
|
|
2846
2846
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2847
|
+
// Wheat aliases
|
|
2848
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2849
|
+
// WifiCog aliases
|
|
2850
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2847
2851
|
// WifiHigh aliases
|
|
2848
2852
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2849
2853
|
// WifiLow aliases
|
|
2850
2854
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2851
|
-
// WifiCog aliases
|
|
2852
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2853
2855
|
// WifiOff aliases
|
|
2854
2856
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2855
|
-
// WifiPen aliases
|
|
2856
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2857
2857
|
// WifiSync aliases
|
|
2858
2858
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2859
2859
|
// Wifi aliases
|
|
2860
2860
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2861
|
+
// WifiPen aliases
|
|
2862
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2861
2863
|
// WifiZero aliases
|
|
2862
2864
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2863
|
-
// Wind aliases
|
|
2864
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2865
2865
|
// WindArrowDown aliases
|
|
2866
2866
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2867
|
+
// Wind aliases
|
|
2868
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2867
2869
|
// WineOff aliases
|
|
2868
2870
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2869
|
-
// Wine aliases
|
|
2870
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2871
2871
|
// Workflow aliases
|
|
2872
2872
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2873
|
-
//
|
|
2874
|
-
export { default as
|
|
2875
|
-
// Wrench aliases
|
|
2876
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2873
|
+
// Wine aliases
|
|
2874
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2877
2875
|
// XLineTop aliases
|
|
2878
2876
|
export { default as XLineTopIcon } from '../icons/x-line-top';
|
|
2879
2877
|
// X aliases
|
|
2880
2878
|
export { default as XIcon } from '../icons/x';
|
|
2879
|
+
// Worm aliases
|
|
2880
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2881
|
+
// Wrench aliases
|
|
2882
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2881
2883
|
// ZapOff aliases
|
|
2882
2884
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2883
|
-
// ZodiacAquarius aliases
|
|
2884
|
-
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2885
2885
|
// Zap aliases
|
|
2886
2886
|
export { default as ZapIcon } from '../icons/zap';
|
|
2887
|
+
// ZodiacAquarius aliases
|
|
2888
|
+
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
2887
2889
|
// ZodiacAries aliases
|
|
2888
2890
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
2889
2891
|
// ZodiacCancer aliases
|
|
2890
2892
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
2891
2893
|
// ZodiacCapricorn aliases
|
|
2892
2894
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
2893
|
-
// ZodiacLeo aliases
|
|
2894
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2895
|
-
// ZodiacOphiuchus aliases
|
|
2896
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2897
2895
|
// ZodiacGemini aliases
|
|
2898
2896
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
2897
|
+
// ZodiacLeo aliases
|
|
2898
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
2899
2899
|
// ZodiacPisces aliases
|
|
2900
2900
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
2901
|
+
// ZodiacOphiuchus aliases
|
|
2902
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
2901
2903
|
// ZodiacLibra aliases
|
|
2902
2904
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
2903
2905
|
// ZodiacSagittarius aliases
|
|
2904
2906
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
2905
|
-
// ZodiacScorpio aliases
|
|
2906
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2907
|
-
// ZodiacVirgo aliases
|
|
2908
|
-
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2909
2907
|
// ZodiacTaurus aliases
|
|
2910
2908
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
2909
|
+
// ZodiacScorpio aliases
|
|
2910
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
2911
2911
|
// ZoomIn aliases
|
|
2912
2912
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2913
|
+
// ZodiacVirgo aliases
|
|
2914
|
+
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
2913
2915
|
// ZoomOut aliases
|
|
2914
2916
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2915
2917
|
// ArrowDown01 aliases
|
|
@@ -2968,84 +2970,84 @@ export {
|
|
|
2968
2970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
2969
2971
|
default as SortAscIcon
|
|
2970
2972
|
} from '../icons/arrow-up-narrow-wide';
|
|
2971
|
-
//
|
|
2972
|
-
export { default as
|
|
2973
|
+
// BadgeCheck aliases
|
|
2974
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2973
2975
|
export {
|
|
2974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2975
|
-
default as
|
|
2976
|
-
} from '../icons/
|
|
2976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
2977
|
+
default as VerifiedIcon
|
|
2978
|
+
} from '../icons/badge-check';
|
|
2977
2979
|
// ArrowUpZA aliases
|
|
2978
2980
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2979
2981
|
export {
|
|
2980
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
2981
2983
|
default as ArrowUpZaIcon
|
|
2982
2984
|
} from '../icons/arrow-up-z-a';
|
|
2985
|
+
// Axis3d aliases
|
|
2986
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2987
|
+
export {
|
|
2988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
2989
|
+
default as Axis3DIcon
|
|
2990
|
+
} from '../icons/axis-3d';
|
|
2983
2991
|
// BadgeQuestionMark aliases
|
|
2984
2992
|
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2985
2993
|
export {
|
|
2986
2994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
2987
2995
|
default as BadgeHelpIcon
|
|
2988
2996
|
} from '../icons/badge-question-mark';
|
|
2989
|
-
//
|
|
2990
|
-
export { default as
|
|
2997
|
+
// BetweenHorizontalStart aliases
|
|
2998
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2991
2999
|
export {
|
|
2992
|
-
/** @deprecated
|
|
2993
|
-
default as
|
|
2994
|
-
} from '../icons/
|
|
3000
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
3001
|
+
default as BetweenHorizonalStartIcon
|
|
3002
|
+
} from '../icons/between-horizontal-start';
|
|
2995
3003
|
// BetweenHorizontalEnd aliases
|
|
2996
3004
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2997
3005
|
export {
|
|
2998
3006
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2999
3007
|
default as BetweenHorizonalEndIcon
|
|
3000
3008
|
} from '../icons/between-horizontal-end';
|
|
3001
|
-
//
|
|
3002
|
-
export { default as
|
|
3009
|
+
// Braces aliases
|
|
3010
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
3003
3011
|
export {
|
|
3004
|
-
/** @deprecated
|
|
3005
|
-
default as
|
|
3006
|
-
} from '../icons/
|
|
3012
|
+
/** @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 */
|
|
3013
|
+
default as CurlyBracesIcon
|
|
3014
|
+
} from '../icons/braces';
|
|
3007
3015
|
// BookDashed aliases
|
|
3008
3016
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3009
3017
|
export {
|
|
3010
3018
|
/** @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 */
|
|
3011
3019
|
default as BookTemplateIcon
|
|
3012
3020
|
} from '../icons/book-dashed';
|
|
3021
|
+
// ChartArea aliases
|
|
3022
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3023
|
+
export {
|
|
3024
|
+
/** @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 */
|
|
3025
|
+
default as AreaChartIcon
|
|
3026
|
+
} from '../icons/chart-area';
|
|
3013
3027
|
// Captions aliases
|
|
3014
3028
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3015
3029
|
export {
|
|
3016
3030
|
/** @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 */
|
|
3017
3031
|
default as SubtitlesIcon
|
|
3018
3032
|
} from '../icons/captions';
|
|
3019
|
-
// Braces aliases
|
|
3020
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @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 */
|
|
3023
|
-
default as CurlyBracesIcon
|
|
3024
|
-
} from '../icons/braces';
|
|
3025
3033
|
// ChartBarBig aliases
|
|
3026
3034
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3027
3035
|
export {
|
|
3028
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
3029
3037
|
default as BarChartHorizontalBigIcon
|
|
3030
3038
|
} from '../icons/chart-bar-big';
|
|
3031
|
-
//
|
|
3032
|
-
export { default as
|
|
3039
|
+
// ChartBar aliases
|
|
3040
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3033
3041
|
export {
|
|
3034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3035
|
-
default as
|
|
3036
|
-
} from '../icons/chart-
|
|
3042
|
+
/** @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 */
|
|
3043
|
+
default as BarChartHorizontalIcon
|
|
3044
|
+
} from '../icons/chart-bar';
|
|
3037
3045
|
// ChartCandlestick aliases
|
|
3038
3046
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3039
3047
|
export {
|
|
3040
3048
|
/** @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 */
|
|
3041
3049
|
default as CandlestickChartIcon
|
|
3042
3050
|
} from '../icons/chart-candlestick';
|
|
3043
|
-
// ChartBar aliases
|
|
3044
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3045
|
-
export {
|
|
3046
|
-
/** @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 */
|
|
3047
|
-
default as BarChartHorizontalIcon
|
|
3048
|
-
} from '../icons/chart-bar';
|
|
3049
3051
|
// ChartColumnBig aliases
|
|
3050
3052
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3051
3053
|
export {
|
|
@@ -3082,54 +3084,54 @@ export {
|
|
|
3082
3084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3083
3085
|
default as BarChart2Icon
|
|
3084
3086
|
} from '../icons/chart-no-axes-column';
|
|
3085
|
-
// ChartNoAxesGantt aliases
|
|
3086
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3087
|
-
export {
|
|
3088
|
-
/** @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 */
|
|
3089
|
-
default as GanttChartIcon
|
|
3090
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3091
3087
|
// ChartPie aliases
|
|
3092
3088
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3093
3089
|
export {
|
|
3094
3090
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3095
3091
|
default as PieChartIcon
|
|
3096
3092
|
} from '../icons/chart-pie';
|
|
3097
|
-
//
|
|
3098
|
-
export { default as
|
|
3093
|
+
// ChartNoAxesGantt aliases
|
|
3094
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3099
3095
|
export {
|
|
3100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3101
|
-
default as
|
|
3102
|
-
} from '../icons/chart-
|
|
3096
|
+
/** @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 */
|
|
3097
|
+
default as GanttChartIcon
|
|
3098
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3099
|
+
// CircleArrowDown aliases
|
|
3100
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3101
|
+
export {
|
|
3102
|
+
/** @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 */
|
|
3103
|
+
default as ArrowDownCircleIcon
|
|
3104
|
+
} from '../icons/circle-arrow-down';
|
|
3103
3105
|
// CircleAlert aliases
|
|
3104
3106
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3105
3107
|
export {
|
|
3106
3108
|
/** @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 */
|
|
3107
3109
|
default as AlertCircleIcon
|
|
3108
3110
|
} from '../icons/circle-alert';
|
|
3109
|
-
//
|
|
3110
|
-
export { default as
|
|
3111
|
+
// ChartScatter aliases
|
|
3112
|
+
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3111
3113
|
export {
|
|
3112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3113
|
-
default as
|
|
3114
|
-
} from '../icons/
|
|
3114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
3115
|
+
default as ScatterChartIcon
|
|
3116
|
+
} from '../icons/chart-scatter';
|
|
3115
3117
|
// CircleArrowOutDownLeft aliases
|
|
3116
3118
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3117
3119
|
export {
|
|
3118
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3119
3121
|
default as ArrowDownLeftFromCircleIcon
|
|
3120
3122
|
} from '../icons/circle-arrow-out-down-left';
|
|
3121
|
-
// CircleArrowOutDownRight aliases
|
|
3122
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3123
|
-
export {
|
|
3124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3125
|
-
default as ArrowDownRightFromCircleIcon
|
|
3126
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
3127
3123
|
// CircleArrowLeft aliases
|
|
3128
3124
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3129
3125
|
export {
|
|
3130
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
3131
3127
|
default as ArrowLeftCircleIcon
|
|
3132
3128
|
} from '../icons/circle-arrow-left';
|
|
3129
|
+
// CircleArrowOutDownRight aliases
|
|
3130
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3131
|
+
export {
|
|
3132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3133
|
+
default as ArrowDownRightFromCircleIcon
|
|
3134
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
3133
3135
|
// CircleArrowOutUpLeft aliases
|
|
3134
3136
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3135
3137
|
export {
|
|
@@ -3148,30 +3150,30 @@ export {
|
|
|
3148
3150
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3149
3151
|
default as ArrowRightCircleIcon
|
|
3150
3152
|
} from '../icons/circle-arrow-right';
|
|
3151
|
-
//
|
|
3152
|
-
export { default as
|
|
3153
|
+
// CircleCheckBig aliases
|
|
3154
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3153
3155
|
export {
|
|
3154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3155
|
-
default as
|
|
3156
|
-
} from '../icons/circle-
|
|
3156
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3157
|
+
default as CheckCircleIcon
|
|
3158
|
+
} from '../icons/circle-check-big';
|
|
3157
3159
|
// CircleCheck aliases
|
|
3158
3160
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3159
3161
|
export {
|
|
3160
3162
|
/** @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 */
|
|
3161
3163
|
default as CheckCircle2Icon
|
|
3162
3164
|
} from '../icons/circle-check';
|
|
3163
|
-
//
|
|
3164
|
-
export { default as
|
|
3165
|
+
// CircleArrowUp aliases
|
|
3166
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3165
3167
|
export {
|
|
3166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3167
|
-
default as
|
|
3168
|
-
} from '../icons/circle-
|
|
3169
|
-
//
|
|
3170
|
-
export { default as
|
|
3168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3169
|
+
default as ArrowUpCircleIcon
|
|
3170
|
+
} from '../icons/circle-arrow-up';
|
|
3171
|
+
// CircleChevronLeft aliases
|
|
3172
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3171
3173
|
export {
|
|
3172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3173
|
-
default as
|
|
3174
|
-
} from '../icons/circle-chevron-
|
|
3174
|
+
/** @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 */
|
|
3175
|
+
default as ChevronLeftCircleIcon
|
|
3176
|
+
} from '../icons/circle-chevron-left';
|
|
3175
3177
|
// CircleChevronRight aliases
|
|
3176
3178
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3177
3179
|
export {
|
|
@@ -3190,12 +3192,6 @@ export {
|
|
|
3190
3192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
3191
3193
|
default as DivideCircleIcon
|
|
3192
3194
|
} from '../icons/circle-divide';
|
|
3193
|
-
// CircleChevronLeft aliases
|
|
3194
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3195
|
-
export {
|
|
3196
|
-
/** @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 */
|
|
3197
|
-
default as ChevronLeftCircleIcon
|
|
3198
|
-
} from '../icons/circle-chevron-left';
|
|
3199
3195
|
// CircleGauge aliases
|
|
3200
3196
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3201
3197
|
export {
|
|
@@ -3208,30 +3204,42 @@ export {
|
|
|
3208
3204
|
/** @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 */
|
|
3209
3205
|
default as MinusCircleIcon
|
|
3210
3206
|
} from '../icons/circle-minus';
|
|
3207
|
+
// CircleChevronDown aliases
|
|
3208
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3209
|
+
export {
|
|
3210
|
+
/** @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 */
|
|
3211
|
+
default as ChevronDownCircleIcon
|
|
3212
|
+
} from '../icons/circle-chevron-down';
|
|
3211
3213
|
// CircleParkingOff aliases
|
|
3212
3214
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3213
3215
|
export {
|
|
3214
3216
|
/** @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 */
|
|
3215
3217
|
default as ParkingCircleOffIcon
|
|
3216
3218
|
} from '../icons/circle-parking-off';
|
|
3217
|
-
// CircleParking aliases
|
|
3218
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3219
|
-
export {
|
|
3220
|
-
/** @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 */
|
|
3221
|
-
default as ParkingCircleIcon
|
|
3222
|
-
} from '../icons/circle-parking';
|
|
3223
3219
|
// CirclePause aliases
|
|
3224
3220
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3225
3221
|
export {
|
|
3226
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
3227
3223
|
default as PauseCircleIcon
|
|
3228
3224
|
} from '../icons/circle-pause';
|
|
3225
|
+
// CircleParking aliases
|
|
3226
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3227
|
+
export {
|
|
3228
|
+
/** @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 */
|
|
3229
|
+
default as ParkingCircleIcon
|
|
3230
|
+
} from '../icons/circle-parking';
|
|
3229
3231
|
// CirclePercent aliases
|
|
3230
3232
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3231
3233
|
export {
|
|
3232
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
3233
3235
|
default as PercentCircleIcon
|
|
3234
3236
|
} from '../icons/circle-percent';
|
|
3237
|
+
// CirclePlus aliases
|
|
3238
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3239
|
+
export {
|
|
3240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
3241
|
+
default as PlusCircleIcon
|
|
3242
|
+
} from '../icons/circle-plus';
|
|
3235
3243
|
// CirclePlay aliases
|
|
3236
3244
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3237
3245
|
export {
|
|
@@ -3244,12 +3252,18 @@ export {
|
|
|
3244
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
3245
3253
|
default as PowerCircleIcon
|
|
3246
3254
|
} from '../icons/circle-power';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3255
|
+
// CircleSlash2 aliases
|
|
3256
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3249
3257
|
export {
|
|
3250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3251
|
-
default as
|
|
3252
|
-
} from '../icons/circle-
|
|
3258
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3259
|
+
default as CircleSlashedIcon
|
|
3260
|
+
} from '../icons/circle-slash-2';
|
|
3261
|
+
// CircleStop aliases
|
|
3262
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
3265
|
+
default as StopCircleIcon
|
|
3266
|
+
} from '../icons/circle-stop';
|
|
3253
3267
|
// CircleQuestionMark aliases
|
|
3254
3268
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3255
3269
|
export {
|
|
@@ -3260,42 +3274,24 @@ export {
|
|
|
3260
3274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3261
3275
|
default as CircleHelpIcon
|
|
3262
3276
|
} from '../icons/circle-question-mark';
|
|
3263
|
-
// CircleSlash2 aliases
|
|
3264
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3265
|
-
export {
|
|
3266
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
3267
|
-
default as CircleSlashedIcon
|
|
3268
|
-
} from '../icons/circle-slash-2';
|
|
3269
|
-
// CircleUser aliases
|
|
3270
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3271
|
-
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3273
|
-
default as UserCircleIcon
|
|
3274
|
-
} from '../icons/circle-user';
|
|
3275
3277
|
// CircleUserRound aliases
|
|
3276
3278
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3277
3279
|
export {
|
|
3278
3280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3279
3281
|
default as UserCircle2Icon
|
|
3280
3282
|
} from '../icons/circle-user-round';
|
|
3281
|
-
//
|
|
3282
|
-
export { default as
|
|
3283
|
+
// CircleUser aliases
|
|
3284
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3283
3285
|
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3285
|
-
default as
|
|
3286
|
-
} from '../icons/circle-
|
|
3286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
3287
|
+
default as UserCircleIcon
|
|
3288
|
+
} from '../icons/circle-user';
|
|
3287
3289
|
// CircleX aliases
|
|
3288
3290
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3289
3291
|
export {
|
|
3290
3292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
3291
3293
|
default as XCircleIcon
|
|
3292
3294
|
} from '../icons/circle-x';
|
|
3293
|
-
// ClipboardPen aliases
|
|
3294
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3295
|
-
export {
|
|
3296
|
-
/** @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 */
|
|
3297
|
-
default as ClipboardEditIcon
|
|
3298
|
-
} from '../icons/clipboard-pen';
|
|
3299
3295
|
// ClipboardPenLine aliases
|
|
3300
3296
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3301
3297
|
export {
|
|
@@ -3308,6 +3304,12 @@ export {
|
|
|
3308
3304
|
/** @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 */
|
|
3309
3305
|
default as DownloadCloudIcon
|
|
3310
3306
|
} from '../icons/cloud-download';
|
|
3307
|
+
// ClipboardPen aliases
|
|
3308
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3309
|
+
export {
|
|
3310
|
+
/** @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 */
|
|
3311
|
+
default as ClipboardEditIcon
|
|
3312
|
+
} from '../icons/clipboard-pen';
|
|
3311
3313
|
// CloudUpload aliases
|
|
3312
3314
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3313
3315
|
export {
|
|
@@ -3336,36 +3338,36 @@ export {
|
|
|
3336
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
3337
3339
|
default as TableConfigIcon
|
|
3338
3340
|
} from '../icons/columns-3-cog';
|
|
3339
|
-
// Columns3 aliases
|
|
3340
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3341
|
-
export {
|
|
3342
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3343
|
-
default as PanelsLeftRightIcon
|
|
3344
|
-
} from '../icons/columns-3';
|
|
3345
3341
|
// ContactRound aliases
|
|
3346
3342
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3347
3343
|
export {
|
|
3348
3344
|
/** @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 */
|
|
3349
3345
|
default as Contact2Icon
|
|
3350
3346
|
} from '../icons/contact-round';
|
|
3351
|
-
//
|
|
3352
|
-
export { default as
|
|
3347
|
+
// Columns3 aliases
|
|
3348
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3353
3349
|
export {
|
|
3354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3355
|
-
default as
|
|
3356
|
-
} from '../icons/
|
|
3350
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
3351
|
+
default as PanelsLeftRightIcon
|
|
3352
|
+
} from '../icons/columns-3';
|
|
3353
|
+
// DiamondPercent aliases
|
|
3354
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3355
|
+
export {
|
|
3356
|
+
/** @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 */
|
|
3357
|
+
default as PercentDiamondIcon
|
|
3358
|
+
} from '../icons/diamond-percent';
|
|
3357
3359
|
// Earth aliases
|
|
3358
3360
|
export { default as EarthIcon } from '../icons/earth';
|
|
3359
3361
|
export {
|
|
3360
3362
|
/** @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 */
|
|
3361
3363
|
default as Globe2Icon
|
|
3362
3364
|
} from '../icons/earth';
|
|
3363
|
-
//
|
|
3364
|
-
export { default as
|
|
3365
|
+
// EllipsisVertical aliases
|
|
3366
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3365
3367
|
export {
|
|
3366
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3367
|
-
default as
|
|
3368
|
-
} from '../icons/
|
|
3368
|
+
/** @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 */
|
|
3369
|
+
default as MoreVerticalIcon
|
|
3370
|
+
} from '../icons/ellipsis-vertical';
|
|
3369
3371
|
// Ellipsis aliases
|
|
3370
3372
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3371
3373
|
export {
|
|
@@ -3390,48 +3392,48 @@ export {
|
|
|
3390
3392
|
/** @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 */
|
|
3391
3393
|
default as FileJson2Icon
|
|
3392
3394
|
} from '../icons/file-braces-corner';
|
|
3393
|
-
//
|
|
3394
|
-
export { default as
|
|
3395
|
+
// FileChartColumnIncreasing aliases
|
|
3396
|
+
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3395
3397
|
export {
|
|
3396
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3397
|
-
default as
|
|
3398
|
-
} from '../icons/file-chart-column';
|
|
3398
|
+
/** @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 */
|
|
3399
|
+
default as FileBarChartIcon
|
|
3400
|
+
} from '../icons/file-chart-column-increasing';
|
|
3399
3401
|
// FileBraces aliases
|
|
3400
3402
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3401
3403
|
export {
|
|
3402
3404
|
/** @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 */
|
|
3403
3405
|
default as FileJsonIcon
|
|
3404
3406
|
} from '../icons/file-braces';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3407
|
+
// FileChartColumn aliases
|
|
3408
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3407
3409
|
export {
|
|
3408
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3409
|
-
default as
|
|
3410
|
-
} from '../icons/file-chart-column
|
|
3410
|
+
/** @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 */
|
|
3411
|
+
default as FileBarChart2Icon
|
|
3412
|
+
} from '../icons/file-chart-column';
|
|
3411
3413
|
// FileChartLine aliases
|
|
3412
3414
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3413
3415
|
export {
|
|
3414
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3415
3417
|
default as FileLineChartIcon
|
|
3416
3418
|
} from '../icons/file-chart-line';
|
|
3417
|
-
//
|
|
3418
|
-
export { default as
|
|
3419
|
+
// FileChartPie aliases
|
|
3420
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3419
3421
|
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3421
|
-
default as
|
|
3422
|
-
} from '../icons/file-
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3423
|
+
default as FilePieChartIcon
|
|
3424
|
+
} from '../icons/file-chart-pie';
|
|
3423
3425
|
// FileCodeCorner aliases
|
|
3424
3426
|
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3425
3427
|
export {
|
|
3426
3428
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. This alias will be removed in v1.0 */
|
|
3427
3429
|
default as FileCode2Icon
|
|
3428
3430
|
} from '../icons/file-code-corner';
|
|
3429
|
-
//
|
|
3430
|
-
export { default as
|
|
3431
|
+
// FileCheckCorner aliases
|
|
3432
|
+
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3431
3433
|
export {
|
|
3432
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3433
|
-
default as
|
|
3434
|
-
} from '../icons/file-
|
|
3434
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
3435
|
+
default as FileCheck2Icon
|
|
3436
|
+
} from '../icons/file-check-corner';
|
|
3435
3437
|
// FileCog aliases
|
|
3436
3438
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3437
3439
|
export {
|
|
@@ -3444,6 +3446,18 @@ export {
|
|
|
3444
3446
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
3445
3447
|
default as FileWarningIcon
|
|
3446
3448
|
} from '../icons/file-exclamation-point';
|
|
3449
|
+
// FileKey aliases
|
|
3450
|
+
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3451
|
+
export {
|
|
3452
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3453
|
+
default as FileKey2Icon
|
|
3454
|
+
} from '../icons/file-key';
|
|
3455
|
+
// FilePenLine aliases
|
|
3456
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3457
|
+
export {
|
|
3458
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3459
|
+
default as FileSignatureIcon
|
|
3460
|
+
} from '../icons/file-pen-line';
|
|
3447
3461
|
// FileHeadphone aliases
|
|
3448
3462
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3449
3463
|
export {
|
|
@@ -3460,132 +3474,126 @@ export {
|
|
|
3460
3474
|
/** @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 */
|
|
3461
3475
|
default as FileLock2Icon
|
|
3462
3476
|
} from '../icons/file-lock';
|
|
3463
|
-
// FileKey aliases
|
|
3464
|
-
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3465
|
-
export {
|
|
3466
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3467
|
-
default as FileKey2Icon
|
|
3468
|
-
} from '../icons/file-key';
|
|
3469
3477
|
// FileMinusCorner aliases
|
|
3470
3478
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3471
3479
|
export {
|
|
3472
3480
|
/** @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 */
|
|
3473
3481
|
default as FileMinus2Icon
|
|
3474
3482
|
} from '../icons/file-minus-corner';
|
|
3475
|
-
// FilePen aliases
|
|
3476
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3477
|
-
export {
|
|
3478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3479
|
-
default as FileEditIcon
|
|
3480
|
-
} from '../icons/file-pen';
|
|
3481
3483
|
// FilePlay aliases
|
|
3482
3484
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3483
3485
|
export {
|
|
3484
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
3485
3487
|
default as FileVideoIcon
|
|
3486
3488
|
} from '../icons/file-play';
|
|
3487
|
-
// FilePenLine aliases
|
|
3488
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3489
|
-
export {
|
|
3490
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
3491
|
-
default as FileSignatureIcon
|
|
3492
|
-
} from '../icons/file-pen-line';
|
|
3493
3489
|
// FilePlusCorner aliases
|
|
3494
3490
|
export { default as FilePlusCornerIcon } from '../icons/file-plus-corner';
|
|
3495
3491
|
export {
|
|
3496
3492
|
/** @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 */
|
|
3497
3493
|
default as FilePlus2Icon
|
|
3498
3494
|
} from '../icons/file-plus-corner';
|
|
3495
|
+
// FilePen aliases
|
|
3496
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3497
|
+
export {
|
|
3498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
3499
|
+
default as FileEditIcon
|
|
3500
|
+
} from '../icons/file-pen';
|
|
3499
3501
|
// FileQuestionMark aliases
|
|
3500
3502
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3501
3503
|
export {
|
|
3502
3504
|
/** @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 */
|
|
3503
3505
|
default as FileQuestionIcon
|
|
3504
3506
|
} from '../icons/file-question-mark';
|
|
3507
|
+
// FileSearchCorner aliases
|
|
3508
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3509
|
+
export {
|
|
3510
|
+
/** @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 */
|
|
3511
|
+
default as FileSearch2Icon
|
|
3512
|
+
} from '../icons/file-search-corner';
|
|
3505
3513
|
// FileSignal aliases
|
|
3506
3514
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3507
3515
|
export {
|
|
3508
3516
|
/** @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 */
|
|
3509
3517
|
default as FileVolume2Icon
|
|
3510
3518
|
} from '../icons/file-signal';
|
|
3511
|
-
//
|
|
3512
|
-
export { default as
|
|
3519
|
+
// FileVideoCamera aliases
|
|
3520
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3513
3521
|
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3515
|
-
default as
|
|
3516
|
-
} from '../icons/file-
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3523
|
+
default as FileVideo2Icon
|
|
3524
|
+
} from '../icons/file-video-camera';
|
|
3517
3525
|
// FileTypeCorner aliases
|
|
3518
3526
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3519
3527
|
export {
|
|
3520
3528
|
/** @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 */
|
|
3521
3529
|
default as FileType2Icon
|
|
3522
3530
|
} from '../icons/file-type-corner';
|
|
3523
|
-
//
|
|
3524
|
-
export { default as
|
|
3531
|
+
// FingerprintPattern aliases
|
|
3532
|
+
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3525
3533
|
export {
|
|
3526
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3527
|
-
default as
|
|
3528
|
-
} from '../icons/
|
|
3534
|
+
/** @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 */
|
|
3535
|
+
default as FingerprintIcon
|
|
3536
|
+
} from '../icons/fingerprint-pattern';
|
|
3537
|
+
// FileXCorner aliases
|
|
3538
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3539
|
+
export {
|
|
3540
|
+
/** @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 */
|
|
3541
|
+
default as FileX2Icon
|
|
3542
|
+
} from '../icons/file-x-corner';
|
|
3529
3543
|
// FolderCog aliases
|
|
3530
3544
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3531
3545
|
export {
|
|
3532
3546
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3533
3547
|
default as FolderCog2Icon
|
|
3534
3548
|
} from '../icons/folder-cog';
|
|
3535
|
-
//
|
|
3536
|
-
export { default as
|
|
3549
|
+
// FunnelX aliases
|
|
3550
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3537
3551
|
export {
|
|
3538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3539
|
-
default as
|
|
3540
|
-
} from '../icons/
|
|
3552
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3553
|
+
default as FilterXIcon
|
|
3554
|
+
} from '../icons/funnel-x';
|
|
3541
3555
|
// FolderPen aliases
|
|
3542
3556
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3543
3557
|
export {
|
|
3544
3558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
3545
3559
|
default as FolderEditIcon
|
|
3546
3560
|
} from '../icons/folder-pen';
|
|
3547
|
-
// FingerprintPattern aliases
|
|
3548
|
-
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3549
|
-
export {
|
|
3550
|
-
/** @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 */
|
|
3551
|
-
default as FingerprintIcon
|
|
3552
|
-
} from '../icons/fingerprint-pattern';
|
|
3553
3561
|
// Funnel aliases
|
|
3554
3562
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3555
3563
|
export {
|
|
3556
3564
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3557
3565
|
default as FilterIcon
|
|
3558
3566
|
} from '../icons/funnel';
|
|
3559
|
-
// FunnelX aliases
|
|
3560
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3561
|
-
export {
|
|
3562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
3563
|
-
default as FilterXIcon
|
|
3564
|
-
} from '../icons/funnel-x';
|
|
3565
3567
|
// GitCommitHorizontal aliases
|
|
3566
3568
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3567
3569
|
export {
|
|
3568
3570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3569
3571
|
default as GitCommitIcon
|
|
3570
3572
|
} from '../icons/git-commit-horizontal';
|
|
3571
|
-
// Grid2x2Check aliases
|
|
3572
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3573
|
-
export {
|
|
3574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3575
|
-
default as Grid2X2CheckIcon
|
|
3576
|
-
} from '../icons/grid-2x2-check';
|
|
3577
3573
|
// Grid2x2Plus aliases
|
|
3578
3574
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3579
3575
|
export {
|
|
3580
3576
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
3581
3577
|
default as Grid2X2PlusIcon
|
|
3582
3578
|
} from '../icons/grid-2x2-plus';
|
|
3579
|
+
// Grid2x2Check aliases
|
|
3580
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3581
|
+
export {
|
|
3582
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
3583
|
+
default as Grid2X2CheckIcon
|
|
3584
|
+
} from '../icons/grid-2x2-check';
|
|
3583
3585
|
// Grid2x2X aliases
|
|
3584
3586
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3585
3587
|
export {
|
|
3586
3588
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
3587
3589
|
default as Grid2X2XIcon
|
|
3588
3590
|
} from '../icons/grid-2x2-x';
|
|
3591
|
+
// Grid2x2 aliases
|
|
3592
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3593
|
+
export {
|
|
3594
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3595
|
+
default as Grid2X2Icon
|
|
3596
|
+
} from '../icons/grid-2x2';
|
|
3589
3597
|
// Grid3x3 aliases
|
|
3590
3598
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3591
3599
|
export {
|
|
@@ -3596,30 +3604,24 @@ export {
|
|
|
3596
3604
|
/** @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 */
|
|
3597
3605
|
default as Grid3X3Icon
|
|
3598
3606
|
} from '../icons/grid-3x3';
|
|
3599
|
-
//
|
|
3600
|
-
export { default as
|
|
3601
|
-
export {
|
|
3602
|
-
/** @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 */
|
|
3603
|
-
default as GrabIcon
|
|
3604
|
-
} from '../icons/hand-grab';
|
|
3605
|
-
// Grid2x2 aliases
|
|
3606
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3607
|
+
// House aliases
|
|
3608
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3607
3609
|
export {
|
|
3608
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3609
|
-
default as
|
|
3610
|
-
} from '../icons/
|
|
3610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
3611
|
+
default as HomeIcon
|
|
3612
|
+
} from '../icons/house';
|
|
3611
3613
|
// HandHelping aliases
|
|
3612
3614
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3613
3615
|
export {
|
|
3614
3616
|
/** @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 */
|
|
3615
3617
|
default as HelpingHandIcon
|
|
3616
3618
|
} from '../icons/hand-helping';
|
|
3617
|
-
//
|
|
3618
|
-
export { default as
|
|
3619
|
+
// HandGrab aliases
|
|
3620
|
+
export { default as HandGrabIcon } from '../icons/hand-grab';
|
|
3619
3621
|
export {
|
|
3620
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3621
|
-
default as
|
|
3622
|
-
} from '../icons/
|
|
3622
|
+
/** @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 */
|
|
3623
|
+
default as GrabIcon
|
|
3624
|
+
} from '../icons/hand-grab';
|
|
3623
3625
|
// IceCreamBowl aliases
|
|
3624
3626
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3625
3627
|
export {
|
|
@@ -3644,16 +3646,6 @@ export {
|
|
|
3644
3646
|
/** @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 */
|
|
3645
3647
|
default as Layers3Icon
|
|
3646
3648
|
} from '../icons/layers';
|
|
3647
|
-
// ListIndentDecrease aliases
|
|
3648
|
-
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3649
|
-
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3651
|
-
default as OutdentIcon
|
|
3652
|
-
} from '../icons/list-indent-decrease';
|
|
3653
|
-
export {
|
|
3654
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3655
|
-
default as IndentDecreaseIcon
|
|
3656
|
-
} from '../icons/list-indent-decrease';
|
|
3657
3649
|
// ListIndentIncrease aliases
|
|
3658
3650
|
export { default as ListIndentIncreaseIcon } from '../icons/list-indent-increase';
|
|
3659
3651
|
export {
|
|
@@ -3664,6 +3656,16 @@ export {
|
|
|
3664
3656
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
3665
3657
|
default as IndentIncreaseIcon
|
|
3666
3658
|
} from '../icons/list-indent-increase';
|
|
3659
|
+
// ListIndentDecrease aliases
|
|
3660
|
+
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3661
|
+
export {
|
|
3662
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3663
|
+
default as OutdentIcon
|
|
3664
|
+
} from '../icons/list-indent-decrease';
|
|
3665
|
+
export {
|
|
3666
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
3667
|
+
default as IndentDecreaseIcon
|
|
3668
|
+
} from '../icons/list-indent-decrease';
|
|
3667
3669
|
// LoaderCircle aliases
|
|
3668
3670
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3669
3671
|
export {
|
|
@@ -3682,48 +3684,48 @@ export {
|
|
|
3682
3684
|
/** @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 */
|
|
3683
3685
|
default as UnlockIcon
|
|
3684
3686
|
} from '../icons/lock-open';
|
|
3685
|
-
// MailQuestionMark aliases
|
|
3686
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3687
|
-
export {
|
|
3688
|
-
/** @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 */
|
|
3689
|
-
default as MailQuestionIcon
|
|
3690
|
-
} from '../icons/mail-question-mark';
|
|
3691
3687
|
// MapPinPen aliases
|
|
3692
3688
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3693
3689
|
export {
|
|
3694
3690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3695
3691
|
default as LocationEditIcon
|
|
3696
3692
|
} from '../icons/map-pin-pen';
|
|
3697
|
-
//
|
|
3698
|
-
export { default as
|
|
3693
|
+
// MailQuestionMark aliases
|
|
3694
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3699
3695
|
export {
|
|
3700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3701
|
-
default as
|
|
3702
|
-
} from '../icons/
|
|
3696
|
+
/** @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 */
|
|
3697
|
+
default as MailQuestionIcon
|
|
3698
|
+
} from '../icons/mail-question-mark';
|
|
3703
3699
|
// MessageCircleQuestionMark aliases
|
|
3704
3700
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3705
3701
|
export {
|
|
3706
3702
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3707
3703
|
default as MessageCircleQuestionIcon
|
|
3708
3704
|
} from '../icons/message-circle-question-mark';
|
|
3705
|
+
// MicVocal aliases
|
|
3706
|
+
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3707
|
+
export {
|
|
3708
|
+
/** @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 */
|
|
3709
|
+
default as Mic2Icon
|
|
3710
|
+
} from '../icons/mic-vocal';
|
|
3709
3711
|
// Move3d aliases
|
|
3710
3712
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3711
3713
|
export {
|
|
3712
3714
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
3713
3715
|
default as Move3DIcon
|
|
3714
3716
|
} from '../icons/move-3d';
|
|
3715
|
-
// OctagonAlert aliases
|
|
3716
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3717
|
-
export {
|
|
3718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3719
|
-
default as AlertOctagonIcon
|
|
3720
|
-
} from '../icons/octagon-alert';
|
|
3721
3717
|
// OctagonPause aliases
|
|
3722
3718
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3723
3719
|
export {
|
|
3724
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
3725
3721
|
default as PauseOctagonIcon
|
|
3726
3722
|
} from '../icons/octagon-pause';
|
|
3723
|
+
// OctagonAlert aliases
|
|
3724
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3725
|
+
export {
|
|
3726
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
3727
|
+
default as AlertOctagonIcon
|
|
3728
|
+
} from '../icons/octagon-alert';
|
|
3727
3729
|
// OctagonX aliases
|
|
3728
3730
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3729
3731
|
export {
|
|
@@ -3748,30 +3750,30 @@ export {
|
|
|
3748
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3749
3751
|
default as SidebarCloseIcon
|
|
3750
3752
|
} from '../icons/panel-left-close';
|
|
3751
|
-
// PanelLeft aliases
|
|
3752
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3753
|
-
export {
|
|
3754
|
-
/** @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 */
|
|
3755
|
-
default as SidebarIcon
|
|
3756
|
-
} from '../icons/panel-left';
|
|
3757
3753
|
// PanelLeftDashed aliases
|
|
3758
3754
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3759
3755
|
export {
|
|
3760
3756
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3761
3757
|
default as PanelLeftInactiveIcon
|
|
3762
3758
|
} from '../icons/panel-left-dashed';
|
|
3763
|
-
// PanelRightDashed aliases
|
|
3764
|
-
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3765
|
-
export {
|
|
3766
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3767
|
-
default as PanelRightInactiveIcon
|
|
3768
|
-
} from '../icons/panel-right-dashed';
|
|
3769
3759
|
// PanelLeftOpen aliases
|
|
3770
3760
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3771
3761
|
export {
|
|
3772
3762
|
/** @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 */
|
|
3773
3763
|
default as SidebarOpenIcon
|
|
3774
3764
|
} from '../icons/panel-left-open';
|
|
3765
|
+
// PanelLeft aliases
|
|
3766
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3767
|
+
export {
|
|
3768
|
+
/** @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 */
|
|
3769
|
+
default as SidebarIcon
|
|
3770
|
+
} from '../icons/panel-left';
|
|
3771
|
+
// PanelRightDashed aliases
|
|
3772
|
+
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3773
|
+
export {
|
|
3774
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
3775
|
+
default as PanelRightInactiveIcon
|
|
3776
|
+
} from '../icons/panel-right-dashed';
|
|
3775
3777
|
// PanelTopDashed aliases
|
|
3776
3778
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3777
3779
|
export {
|
|
@@ -3814,42 +3816,48 @@ export {
|
|
|
3814
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3815
3817
|
default as Rotate3DIcon
|
|
3816
3818
|
} from '../icons/rotate-3d';
|
|
3817
|
-
//
|
|
3818
|
-
export { default as
|
|
3819
|
-
export {
|
|
3820
|
-
/** @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 */
|
|
3821
|
-
default as RowsIcon
|
|
3822
|
-
} from '../icons/rows-2';
|
|
3823
|
-
// Scale3d aliases
|
|
3824
|
-
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3819
|
+
// Rows3 aliases
|
|
3820
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3825
3821
|
export {
|
|
3826
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3827
|
-
default as
|
|
3828
|
-
} from '../icons/
|
|
3822
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3823
|
+
default as PanelsTopBottomIcon
|
|
3824
|
+
} from '../icons/rows-3';
|
|
3825
|
+
// Rows2 aliases
|
|
3826
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3827
|
+
export {
|
|
3828
|
+
/** @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 */
|
|
3829
|
+
default as RowsIcon
|
|
3830
|
+
} from '../icons/rows-2';
|
|
3829
3831
|
// SendHorizontal aliases
|
|
3830
3832
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3831
3833
|
export {
|
|
3832
3834
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3833
3835
|
default as SendHorizonalIcon
|
|
3834
3836
|
} from '../icons/send-horizontal';
|
|
3835
|
-
// Rows3 aliases
|
|
3836
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3837
|
-
export {
|
|
3838
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3839
|
-
default as PanelsTopBottomIcon
|
|
3840
|
-
} from '../icons/rows-3';
|
|
3841
3837
|
// ShieldQuestionMark aliases
|
|
3842
3838
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3843
3839
|
export {
|
|
3844
3840
|
/** @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 */
|
|
3845
3841
|
default as ShieldQuestionIcon
|
|
3846
3842
|
} from '../icons/shield-question-mark';
|
|
3843
|
+
// Scale3d aliases
|
|
3844
|
+
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3845
|
+
export {
|
|
3846
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3847
|
+
default as Scale3DIcon
|
|
3848
|
+
} from '../icons/scale-3d';
|
|
3847
3849
|
// ShieldX aliases
|
|
3848
3850
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3849
3851
|
export {
|
|
3850
3852
|
/** @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 */
|
|
3851
3853
|
default as ShieldCloseIcon
|
|
3852
3854
|
} from '../icons/shield-x';
|
|
3855
|
+
// Sparkles aliases
|
|
3856
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3857
|
+
export {
|
|
3858
|
+
/** @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 */
|
|
3859
|
+
default as StarsIcon
|
|
3860
|
+
} from '../icons/sparkles';
|
|
3853
3861
|
// SlidersVertical aliases
|
|
3854
3862
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3855
3863
|
export {
|
|
@@ -3862,12 +3870,6 @@ export {
|
|
|
3862
3870
|
/** @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 */
|
|
3863
3871
|
default as ActivitySquareIcon
|
|
3864
3872
|
} from '../icons/square-activity';
|
|
3865
|
-
// Sparkles aliases
|
|
3866
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3867
|
-
export {
|
|
3868
|
-
/** @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 */
|
|
3869
|
-
default as StarsIcon
|
|
3870
|
-
} from '../icons/sparkles';
|
|
3871
3873
|
// SquareArrowDownLeft aliases
|
|
3872
3874
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3873
3875
|
export {
|
|
@@ -3886,30 +3888,30 @@ export {
|
|
|
3886
3888
|
/** @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 */
|
|
3887
3889
|
default as ArrowDownSquareIcon
|
|
3888
3890
|
} from '../icons/square-arrow-down';
|
|
3889
|
-
// SquareArrowOutDownLeft aliases
|
|
3890
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3891
|
-
export {
|
|
3892
|
-
/** @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 */
|
|
3893
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3894
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3895
3891
|
// SquareArrowLeft aliases
|
|
3896
3892
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3897
3893
|
export {
|
|
3898
3894
|
/** @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 */
|
|
3899
3895
|
default as ArrowLeftSquareIcon
|
|
3900
3896
|
} from '../icons/square-arrow-left';
|
|
3901
|
-
//
|
|
3902
|
-
export { default as
|
|
3897
|
+
// SquareArrowOutDownLeft aliases
|
|
3898
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3903
3899
|
export {
|
|
3904
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3905
|
-
default as
|
|
3906
|
-
} from '../icons/square-arrow-out-down-
|
|
3900
|
+
/** @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 */
|
|
3901
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3902
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3907
3903
|
// SquareArrowOutUpLeft aliases
|
|
3908
3904
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3909
3905
|
export {
|
|
3910
3906
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3911
3907
|
default as ArrowUpLeftFromSquareIcon
|
|
3912
3908
|
} from '../icons/square-arrow-out-up-left';
|
|
3909
|
+
// SquareArrowOutDownRight aliases
|
|
3910
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3911
|
+
export {
|
|
3912
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3913
|
+
default as ArrowDownRightFromSquareIcon
|
|
3914
|
+
} from '../icons/square-arrow-out-down-right';
|
|
3913
3915
|
// SquareArrowOutUpRight aliases
|
|
3914
3916
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3915
3917
|
export {
|
|
@@ -3934,30 +3936,24 @@ export {
|
|
|
3934
3936
|
/** @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 */
|
|
3935
3937
|
default as ArrowUpRightSquareIcon
|
|
3936
3938
|
} from '../icons/square-arrow-up-right';
|
|
3937
|
-
// SquareAsterisk aliases
|
|
3938
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3939
|
-
export {
|
|
3940
|
-
/** @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 */
|
|
3941
|
-
default as AsteriskSquareIcon
|
|
3942
|
-
} from '../icons/square-asterisk';
|
|
3943
3939
|
// SquareArrowUp aliases
|
|
3944
3940
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3945
3941
|
export {
|
|
3946
3942
|
/** @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 */
|
|
3947
3943
|
default as ArrowUpSquareIcon
|
|
3948
3944
|
} from '../icons/square-arrow-up';
|
|
3945
|
+
// SquareAsterisk aliases
|
|
3946
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3947
|
+
export {
|
|
3948
|
+
/** @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 */
|
|
3949
|
+
default as AsteriskSquareIcon
|
|
3950
|
+
} from '../icons/square-asterisk';
|
|
3949
3951
|
// SquareBottomDashedScissors aliases
|
|
3950
3952
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3951
3953
|
export {
|
|
3952
3954
|
/** @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 */
|
|
3953
3955
|
default as ScissorsSquareDashedBottomIcon
|
|
3954
3956
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3955
|
-
// SquareCenterlineDashedVertical aliases
|
|
3956
|
-
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3957
|
-
export {
|
|
3958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3959
|
-
default as FlipVerticalIcon
|
|
3960
|
-
} from '../icons/square-centerline-dashed-vertical';
|
|
3961
3957
|
// SquareCenterlineDashedHorizontal aliases
|
|
3962
3958
|
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
3963
3959
|
export {
|
|
@@ -3974,24 +3970,24 @@ export {
|
|
|
3974
3970
|
/** @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 */
|
|
3975
3971
|
default as SquareGanttChartIcon
|
|
3976
3972
|
} from '../icons/square-chart-gantt';
|
|
3977
|
-
//
|
|
3978
|
-
export { default as
|
|
3973
|
+
// SquareCenterlineDashedVertical aliases
|
|
3974
|
+
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
3979
3975
|
export {
|
|
3980
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3981
|
-
default as
|
|
3982
|
-
} from '../icons/square-
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as FlipVerticalIcon
|
|
3978
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
3983
3979
|
// SquareCheckBig aliases
|
|
3984
3980
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3985
3981
|
export {
|
|
3986
3982
|
/** @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 */
|
|
3987
3983
|
default as CheckSquareIcon
|
|
3988
3984
|
} from '../icons/square-check-big';
|
|
3989
|
-
//
|
|
3990
|
-
export { default as
|
|
3985
|
+
// SquareCheck aliases
|
|
3986
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3991
3987
|
export {
|
|
3992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3993
|
-
default as
|
|
3994
|
-
} from '../icons/square-
|
|
3988
|
+
/** @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 */
|
|
3989
|
+
default as CheckSquare2Icon
|
|
3990
|
+
} from '../icons/square-check';
|
|
3995
3991
|
// SquareChevronLeft aliases
|
|
3996
3992
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3997
3993
|
export {
|
|
@@ -4010,6 +4006,18 @@ export {
|
|
|
4010
4006
|
/** @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 */
|
|
4011
4007
|
default as ChevronUpSquareIcon
|
|
4012
4008
|
} from '../icons/square-chevron-up';
|
|
4009
|
+
// SquareChevronDown aliases
|
|
4010
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4011
|
+
export {
|
|
4012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
4013
|
+
default as ChevronDownSquareIcon
|
|
4014
|
+
} from '../icons/square-chevron-down';
|
|
4015
|
+
// SquareDashedKanban aliases
|
|
4016
|
+
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4017
|
+
export {
|
|
4018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
4019
|
+
default as KanbanSquareDashedIcon
|
|
4020
|
+
} from '../icons/square-dashed-kanban';
|
|
4013
4021
|
// SquareCode aliases
|
|
4014
4022
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4015
4023
|
export {
|
|
@@ -4022,30 +4030,34 @@ export {
|
|
|
4022
4030
|
/** @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 */
|
|
4023
4031
|
default as MousePointerSquareDashedIcon
|
|
4024
4032
|
} from '../icons/square-dashed-mouse-pointer';
|
|
4025
|
-
//
|
|
4026
|
-
export { default as
|
|
4033
|
+
// SquareDashedText aliases
|
|
4034
|
+
export { default as SquareDashedTextIcon } from '../icons/square-dashed-text';
|
|
4027
4035
|
export {
|
|
4028
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4029
|
-
default as
|
|
4030
|
-
} from '../icons/square-dashed-
|
|
4036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4037
|
+
default as TextSelectionIcon
|
|
4038
|
+
} from '../icons/square-dashed-text';
|
|
4039
|
+
export {
|
|
4040
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
4041
|
+
default as TextSelectIcon
|
|
4042
|
+
} from '../icons/square-dashed-text';
|
|
4031
4043
|
// SquareDashed aliases
|
|
4032
4044
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
4033
4045
|
export {
|
|
4034
4046
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
4035
4047
|
default as BoxSelectIcon
|
|
4036
4048
|
} from '../icons/square-dashed';
|
|
4037
|
-
// SquareDivide aliases
|
|
4038
|
-
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4039
|
-
export {
|
|
4040
|
-
/** @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 */
|
|
4041
|
-
default as DivideSquareIcon
|
|
4042
|
-
} from '../icons/square-divide';
|
|
4043
4049
|
// SquareDot aliases
|
|
4044
4050
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
4045
4051
|
export {
|
|
4046
4052
|
/** @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 */
|
|
4047
4053
|
default as DotSquareIcon
|
|
4048
4054
|
} from '../icons/square-dot';
|
|
4055
|
+
// SquareDivide aliases
|
|
4056
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
4057
|
+
export {
|
|
4058
|
+
/** @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 */
|
|
4059
|
+
default as DivideSquareIcon
|
|
4060
|
+
} from '../icons/square-divide';
|
|
4049
4061
|
// SquareEqual aliases
|
|
4050
4062
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
4051
4063
|
export {
|
|
@@ -4064,6 +4076,18 @@ export {
|
|
|
4064
4076
|
/** @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 */
|
|
4065
4077
|
default as KanbanSquareIcon
|
|
4066
4078
|
} from '../icons/square-kanban';
|
|
4079
|
+
// SquareLibrary aliases
|
|
4080
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4081
|
+
export {
|
|
4082
|
+
/** @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 */
|
|
4083
|
+
default as LibrarySquareIcon
|
|
4084
|
+
} from '../icons/square-library';
|
|
4085
|
+
// SquareMenu aliases
|
|
4086
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4087
|
+
export {
|
|
4088
|
+
/** @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 */
|
|
4089
|
+
default as MenuSquareIcon
|
|
4090
|
+
} from '../icons/square-menu';
|
|
4067
4091
|
// SquareM aliases
|
|
4068
4092
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4069
4093
|
export {
|
|
@@ -4082,24 +4106,12 @@ export {
|
|
|
4082
4106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4083
4107
|
default as ParkingSquareOffIcon
|
|
4084
4108
|
} from '../icons/square-parking-off';
|
|
4085
|
-
// SquareLibrary aliases
|
|
4086
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4087
|
-
export {
|
|
4088
|
-
/** @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 */
|
|
4089
|
-
default as LibrarySquareIcon
|
|
4090
|
-
} from '../icons/square-library';
|
|
4091
4109
|
// SquareMousePointer aliases
|
|
4092
4110
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4093
4111
|
export {
|
|
4094
4112
|
/** @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 */
|
|
4095
4113
|
default as InspectIcon
|
|
4096
4114
|
} from '../icons/square-mouse-pointer';
|
|
4097
|
-
// SquareMenu aliases
|
|
4098
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @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 */
|
|
4101
|
-
default as MenuSquareIcon
|
|
4102
|
-
} from '../icons/square-menu';
|
|
4103
4115
|
// SquareParking aliases
|
|
4104
4116
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4105
4117
|
export {
|
|
@@ -4126,30 +4138,30 @@ export {
|
|
|
4126
4138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
4127
4139
|
default as PenSquareIcon
|
|
4128
4140
|
} from '../icons/square-pen';
|
|
4129
|
-
// SquarePilcrow aliases
|
|
4130
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4131
|
-
export {
|
|
4132
|
-
/** @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 */
|
|
4133
|
-
default as PilcrowSquareIcon
|
|
4134
|
-
} from '../icons/square-pilcrow';
|
|
4135
4141
|
// SquarePi aliases
|
|
4136
4142
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4137
4143
|
export {
|
|
4138
4144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
4139
4145
|
default as PiSquareIcon
|
|
4140
4146
|
} from '../icons/square-pi';
|
|
4147
|
+
// SquarePlay aliases
|
|
4148
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4149
|
+
export {
|
|
4150
|
+
/** @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 */
|
|
4151
|
+
default as PlaySquareIcon
|
|
4152
|
+
} from '../icons/square-play';
|
|
4141
4153
|
// SquarePower aliases
|
|
4142
4154
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4143
4155
|
export {
|
|
4144
4156
|
/** @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 */
|
|
4145
4157
|
default as PowerSquareIcon
|
|
4146
4158
|
} from '../icons/square-power';
|
|
4147
|
-
//
|
|
4148
|
-
export { default as
|
|
4159
|
+
// SquarePilcrow aliases
|
|
4160
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4149
4161
|
export {
|
|
4150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4151
|
-
default as
|
|
4152
|
-
} from '../icons/square-
|
|
4162
|
+
/** @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 */
|
|
4163
|
+
default as PilcrowSquareIcon
|
|
4164
|
+
} from '../icons/square-pilcrow';
|
|
4153
4165
|
// SquarePlus aliases
|
|
4154
4166
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4155
4167
|
export {
|
|
@@ -4204,36 +4216,36 @@ export {
|
|
|
4204
4216
|
/** @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 */
|
|
4205
4217
|
default as UserSquareIcon
|
|
4206
4218
|
} from '../icons/square-user';
|
|
4207
|
-
//
|
|
4208
|
-
export { default as
|
|
4219
|
+
// TestTubeDiagonal aliases
|
|
4220
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4209
4221
|
export {
|
|
4210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4211
|
-
default as
|
|
4212
|
-
} from '../icons/
|
|
4222
|
+
/** @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 */
|
|
4223
|
+
default as TestTube2Icon
|
|
4224
|
+
} from '../icons/test-tube-diagonal';
|
|
4213
4225
|
// TextAlignCenter aliases
|
|
4214
4226
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4215
4227
|
export {
|
|
4216
4228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4217
4229
|
default as AlignCenterIcon
|
|
4218
4230
|
} from '../icons/text-align-center';
|
|
4219
|
-
//
|
|
4220
|
-
export { default as
|
|
4231
|
+
// TextAlignEnd aliases
|
|
4232
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4221
4233
|
export {
|
|
4222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4223
|
-
default as
|
|
4224
|
-
} from '../icons/
|
|
4234
|
+
/** @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 */
|
|
4235
|
+
default as AlignRightIcon
|
|
4236
|
+
} from '../icons/text-align-end';
|
|
4237
|
+
// SquareX aliases
|
|
4238
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4239
|
+
export {
|
|
4240
|
+
/** @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 */
|
|
4241
|
+
default as XSquareIcon
|
|
4242
|
+
} from '../icons/square-x';
|
|
4225
4243
|
// TextAlignJustify aliases
|
|
4226
4244
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4227
4245
|
export {
|
|
4228
4246
|
/** @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 */
|
|
4229
4247
|
default as AlignJustifyIcon
|
|
4230
4248
|
} from '../icons/text-align-justify';
|
|
4231
|
-
// TextAlignEnd aliases
|
|
4232
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4233
|
-
export {
|
|
4234
|
-
/** @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 */
|
|
4235
|
-
default as AlignRightIcon
|
|
4236
|
-
} from '../icons/text-align-end';
|
|
4237
4249
|
// TextAlignStart aliases
|
|
4238
4250
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4239
4251
|
export {
|
|
@@ -4250,66 +4262,60 @@ export {
|
|
|
4250
4262
|
/** @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 */
|
|
4251
4263
|
default as WrapTextIcon
|
|
4252
4264
|
} from '../icons/text-wrap';
|
|
4253
|
-
// TramFront aliases
|
|
4254
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4255
|
-
export {
|
|
4256
|
-
/** @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 */
|
|
4257
|
-
default as TrainIcon
|
|
4258
|
-
} from '../icons/tram-front';
|
|
4259
4265
|
// TextInitial aliases
|
|
4260
4266
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4261
4267
|
export {
|
|
4262
4268
|
/** @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 */
|
|
4263
4269
|
default as LetterTextIcon
|
|
4264
4270
|
} from '../icons/text-initial';
|
|
4265
|
-
//
|
|
4266
|
-
export { default as
|
|
4271
|
+
// TramFront aliases
|
|
4272
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4267
4273
|
export {
|
|
4268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4269
|
-
default as
|
|
4270
|
-
} from '../icons/
|
|
4274
|
+
/** @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 */
|
|
4275
|
+
default as TrainIcon
|
|
4276
|
+
} from '../icons/tram-front';
|
|
4271
4277
|
// TreePalm aliases
|
|
4272
4278
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4273
4279
|
export {
|
|
4274
4280
|
/** @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 */
|
|
4275
4281
|
default as PalmtreeIcon
|
|
4276
4282
|
} from '../icons/tree-palm';
|
|
4277
|
-
// TvMinimal aliases
|
|
4278
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4279
|
-
export {
|
|
4280
|
-
/** @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 */
|
|
4281
|
-
default as Tv2Icon
|
|
4282
|
-
} from '../icons/tv-minimal';
|
|
4283
4283
|
// TriangleAlert aliases
|
|
4284
4284
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4285
4285
|
export {
|
|
4286
4286
|
/** @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 */
|
|
4287
4287
|
default as AlertTriangleIcon
|
|
4288
4288
|
} from '../icons/triangle-alert';
|
|
4289
|
-
// UserRoundCheck aliases
|
|
4290
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4291
|
-
export {
|
|
4292
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4293
|
-
default as UserCheck2Icon
|
|
4294
|
-
} from '../icons/user-round-check';
|
|
4295
4289
|
// University aliases
|
|
4296
4290
|
export { default as UniversityIcon } from '../icons/university';
|
|
4297
4291
|
export {
|
|
4298
4292
|
/** @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 */
|
|
4299
4293
|
default as School2Icon
|
|
4300
4294
|
} from '../icons/university';
|
|
4301
|
-
//
|
|
4302
|
-
export { default as
|
|
4295
|
+
// TvMinimal aliases
|
|
4296
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4303
4297
|
export {
|
|
4304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4305
|
-
default as
|
|
4306
|
-
} from '../icons/
|
|
4298
|
+
/** @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 */
|
|
4299
|
+
default as Tv2Icon
|
|
4300
|
+
} from '../icons/tv-minimal';
|
|
4301
|
+
// UserRoundCheck aliases
|
|
4302
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4303
|
+
export {
|
|
4304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
4305
|
+
default as UserCheck2Icon
|
|
4306
|
+
} from '../icons/user-round-check';
|
|
4307
4307
|
// UserRoundMinus aliases
|
|
4308
4308
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4309
4309
|
export {
|
|
4310
4310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
4311
4311
|
default as UserMinus2Icon
|
|
4312
4312
|
} from '../icons/user-round-minus';
|
|
4313
|
+
// UserRoundCog aliases
|
|
4314
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
4315
|
+
export {
|
|
4316
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
4317
|
+
default as UserCog2Icon
|
|
4318
|
+
} from '../icons/user-round-cog';
|
|
4313
4319
|
// UserRoundX aliases
|
|
4314
4320
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4315
4321
|
export {
|
|
@@ -4328,18 +4334,18 @@ export {
|
|
|
4328
4334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
4329
4335
|
default as User2Icon
|
|
4330
4336
|
} from '../icons/user-round';
|
|
4331
|
-
// Utensils aliases
|
|
4332
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4333
|
-
export {
|
|
4334
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4335
|
-
default as ForkKnifeIcon
|
|
4336
|
-
} from '../icons/utensils';
|
|
4337
4337
|
// UsersRound aliases
|
|
4338
4338
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4339
4339
|
export {
|
|
4340
4340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4341
4341
|
default as Users2Icon
|
|
4342
4342
|
} from '../icons/users-round';
|
|
4343
|
+
// Utensils aliases
|
|
4344
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
4345
|
+
export {
|
|
4346
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
4347
|
+
default as ForkKnifeIcon
|
|
4348
|
+
} from '../icons/utensils';
|
|
4343
4349
|
// UtensilsCrossed aliases
|
|
4344
4350
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4345
4351
|
export {
|