@lucide/astro 0.532.0 → 0.533.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +48 -48
- package/src/aliases/prefixed.ts +598 -596
- package/src/aliases/suffixed.ts +924 -922
- package/src/icons/a-large-small.ts +2 -2
- package/src/icons/case-lower.ts +2 -2
- package/src/icons/case-sensitive.ts +2 -2
- package/src/icons/case-upper.ts +2 -2
- package/src/icons/closed-caption.ts +18 -0
- package/src/icons/flag-triangle-left.ts +2 -2
- package/src/icons/flag-triangle-right.ts +2 -2
- package/src/icons/folder-symlink.ts +2 -2
- package/src/icons/gavel.ts +2 -2
- package/src/icons/hammer.ts +2 -2
- package/src/icons/heart-crack.ts +2 -2
- package/src/icons/heart-handshake.ts +2 -2
- package/src/icons/heart-minus.ts +2 -2
- package/src/icons/heart-off.ts +2 -2
- package/src/icons/heart-plus.ts +2 -2
- package/src/icons/heart-pulse.ts +2 -2
- package/src/icons/heart.ts +2 -2
- package/src/icons/index.ts +149 -148
- package/src/icons/pickaxe.ts +2 -2
- package/src/icons/sailboat.ts +2 -2
- package/src/icons/wrench.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,121 +1,121 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
11
|
// AirVent aliases
|
|
12
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// AlarmClockOff aliases
|
|
14
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
// AlarmClock aliases
|
|
16
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
13
|
// Airplay aliases
|
|
18
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
|
+
// AlarmClock aliases
|
|
16
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmSmoke aliases
|
|
20
18
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
+
// AlarmClockOff aliases
|
|
20
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
21
23
|
// AlignCenterHorizontal aliases
|
|
22
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
25
|
// AlignCenterVertical aliases
|
|
24
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
27
|
// AlignCenter aliases
|
|
26
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
27
|
-
// Album aliases
|
|
28
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignEndVertical aliases
|
|
32
|
-
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
31
|
// AlignHorizontalDistributeCenter aliases
|
|
34
32
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
33
|
+
// AlignEndVertical aliases
|
|
34
|
+
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
37
35
|
// AlignHorizontalDistributeStart aliases
|
|
38
36
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
37
|
+
// AlignHorizontalDistributeEnd aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalJustifyStart aliases
|
|
46
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignJustify aliases
|
|
50
|
-
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
-
// AlignLeft aliases
|
|
52
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
49
|
// AlignRight aliases
|
|
54
50
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignJustify aliases
|
|
54
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignStartVertical aliases
|
|
58
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
57
|
// AlignVerticalDistributeCenter aliases
|
|
60
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
+
// AlignStartVertical aliases
|
|
60
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalDistributeStart aliases
|
|
64
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
|
+
// AlignVerticalDistributeStart aliases
|
|
66
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
|
-
// AlignVerticalSpaceAround aliases
|
|
70
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
71
69
|
// AlignVerticalJustifyStart aliases
|
|
72
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
+
// AlignVerticalSpaceAround aliases
|
|
72
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
77
|
// Ampersands aliases
|
|
78
78
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
|
-
// Ampersand aliases
|
|
80
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
81
79
|
// Amphora aliases
|
|
82
80
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
+
// Ampersand aliases
|
|
82
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
-
// Antenna aliases
|
|
88
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
87
|
// Annoyed aliases
|
|
90
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
91
89
|
// Anvil aliases
|
|
92
90
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
91
|
+
// Antenna aliases
|
|
92
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// AppWindow aliases
|
|
98
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
97
|
// Apple aliases
|
|
100
98
|
export { default as AppleIcon } from '../icons/apple';
|
|
99
|
+
// AppWindow aliases
|
|
100
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
|
-
// Archive aliases
|
|
104
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
105
103
|
// ArchiveX aliases
|
|
106
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
107
105
|
// Armchair aliases
|
|
108
106
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
107
|
// ArrowBigDownDash aliases
|
|
110
108
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
109
|
+
// Archive aliases
|
|
110
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
113
111
|
// ArrowBigLeftDash aliases
|
|
114
112
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
117
115
|
// ArrowBigRightDash aliases
|
|
118
116
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
117
|
+
// ArrowBigLeft aliases
|
|
118
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
121
|
// ArrowBigUpDash aliases
|
|
@@ -126,18 +126,18 @@ export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
131
|
// ArrowDownNarrowWide aliases
|
|
130
132
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
133
|
// ArrowDownRight aliases
|
|
132
134
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
-
// ArrowDownToDot aliases
|
|
134
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
|
-
// ArrowDownUp aliases
|
|
138
|
-
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
137
|
// ArrowDown aliases
|
|
140
138
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
|
+
// ArrowDownUp aliases
|
|
140
|
+
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
141
141
|
// ArrowLeftFromLine aliases
|
|
142
142
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
@@ -148,10 +148,10 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
148
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
149
|
// ArrowRightFromLine aliases
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
// ArrowRightLeft aliases
|
|
152
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
151
|
// ArrowRightToLine aliases
|
|
154
152
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
|
+
// ArrowRightLeft aliases
|
|
154
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
155
155
|
// ArrowRight aliases
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
@@ -164,54 +164,54 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpToLine aliases
|
|
166
166
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
-
// ArrowUpRight aliases
|
|
168
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
169
167
|
// ArrowUpWideNarrow aliases
|
|
170
168
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
|
-
// ArrowUp aliases
|
|
172
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
173
|
-
// Asterisk aliases
|
|
174
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
175
169
|
// ArrowsUpFromLine aliases
|
|
176
170
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
|
+
// ArrowUpRight aliases
|
|
172
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
173
|
+
// ArrowUp aliases
|
|
174
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
177
175
|
// AtSign aliases
|
|
178
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
177
|
+
// Asterisk aliases
|
|
178
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// AudioWaveform aliases
|
|
186
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
+
// Award aliases
|
|
186
|
+
export { default as AwardIcon } from '../icons/award';
|
|
187
187
|
// Axe aliases
|
|
188
188
|
export { default as AxeIcon } from '../icons/axe';
|
|
189
|
-
// Backpack aliases
|
|
190
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
189
|
// Baby aliases
|
|
192
190
|
export { default as BabyIcon } from '../icons/baby';
|
|
193
|
-
//
|
|
194
|
-
export { default as
|
|
191
|
+
// Backpack aliases
|
|
192
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
195
193
|
// BadgeCent aliases
|
|
196
194
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
195
|
+
// BadgeAlert aliases
|
|
196
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
199
197
|
// BadgeDollarSign aliases
|
|
200
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeIndianRupee aliases
|
|
202
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
203
|
// BadgeInfo aliases
|
|
204
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
205
|
// BadgeJapaneseYen aliases
|
|
206
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
207
|
-
// BadgePercent aliases
|
|
208
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
209
207
|
// BadgeMinus aliases
|
|
210
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
|
-
// BadgePlus aliases
|
|
212
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
209
|
// BadgePoundSterling aliases
|
|
214
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
+
// BadgePercent aliases
|
|
212
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// BadgeSwissFranc aliases
|
|
@@ -230,28 +230,28 @@ export { default as BananaIcon } from '../icons/banana';
|
|
|
230
230
|
export { default as BanIcon } from '../icons/ban';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowDown aliases
|
|
234
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
233
|
// BanknoteArrowUp aliases
|
|
236
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
237
|
// Banknote aliases
|
|
240
238
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
|
-
//
|
|
242
|
-
export { default as
|
|
239
|
+
// BanknoteArrowDown aliases
|
|
240
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
243
241
|
// Barcode aliases
|
|
244
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
|
-
// Bath aliases
|
|
246
|
-
export { default as BathIcon } from '../icons/bath';
|
|
247
243
|
// Barrel aliases
|
|
248
244
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
|
+
// Baseline aliases
|
|
246
|
+
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
+
// Bath aliases
|
|
248
|
+
export { default as BathIcon } from '../icons/bath';
|
|
249
249
|
// BatteryCharging aliases
|
|
250
250
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
|
-
// BatteryLow aliases
|
|
252
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
251
|
// BatteryFull aliases
|
|
254
252
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
255
255
|
// BatteryMedium aliases
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
@@ -260,20 +260,20 @@ export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
|
260
260
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Battery aliases
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
// Beaker aliases
|
|
264
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
263
|
// BeanOff aliases
|
|
266
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
265
|
+
// Beaker aliases
|
|
266
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
269
|
// BedDouble aliases
|
|
270
270
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
271
|
// BedSingle aliases
|
|
272
272
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
273
|
-
// Beef aliases
|
|
274
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
275
273
|
// Bed aliases
|
|
276
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
+
// Beef aliases
|
|
276
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
277
277
|
// BeerOff aliases
|
|
278
278
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
279
279
|
// Beer aliases
|
|
@@ -284,16 +284,16 @@ export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
|
284
284
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
-
// BellOff aliases
|
|
288
|
-
export { default as BellOffIcon } from '../icons/bell-off';
|
|
289
287
|
// BellPlus aliases
|
|
290
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
+
// BellOff aliases
|
|
290
|
+
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
291
|
// BellRing aliases
|
|
292
292
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
// Bell aliases
|
|
294
|
-
export { default as BellIcon } from '../icons/bell';
|
|
295
293
|
// BetweenVerticalEnd aliases
|
|
296
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
|
+
// Bell aliases
|
|
296
|
+
export { default as BellIcon } from '../icons/bell';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
299
|
// BicepsFlexed aliases
|
|
@@ -314,18 +314,18 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
|
314
314
|
export { default as BlendIcon } from '../icons/blend';
|
|
315
315
|
// Blinds aliases
|
|
316
316
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
|
-
// BluetoothConnected aliases
|
|
318
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
317
|
// Blocks aliases
|
|
320
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
321
|
// BluetoothOff aliases
|
|
322
322
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
323
323
|
// BluetoothSearching aliases
|
|
324
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
|
-
// Bluetooth aliases
|
|
326
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
325
|
// Bold aliases
|
|
328
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
+
// Bluetooth aliases
|
|
328
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
329
|
// Bolt aliases
|
|
330
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
331
|
// Bomb aliases
|
|
@@ -334,10 +334,10 @@ export { default as BombIcon } from '../icons/bomb';
|
|
|
334
334
|
export { default as BoneIcon } from '../icons/bone';
|
|
335
335
|
// BookA aliases
|
|
336
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
|
-
// BookAudio aliases
|
|
338
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
337
|
// BookAlert aliases
|
|
340
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
|
+
// BookAudio aliases
|
|
340
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
341
|
// BookCheck aliases
|
|
342
342
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
343
|
// BookCopy aliases
|
|
@@ -346,50 +346,50 @@ export { default as BookCopyIcon } from '../icons/book-copy';
|
|
|
346
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
347
|
// BookHeadphones aliases
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
|
-
// BookHeart aliases
|
|
350
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
351
349
|
// BookImage aliases
|
|
352
350
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
|
+
// BookHeart aliases
|
|
352
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
353
353
|
// BookKey aliases
|
|
354
354
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
355
|
-
// BookMarked aliases
|
|
356
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
355
|
// BookLock aliases
|
|
358
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
357
|
// BookMinus aliases
|
|
360
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
+
// BookMarked aliases
|
|
360
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
361
361
|
// BookOpenCheck aliases
|
|
362
362
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookPlus aliases
|
|
366
|
-
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
// BookOpen aliases
|
|
368
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
365
|
// BookText aliases
|
|
370
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
+
// BookOpen aliases
|
|
368
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
|
+
// BookPlus aliases
|
|
370
|
+
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
371
371
|
// BookType aliases
|
|
372
372
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
373
373
|
// BookUp2 aliases
|
|
374
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
|
-
// BookUser aliases
|
|
376
|
-
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
375
|
// BookUp aliases
|
|
378
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
379
|
-
// BookX aliases
|
|
380
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
381
377
|
// Book aliases
|
|
382
378
|
export { default as BookIcon } from '../icons/book';
|
|
379
|
+
// BookUser aliases
|
|
380
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
381
|
+
// BookX aliases
|
|
382
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
383
383
|
// BookmarkCheck aliases
|
|
384
384
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
385
385
|
// BookmarkMinus aliases
|
|
386
386
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
387
|
// BookmarkPlus aliases
|
|
388
388
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// BookmarkX aliases
|
|
390
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
+
// BookmarkX aliases
|
|
392
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
393
|
// BoomBox aliases
|
|
394
394
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
395
395
|
// BotMessageSquare aliases
|
|
@@ -398,20 +398,20 @@ export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
|
398
398
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
399
|
// Bot aliases
|
|
400
400
|
export { default as BotIcon } from '../icons/bot';
|
|
401
|
-
// BottleWine aliases
|
|
402
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
403
401
|
// BowArrow aliases
|
|
404
402
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
403
|
// Box aliases
|
|
406
404
|
export { default as BoxIcon } from '../icons/box';
|
|
407
|
-
//
|
|
408
|
-
export { default as
|
|
405
|
+
// BottleWine aliases
|
|
406
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
409
407
|
// BrainCircuit aliases
|
|
410
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
411
|
-
// BrainCog aliases
|
|
412
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
409
|
// Brackets aliases
|
|
414
410
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
+
// Boxes aliases
|
|
412
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
413
|
+
// BrainCog aliases
|
|
414
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// Brain aliases
|
|
416
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
417
|
// BrickWallFire aliases
|
|
@@ -424,14 +424,14 @@ export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
|
424
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
425
|
// BriefcaseConveyorBelt aliases
|
|
426
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
+
// BringToFront aliases
|
|
428
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
429
|
// Briefcase aliases
|
|
428
430
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
-
// Brush aliases
|
|
430
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
433
|
+
// Brush aliases
|
|
434
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
435
435
|
// Bubbles aliases
|
|
436
436
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
437
|
// BugOff aliases
|
|
@@ -442,28 +442,28 @@ export { default as BugPlayIcon } from '../icons/bug-play';
|
|
|
442
442
|
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// Building2 aliases
|
|
444
444
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
-
// Building aliases
|
|
446
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
447
445
|
// BusFront aliases
|
|
448
446
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
|
+
// Building aliases
|
|
448
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// Cable aliases
|
|
454
|
-
export { default as CableIcon } from '../icons/cable';
|
|
455
453
|
// CakeSlice aliases
|
|
456
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
|
+
// Cable aliases
|
|
456
|
+
export { default as CableIcon } from '../icons/cable';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
460
460
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
461
461
|
// Calendar1 aliases
|
|
462
462
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
463
|
-
// CalendarArrowUp aliases
|
|
464
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
465
463
|
// CalendarArrowDown aliases
|
|
466
464
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
465
|
+
// CalendarArrowUp aliases
|
|
466
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
467
467
|
// CalendarCheck2 aliases
|
|
468
468
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
469
469
|
// CalendarCheck aliases
|
|
@@ -476,74 +476,74 @@ export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
|
476
476
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
477
477
|
// CalendarFold aliases
|
|
478
478
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
479
|
-
// CalendarMinus aliases
|
|
480
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
479
|
// CalendarHeart aliases
|
|
482
480
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
483
|
-
// CalendarOff aliases
|
|
484
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
485
481
|
// CalendarMinus2 aliases
|
|
486
482
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
483
|
+
// CalendarMinus aliases
|
|
484
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
485
|
+
// CalendarOff aliases
|
|
486
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
487
487
|
// CalendarPlus2 aliases
|
|
488
488
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
|
-
// CalendarRange aliases
|
|
490
|
-
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
491
489
|
// CalendarPlus aliases
|
|
492
490
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
493
491
|
// CalendarSearch aliases
|
|
494
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
493
|
+
// CalendarRange aliases
|
|
494
|
+
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
// CalendarX2 aliases
|
|
498
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
497
|
// CalendarX aliases
|
|
500
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// CalendarX2 aliases
|
|
500
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
-
// Camera aliases
|
|
506
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
507
505
|
// CandyCane aliases
|
|
508
506
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
507
|
// CandyOff aliases
|
|
510
508
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
|
+
// Camera aliases
|
|
510
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
511
511
|
// Candy aliases
|
|
512
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
-
// Cannabis aliases
|
|
514
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
|
-
// CarFront aliases
|
|
516
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
513
|
// CaptionsOff aliases
|
|
518
514
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
519
|
-
//
|
|
520
|
-
export { default as
|
|
515
|
+
// Cannabis aliases
|
|
516
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
521
517
|
// Caravan aliases
|
|
522
518
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
519
|
+
// CarFront aliases
|
|
520
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
523
521
|
// Car aliases
|
|
524
522
|
export { default as CarIcon } from '../icons/car';
|
|
525
523
|
// CardSim aliases
|
|
526
524
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
527
|
-
//
|
|
528
|
-
export { default as
|
|
525
|
+
// CarTaxiFront aliases
|
|
526
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
529
527
|
// Carrot aliases
|
|
530
528
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
529
|
+
// CaseLower aliases
|
|
530
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
531
531
|
// CaseSensitive aliases
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
-
// CaseUpper aliases
|
|
534
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
533
|
// CassetteTape aliases
|
|
536
534
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
|
-
//
|
|
538
|
-
export { default as
|
|
535
|
+
// CaseUpper aliases
|
|
536
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
539
537
|
// Cast aliases
|
|
540
538
|
export { default as CastIcon } from '../icons/cast';
|
|
541
|
-
//
|
|
542
|
-
export { default as
|
|
543
|
-
// Cat aliases
|
|
544
|
-
export { default as CatIcon } from '../icons/cat';
|
|
539
|
+
// Castle aliases
|
|
540
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
545
541
|
// Cctv aliases
|
|
546
542
|
export { default as CctvIcon } from '../icons/cctv';
|
|
543
|
+
// Cat aliases
|
|
544
|
+
export { default as CatIcon } from '../icons/cat';
|
|
545
|
+
// ChartBarDecreasing aliases
|
|
546
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
547
|
// ChartBarIncreasing aliases
|
|
548
548
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
549
|
// ChartBarStacked aliases
|
|
@@ -554,10 +554,10 @@ export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decr
|
|
|
554
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
555
|
// ChartNetwork aliases
|
|
556
556
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
557
|
// ChartNoAxesColumnDecreasing aliases
|
|
560
558
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
|
+
// ChartGantt aliases
|
|
560
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
561
|
// ChartNoAxesCombined aliases
|
|
562
562
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
563
|
// ChartSpline aliases
|
|
@@ -566,72 +566,72 @@ export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
|
566
566
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
567
567
|
// CheckLine aliases
|
|
568
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
|
-
// ChefHat aliases
|
|
570
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
571
569
|
// Check aliases
|
|
572
570
|
export { default as CheckIcon } from '../icons/check';
|
|
571
|
+
// ChefHat aliases
|
|
572
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
573
573
|
// Cherry aliases
|
|
574
574
|
export { default as CherryIcon } from '../icons/cherry';
|
|
575
575
|
// ChevronDown aliases
|
|
576
576
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
577
|
-
// ChevronLast aliases
|
|
578
|
-
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
579
577
|
// ChevronFirst aliases
|
|
580
578
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
|
+
// ChevronLast aliases
|
|
580
|
+
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
581
581
|
// ChevronLeft aliases
|
|
582
582
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
583
|
// ChevronRight aliases
|
|
584
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
585
|
// ChevronUp aliases
|
|
586
586
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
|
-
// ChevronsDownUp aliases
|
|
588
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
587
|
// ChevronsDown aliases
|
|
590
588
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
589
|
+
// ChevronsDownUp aliases
|
|
590
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
591
591
|
// ChevronsLeftRightEllipsis aliases
|
|
592
592
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
593
|
// ChevronsLeftRight aliases
|
|
594
594
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
|
+
// ChevronsLeft aliases
|
|
596
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
595
597
|
// ChevronsRightLeft aliases
|
|
596
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
597
599
|
// ChevronsRight aliases
|
|
598
600
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
599
|
-
// ChevronsLeft aliases
|
|
600
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
601
|
-
// ChevronsUpDown aliases
|
|
602
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
603
601
|
// ChevronsUp aliases
|
|
604
602
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
605
603
|
// Chrome aliases
|
|
606
604
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
605
|
+
// ChevronsUpDown aliases
|
|
606
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
607
607
|
// CigaretteOff aliases
|
|
608
608
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
|
+
// Church aliases
|
|
610
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
609
611
|
// Cigarette aliases
|
|
610
612
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
611
|
-
// CircleDashed aliases
|
|
612
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
613
613
|
// CircleDollarSign aliases
|
|
614
614
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
617
|
-
// CircleDot aliases
|
|
618
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
615
|
+
// CircleDashed aliases
|
|
616
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
619
617
|
// CircleDotDashed aliases
|
|
620
618
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
|
+
// CircleDot aliases
|
|
620
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
621
621
|
// CircleEllipsis aliases
|
|
622
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
624
624
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
625
625
|
// CircleFadingArrowUp aliases
|
|
626
626
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
|
-
// CircleOff aliases
|
|
628
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
627
|
// CircleFadingPlus aliases
|
|
630
628
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
631
|
-
//
|
|
632
|
-
export { default as
|
|
629
|
+
// CircleOff aliases
|
|
630
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
633
631
|
// CirclePoundSterling aliases
|
|
634
632
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
633
|
+
// CircleSlash aliases
|
|
634
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
635
|
// CircleSmall aliases
|
|
636
636
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
637
637
|
// Circle aliases
|
|
@@ -662,52 +662,54 @@ export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
|
662
662
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
663
663
|
// Clipboard aliases
|
|
664
664
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
665
|
-
// Clock10 aliases
|
|
666
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
667
665
|
// Clock1 aliases
|
|
668
666
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
669
667
|
// Clock11 aliases
|
|
670
668
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
671
|
-
//
|
|
672
|
-
export { default as
|
|
669
|
+
// Clock10 aliases
|
|
670
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
673
671
|
// Clock12 aliases
|
|
674
672
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
675
|
-
//
|
|
676
|
-
export { default as
|
|
673
|
+
// Clock2 aliases
|
|
674
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
677
675
|
// Clock3 aliases
|
|
678
676
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
679
677
|
// Clock5 aliases
|
|
680
678
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
679
|
+
// Clock4 aliases
|
|
680
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
681
681
|
// Clock7 aliases
|
|
682
682
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
683
683
|
// Clock6 aliases
|
|
684
684
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
685
|
-
// Clock8 aliases
|
|
686
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
687
685
|
// Clock9 aliases
|
|
688
686
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
687
|
+
// Clock8 aliases
|
|
688
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
691
689
|
// ClockArrowDown aliases
|
|
692
690
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
693
691
|
// ClockArrowUp aliases
|
|
694
692
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
|
+
// ClockAlert aliases
|
|
694
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
695
695
|
// ClockFading aliases
|
|
696
696
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
697
|
-
// ClockPlus aliases
|
|
698
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
699
697
|
// Clock aliases
|
|
700
698
|
export { default as ClockIcon } from '../icons/clock';
|
|
699
|
+
// ClockPlus aliases
|
|
700
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
701
|
+
// ClosedCaption aliases
|
|
702
|
+
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
|
+
// CloudCheck aliases
|
|
704
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
705
|
// CloudAlert aliases
|
|
702
706
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
703
707
|
// CloudCog aliases
|
|
704
708
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
705
|
-
// CloudCheck aliases
|
|
706
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
707
|
-
// CloudFog aliases
|
|
708
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
709
709
|
// CloudDrizzle aliases
|
|
710
710
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
711
|
+
// CloudFog aliases
|
|
712
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
711
713
|
// CloudHail aliases
|
|
712
714
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
713
715
|
// CloudLightning aliases
|
|
@@ -716,88 +718,88 @@ export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
|
716
718
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
717
719
|
// CloudMoon aliases
|
|
718
720
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
721
|
+
// CloudRainWind aliases
|
|
722
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
719
723
|
// CloudOff aliases
|
|
720
724
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
721
725
|
// CloudRain aliases
|
|
722
726
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
|
-
// CloudRainWind aliases
|
|
724
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
725
727
|
// CloudSnow aliases
|
|
726
728
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
729
|
// CloudSunRain aliases
|
|
728
730
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
729
731
|
// CloudSun aliases
|
|
730
732
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
733
|
+
// Cloud aliases
|
|
734
|
+
export { default as CloudIcon } from '../icons/cloud';
|
|
731
735
|
// Cloudy aliases
|
|
732
736
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
733
737
|
// Clover aliases
|
|
734
738
|
export { default as CloverIcon } from '../icons/clover';
|
|
735
|
-
// Cloud aliases
|
|
736
|
-
export { default as CloudIcon } from '../icons/cloud';
|
|
737
|
-
// Code aliases
|
|
738
|
-
export { default as CodeIcon } from '../icons/code';
|
|
739
739
|
// Club aliases
|
|
740
740
|
export { default as ClubIcon } from '../icons/club';
|
|
741
|
+
// Code aliases
|
|
742
|
+
export { default as CodeIcon } from '../icons/code';
|
|
741
743
|
// Codepen aliases
|
|
742
744
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
743
|
-
// Codesandbox aliases
|
|
744
|
-
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
745
|
-
// Cog aliases
|
|
746
|
-
export { default as CogIcon } from '../icons/cog';
|
|
747
745
|
// Coffee aliases
|
|
748
746
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
747
|
+
// Codesandbox aliases
|
|
748
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
749
749
|
// Coins aliases
|
|
750
750
|
export { default as CoinsIcon } from '../icons/coins';
|
|
751
|
-
//
|
|
752
|
-
export { default as
|
|
751
|
+
// Cog aliases
|
|
752
|
+
export { default as CogIcon } from '../icons/cog';
|
|
753
753
|
// Columns4 aliases
|
|
754
754
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
755
|
-
//
|
|
756
|
-
export { default as
|
|
755
|
+
// Combine aliases
|
|
756
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
757
757
|
// Command aliases
|
|
758
758
|
export { default as CommandIcon } from '../icons/command';
|
|
759
|
+
// Compass aliases
|
|
760
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
759
761
|
// Component aliases
|
|
760
762
|
export { default as ComponentIcon } from '../icons/component';
|
|
761
763
|
// Computer aliases
|
|
762
764
|
export { default as ComputerIcon } from '../icons/computer';
|
|
765
|
+
// Cone aliases
|
|
766
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
763
767
|
// ConciergeBell aliases
|
|
764
768
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
769
|
+
// Contact aliases
|
|
770
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
765
771
|
// Construction aliases
|
|
766
772
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
767
|
-
// Cone aliases
|
|
768
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
769
773
|
// Container aliases
|
|
770
774
|
export { default as ContainerIcon } from '../icons/container';
|
|
771
|
-
// Contact aliases
|
|
772
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
773
|
-
// Cookie aliases
|
|
774
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
775
775
|
// Contrast aliases
|
|
776
776
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
777
|
+
// Cookie aliases
|
|
778
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
777
779
|
// CookingPot aliases
|
|
778
780
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
781
|
+
// CopyCheck aliases
|
|
782
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
779
783
|
// CopyMinus aliases
|
|
780
784
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
781
785
|
// CopySlash aliases
|
|
782
786
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
783
|
-
// CopyCheck aliases
|
|
784
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
785
787
|
// CopyPlus aliases
|
|
786
788
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
787
789
|
// CopyX aliases
|
|
788
790
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
791
|
+
// Copyleft aliases
|
|
792
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
793
|
// Copy aliases
|
|
790
794
|
export { default as CopyIcon } from '../icons/copy';
|
|
791
795
|
// Copyright aliases
|
|
792
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
|
-
// Copyleft aliases
|
|
794
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
795
797
|
// CornerDownLeft aliases
|
|
796
798
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
797
|
-
// CornerLeftDown aliases
|
|
798
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
799
799
|
// CornerDownRight aliases
|
|
800
800
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
801
|
+
// CornerLeftDown aliases
|
|
802
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
801
803
|
// CornerLeftUp aliases
|
|
802
804
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
803
805
|
// CornerRightDown aliases
|
|
@@ -824,62 +826,62 @@ export { default as CrossIcon } from '../icons/cross';
|
|
|
824
826
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
825
827
|
// Cuboid aliases
|
|
826
828
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
|
+
// CupSoda aliases
|
|
830
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
827
831
|
// Crown aliases
|
|
828
832
|
export { default as CrownIcon } from '../icons/crown';
|
|
829
833
|
// Currency aliases
|
|
830
834
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
831
|
-
// CupSoda aliases
|
|
832
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
833
|
-
// Cylinder aliases
|
|
834
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
835
835
|
// Dam aliases
|
|
836
836
|
export { default as DamIcon } from '../icons/dam';
|
|
837
|
+
// Cylinder aliases
|
|
838
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
837
839
|
// DatabaseBackup aliases
|
|
838
840
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
839
841
|
// DatabaseZap aliases
|
|
840
842
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
841
|
-
// Database aliases
|
|
842
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
843
843
|
// DecimalsArrowLeft aliases
|
|
844
844
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
845
|
-
// Delete aliases
|
|
846
|
-
export { default as DeleteIcon } from '../icons/delete';
|
|
847
845
|
// DecimalsArrowRight aliases
|
|
848
846
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
849
|
-
//
|
|
850
|
-
export { default as
|
|
847
|
+
// Database aliases
|
|
848
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
849
|
+
// Delete aliases
|
|
850
|
+
export { default as DeleteIcon } from '../icons/delete';
|
|
851
851
|
// Diameter aliases
|
|
852
852
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
853
|
// DiamondMinus aliases
|
|
854
854
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
855
|
+
// Dessert aliases
|
|
856
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
855
857
|
// DiamondPlus aliases
|
|
856
858
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
857
859
|
// Diamond aliases
|
|
858
860
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
859
861
|
// Dice1 aliases
|
|
860
862
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
861
|
-
// Dice2 aliases
|
|
862
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
863
863
|
// Dice3 aliases
|
|
864
864
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
|
+
// Dice2 aliases
|
|
866
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
865
867
|
// Dice4 aliases
|
|
866
868
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
867
869
|
// Dice5 aliases
|
|
868
870
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
869
871
|
// Dice6 aliases
|
|
870
872
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
873
|
+
// Dices aliases
|
|
874
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
871
875
|
// Diff aliases
|
|
872
876
|
export { default as DiffIcon } from '../icons/diff';
|
|
873
877
|
// Disc2 aliases
|
|
874
878
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
875
|
-
// Dices aliases
|
|
876
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
877
879
|
// Disc3 aliases
|
|
878
880
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
879
|
-
// DiscAlbum aliases
|
|
880
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
881
881
|
// Disc aliases
|
|
882
882
|
export { default as DiscIcon } from '../icons/disc';
|
|
883
|
+
// DiscAlbum aliases
|
|
884
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
883
885
|
// Divide aliases
|
|
884
886
|
export { default as DivideIcon } from '../icons/divide';
|
|
885
887
|
// DnaOff aliases
|
|
@@ -890,20 +892,20 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
890
892
|
export { default as DockIcon } from '../icons/dock';
|
|
891
893
|
// Dog aliases
|
|
892
894
|
export { default as DogIcon } from '../icons/dog';
|
|
893
|
-
// DoorClosedLocked aliases
|
|
894
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
895
895
|
// DollarSign aliases
|
|
896
896
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
897
897
|
// Donut aliases
|
|
898
898
|
export { default as DonutIcon } from '../icons/donut';
|
|
899
|
+
// DoorClosedLocked aliases
|
|
900
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
901
|
// DoorClosed aliases
|
|
900
902
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
901
|
-
// Dot aliases
|
|
902
|
-
export { default as DotIcon } from '../icons/dot';
|
|
903
903
|
// DoorOpen aliases
|
|
904
904
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
905
|
// Download aliases
|
|
906
906
|
export { default as DownloadIcon } from '../icons/download';
|
|
907
|
+
// Dot aliases
|
|
908
|
+
export { default as DotIcon } from '../icons/dot';
|
|
907
909
|
// DraftingCompass aliases
|
|
908
910
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
909
911
|
// Drama aliases
|
|
@@ -916,10 +918,10 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
916
918
|
export { default as DroneIcon } from '../icons/drone';
|
|
917
919
|
// DropletOff aliases
|
|
918
920
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
919
|
-
// Droplets aliases
|
|
920
|
-
export { default as DropletsIcon } from '../icons/droplets';
|
|
921
921
|
// Droplet aliases
|
|
922
922
|
export { default as DropletIcon } from '../icons/droplet';
|
|
923
|
+
// Droplets aliases
|
|
924
|
+
export { default as DropletsIcon } from '../icons/droplets';
|
|
923
925
|
// Drum aliases
|
|
924
926
|
export { default as DrumIcon } from '../icons/drum';
|
|
925
927
|
// Drumstick aliases
|
|
@@ -928,70 +930,70 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
928
930
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
929
931
|
// EarOff aliases
|
|
930
932
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
931
|
-
// EarthLock aliases
|
|
932
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
933
933
|
// Ear aliases
|
|
934
934
|
export { default as EarIcon } from '../icons/ear';
|
|
935
935
|
// Eclipse aliases
|
|
936
936
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
|
+
// EarthLock aliases
|
|
938
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
937
939
|
// EggFried aliases
|
|
938
940
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
939
941
|
// EggOff aliases
|
|
940
942
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
941
|
-
// EqualApproximately aliases
|
|
942
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
943
|
-
// EqualNot aliases
|
|
944
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
945
943
|
// Egg aliases
|
|
946
944
|
export { default as EggIcon } from '../icons/egg';
|
|
945
|
+
// EqualApproximately aliases
|
|
946
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
947
947
|
// Equal aliases
|
|
948
948
|
export { default as EqualIcon } from '../icons/equal';
|
|
949
|
+
// EqualNot aliases
|
|
950
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
949
951
|
// Eraser aliases
|
|
950
952
|
export { default as EraserIcon } from '../icons/eraser';
|
|
951
953
|
// EthernetPort aliases
|
|
952
954
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
953
955
|
// Euro aliases
|
|
954
956
|
export { default as EuroIcon } from '../icons/euro';
|
|
955
|
-
// ExternalLink aliases
|
|
956
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
957
|
-
// EyeClosed aliases
|
|
958
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
959
957
|
// Expand aliases
|
|
960
958
|
export { default as ExpandIcon } from '../icons/expand';
|
|
959
|
+
// ExternalLink aliases
|
|
960
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
961
961
|
// EyeOff aliases
|
|
962
962
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
|
+
// EyeClosed aliases
|
|
964
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
965
|
+
// Facebook aliases
|
|
966
|
+
export { default as FacebookIcon } from '../icons/facebook';
|
|
963
967
|
// Eye aliases
|
|
964
968
|
export { default as EyeIcon } from '../icons/eye';
|
|
965
969
|
// Factory aliases
|
|
966
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
967
|
-
// Facebook aliases
|
|
968
|
-
export { default as FacebookIcon } from '../icons/facebook';
|
|
969
|
-
// Fan aliases
|
|
970
|
-
export { default as FanIcon } from '../icons/fan';
|
|
971
971
|
// FastForward aliases
|
|
972
972
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
|
-
//
|
|
974
|
-
export { default as
|
|
975
|
-
// FerrisWheel aliases
|
|
976
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
973
|
+
// Fan aliases
|
|
974
|
+
export { default as FanIcon } from '../icons/fan';
|
|
977
975
|
// Feather aliases
|
|
978
976
|
export { default as FeatherIcon } from '../icons/feather';
|
|
977
|
+
// FerrisWheel aliases
|
|
978
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
979
|
+
// Fence aliases
|
|
980
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
979
981
|
// Figma aliases
|
|
980
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
|
+
// FileArchive aliases
|
|
984
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
985
|
// FileAudio2 aliases
|
|
982
986
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
983
987
|
// FileAudio aliases
|
|
984
988
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
985
|
-
// FileArchive aliases
|
|
986
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
987
|
-
// FileBadge2 aliases
|
|
988
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
989
|
-
// FileBox aliases
|
|
990
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
991
989
|
// FileBadge aliases
|
|
992
990
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
993
991
|
// FileCheck2 aliases
|
|
994
992
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
993
|
+
// FileBadge2 aliases
|
|
994
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
995
|
+
// FileBox aliases
|
|
996
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
995
997
|
// FileCheck aliases
|
|
996
998
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
997
999
|
// FileClock aliases
|
|
@@ -1000,32 +1002,32 @@ export { default as FileClockIcon } from '../icons/file-clock';
|
|
|
1000
1002
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
1001
1003
|
// FileCode aliases
|
|
1002
1004
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1003
|
-
// FileDiff aliases
|
|
1004
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1005
1005
|
// FileDigit aliases
|
|
1006
1006
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1007
|
+
// FileDiff aliases
|
|
1008
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1007
1009
|
// FileDown aliases
|
|
1008
1010
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1009
|
-
// FileImage aliases
|
|
1010
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1011
|
-
// FileJson2 aliases
|
|
1012
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1013
1011
|
// FileHeart aliases
|
|
1014
1012
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1013
|
+
// FileImage aliases
|
|
1014
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1015
1015
|
// FileInput aliases
|
|
1016
1016
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1017
|
+
// FileJson2 aliases
|
|
1018
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1017
1019
|
// FileJson aliases
|
|
1018
1020
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1019
|
-
// FileKey2 aliases
|
|
1020
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1021
1021
|
// FileKey aliases
|
|
1022
1022
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
1023
|
// FileLock2 aliases
|
|
1024
1024
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
|
-
// FileLock aliases
|
|
1026
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1027
1025
|
// FileMinus2 aliases
|
|
1028
1026
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
|
+
// FileKey2 aliases
|
|
1028
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1029
|
+
// FileLock aliases
|
|
1030
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1029
1031
|
// FileMinus aliases
|
|
1030
1032
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1031
1033
|
// FileMusic aliases
|
|
@@ -1040,58 +1042,58 @@ export { default as FilePlusIcon } from '../icons/file-plus';
|
|
|
1040
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1041
1043
|
// FileSearch2 aliases
|
|
1042
1044
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1043
|
-
// FileSliders aliases
|
|
1044
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1045
|
// FileSearch aliases
|
|
1046
1046
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1047
|
+
// FileSliders aliases
|
|
1048
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
|
+
// FileStack aliases
|
|
1050
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1047
1051
|
// FileSpreadsheet aliases
|
|
1048
1052
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1049
|
-
// FileTerminal aliases
|
|
1050
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1051
1053
|
// FileSymlink aliases
|
|
1052
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1053
1055
|
// FileText aliases
|
|
1054
1056
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1055
|
-
// FileStack aliases
|
|
1056
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1057
1057
|
// FileType2 aliases
|
|
1058
1058
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1059
1059
|
// FileType aliases
|
|
1060
1060
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
|
+
// FileTerminal aliases
|
|
1062
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1061
1063
|
// FileUp aliases
|
|
1062
1064
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1063
1065
|
// FileUser aliases
|
|
1064
1066
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1065
1067
|
// FileVolume2 aliases
|
|
1066
1068
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1069
|
+
// FileWarning aliases
|
|
1070
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1067
1071
|
// FileVolume aliases
|
|
1068
1072
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1069
1073
|
// FileX2 aliases
|
|
1070
1074
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
|
-
//
|
|
1072
|
-
export { default as
|
|
1075
|
+
// File aliases
|
|
1076
|
+
export { default as FileIcon } from '../icons/file';
|
|
1073
1077
|
// FileX aliases
|
|
1074
1078
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1075
1079
|
// Files aliases
|
|
1076
1080
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
|
-
// File aliases
|
|
1078
|
-
export { default as FileIcon } from '../icons/file';
|
|
1079
1081
|
// Film aliases
|
|
1080
1082
|
export { default as FilmIcon } from '../icons/film';
|
|
1081
1083
|
// Fingerprint aliases
|
|
1082
1084
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
|
+
// FireExtinguisher aliases
|
|
1086
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1083
1087
|
// FishOff aliases
|
|
1084
1088
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
1089
|
// FishSymbol aliases
|
|
1086
1090
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
|
-
// FireExtinguisher aliases
|
|
1088
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1089
1091
|
// Fish aliases
|
|
1090
1092
|
export { default as FishIcon } from '../icons/fish';
|
|
1091
|
-
// FlagOff aliases
|
|
1092
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
1093
|
// FlagTriangleLeft aliases
|
|
1094
1094
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
|
+
// FlagOff aliases
|
|
1096
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
1097
|
// FlagTriangleRight aliases
|
|
1096
1098
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1097
1099
|
// Flag aliases
|
|
@@ -1116,36 +1118,36 @@ export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
|
1116
1118
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
1119
|
// FlipHorizontal aliases
|
|
1118
1120
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
|
-
// Flower2 aliases
|
|
1120
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
1121
|
// FlipVertical aliases
|
|
1122
1122
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
|
+
// Flower2 aliases
|
|
1124
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
|
+
// FoldHorizontal aliases
|
|
1126
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1123
1127
|
// Flower aliases
|
|
1124
1128
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1125
|
-
// Focus aliases
|
|
1126
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1127
1129
|
// FoldVertical aliases
|
|
1128
1130
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
-
//
|
|
1130
|
-
export { default as
|
|
1131
|
+
// Focus aliases
|
|
1132
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1131
1133
|
// FolderArchive aliases
|
|
1132
1134
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1135
|
// FolderCheck aliases
|
|
1134
1136
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1135
|
-
// FolderClosed aliases
|
|
1136
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
|
-
// FolderCode aliases
|
|
1138
|
-
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
1137
|
// FolderClock aliases
|
|
1140
1138
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
|
+
// FolderCode aliases
|
|
1140
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1141
|
+
// FolderClosed aliases
|
|
1142
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1141
1143
|
// FolderDot aliases
|
|
1142
1144
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1143
1145
|
// FolderDown aliases
|
|
1144
1146
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1145
|
-
// FolderGit aliases
|
|
1146
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
1147
|
// FolderGit2 aliases
|
|
1148
1148
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1149
|
+
// FolderGit aliases
|
|
1150
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1149
1151
|
// FolderHeart aliases
|
|
1150
1152
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1151
1153
|
// FolderInput aliases
|
|
@@ -1154,10 +1156,10 @@ export { default as FolderInputIcon } from '../icons/folder-input';
|
|
|
1154
1156
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1155
1157
|
// FolderKey aliases
|
|
1156
1158
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1157
|
-
// FolderMinus aliases
|
|
1158
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
1159
|
// FolderLock aliases
|
|
1160
1160
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1161
|
+
// FolderMinus aliases
|
|
1162
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1161
1163
|
// FolderOpenDot aliases
|
|
1162
1164
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1163
1165
|
// FolderOpen aliases
|
|
@@ -1176,32 +1178,32 @@ export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
|
1176
1178
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1177
1179
|
// FolderSync aliases
|
|
1178
1180
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
|
-
// FolderTree aliases
|
|
1180
|
-
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
1181
|
// FolderUp aliases
|
|
1182
1182
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1183
|
-
//
|
|
1184
|
-
export { default as
|
|
1183
|
+
// FolderTree aliases
|
|
1184
|
+
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1185
1185
|
// FolderX aliases
|
|
1186
1186
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1187
|
+
// Folder aliases
|
|
1188
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1187
1189
|
// Folders aliases
|
|
1188
1190
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1189
1191
|
// Footprints aliases
|
|
1190
1192
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1191
|
-
// Forward aliases
|
|
1192
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1193
|
// Forklift aliases
|
|
1194
1194
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1195
|
+
// Forward aliases
|
|
1196
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1195
1197
|
// Frame aliases
|
|
1196
1198
|
export { default as FrameIcon } from '../icons/frame';
|
|
1197
1199
|
// Framer aliases
|
|
1198
1200
|
export { default as FramerIcon } from '../icons/framer';
|
|
1199
1201
|
// Frown aliases
|
|
1200
1202
|
export { default as FrownIcon } from '../icons/frown';
|
|
1201
|
-
// FunnelPlus aliases
|
|
1202
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1203
1203
|
// Fuel aliases
|
|
1204
1204
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1205
|
+
// FunnelPlus aliases
|
|
1206
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
1207
|
// Fullscreen aliases
|
|
1206
1208
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1207
1209
|
// GalleryHorizontal aliases
|
|
@@ -1212,10 +1214,10 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1212
1214
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1213
1215
|
// GalleryVerticalEnd aliases
|
|
1214
1216
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1215
|
-
// GalleryVertical aliases
|
|
1216
|
-
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1217
1217
|
// Gamepad2 aliases
|
|
1218
1218
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
|
+
// GalleryVertical aliases
|
|
1220
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1219
1221
|
// Gamepad aliases
|
|
1220
1222
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1221
1223
|
// Gauge aliases
|
|
@@ -1230,56 +1232,56 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1230
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1231
1233
|
// Gift aliases
|
|
1232
1234
|
export { default as GiftIcon } from '../icons/gift';
|
|
1233
|
-
// GitBranchPlus aliases
|
|
1234
|
-
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1235
1235
|
// GitBranch aliases
|
|
1236
1236
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
|
+
// GitBranchPlus aliases
|
|
1238
|
+
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1237
1239
|
// GitCommitVertical aliases
|
|
1238
1240
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
|
-
// GitCompare aliases
|
|
1240
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
|
-
// GitFork aliases
|
|
1242
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1243
1241
|
// GitCompareArrows aliases
|
|
1244
1242
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
|
+
// GitFork aliases
|
|
1244
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1245
|
// GitGraph aliases
|
|
1246
1246
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
|
+
// GitCompare aliases
|
|
1248
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1247
1249
|
// GitMerge aliases
|
|
1248
1250
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1249
|
-
// GitPullRequestClosed aliases
|
|
1250
|
-
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
1251
|
// GitPullRequestArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1253
|
-
//
|
|
1254
|
-
export { default as
|
|
1253
|
+
// GitPullRequestClosed aliases
|
|
1254
|
+
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
1255
|
// GitPullRequestCreate aliases
|
|
1256
1256
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
|
-
//
|
|
1258
|
-
export { default as
|
|
1257
|
+
// GitPullRequestCreateArrow aliases
|
|
1258
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
1259
|
// GitPullRequest aliases
|
|
1260
1260
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1261
|
+
// GitPullRequestDraft aliases
|
|
1262
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
1263
|
// Github aliases
|
|
1262
1264
|
export { default as GithubIcon } from '../icons/github';
|
|
1263
1265
|
// Gitlab aliases
|
|
1264
1266
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1265
1267
|
// GlassWater aliases
|
|
1266
1268
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1269
|
+
// Glasses aliases
|
|
1270
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1267
1271
|
// GlobeLock aliases
|
|
1268
1272
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
1273
|
// Globe aliases
|
|
1270
1274
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1271
|
-
// Glasses aliases
|
|
1272
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1273
|
-
// Goal aliases
|
|
1274
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1275
1275
|
// Gpu aliases
|
|
1276
1276
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1277
|
-
//
|
|
1278
|
-
export { default as
|
|
1277
|
+
// Goal aliases
|
|
1278
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1279
|
// Grab aliases
|
|
1280
1280
|
export { default as GrabIcon } from '../icons/grab';
|
|
1281
1281
|
// Grape aliases
|
|
1282
1282
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
|
+
// GraduationCap aliases
|
|
1284
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
1285
|
// Grid3x2 aliases
|
|
1284
1286
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1285
1287
|
// GripHorizontal aliases
|
|
@@ -1292,64 +1294,64 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1292
1294
|
export { default as GroupIcon } from '../icons/group';
|
|
1293
1295
|
// Guitar aliases
|
|
1294
1296
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1295
|
-
// Ham aliases
|
|
1296
|
-
export { default as HamIcon } from '../icons/ham';
|
|
1297
1297
|
// Hamburger aliases
|
|
1298
1298
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1299
|
+
// Ham aliases
|
|
1300
|
+
export { default as HamIcon } from '../icons/ham';
|
|
1301
1301
|
// HandCoins aliases
|
|
1302
1302
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
|
+
// Hammer aliases
|
|
1304
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1303
1305
|
// HandHeart aliases
|
|
1304
1306
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
1307
|
// HandMetal aliases
|
|
1306
1308
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
-
// Hand aliases
|
|
1308
|
-
export { default as HandIcon } from '../icons/hand';
|
|
1309
1309
|
// HandPlatter aliases
|
|
1310
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
-
// Handbag aliases
|
|
1312
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1313
1311
|
// Handshake aliases
|
|
1314
1312
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
|
+
// Hand aliases
|
|
1314
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1315
1315
|
// HardDriveDownload aliases
|
|
1316
1316
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
1317
|
// HardDriveUpload aliases
|
|
1318
1318
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
|
+
// Handbag aliases
|
|
1320
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1319
1321
|
// HardDrive aliases
|
|
1320
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1321
1323
|
// HardHat aliases
|
|
1322
1324
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1323
|
-
// Hash aliases
|
|
1324
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1325
|
-
// HatGlasses aliases
|
|
1326
|
-
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1327
1325
|
// Haze aliases
|
|
1328
1326
|
export { default as HazeIcon } from '../icons/haze';
|
|
1327
|
+
// Hash aliases
|
|
1328
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1329
1329
|
// HdmiPort aliases
|
|
1330
1330
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1331
|
-
//
|
|
1332
|
-
export { default as
|
|
1331
|
+
// HatGlasses aliases
|
|
1332
|
+
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
1333
|
// Heading2 aliases
|
|
1334
1334
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1335
|
+
// Heading1 aliases
|
|
1336
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
1337
|
// Heading3 aliases
|
|
1336
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1337
1339
|
// Heading4 aliases
|
|
1338
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1339
1341
|
// Heading5 aliases
|
|
1340
1342
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
|
+
// Heading6 aliases
|
|
1344
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1341
1345
|
// Heading aliases
|
|
1342
1346
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1343
1347
|
// HeadphoneOff aliases
|
|
1344
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1345
|
-
// Heading6 aliases
|
|
1346
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1347
|
-
// Headphones aliases
|
|
1348
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
1349
|
// Headset aliases
|
|
1350
1350
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1351
1351
|
// HeartCrack aliases
|
|
1352
1352
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1353
|
+
// Headphones aliases
|
|
1354
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1353
1355
|
// HeartHandshake aliases
|
|
1354
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1355
1357
|
// HeartMinus aliases
|
|
@@ -1360,44 +1362,44 @@ export { default as HeartOffIcon } from '../icons/heart-off';
|
|
|
1360
1362
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1361
1363
|
// HeartPulse aliases
|
|
1362
1364
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1363
|
-
// Hexagon aliases
|
|
1364
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1365
1365
|
// Heart aliases
|
|
1366
1366
|
export { default as HeartIcon } from '../icons/heart';
|
|
1367
1367
|
// Heater aliases
|
|
1368
1368
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1369
|
+
// Hexagon aliases
|
|
1370
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1369
1371
|
// Highlighter aliases
|
|
1370
1372
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1371
|
-
// History aliases
|
|
1372
|
-
export { default as HistoryIcon } from '../icons/history';
|
|
1373
1373
|
// HopOff aliases
|
|
1374
1374
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1375
|
+
// History aliases
|
|
1376
|
+
export { default as HistoryIcon } from '../icons/history';
|
|
1375
1377
|
// Hop aliases
|
|
1376
1378
|
export { default as HopIcon } from '../icons/hop';
|
|
1377
|
-
// Hotel aliases
|
|
1378
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1379
1379
|
// Hospital aliases
|
|
1380
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
|
+
// Hotel aliases
|
|
1382
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1381
1383
|
// Hourglass aliases
|
|
1382
1384
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1383
1385
|
// HousePlug aliases
|
|
1384
1386
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1385
|
-
// HouseWifi aliases
|
|
1386
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1387
1387
|
// HousePlus aliases
|
|
1388
1388
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
|
+
// HouseWifi aliases
|
|
1390
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1389
1391
|
// IdCardLanyard aliases
|
|
1390
1392
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1391
|
-
// IdCard aliases
|
|
1392
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1393
1393
|
// ImageDown aliases
|
|
1394
1394
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
|
-
//
|
|
1396
|
-
export { default as
|
|
1395
|
+
// IdCard aliases
|
|
1396
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1397
1397
|
// ImageOff aliases
|
|
1398
1398
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
1399
|
// ImagePlay aliases
|
|
1400
1400
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
|
+
// ImageMinus aliases
|
|
1402
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
1403
|
// ImagePlus aliases
|
|
1402
1404
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1403
1405
|
// ImageUp aliases
|
|
@@ -1414,16 +1416,16 @@ export { default as ImportIcon } from '../icons/import';
|
|
|
1414
1416
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1415
1417
|
// IndianRupee aliases
|
|
1416
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
|
+
// Infinity aliases
|
|
1420
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1417
1421
|
// Info aliases
|
|
1418
1422
|
export { default as InfoIcon } from '../icons/info';
|
|
1419
1423
|
// InspectionPanel aliases
|
|
1420
1424
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1421
|
-
// Infinity aliases
|
|
1422
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1423
|
-
// Italic aliases
|
|
1424
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1425
1425
|
// Instagram aliases
|
|
1426
1426
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1427
|
+
// Italic aliases
|
|
1428
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1427
1429
|
// IterationCcw aliases
|
|
1428
1430
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1429
1431
|
// IterationCw aliases
|
|
@@ -1434,12 +1436,12 @@ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
|
1434
1436
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1435
1437
|
// Kanban aliases
|
|
1436
1438
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1439
|
+
// KeySquare aliases
|
|
1440
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1437
1441
|
// KeyRound aliases
|
|
1438
1442
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1439
1443
|
// Key aliases
|
|
1440
1444
|
export { default as KeyIcon } from '../icons/key';
|
|
1441
|
-
// KeySquare aliases
|
|
1442
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1443
1445
|
// KeyboardMusic aliases
|
|
1444
1446
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1445
1447
|
// KeyboardOff aliases
|
|
@@ -1452,56 +1454,56 @@ export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
|
1452
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1453
1455
|
// LampFloor aliases
|
|
1454
1456
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1455
|
-
// LampWallDown aliases
|
|
1456
|
-
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1457
1457
|
// LampWallUp aliases
|
|
1458
1458
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
|
+
// LampWallDown aliases
|
|
1460
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1461
|
+
// Lamp aliases
|
|
1462
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1459
1463
|
// LandPlot aliases
|
|
1460
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1461
1465
|
// Landmark aliases
|
|
1462
1466
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1463
|
-
// Lamp aliases
|
|
1464
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1465
|
-
// Languages aliases
|
|
1466
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1467
1467
|
// LaptopMinimalCheck aliases
|
|
1468
1468
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
1469
|
// Laptop aliases
|
|
1470
1470
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
|
+
// Languages aliases
|
|
1472
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1471
1473
|
// LassoSelect aliases
|
|
1472
1474
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1473
|
-
// Lasso aliases
|
|
1474
|
-
export { default as LassoIcon } from '../icons/lasso';
|
|
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
|
-
//
|
|
1480
|
-
export { default as
|
|
1479
|
+
// Lasso aliases
|
|
1480
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1481
1481
|
// LayoutDashboard aliases
|
|
1482
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
|
-
//
|
|
1484
|
-
export { default as
|
|
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
1487
|
// LayoutPanelTop aliases
|
|
1488
1488
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
1489
|
// LayoutTemplate aliases
|
|
1490
1490
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
|
+
// LayoutList aliases
|
|
1492
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
1493
|
// Leaf aliases
|
|
1492
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1493
|
-
// Lectern aliases
|
|
1494
|
-
export { default as LecternIcon } from '../icons/lectern';
|
|
1495
1495
|
// LeafyGreen aliases
|
|
1496
1496
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
|
-
//
|
|
1498
|
-
export { default as
|
|
1497
|
+
// Lectern aliases
|
|
1498
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
1499
|
// LibraryBig aliases
|
|
1500
1500
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1501
|
+
// LetterText aliases
|
|
1502
|
+
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1503
1503
|
// LifeBuoy aliases
|
|
1504
1504
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1505
|
+
// Library aliases
|
|
1506
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1505
1507
|
// LightbulbOff aliases
|
|
1506
1508
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1507
1509
|
// Ligature aliases
|
|
@@ -1510,46 +1512,46 @@ export { default as LigatureIcon } from '../icons/ligature';
|
|
|
1510
1512
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
1513
|
// LineSquiggle aliases
|
|
1512
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1513
|
-
// Link2Off aliases
|
|
1514
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1515
1515
|
// Link2 aliases
|
|
1516
1516
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
|
+
// Link2Off aliases
|
|
1518
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1517
1519
|
// Link aliases
|
|
1518
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1519
1521
|
// Linkedin aliases
|
|
1520
1522
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1521
|
-
// ListCheck aliases
|
|
1522
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1523
1523
|
// ListChecks aliases
|
|
1524
1524
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
|
-
//
|
|
1526
|
-
export { default as
|
|
1525
|
+
// ListCheck aliases
|
|
1526
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
1527
|
// ListEnd aliases
|
|
1528
1528
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1529
|
-
//
|
|
1530
|
-
export { default as
|
|
1529
|
+
// ListCollapse aliases
|
|
1530
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1531
1531
|
// ListFilter aliases
|
|
1532
1532
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1533
|
+
// ListFilterPlus aliases
|
|
1534
|
+
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1533
1535
|
// ListMinus aliases
|
|
1534
1536
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1535
1537
|
// ListMusic aliases
|
|
1536
1538
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1537
1539
|
// ListOrdered aliases
|
|
1538
1540
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1539
|
-
// ListRestart aliases
|
|
1540
|
-
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1541
1541
|
// ListPlus aliases
|
|
1542
1542
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
|
+
// ListRestart aliases
|
|
1544
|
+
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1543
1545
|
// ListStart aliases
|
|
1544
1546
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1545
1547
|
// ListTodo aliases
|
|
1546
1548
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1547
1549
|
// ListTree aliases
|
|
1548
1550
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1549
|
-
// ListX aliases
|
|
1550
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1551
1551
|
// ListVideo aliases
|
|
1552
1552
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1553
|
+
// ListX aliases
|
|
1554
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1553
1555
|
// List aliases
|
|
1554
1556
|
export { default as ListIcon } from '../icons/list';
|
|
1555
1557
|
// LoaderPinwheel aliases
|
|
@@ -1560,26 +1562,26 @@ export { default as LoaderIcon } from '../icons/loader';
|
|
|
1560
1562
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1561
1563
|
// LocateOff aliases
|
|
1562
1564
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1565
|
+
// Locate aliases
|
|
1566
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1563
1567
|
// LockKeyhole aliases
|
|
1564
1568
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1565
1569
|
// Lock aliases
|
|
1566
1570
|
export { default as LockIcon } from '../icons/lock';
|
|
1567
|
-
// Locate aliases
|
|
1568
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1569
|
-
// LogOut aliases
|
|
1570
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1571
1571
|
// LogIn aliases
|
|
1572
1572
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1573
|
+
// LogOut aliases
|
|
1574
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1575
1575
|
// Logs aliases
|
|
1576
1576
|
export { default as LogsIcon } from '../icons/logs';
|
|
1577
|
-
//
|
|
1578
|
-
export { default as
|
|
1577
|
+
// Lollipop aliases
|
|
1578
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1579
1579
|
// Magnet aliases
|
|
1580
1580
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1581
1581
|
// MailCheck aliases
|
|
1582
1582
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
|
+
// Luggage aliases
|
|
1584
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1583
1585
|
// MailMinus aliases
|
|
1584
1586
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1585
1587
|
// MailOpen aliases
|
|
@@ -1590,68 +1592,68 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1590
1592
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1591
1593
|
// MailWarning aliases
|
|
1592
1594
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1593
|
-
// MailX aliases
|
|
1594
|
-
export { default as MailXIcon } from '../icons/mail-x';
|
|
1595
1595
|
// Mail aliases
|
|
1596
1596
|
export { default as MailIcon } from '../icons/mail';
|
|
1597
|
+
// MailX aliases
|
|
1598
|
+
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
1599
|
// Mailbox aliases
|
|
1598
1600
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1599
1601
|
// Mails aliases
|
|
1600
1602
|
export { default as MailsIcon } from '../icons/mails';
|
|
1601
|
-
// MapMinus aliases
|
|
1602
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1603
1603
|
// MapPinCheckInside aliases
|
|
1604
1604
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
|
-
//
|
|
1606
|
-
export { default as
|
|
1605
|
+
// MapMinus aliases
|
|
1606
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1607
|
// MapPinCheck aliases
|
|
1608
1608
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1609
|
+
// MapPinHouse aliases
|
|
1610
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1611
|
+
// MapPinMinusInside aliases
|
|
1612
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1609
1613
|
// MapPinMinus aliases
|
|
1610
1614
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1611
1615
|
// MapPinOff aliases
|
|
1612
1616
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1613
|
-
// MapPinMinusInside aliases
|
|
1614
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1615
1617
|
// MapPinPlusInside aliases
|
|
1616
1618
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1617
1619
|
// MapPinPlus aliases
|
|
1618
1620
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1619
|
-
// MapPinXInside aliases
|
|
1620
|
-
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1621
1621
|
// MapPinX aliases
|
|
1622
1622
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1623
|
+
// MapPinXInside aliases
|
|
1624
|
+
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1623
1625
|
// MapPin aliases
|
|
1624
1626
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1625
1627
|
// MapPinned aliases
|
|
1626
1628
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1627
|
-
// Map aliases
|
|
1628
|
-
export { default as MapIcon } from '../icons/map';
|
|
1629
1629
|
// MapPlus aliases
|
|
1630
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
|
-
//
|
|
1632
|
-
export { default as
|
|
1631
|
+
// Map aliases
|
|
1632
|
+
export { default as MapIcon } from '../icons/map';
|
|
1633
1633
|
// MarsStroke aliases
|
|
1634
1634
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1635
1635
|
// Mars aliases
|
|
1636
1636
|
export { default as MarsIcon } from '../icons/mars';
|
|
1637
|
-
//
|
|
1638
|
-
export { default as
|
|
1637
|
+
// Martini aliases
|
|
1638
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1639
1639
|
// Maximize2 aliases
|
|
1640
1640
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1641
|
+
// Maximize aliases
|
|
1642
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1641
1643
|
// MegaphoneOff aliases
|
|
1642
1644
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1645
|
+
// Megaphone aliases
|
|
1646
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1643
1647
|
// Medal aliases
|
|
1644
1648
|
export { default as MedalIcon } from '../icons/medal';
|
|
1645
1649
|
// Meh aliases
|
|
1646
1650
|
export { default as MehIcon } from '../icons/meh';
|
|
1647
|
-
// Megaphone aliases
|
|
1648
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1649
1651
|
// MemoryStick aliases
|
|
1650
1652
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1651
|
-
// Menu aliases
|
|
1652
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1653
1653
|
// Merge aliases
|
|
1654
1654
|
export { default as MergeIcon } from '../icons/merge';
|
|
1655
|
+
// Menu aliases
|
|
1656
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1655
1657
|
// MessageCircleCode aliases
|
|
1656
1658
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1657
1659
|
// MessageCircleDashed aliases
|
|
@@ -1668,22 +1670,22 @@ export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
|
1668
1670
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1669
1671
|
// MessageCircleWarning aliases
|
|
1670
1672
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1671
|
-
// MessageCircle aliases
|
|
1672
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1673
1673
|
// MessageCircleX aliases
|
|
1674
1674
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
|
+
// MessageCircle aliases
|
|
1676
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
|
+
// MessageSquareDashed aliases
|
|
1678
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1675
1679
|
// MessageSquareCode aliases
|
|
1676
1680
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1677
1681
|
// MessageSquareDiff aliases
|
|
1678
1682
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1679
|
-
// MessageSquareDashed aliases
|
|
1680
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1681
1683
|
// MessageSquareDot aliases
|
|
1682
1684
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1683
|
-
// MessageSquareLock aliases
|
|
1684
|
-
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1685
1685
|
// MessageSquareHeart aliases
|
|
1686
1686
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1687
|
+
// MessageSquareLock aliases
|
|
1688
|
+
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1687
1689
|
// MessageSquareMore aliases
|
|
1688
1690
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1689
1691
|
// MessageSquareOff aliases
|
|
@@ -1692,78 +1694,78 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1692
1694
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1693
1695
|
// MessageSquareQuote aliases
|
|
1694
1696
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1695
|
-
// MessageSquareReply aliases
|
|
1696
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1697
1697
|
// MessageSquareShare aliases
|
|
1698
1698
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1699
|
+
// MessageSquareReply aliases
|
|
1700
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1699
1701
|
// MessageSquareText aliases
|
|
1700
1702
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1701
1703
|
// MessageSquareWarning aliases
|
|
1702
1704
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1703
|
-
// MessageSquare aliases
|
|
1704
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1705
1705
|
// MessageSquareX aliases
|
|
1706
1706
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1707
|
+
// MessageSquare aliases
|
|
1708
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1707
1709
|
// MessagesSquare aliases
|
|
1708
1710
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1709
1711
|
// MicOff aliases
|
|
1710
1712
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1713
|
+
// Microchip aliases
|
|
1714
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1711
1715
|
// Mic aliases
|
|
1712
1716
|
export { default as MicIcon } from '../icons/mic';
|
|
1713
1717
|
// Microscope aliases
|
|
1714
1718
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1715
|
-
// Microchip aliases
|
|
1716
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1717
1719
|
// Microwave aliases
|
|
1718
1720
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1721
|
+
// Milestone aliases
|
|
1722
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1721
1723
|
// Milk aliases
|
|
1722
1724
|
export { default as MilkIcon } from '../icons/milk';
|
|
1725
|
+
// MilkOff aliases
|
|
1726
|
+
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1723
1727
|
// Minimize2 aliases
|
|
1724
1728
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1725
|
-
// Milestone aliases
|
|
1726
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1727
1729
|
// Minus aliases
|
|
1728
1730
|
export { default as MinusIcon } from '../icons/minus';
|
|
1729
|
-
// Minimize aliases
|
|
1730
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1731
1731
|
// MonitorCheck aliases
|
|
1732
1732
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1733
|
+
// Minimize aliases
|
|
1734
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1733
1735
|
// MonitorCog aliases
|
|
1734
1736
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1735
1737
|
// MonitorDot aliases
|
|
1736
1738
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1737
|
-
// MonitorDown aliases
|
|
1738
|
-
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1739
1739
|
// MonitorOff aliases
|
|
1740
1740
|
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1741
|
-
//
|
|
1742
|
-
export { default as
|
|
1743
|
-
// MonitorSmartphone aliases
|
|
1744
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1741
|
+
// MonitorDown aliases
|
|
1742
|
+
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1745
1743
|
// MonitorPause aliases
|
|
1746
1744
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1745
|
+
// MonitorPlay aliases
|
|
1746
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
1747
|
// MonitorSpeaker aliases
|
|
1748
1748
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1749
|
+
// MonitorSmartphone aliases
|
|
1750
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1749
1751
|
// MonitorStop aliases
|
|
1750
1752
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1751
1753
|
// MonitorUp aliases
|
|
1752
1754
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1753
|
-
// MonitorX aliases
|
|
1754
|
-
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1755
1755
|
// Monitor aliases
|
|
1756
1756
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1757
|
+
// MonitorX aliases
|
|
1758
|
+
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1757
1759
|
// MoonStar aliases
|
|
1758
1760
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1759
1761
|
// Moon aliases
|
|
1760
1762
|
export { default as MoonIcon } from '../icons/moon';
|
|
1761
1763
|
// Mountain aliases
|
|
1762
1764
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1763
|
-
// MountainSnow aliases
|
|
1764
|
-
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1765
1765
|
// MouseOff aliases
|
|
1766
1766
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1767
|
+
// MountainSnow aliases
|
|
1768
|
+
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1767
1769
|
// MousePointer2 aliases
|
|
1768
1770
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1769
1771
|
// MousePointerBan aliases
|
|
@@ -1772,56 +1774,56 @@ export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
|
1772
1774
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1773
1775
|
// MousePointer aliases
|
|
1774
1776
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1777
|
+
// MoveDiagonal aliases
|
|
1778
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1775
1779
|
// Mouse aliases
|
|
1776
1780
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1777
1781
|
// MoveDiagonal2 aliases
|
|
1778
1782
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1779
|
-
// MoveDiagonal aliases
|
|
1780
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1781
|
-
// MoveDownLeft aliases
|
|
1782
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1783
1783
|
// MoveDownRight aliases
|
|
1784
1784
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1785
|
+
// MoveDownLeft aliases
|
|
1786
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1785
1787
|
// MoveDown aliases
|
|
1786
1788
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1787
1789
|
// MoveHorizontal aliases
|
|
1788
1790
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1789
|
-
// MoveLeft aliases
|
|
1790
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1791
|
-
// MoveRight aliases
|
|
1792
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1793
1791
|
// MoveUpLeft aliases
|
|
1794
1792
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1793
|
+
// MoveRight aliases
|
|
1794
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1795
1795
|
// MoveUpRight aliases
|
|
1796
1796
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1797
|
+
// MoveLeft aliases
|
|
1798
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1797
1799
|
// MoveVertical aliases
|
|
1798
1800
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1799
1801
|
// Move aliases
|
|
1800
1802
|
export { default as MoveIcon } from '../icons/move';
|
|
1801
|
-
// Music2 aliases
|
|
1802
|
-
export { default as Music2Icon } from '../icons/music-2';
|
|
1803
1803
|
// MoveUp aliases
|
|
1804
1804
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1805
1805
|
// Music3 aliases
|
|
1806
1806
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1807
|
-
//
|
|
1808
|
-
export { default as
|
|
1807
|
+
// Music2 aliases
|
|
1808
|
+
export { default as Music2Icon } from '../icons/music-2';
|
|
1809
1809
|
// Music4 aliases
|
|
1810
1810
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1811
|
+
// Music aliases
|
|
1812
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1811
1813
|
// Navigation2Off aliases
|
|
1812
1814
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1813
|
-
// NavigationOff aliases
|
|
1814
|
-
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1815
1815
|
// Navigation2 aliases
|
|
1816
1816
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1817
|
+
// NavigationOff aliases
|
|
1818
|
+
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1817
1819
|
// Network aliases
|
|
1818
1820
|
export { default as NetworkIcon } from '../icons/network';
|
|
1819
1821
|
// Navigation aliases
|
|
1820
1822
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1821
|
-
// Nfc aliases
|
|
1822
|
-
export { default as NfcIcon } from '../icons/nfc';
|
|
1823
1823
|
// Newspaper aliases
|
|
1824
1824
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1825
|
+
// Nfc aliases
|
|
1826
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1825
1827
|
// NonBinary aliases
|
|
1826
1828
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1827
1829
|
// NotebookPen aliases
|
|
@@ -1844,26 +1846,26 @@ export { default as NutIcon } from '../icons/nut';
|
|
|
1844
1846
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1845
1847
|
// Octagon aliases
|
|
1846
1848
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1847
|
-
// Option aliases
|
|
1848
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1849
1849
|
// Omega aliases
|
|
1850
1850
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1851
|
+
// Option aliases
|
|
1852
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1851
1853
|
// Orbit aliases
|
|
1852
1854
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1853
|
-
// Origami aliases
|
|
1854
|
-
export { default as OrigamiIcon } from '../icons/origami';
|
|
1855
1855
|
// Package2 aliases
|
|
1856
1856
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1857
|
+
// Origami aliases
|
|
1858
|
+
export { default as OrigamiIcon } from '../icons/origami';
|
|
1857
1859
|
// PackageCheck aliases
|
|
1858
1860
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1859
1861
|
// PackageMinus aliases
|
|
1860
1862
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1861
1863
|
// PackageOpen aliases
|
|
1862
1864
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1863
|
-
// PackageSearch aliases
|
|
1864
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1865
1865
|
// PackagePlus aliases
|
|
1866
1866
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1867
|
+
// PackageSearch aliases
|
|
1868
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1867
1869
|
// PackageX aliases
|
|
1868
1870
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1869
1871
|
// Package aliases
|
|
@@ -1872,24 +1874,24 @@ export { default as PackageIcon } from '../icons/package';
|
|
|
1872
1874
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1873
1875
|
// PaintRoller aliases
|
|
1874
1876
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1875
|
-
// Paintbrush aliases
|
|
1876
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1877
|
-
// Palette aliases
|
|
1878
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1879
1877
|
// Panda aliases
|
|
1880
1878
|
export { default as PandaIcon } from '../icons/panda';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1883
|
-
//
|
|
1884
|
-
export { default as
|
|
1879
|
+
// Palette aliases
|
|
1880
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1881
|
+
// Paintbrush aliases
|
|
1882
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1885
1883
|
// PanelBottomOpen aliases
|
|
1886
1884
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1885
|
+
// PanelBottomClose aliases
|
|
1886
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1887
|
+
// PanelRight aliases
|
|
1888
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1887
1889
|
// PanelRightClose aliases
|
|
1888
1890
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1891
|
+
// PanelBottom aliases
|
|
1892
|
+
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1889
1893
|
// PanelRightOpen aliases
|
|
1890
1894
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1891
|
-
// PanelRight aliases
|
|
1892
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1893
1895
|
// PanelTopClose aliases
|
|
1894
1896
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1895
1897
|
// PanelTopOpen aliases
|
|
@@ -1906,10 +1908,10 @@ export { default as PaperclipIcon } from '../icons/paperclip';
|
|
|
1906
1908
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1907
1909
|
// ParkingMeter aliases
|
|
1908
1910
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1909
|
-
// Pause aliases
|
|
1910
|
-
export { default as PauseIcon } from '../icons/pause';
|
|
1911
1911
|
// PartyPopper aliases
|
|
1912
1912
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1913
|
+
// Pause aliases
|
|
1914
|
+
export { default as PauseIcon } from '../icons/pause';
|
|
1913
1915
|
// PawPrint aliases
|
|
1914
1916
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1915
1917
|
// PcCase aliases
|
|
@@ -1920,26 +1922,26 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1920
1922
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1921
1923
|
// PencilLine aliases
|
|
1922
1924
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1923
|
-
// Pencil aliases
|
|
1924
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1925
1925
|
// PencilOff aliases
|
|
1926
1926
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1927
1927
|
// PencilRuler aliases
|
|
1928
1928
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1929
|
+
// Pencil aliases
|
|
1930
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1929
1931
|
// Percent aliases
|
|
1930
1932
|
export { default as PercentIcon } from '../icons/percent';
|
|
1931
1933
|
// Pentagon aliases
|
|
1932
1934
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1933
|
-
// PersonStanding aliases
|
|
1934
|
-
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1935
1935
|
// PhilippinePeso aliases
|
|
1936
1936
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1937
|
-
// PhoneCall aliases
|
|
1938
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1939
1937
|
// PhoneForwarded aliases
|
|
1940
1938
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1941
1939
|
// PhoneIncoming aliases
|
|
1942
1940
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1941
|
+
// PersonStanding aliases
|
|
1942
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1943
|
+
// PhoneCall aliases
|
|
1944
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1943
1945
|
// PhoneMissed aliases
|
|
1944
1946
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1945
1947
|
// PhoneOff aliases
|
|
@@ -1960,90 +1962,90 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1960
1962
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1961
1963
|
// PiggyBank aliases
|
|
1962
1964
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1963
|
-
// PilcrowRight aliases
|
|
1964
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1965
1965
|
// PilcrowLeft aliases
|
|
1966
1966
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1967
|
-
//
|
|
1968
|
-
export { default as
|
|
1967
|
+
// PilcrowRight aliases
|
|
1968
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1969
1969
|
// Pilcrow aliases
|
|
1970
1970
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1971
1971
|
// PillBottle aliases
|
|
1972
1972
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1973
|
-
// Pipette aliases
|
|
1974
|
-
export { default as PipetteIcon } from '../icons/pipette';
|
|
1975
1973
|
// Pill aliases
|
|
1976
1974
|
export { default as PillIcon } from '../icons/pill';
|
|
1975
|
+
// PinOff aliases
|
|
1976
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1977
1977
|
// Pin aliases
|
|
1978
1978
|
export { default as PinIcon } from '../icons/pin';
|
|
1979
|
+
// Pipette aliases
|
|
1980
|
+
export { default as PipetteIcon } from '../icons/pipette';
|
|
1979
1981
|
// PlaneLanding aliases
|
|
1980
1982
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1981
1983
|
// Pizza aliases
|
|
1982
1984
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1983
1985
|
// PlaneTakeoff aliases
|
|
1984
1986
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1985
|
-
// Play aliases
|
|
1986
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1987
|
-
// Plane aliases
|
|
1988
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1989
1987
|
// Plug2 aliases
|
|
1990
1988
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1989
|
+
// Plane aliases
|
|
1990
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1991
|
+
// Play aliases
|
|
1992
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1991
1993
|
// Plug aliases
|
|
1992
1994
|
export { default as PlugIcon } from '../icons/plug';
|
|
1993
|
-
// PocketKnife aliases
|
|
1994
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1995
1995
|
// Plus aliases
|
|
1996
1996
|
export { default as PlusIcon } from '../icons/plus';
|
|
1997
|
+
// PocketKnife aliases
|
|
1998
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1997
1999
|
// Pocket aliases
|
|
1998
2000
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1999
|
-
// PointerOff aliases
|
|
2000
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2001
2001
|
// Podcast aliases
|
|
2002
2002
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
|
+
// PointerOff aliases
|
|
2004
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2003
2005
|
// Popcorn aliases
|
|
2004
2006
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2005
2007
|
// Popsicle aliases
|
|
2006
2008
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2007
|
-
// Pointer aliases
|
|
2008
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
2009
2009
|
// PoundSterling aliases
|
|
2010
2010
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2011
|
+
// Pointer aliases
|
|
2012
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
2011
2013
|
// PowerOff aliases
|
|
2012
2014
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2013
2015
|
// Power aliases
|
|
2014
2016
|
export { default as PowerIcon } from '../icons/power';
|
|
2015
|
-
// PrinterCheck aliases
|
|
2016
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2017
2017
|
// Presentation aliases
|
|
2018
2018
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2019
|
+
// PrinterCheck aliases
|
|
2020
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2021
2021
|
// Printer aliases
|
|
2022
2022
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2023
|
+
// Projector aliases
|
|
2024
|
+
export { default as ProjectorIcon } from '../icons/projector';
|
|
2025
2025
|
// Proportions aliases
|
|
2026
2026
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
|
-
//
|
|
2028
|
-
export { default as
|
|
2027
|
+
// Puzzle aliases
|
|
2028
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2029
2029
|
// Pyramid aliases
|
|
2030
2030
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2031
|
+
// QrCode aliases
|
|
2032
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2031
2033
|
// Quote aliases
|
|
2032
2034
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2035
|
+
// Radiation aliases
|
|
2036
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2033
2037
|
// Rabbit aliases
|
|
2034
2038
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2035
2039
|
// Radar aliases
|
|
2036
2040
|
export { default as RadarIcon } from '../icons/radar';
|
|
2037
2041
|
// Radical aliases
|
|
2038
2042
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2039
|
-
// Radiation aliases
|
|
2040
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2041
2043
|
// RadioReceiver aliases
|
|
2042
2044
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2043
|
-
// RadioTower aliases
|
|
2044
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2045
2045
|
// Radio aliases
|
|
2046
2046
|
export { default as RadioIcon } from '../icons/radio';
|
|
2047
|
+
// RadioTower aliases
|
|
2048
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2047
2049
|
// Radius aliases
|
|
2048
2050
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
2051
|
// RailSymbol aliases
|
|
@@ -2052,24 +2054,24 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2052
2054
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2053
2055
|
// Rat aliases
|
|
2054
2056
|
export { default as RatIcon } from '../icons/rat';
|
|
2055
|
-
// ReceiptCent aliases
|
|
2056
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2057
|
-
// ReceiptJapaneseYen aliases
|
|
2058
|
-
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2059
2057
|
// Ratio aliases
|
|
2060
2058
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2059
|
+
// ReceiptCent aliases
|
|
2060
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2063
2061
|
// ReceiptIndianRupee aliases
|
|
2064
2062
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2063
|
+
// ReceiptEuro aliases
|
|
2064
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2065
|
+
// ReceiptJapaneseYen aliases
|
|
2066
|
+
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2065
2067
|
// ReceiptPoundSterling aliases
|
|
2066
2068
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2067
|
-
// ReceiptSwissFranc aliases
|
|
2068
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2069
2069
|
// ReceiptRussianRuble aliases
|
|
2070
2070
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2071
2071
|
// ReceiptTurkishLira aliases
|
|
2072
2072
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
|
+
// ReceiptSwissFranc aliases
|
|
2074
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2073
2075
|
// ReceiptText aliases
|
|
2074
2076
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2075
2077
|
// Receipt aliases
|
|
@@ -2078,10 +2080,10 @@ export { default as ReceiptIcon } from '../icons/receipt';
|
|
|
2078
2080
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2079
2081
|
// RectangleGoggles aliases
|
|
2080
2082
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2081
|
-
// RectangleHorizontal aliases
|
|
2082
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2083
2083
|
// RectangleVertical aliases
|
|
2084
2084
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
|
+
// RectangleHorizontal aliases
|
|
2086
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2085
2087
|
// Recycle aliases
|
|
2086
2088
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2087
2089
|
// Redo2 aliases
|
|
@@ -2104,60 +2106,60 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2104
2106
|
export { default as RegexIcon } from '../icons/regex';
|
|
2105
2107
|
// RemoveFormatting aliases
|
|
2106
2108
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2107
|
-
// Repeat1 aliases
|
|
2108
|
-
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2109
2109
|
// Repeat2 aliases
|
|
2110
2110
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2111
|
+
// Repeat1 aliases
|
|
2112
|
+
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2111
2113
|
// Repeat aliases
|
|
2112
2114
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2113
2115
|
// ReplaceAll aliases
|
|
2114
2116
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2115
|
-
// Replace aliases
|
|
2116
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2117
2117
|
// ReplyAll aliases
|
|
2118
2118
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2119
|
+
// Replace aliases
|
|
2120
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2119
2121
|
// Reply aliases
|
|
2120
2122
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2121
2123
|
// Rewind aliases
|
|
2122
2124
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2123
|
-
// Ribbon aliases
|
|
2124
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2125
2125
|
// RockingChair aliases
|
|
2126
2126
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2127
2127
|
// Rocket aliases
|
|
2128
2128
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2129
|
-
// RotateCcwKey aliases
|
|
2130
|
-
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2131
2129
|
// RollerCoaster aliases
|
|
2132
2130
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2131
|
+
// RotateCcwKey aliases
|
|
2132
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2133
|
+
// Ribbon aliases
|
|
2134
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2133
2135
|
// RotateCcwSquare aliases
|
|
2134
2136
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2137
|
+
// RotateCw aliases
|
|
2138
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2135
2139
|
// RotateCcw aliases
|
|
2136
2140
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2137
|
-
// RotateCwSquare aliases
|
|
2138
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2139
2141
|
// RouteOff aliases
|
|
2140
2142
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2143
|
+
// RotateCwSquare aliases
|
|
2144
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2143
2145
|
// Route aliases
|
|
2144
2146
|
export { default as RouteIcon } from '../icons/route';
|
|
2145
2147
|
// Router aliases
|
|
2146
2148
|
export { default as RouterIcon } from '../icons/router';
|
|
2149
|
+
// RulerDimensionLine aliases
|
|
2150
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2147
2151
|
// Rows4 aliases
|
|
2148
2152
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2149
2153
|
// Rss aliases
|
|
2150
2154
|
export { default as RssIcon } from '../icons/rss';
|
|
2151
|
-
// RulerDimensionLine aliases
|
|
2152
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2153
2155
|
// Ruler aliases
|
|
2154
2156
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
2157
|
// RussianRuble aliases
|
|
2156
2158
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2157
|
-
// Sailboat aliases
|
|
2158
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2159
2159
|
// Salad aliases
|
|
2160
2160
|
export { default as SaladIcon } from '../icons/salad';
|
|
2161
|
+
// Sailboat aliases
|
|
2162
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2161
2163
|
// Sandwich aliases
|
|
2162
2164
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2163
2165
|
// SatelliteDish aliases
|
|
@@ -2186,48 +2188,48 @@ export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
|
2186
2188
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2187
2189
|
// ScanLine aliases
|
|
2188
2190
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2191
|
+
// ScanQrCode aliases
|
|
2192
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2189
2193
|
// ScanSearch aliases
|
|
2190
2194
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2191
2195
|
// ScanText aliases
|
|
2192
2196
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2193
|
-
// ScanQrCode aliases
|
|
2194
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2195
2197
|
// Scan aliases
|
|
2196
2198
|
export { default as ScanIcon } from '../icons/scan';
|
|
2199
|
+
// School aliases
|
|
2200
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2197
2201
|
// ScissorsLineDashed aliases
|
|
2198
2202
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2199
2203
|
// Scissors aliases
|
|
2200
2204
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2201
2205
|
// ScreenShareOff aliases
|
|
2202
2206
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2203
|
-
// School aliases
|
|
2204
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2205
|
-
// ScreenShare aliases
|
|
2206
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2207
2207
|
// ScrollText aliases
|
|
2208
2208
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2209
|
-
//
|
|
2210
|
-
export { default as
|
|
2209
|
+
// ScreenShare aliases
|
|
2210
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2211
2211
|
// SearchCheck aliases
|
|
2212
2212
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2213
|
+
// Scroll aliases
|
|
2214
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2213
2215
|
// SearchCode aliases
|
|
2214
2216
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2215
2217
|
// SearchSlash aliases
|
|
2216
2218
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2217
|
-
// SearchX aliases
|
|
2218
|
-
export { default as SearchXIcon } from '../icons/search-x';
|
|
2219
2219
|
// Search aliases
|
|
2220
2220
|
export { default as SearchIcon } from '../icons/search';
|
|
2221
|
-
//
|
|
2222
|
-
export { default as
|
|
2221
|
+
// SearchX aliases
|
|
2222
|
+
export { default as SearchXIcon } from '../icons/search-x';
|
|
2223
2223
|
// SendToBack aliases
|
|
2224
2224
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2225
2225
|
// SeparatorHorizontal aliases
|
|
2226
2226
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2227
|
-
//
|
|
2228
|
-
export { default as
|
|
2227
|
+
// Section aliases
|
|
2228
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2229
2229
|
// SeparatorVertical aliases
|
|
2230
2230
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2231
|
+
// Send aliases
|
|
2232
|
+
export { default as SendIcon } from '../icons/send';
|
|
2231
2233
|
// ServerCog aliases
|
|
2232
2234
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2233
2235
|
// ServerCrash aliases
|
|
@@ -2236,74 +2238,74 @@ export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
|
2236
2238
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2237
2239
|
// Server aliases
|
|
2238
2240
|
export { default as ServerIcon } from '../icons/server';
|
|
2241
|
+
// Shapes aliases
|
|
2242
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2239
2243
|
// Settings2 aliases
|
|
2240
2244
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2241
2245
|
// Settings aliases
|
|
2242
2246
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2243
|
-
// Share2 aliases
|
|
2244
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2245
|
-
// Shapes aliases
|
|
2246
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2247
2247
|
// Share aliases
|
|
2248
2248
|
export { default as ShareIcon } from '../icons/share';
|
|
2249
2249
|
// Sheet aliases
|
|
2250
2250
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
|
+
// Share2 aliases
|
|
2252
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2251
2253
|
// ShieldAlert aliases
|
|
2252
2254
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2253
|
-
// ShieldBan aliases
|
|
2254
|
-
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2255
2255
|
// Shell aliases
|
|
2256
2256
|
export { default as ShellIcon } from '../icons/shell';
|
|
2257
|
+
// ShieldBan aliases
|
|
2258
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2257
2259
|
// ShieldCheck aliases
|
|
2258
2260
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2259
|
-
// ShieldEllipsis aliases
|
|
2260
|
-
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2261
2261
|
// ShieldHalf aliases
|
|
2262
2262
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2263
|
+
// ShieldEllipsis aliases
|
|
2264
|
+
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2263
2265
|
// ShieldMinus aliases
|
|
2264
2266
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2265
|
-
// ShieldOff aliases
|
|
2266
|
-
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2267
2267
|
// ShieldPlus aliases
|
|
2268
2268
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2269
|
-
//
|
|
2270
|
-
export { default as
|
|
2269
|
+
// ShieldOff aliases
|
|
2270
|
+
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2271
2271
|
// Shield aliases
|
|
2272
2272
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2273
|
+
// ShieldUser aliases
|
|
2274
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2273
2275
|
// ShipWheel aliases
|
|
2274
2276
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2275
|
-
// ShoppingBag aliases
|
|
2276
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2277
|
-
// Shirt aliases
|
|
2278
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2279
2277
|
// Ship aliases
|
|
2280
2278
|
export { default as ShipIcon } from '../icons/ship';
|
|
2281
|
-
//
|
|
2282
|
-
export { default as
|
|
2279
|
+
// Shirt aliases
|
|
2280
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2281
|
+
// ShoppingBag aliases
|
|
2282
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2283
2283
|
// ShoppingBasket aliases
|
|
2284
2284
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
|
+
// ShoppingCart aliases
|
|
2286
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2285
2287
|
// Shovel aliases
|
|
2286
2288
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2287
2289
|
// ShowerHead aliases
|
|
2288
2290
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2289
|
-
// Shrimp aliases
|
|
2290
|
-
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2291
2291
|
// Shredder aliases
|
|
2292
2292
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2293
|
+
// Shrimp aliases
|
|
2294
|
+
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2293
2295
|
// Shrink aliases
|
|
2294
2296
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2295
2297
|
// Shrub aliases
|
|
2296
2298
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2297
|
-
// Shuffle aliases
|
|
2298
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2299
2299
|
// Sigma aliases
|
|
2300
2300
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2301
2301
|
// SignalLow aliases
|
|
2302
2302
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2303
|
-
//
|
|
2304
|
-
export { default as
|
|
2303
|
+
// Shuffle aliases
|
|
2304
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2305
2305
|
// SignalMedium aliases
|
|
2306
2306
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2307
|
+
// SignalHigh aliases
|
|
2308
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2307
2309
|
// SignalZero aliases
|
|
2308
2310
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2309
2311
|
// Signal aliases
|
|
@@ -2320,36 +2322,36 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2320
2322
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2321
2323
|
// Skull aliases
|
|
2322
2324
|
export { default as SkullIcon } from '../icons/skull';
|
|
2323
|
-
// SkipForward aliases
|
|
2324
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2325
2325
|
// Slack aliases
|
|
2326
2326
|
export { default as SlackIcon } from '../icons/slack';
|
|
2327
2327
|
// Slash aliases
|
|
2328
2328
|
export { default as SlashIcon } from '../icons/slash';
|
|
2329
|
+
// SkipForward aliases
|
|
2330
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2329
2331
|
// Slice aliases
|
|
2330
2332
|
export { default as SliceIcon } from '../icons/slice';
|
|
2331
2333
|
// SlidersHorizontal aliases
|
|
2332
2334
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2333
|
-
// SmartphoneCharging aliases
|
|
2334
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2335
2335
|
// SmartphoneNfc aliases
|
|
2336
2336
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2337
2337
|
// Smartphone aliases
|
|
2338
2338
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2339
|
-
//
|
|
2340
|
-
export { default as
|
|
2341
|
-
// Snail aliases
|
|
2342
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2339
|
+
// SmartphoneCharging aliases
|
|
2340
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2343
2341
|
// Smile aliases
|
|
2344
2342
|
export { default as SmileIcon } from '../icons/smile';
|
|
2345
|
-
//
|
|
2346
|
-
export { default as
|
|
2343
|
+
// Snail aliases
|
|
2344
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2345
|
+
// SmilePlus aliases
|
|
2346
|
+
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2347
2347
|
// SoapDispenserDroplet aliases
|
|
2348
2348
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2349
|
-
//
|
|
2350
|
-
export { default as
|
|
2349
|
+
// Snowflake aliases
|
|
2350
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2351
2351
|
// Soup aliases
|
|
2352
2352
|
export { default as SoupIcon } from '../icons/soup';
|
|
2353
|
+
// Sofa aliases
|
|
2354
|
+
export { default as SofaIcon } from '../icons/sofa';
|
|
2353
2355
|
// Space aliases
|
|
2354
2356
|
export { default as SpaceIcon } from '../icons/space';
|
|
2355
2357
|
// Spade aliases
|
|
@@ -2360,30 +2362,30 @@ export { default as SparkleIcon } from '../icons/sparkle';
|
|
|
2360
2362
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2361
2363
|
// Speech aliases
|
|
2362
2364
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2363
|
-
// SpellCheck2 aliases
|
|
2364
|
-
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2365
|
-
// SplinePointer aliases
|
|
2366
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2367
2365
|
// SpellCheck aliases
|
|
2368
2366
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2367
|
+
// SpellCheck2 aliases
|
|
2368
|
+
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2369
2369
|
// Spline aliases
|
|
2370
2370
|
export { default as SplineIcon } from '../icons/spline';
|
|
2371
2371
|
// Split aliases
|
|
2372
2372
|
export { default as SplitIcon } from '../icons/split';
|
|
2373
|
+
// SplinePointer aliases
|
|
2374
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2373
2375
|
// Spool aliases
|
|
2374
2376
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2375
|
-
// SprayCan aliases
|
|
2376
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2377
2377
|
// Spotlight aliases
|
|
2378
2378
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
2379
|
// Sprout aliases
|
|
2380
2380
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2381
|
-
//
|
|
2382
|
-
export { default as
|
|
2383
|
-
// SquareDashedBottom aliases
|
|
2384
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2381
|
+
// SprayCan aliases
|
|
2382
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2385
2383
|
// SquareDashedBottomCode aliases
|
|
2386
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
|
+
// SquareDashedBottom aliases
|
|
2386
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2387
|
+
// SquareDashedTopSolid aliases
|
|
2388
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2387
2389
|
// SquarePause aliases
|
|
2388
2390
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2389
2391
|
// SquareRadical aliases
|
|
@@ -2396,102 +2398,102 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2396
2398
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2397
2399
|
// SquareStop aliases
|
|
2398
2400
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2401
|
+
// Square aliases
|
|
2402
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2399
2403
|
// SquaresExclude aliases
|
|
2400
2404
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2401
|
-
// SquaresIntersect aliases
|
|
2402
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2403
2405
|
// SquaresSubtract aliases
|
|
2404
2406
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2405
|
-
//
|
|
2406
|
-
export { default as
|
|
2407
|
+
// SquaresIntersect aliases
|
|
2408
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2407
2409
|
// SquaresUnite aliases
|
|
2408
2410
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2411
|
+
// Squircle aliases
|
|
2412
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2409
2413
|
// SquircleDashed aliases
|
|
2410
2414
|
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2411
2415
|
// Squirrel aliases
|
|
2412
2416
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2413
|
-
// Squircle aliases
|
|
2414
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2415
2417
|
// Stamp aliases
|
|
2416
2418
|
export { default as StampIcon } from '../icons/stamp';
|
|
2417
|
-
// StarOff aliases
|
|
2418
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2419
2419
|
// StarHalf aliases
|
|
2420
2420
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2421
|
+
// StarOff aliases
|
|
2422
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2421
2423
|
// Star aliases
|
|
2422
2424
|
export { default as StarIcon } from '../icons/star';
|
|
2423
2425
|
// StepBack aliases
|
|
2424
2426
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2425
|
-
// StepForward aliases
|
|
2426
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2427
2427
|
// Stethoscope aliases
|
|
2428
2428
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2429
|
+
// StepForward aliases
|
|
2430
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2429
2431
|
// Sticker aliases
|
|
2430
2432
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2431
2433
|
// StickyNote aliases
|
|
2432
2434
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2433
|
-
// StretchHorizontal aliases
|
|
2434
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2435
2435
|
// Store aliases
|
|
2436
2436
|
export { default as StoreIcon } from '../icons/store';
|
|
2437
|
+
// StretchHorizontal aliases
|
|
2438
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2437
2439
|
// StretchVertical aliases
|
|
2438
2440
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2439
2441
|
// Strikethrough aliases
|
|
2440
2442
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2441
|
-
// Subscript aliases
|
|
2442
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2443
2443
|
// SunDim aliases
|
|
2444
2444
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2445
|
+
// Subscript aliases
|
|
2446
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2445
2447
|
// SunMedium aliases
|
|
2446
2448
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2447
2449
|
// SunMoon aliases
|
|
2448
2450
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2449
2451
|
// SunSnow aliases
|
|
2450
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2451
|
-
// Sunrise aliases
|
|
2452
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2453
2453
|
// Sun aliases
|
|
2454
2454
|
export { default as SunIcon } from '../icons/sun';
|
|
2455
|
-
// Sunset aliases
|
|
2456
|
-
export { default as SunsetIcon } from '../icons/sunset';
|
|
2457
2455
|
// Superscript aliases
|
|
2458
2456
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2459
2457
|
// SwatchBook aliases
|
|
2460
2458
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2459
|
+
// Sunset aliases
|
|
2460
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2461
|
+
// Sunrise aliases
|
|
2462
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2461
2463
|
// SwissFranc aliases
|
|
2462
2464
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2463
2465
|
// SwitchCamera aliases
|
|
2464
2466
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2465
|
-
// Sword aliases
|
|
2466
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2467
2467
|
// Swords aliases
|
|
2468
2468
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2469
|
+
// Sword aliases
|
|
2470
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2471
2471
|
// Table2 aliases
|
|
2472
2472
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2473
|
+
// Syringe aliases
|
|
2474
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2473
2475
|
// TableCellsMerge aliases
|
|
2474
2476
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2475
2477
|
// TableCellsSplit aliases
|
|
2476
2478
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2477
|
-
// TableColumnsSplit aliases
|
|
2478
|
-
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2479
|
-
// TableProperties aliases
|
|
2480
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2481
2479
|
// TableOfContents aliases
|
|
2482
2480
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2483
|
-
//
|
|
2484
|
-
export { default as
|
|
2481
|
+
// TableColumnsSplit aliases
|
|
2482
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2485
2483
|
// TableRowsSplit aliases
|
|
2486
2484
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2485
|
+
// Table aliases
|
|
2486
|
+
export { default as TableIcon } from '../icons/table';
|
|
2487
|
+
// TableProperties aliases
|
|
2488
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2489
2489
|
// Tablet aliases
|
|
2490
2490
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2491
2491
|
// Tablets aliases
|
|
2492
2492
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
2493
|
// Tags aliases
|
|
2494
2494
|
export { default as TagsIcon } from '../icons/tags';
|
|
2495
|
+
// TabletSmartphone aliases
|
|
2496
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2495
2497
|
// Tag aliases
|
|
2496
2498
|
export { default as TagIcon } from '../icons/tag';
|
|
2497
2499
|
// Tally1 aliases
|
|
@@ -2502,44 +2504,44 @@ export { default as Tally2Icon } from '../icons/tally-2';
|
|
|
2502
2504
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2503
2505
|
// Tally4 aliases
|
|
2504
2506
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2505
|
-
// Tangent aliases
|
|
2506
|
-
export { default as TangentIcon } from '../icons/tangent';
|
|
2507
2507
|
// Tally5 aliases
|
|
2508
2508
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2509
2509
|
// Target aliases
|
|
2510
2510
|
export { default as TargetIcon } from '../icons/target';
|
|
2511
|
+
// Tangent aliases
|
|
2512
|
+
export { default as TangentIcon } from '../icons/tangent';
|
|
2511
2513
|
// Telescope aliases
|
|
2512
2514
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2513
|
-
// Tent aliases
|
|
2514
|
-
export { default as TentIcon } from '../icons/tent';
|
|
2515
2515
|
// TentTree aliases
|
|
2516
2516
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2517
|
+
// Tent aliases
|
|
2518
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2517
2519
|
// Terminal aliases
|
|
2518
2520
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2519
|
-
// TestTubes aliases
|
|
2520
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2521
2521
|
// TestTube aliases
|
|
2522
2522
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2523
|
+
// TestTubes aliases
|
|
2524
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2525
|
+
// TextCursorInput aliases
|
|
2526
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2523
2527
|
// TextQuote aliases
|
|
2524
2528
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2525
2529
|
// TextCursor aliases
|
|
2526
2530
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2527
|
-
// TextCursorInput aliases
|
|
2528
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2529
|
-
// Text aliases
|
|
2530
|
-
export { default as TextIcon } from '../icons/text';
|
|
2531
2531
|
// TextSearch aliases
|
|
2532
2532
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2533
|
+
// Text aliases
|
|
2534
|
+
export { default as TextIcon } from '../icons/text';
|
|
2533
2535
|
// Theater aliases
|
|
2534
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2535
2537
|
// ThermometerSnowflake aliases
|
|
2536
2538
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2537
2539
|
// ThermometerSun aliases
|
|
2538
2540
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2539
|
-
// ThumbsDown aliases
|
|
2540
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2541
2541
|
// Thermometer aliases
|
|
2542
2542
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2543
|
+
// ThumbsDown aliases
|
|
2544
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2543
2545
|
// ThumbsUp aliases
|
|
2544
2546
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2545
2547
|
// TicketCheck aliases
|
|
@@ -2548,46 +2550,46 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2548
2550
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2549
2551
|
// TicketPercent aliases
|
|
2550
2552
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2551
|
-
// TicketPlus aliases
|
|
2552
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2553
2553
|
// TicketSlash aliases
|
|
2554
2554
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
2555
|
// TicketX aliases
|
|
2556
2556
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2557
|
+
// TicketPlus aliases
|
|
2558
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
2559
|
// Ticket aliases
|
|
2558
2560
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2559
2561
|
// TicketsPlane aliases
|
|
2560
2562
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2561
2563
|
// Tickets aliases
|
|
2562
2564
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2565
|
+
// Timer aliases
|
|
2566
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2563
2567
|
// TimerOff aliases
|
|
2564
2568
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2565
2569
|
// TimerReset aliases
|
|
2566
2570
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
2571
|
// ToggleLeft aliases
|
|
2568
2572
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2569
|
-
// Timer aliases
|
|
2570
|
-
export { default as TimerIcon } from '../icons/timer';
|
|
2571
2573
|
// ToggleRight aliases
|
|
2572
2574
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2573
2575
|
// Toilet aliases
|
|
2574
2576
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2575
2577
|
// ToolCase aliases
|
|
2576
2578
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2579
|
+
// Torus aliases
|
|
2580
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2577
2581
|
// Tornado aliases
|
|
2578
2582
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2579
|
-
// TouchpadOff aliases
|
|
2580
|
-
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2581
2583
|
// Touchpad aliases
|
|
2582
2584
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2585
|
+
// TouchpadOff aliases
|
|
2586
|
+
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2583
2587
|
// TowerControl aliases
|
|
2584
2588
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2585
|
-
// Torus aliases
|
|
2586
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2587
|
-
// ToyBrick aliases
|
|
2588
|
-
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2589
2589
|
// Tractor aliases
|
|
2590
2590
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2591
|
+
// ToyBrick aliases
|
|
2592
|
+
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
2593
|
// TrafficCone aliases
|
|
2592
2594
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2593
2595
|
// TrainFrontTunnel aliases
|
|
@@ -2600,34 +2602,34 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2600
2602
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2601
2603
|
// Trash2 aliases
|
|
2602
2604
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2605
|
+
// Trash aliases
|
|
2606
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2603
2607
|
// TreeDeciduous aliases
|
|
2604
2608
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2605
2609
|
// TreePine aliases
|
|
2606
2610
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2607
|
-
// Trash aliases
|
|
2608
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2609
2611
|
// Trees aliases
|
|
2610
2612
|
export { default as TreesIcon } from '../icons/trees';
|
|
2611
2613
|
// Trello aliases
|
|
2612
2614
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2613
|
-
// TrendingDown aliases
|
|
2614
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2615
2615
|
// TrendingUpDown aliases
|
|
2616
2616
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2617
|
+
// TrendingDown aliases
|
|
2618
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2617
2619
|
// TrendingUp aliases
|
|
2618
2620
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2619
2621
|
// TriangleDashed aliases
|
|
2620
2622
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2621
2623
|
// TriangleRight aliases
|
|
2622
2624
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2623
|
-
// Triangle aliases
|
|
2624
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2625
2625
|
// Trophy aliases
|
|
2626
2626
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2627
|
-
//
|
|
2628
|
-
export { default as
|
|
2627
|
+
// Triangle aliases
|
|
2628
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2629
2629
|
// Truck aliases
|
|
2630
2630
|
export { default as TruckIcon } from '../icons/truck';
|
|
2631
|
+
// TruckElectric aliases
|
|
2632
|
+
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2631
2633
|
// TurkishLira aliases
|
|
2632
2634
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2633
2635
|
// Turtle aliases
|
|
@@ -2636,12 +2638,12 @@ export { default as TurtleIcon } from '../icons/turtle';
|
|
|
2636
2638
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2637
2639
|
// Tv aliases
|
|
2638
2640
|
export { default as TvIcon } from '../icons/tv';
|
|
2639
|
-
// Twitter aliases
|
|
2640
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2641
2641
|
// Twitch aliases
|
|
2642
2642
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2643
2643
|
// TypeOutline aliases
|
|
2644
2644
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2645
|
+
// Twitter aliases
|
|
2646
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2645
2647
|
// Type aliases
|
|
2646
2648
|
export { default as TypeIcon } from '../icons/type';
|
|
2647
2649
|
// UmbrellaOff aliases
|
|
@@ -2650,76 +2652,76 @@ export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
|
2650
2652
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2651
2653
|
// Underline aliases
|
|
2652
2654
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2653
|
-
// UndoDot aliases
|
|
2654
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2655
2655
|
// Undo2 aliases
|
|
2656
2656
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2657
2657
|
// Undo aliases
|
|
2658
2658
|
export { default as UndoIcon } from '../icons/undo';
|
|
2659
2659
|
// UnfoldHorizontal aliases
|
|
2660
2660
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2661
|
+
// UndoDot aliases
|
|
2662
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2661
2663
|
// UnfoldVertical aliases
|
|
2662
2664
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2663
2665
|
// Ungroup aliases
|
|
2664
2666
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2665
2667
|
// Unlink2 aliases
|
|
2666
2668
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2667
|
-
// Unplug aliases
|
|
2668
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2669
|
-
// Upload aliases
|
|
2670
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2671
2669
|
// Unlink aliases
|
|
2672
2670
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2671
|
+
// Unplug aliases
|
|
2672
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2673
2673
|
// Usb aliases
|
|
2674
2674
|
export { default as UsbIcon } from '../icons/usb';
|
|
2675
|
+
// Upload aliases
|
|
2676
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2675
2677
|
// UserCheck aliases
|
|
2676
2678
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2677
2679
|
// UserLock aliases
|
|
2678
2680
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2679
|
-
// UserMinus aliases
|
|
2680
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2681
2681
|
// UserCog aliases
|
|
2682
2682
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2683
|
+
// UserMinus aliases
|
|
2684
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2683
2685
|
// UserPen aliases
|
|
2684
2686
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2685
|
-
// UserPlus aliases
|
|
2686
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2687
2687
|
// UserRoundPen aliases
|
|
2688
2688
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2689
|
+
// UserPlus aliases
|
|
2690
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2689
2691
|
// UserRoundSearch aliases
|
|
2690
2692
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2691
2693
|
// UserSearch aliases
|
|
2692
2694
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2693
|
-
// UserX aliases
|
|
2694
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2695
2695
|
// UserStar aliases
|
|
2696
2696
|
export { default as UserStarIcon } from '../icons/user-star';
|
|
2697
|
+
// UserX aliases
|
|
2698
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2697
2699
|
// User aliases
|
|
2698
2700
|
export { default as UserIcon } from '../icons/user';
|
|
2699
2701
|
// Users aliases
|
|
2700
2702
|
export { default as UsersIcon } from '../icons/users';
|
|
2703
|
+
// UtilityPole aliases
|
|
2704
|
+
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2701
2705
|
// Variable aliases
|
|
2702
2706
|
export { default as VariableIcon } from '../icons/variable';
|
|
2703
2707
|
// Vault aliases
|
|
2704
2708
|
export { default as VaultIcon } from '../icons/vault';
|
|
2705
|
-
// UtilityPole aliases
|
|
2706
|
-
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2707
|
-
// Vegan aliases
|
|
2708
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2709
2709
|
// VectorSquare aliases
|
|
2710
2710
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2711
|
-
// VenusAndMars aliases
|
|
2712
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2713
2711
|
// VenetianMask aliases
|
|
2714
2712
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2713
|
+
// Vegan aliases
|
|
2714
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2715
2715
|
// Venus aliases
|
|
2716
2716
|
export { default as VenusIcon } from '../icons/venus';
|
|
2717
|
-
// VibrateOff aliases
|
|
2718
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2719
2717
|
// Vibrate aliases
|
|
2720
2718
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2719
|
+
// VenusAndMars aliases
|
|
2720
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2721
2721
|
// VideoOff aliases
|
|
2722
2722
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2723
|
+
// VibrateOff aliases
|
|
2724
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2723
2725
|
// Video aliases
|
|
2724
2726
|
export { default as VideoIcon } from '../icons/video';
|
|
2725
2727
|
// Videotape aliases
|
|
@@ -2728,102 +2730,102 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2728
2730
|
export { default as ViewIcon } from '../icons/view';
|
|
2729
2731
|
// Voicemail aliases
|
|
2730
2732
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2731
|
-
// Volleyball aliases
|
|
2732
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2733
2733
|
// Volume1 aliases
|
|
2734
2734
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2735
|
+
// Volleyball aliases
|
|
2736
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2735
2737
|
// Volume2 aliases
|
|
2736
2738
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2737
|
-
// VolumeX aliases
|
|
2738
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2739
2739
|
// VolumeOff aliases
|
|
2740
2740
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2741
|
-
//
|
|
2742
|
-
export { default as
|
|
2741
|
+
// VolumeX aliases
|
|
2742
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2743
2743
|
// Vote aliases
|
|
2744
2744
|
export { default as VoteIcon } from '../icons/vote';
|
|
2745
|
-
//
|
|
2746
|
-
export { default as
|
|
2745
|
+
// Volume aliases
|
|
2746
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
2747
|
// Wallet aliases
|
|
2748
2748
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2749
|
+
// WalletCards aliases
|
|
2750
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2749
2751
|
// Wallpaper aliases
|
|
2750
2752
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2751
2753
|
// Wand aliases
|
|
2752
2754
|
export { default as WandIcon } from '../icons/wand';
|
|
2753
2755
|
// Warehouse aliases
|
|
2754
2756
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2757
|
+
// WavesLadder aliases
|
|
2758
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2755
2759
|
// WashingMachine aliases
|
|
2756
2760
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2757
2761
|
// Watch aliases
|
|
2758
2762
|
export { default as WatchIcon } from '../icons/watch';
|
|
2759
|
-
//
|
|
2760
|
-
export { default as
|
|
2763
|
+
// Waypoints aliases
|
|
2764
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2761
2765
|
// Waves aliases
|
|
2762
2766
|
export { default as WavesIcon } from '../icons/waves';
|
|
2763
2767
|
// Webcam aliases
|
|
2764
2768
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2765
|
-
// Waypoints aliases
|
|
2766
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2767
2769
|
// WebhookOff aliases
|
|
2768
2770
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2769
|
-
// Webhook aliases
|
|
2770
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2771
|
-
// WheatOff aliases
|
|
2772
|
-
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2773
2771
|
// Weight aliases
|
|
2774
2772
|
export { default as WeightIcon } from '../icons/weight';
|
|
2773
|
+
// WheatOff aliases
|
|
2774
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2775
|
+
// Webhook aliases
|
|
2776
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2775
2777
|
// Wheat aliases
|
|
2776
2778
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2777
2779
|
// WholeWord aliases
|
|
2778
2780
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2779
|
-
// WifiCog aliases
|
|
2780
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2781
2781
|
// WifiHigh aliases
|
|
2782
2782
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2783
|
-
//
|
|
2784
|
-
export { default as
|
|
2783
|
+
// WifiCog aliases
|
|
2784
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2785
2785
|
// WifiOff aliases
|
|
2786
2786
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2787
|
+
// WifiLow aliases
|
|
2788
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2789
2789
|
// WifiPen aliases
|
|
2790
2790
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2791
|
+
// WifiSync aliases
|
|
2792
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2791
2793
|
// WifiZero aliases
|
|
2792
2794
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2793
2795
|
// Wifi aliases
|
|
2794
2796
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2795
2797
|
// Wind aliases
|
|
2796
2798
|
export { default as WindIcon } from '../icons/wind';
|
|
2797
|
-
// WineOff aliases
|
|
2798
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2799
2799
|
// WindArrowDown aliases
|
|
2800
2800
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2801
|
+
// WineOff aliases
|
|
2802
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2801
2803
|
// Workflow aliases
|
|
2802
2804
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2803
|
-
// Wine aliases
|
|
2804
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2805
2805
|
// Worm aliases
|
|
2806
2806
|
export { default as WormIcon } from '../icons/worm';
|
|
2807
|
-
//
|
|
2808
|
-
export { default as
|
|
2807
|
+
// Wine aliases
|
|
2808
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2809
2809
|
// WrapText aliases
|
|
2810
2810
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2811
2811
|
// X aliases
|
|
2812
2812
|
export { default as XIcon } from '../icons/x';
|
|
2813
|
+
// Wrench aliases
|
|
2814
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2813
2815
|
// Youtube aliases
|
|
2814
2816
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2815
|
-
// ZapOff aliases
|
|
2816
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2817
2817
|
// Zap aliases
|
|
2818
2818
|
export { default as ZapIcon } from '../icons/zap';
|
|
2819
|
+
// ZapOff aliases
|
|
2820
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2819
2821
|
// ZoomIn aliases
|
|
2820
2822
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2821
2823
|
// ZoomOut aliases
|
|
2822
2824
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2823
|
-
// ArrowDown01 aliases
|
|
2824
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2825
2825
|
// ArrowDown10 aliases
|
|
2826
2826
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2827
|
+
// ArrowDown01 aliases
|
|
2828
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2827
2829
|
// ArrowUp01 aliases
|
|
2828
2830
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2829
2831
|
// ArrowUp10 aliases
|
|
@@ -2831,12 +2833,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2831
2833
|
// AlarmClockCheck aliases
|
|
2832
2834
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2833
2835
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2834
|
-
// AlarmClockPlus aliases
|
|
2835
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2836
|
-
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2837
2836
|
// AlarmClockMinus aliases
|
|
2838
2837
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2839
2838
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2839
|
+
// AlarmClockPlus aliases
|
|
2840
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2841
|
+
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2840
2842
|
// ArrowDownAZ aliases
|
|
2841
2843
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2842
2844
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2861,72 +2863,72 @@ export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
|
2861
2863
|
// BadgeCheck aliases
|
|
2862
2864
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2863
2865
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2864
|
-
// BetweenHorizontalStart aliases
|
|
2865
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2866
|
-
export {
|
|
2867
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2868
|
-
default as BetweenHorizonalStartIcon
|
|
2869
|
-
} from '../icons/between-horizontal-start';
|
|
2870
|
-
// BadgeQuestionMark aliases
|
|
2871
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2872
|
-
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2873
2866
|
// BetweenHorizontalEnd aliases
|
|
2874
2867
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2875
2868
|
export {
|
|
2876
2869
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2877
2870
|
default as BetweenHorizonalEndIcon
|
|
2878
2871
|
} from '../icons/between-horizontal-end';
|
|
2872
|
+
// BadgeQuestionMark aliases
|
|
2873
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2874
|
+
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2875
|
+
// Braces aliases
|
|
2876
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2877
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2878
|
+
// BetweenHorizontalStart aliases
|
|
2879
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2880
|
+
export {
|
|
2881
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2882
|
+
default as BetweenHorizonalStartIcon
|
|
2883
|
+
} from '../icons/between-horizontal-start';
|
|
2879
2884
|
// BookDashed aliases
|
|
2880
2885
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2881
2886
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2882
2887
|
// Captions aliases
|
|
2883
2888
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2884
2889
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2885
|
-
// Braces aliases
|
|
2886
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2887
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2888
|
-
// ChartArea aliases
|
|
2889
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2890
|
-
export {
|
|
2891
|
-
/** @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 */
|
|
2892
|
-
default as AreaChartIcon
|
|
2893
|
-
} from '../icons/chart-area';
|
|
2894
2890
|
// ChartBarBig aliases
|
|
2895
2891
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2896
2892
|
export {
|
|
2897
2893
|
/** @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 */
|
|
2898
2894
|
default as BarChartHorizontalBigIcon
|
|
2899
2895
|
} from '../icons/chart-bar-big';
|
|
2900
|
-
//
|
|
2901
|
-
export { default as
|
|
2896
|
+
// ChartArea aliases
|
|
2897
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2902
2898
|
export {
|
|
2903
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2904
|
-
default as
|
|
2905
|
-
} from '../icons/chart-
|
|
2899
|
+
/** @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 */
|
|
2900
|
+
default as AreaChartIcon
|
|
2901
|
+
} from '../icons/chart-area';
|
|
2906
2902
|
// ChartBar aliases
|
|
2907
2903
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2908
2904
|
export {
|
|
2909
2905
|
/** @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 */
|
|
2910
2906
|
default as BarChartHorizontalIcon
|
|
2911
2907
|
} from '../icons/chart-bar';
|
|
2908
|
+
// ChartCandlestick aliases
|
|
2909
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2910
|
+
export {
|
|
2911
|
+
/** @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 */
|
|
2912
|
+
default as CandlestickChartIcon
|
|
2913
|
+
} from '../icons/chart-candlestick';
|
|
2912
2914
|
// ChartColumnBig aliases
|
|
2913
2915
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2914
2916
|
export {
|
|
2915
2917
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2916
2918
|
default as BarChartBigIcon
|
|
2917
2919
|
} from '../icons/chart-column-big';
|
|
2918
|
-
// ChartColumnIncreasing aliases
|
|
2919
|
-
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2920
|
-
export {
|
|
2921
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2922
|
-
default as BarChart4Icon
|
|
2923
|
-
} from '../icons/chart-column-increasing';
|
|
2924
2920
|
// ChartColumn aliases
|
|
2925
2921
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2926
2922
|
export {
|
|
2927
2923
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2928
2924
|
default as BarChart3Icon
|
|
2929
2925
|
} from '../icons/chart-column';
|
|
2926
|
+
// ChartColumnIncreasing aliases
|
|
2927
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2928
|
+
export {
|
|
2929
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2930
|
+
default as BarChart4Icon
|
|
2931
|
+
} from '../icons/chart-column-increasing';
|
|
2930
2932
|
// ChartLine aliases
|
|
2931
2933
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2932
2934
|
export {
|
|
@@ -2939,6 +2941,12 @@ export {
|
|
|
2939
2941
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2940
2942
|
default as BarChartIcon
|
|
2941
2943
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2944
|
+
// ChartNoAxesColumn aliases
|
|
2945
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2946
|
+
export {
|
|
2947
|
+
/** @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 */
|
|
2948
|
+
default as BarChart2Icon
|
|
2949
|
+
} from '../icons/chart-no-axes-column';
|
|
2942
2950
|
// ChartNoAxesGantt aliases
|
|
2943
2951
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2944
2952
|
export {
|
|
@@ -2951,33 +2959,27 @@ export {
|
|
|
2951
2959
|
/** @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 */
|
|
2952
2960
|
default as PieChartIcon
|
|
2953
2961
|
} from '../icons/chart-pie';
|
|
2954
|
-
// ChartNoAxesColumn aliases
|
|
2955
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2956
|
-
export {
|
|
2957
|
-
/** @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 */
|
|
2958
|
-
default as BarChart2Icon
|
|
2959
|
-
} from '../icons/chart-no-axes-column';
|
|
2960
2962
|
// ChartScatter aliases
|
|
2961
2963
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2962
2964
|
export {
|
|
2963
2965
|
/** @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 */
|
|
2964
2966
|
default as ScatterChartIcon
|
|
2965
2967
|
} from '../icons/chart-scatter';
|
|
2966
|
-
// CircleArrowDown aliases
|
|
2967
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2968
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2969
2968
|
// CircleAlert aliases
|
|
2970
2969
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2971
2970
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2972
2971
|
// CircleArrowLeft aliases
|
|
2973
2972
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2974
2973
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2975
|
-
//
|
|
2976
|
-
export { default as
|
|
2977
|
-
export { default as
|
|
2974
|
+
// CircleArrowDown aliases
|
|
2975
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2976
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2978
2977
|
// CircleArrowOutDownRight aliases
|
|
2979
2978
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2980
2979
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2980
|
+
// CircleArrowOutDownLeft aliases
|
|
2981
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2982
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2981
2983
|
// CircleArrowOutUpLeft aliases
|
|
2982
2984
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2983
2985
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
@@ -2993,67 +2995,67 @@ export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
|
2993
2995
|
// CircleCheckBig aliases
|
|
2994
2996
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2995
2997
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2996
|
-
// CircleChevronDown aliases
|
|
2997
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2998
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2999
2998
|
// CircleCheck aliases
|
|
3000
2999
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3001
3000
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
3002
3001
|
// CircleChevronLeft aliases
|
|
3003
3002
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3004
3003
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
3004
|
+
// CircleChevronDown aliases
|
|
3005
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3006
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
3007
|
+
// CircleChevronRight aliases
|
|
3008
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3009
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
3005
3010
|
// CircleChevronUp aliases
|
|
3006
3011
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
3007
3012
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
3008
3013
|
// CircleDivide aliases
|
|
3009
3014
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3010
3015
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
3011
|
-
// CircleChevronRight aliases
|
|
3012
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3013
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
3014
|
-
// CircleGauge aliases
|
|
3015
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3016
|
-
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
3017
3016
|
// CircleMinus aliases
|
|
3018
3017
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3019
3018
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
3019
|
+
// CircleGauge aliases
|
|
3020
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3021
|
+
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
3022
|
+
// CircleParkingOff aliases
|
|
3023
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3024
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
3020
3025
|
// CircleParking aliases
|
|
3021
3026
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3022
3027
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
3023
3028
|
// CirclePause aliases
|
|
3024
3029
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3025
3030
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3026
|
-
// CircleParkingOff aliases
|
|
3027
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3028
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
3029
|
-
// CirclePlay aliases
|
|
3030
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3031
|
-
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3032
3031
|
// CirclePercent aliases
|
|
3033
3032
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3034
3033
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3034
|
+
// CirclePlay aliases
|
|
3035
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3036
|
+
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3035
3037
|
// CirclePower aliases
|
|
3036
3038
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3037
3039
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3040
|
+
// CirclePlus aliases
|
|
3041
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3042
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3038
3043
|
// CircleQuestionMark aliases
|
|
3039
3044
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3040
3045
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
3041
3046
|
export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
3042
|
-
// CirclePlus aliases
|
|
3043
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3044
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3045
|
-
// CircleSlash2 aliases
|
|
3046
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3047
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3048
|
-
// CircleStop aliases
|
|
3049
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3050
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3051
3047
|
// CircleUserRound aliases
|
|
3052
3048
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3053
3049
|
export {
|
|
3054
3050
|
/** @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 */
|
|
3055
3051
|
default as UserCircle2Icon
|
|
3056
3052
|
} from '../icons/circle-user-round';
|
|
3053
|
+
// CircleSlash2 aliases
|
|
3054
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3055
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3056
|
+
// CircleStop aliases
|
|
3057
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3058
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3057
3059
|
// CircleUser aliases
|
|
3058
3060
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3059
3061
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
@@ -3063,67 +3065,67 @@ export { default as XCircleIcon } from '../icons/circle-x';
|
|
|
3063
3065
|
// ClipboardPenLine aliases
|
|
3064
3066
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3065
3067
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3068
|
+
// ClipboardPen aliases
|
|
3069
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3070
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3066
3071
|
// CloudDownload aliases
|
|
3067
3072
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3068
3073
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3069
3074
|
// CloudUpload aliases
|
|
3070
3075
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3071
3076
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3072
|
-
// ClipboardPen aliases
|
|
3073
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3074
|
-
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3075
|
-
// Columns2 aliases
|
|
3076
|
-
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3077
|
-
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3078
3077
|
// CodeXml aliases
|
|
3079
3078
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3080
3079
|
export {
|
|
3081
3080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
|
|
3082
3081
|
default as Code2Icon
|
|
3083
3082
|
} from '../icons/code-xml';
|
|
3084
|
-
// Columns3 aliases
|
|
3085
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3086
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3087
3083
|
// Columns3Cog aliases
|
|
3088
3084
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3089
3085
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3090
3086
|
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3087
|
+
// Columns2 aliases
|
|
3088
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3089
|
+
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
3090
|
+
// Columns3 aliases
|
|
3091
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3092
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3091
3093
|
// DiamondPercent aliases
|
|
3092
3094
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3093
3095
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3094
|
-
// Earth aliases
|
|
3095
|
-
export { default as EarthIcon } from '../icons/earth';
|
|
3096
|
-
export {
|
|
3097
|
-
/** @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 */
|
|
3098
|
-
default as Globe2Icon
|
|
3099
|
-
} from '../icons/earth';
|
|
3100
3096
|
// ContactRound aliases
|
|
3101
3097
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3102
3098
|
export {
|
|
3103
3099
|
/** @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 */
|
|
3104
3100
|
default as Contact2Icon
|
|
3105
3101
|
} from '../icons/contact-round';
|
|
3106
|
-
//
|
|
3107
|
-
export { default as
|
|
3108
|
-
export {
|
|
3102
|
+
// Earth aliases
|
|
3103
|
+
export { default as EarthIcon } from '../icons/earth';
|
|
3104
|
+
export {
|
|
3105
|
+
/** @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 */
|
|
3106
|
+
default as Globe2Icon
|
|
3107
|
+
} from '../icons/earth';
|
|
3109
3108
|
// Ellipsis aliases
|
|
3110
3109
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3111
3110
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3112
|
-
//
|
|
3113
|
-
export { default as
|
|
3114
|
-
export { default as
|
|
3115
|
-
//
|
|
3116
|
-
export { default as
|
|
3117
|
-
export {
|
|
3118
|
-
/** @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 */
|
|
3119
|
-
default as FileBarChart2Icon
|
|
3120
|
-
} from '../icons/file-chart-column';
|
|
3111
|
+
// EllipsisVertical aliases
|
|
3112
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3113
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3114
|
+
// FileAxis3d aliases
|
|
3115
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3116
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3121
3117
|
// FileChartColumnIncreasing aliases
|
|
3122
3118
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3123
3119
|
export {
|
|
3124
3120
|
/** @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 */
|
|
3125
3121
|
default as FileBarChartIcon
|
|
3126
3122
|
} from '../icons/file-chart-column-increasing';
|
|
3123
|
+
// FileChartColumn aliases
|
|
3124
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3125
|
+
export {
|
|
3126
|
+
/** @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 */
|
|
3127
|
+
default as FileBarChart2Icon
|
|
3128
|
+
} from '../icons/file-chart-column';
|
|
3127
3129
|
// FileChartPie aliases
|
|
3128
3130
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3129
3131
|
export {
|
|
@@ -3145,24 +3147,24 @@ export {
|
|
|
3145
3147
|
// FilePenLine aliases
|
|
3146
3148
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3147
3149
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3148
|
-
// FilePlay aliases
|
|
3149
|
-
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3150
|
-
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3151
|
-
// FileQuestionMark aliases
|
|
3152
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3153
|
-
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3154
3150
|
// FilePen aliases
|
|
3155
3151
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3156
3152
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3159
|
-
export { default as
|
|
3153
|
+
// FileQuestionMark aliases
|
|
3154
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3155
|
+
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3156
|
+
// FilePlay aliases
|
|
3157
|
+
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3158
|
+
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3160
3159
|
// FolderCog aliases
|
|
3161
3160
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3162
3161
|
export {
|
|
3163
3162
|
/** @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 */
|
|
3164
3163
|
default as FolderCog2Icon
|
|
3165
3164
|
} from '../icons/folder-cog';
|
|
3165
|
+
// FileVideoCamera aliases
|
|
3166
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3167
|
+
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3166
3168
|
// FolderPen aliases
|
|
3167
3169
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3168
3170
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
@@ -3178,25 +3180,28 @@ export {
|
|
|
3178
3180
|
/** @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 */
|
|
3179
3181
|
default as FilterIcon
|
|
3180
3182
|
} from '../icons/funnel';
|
|
3183
|
+
// Grid2x2Check aliases
|
|
3184
|
+
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3185
|
+
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3181
3186
|
// GitCommitHorizontal aliases
|
|
3182
3187
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3183
3188
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3184
3189
|
// Grid2x2Plus aliases
|
|
3185
3190
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3186
3191
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3192
|
+
// Grid2x2X aliases
|
|
3193
|
+
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3194
|
+
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3187
3195
|
// Grid2x2 aliases
|
|
3188
3196
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3189
3197
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3190
|
-
// Grid2x2Check aliases
|
|
3191
|
-
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3192
|
-
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3193
3198
|
// Grid3x3 aliases
|
|
3194
3199
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3195
3200
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3196
3201
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3197
|
-
//
|
|
3198
|
-
export { default as
|
|
3199
|
-
export { default as
|
|
3202
|
+
// House aliases
|
|
3203
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3204
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3200
3205
|
// HandHelping aliases
|
|
3201
3206
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3202
3207
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
@@ -3206,90 +3211,87 @@ export {
|
|
|
3206
3211
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
3207
3212
|
default as IceCream2Icon
|
|
3208
3213
|
} from '../icons/ice-cream-bowl';
|
|
3209
|
-
// House aliases
|
|
3210
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3211
|
-
export { default as HomeIcon } from '../icons/house';
|
|
3212
|
-
// IndentDecrease aliases
|
|
3213
|
-
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3214
|
-
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3215
3214
|
// IceCreamCone aliases
|
|
3216
3215
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3217
3216
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3217
|
+
// IndentDecrease aliases
|
|
3218
|
+
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3219
|
+
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3218
3220
|
// IndentIncrease aliases
|
|
3219
3221
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3220
3222
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3221
|
-
// Layers aliases
|
|
3222
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3223
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3224
3223
|
// LaptopMinimal aliases
|
|
3225
3224
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3226
3225
|
export {
|
|
3227
3226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3228
3227
|
default as Laptop2Icon
|
|
3229
3228
|
} from '../icons/laptop-minimal';
|
|
3229
|
+
// Layers aliases
|
|
3230
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3231
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3230
3232
|
// LoaderCircle aliases
|
|
3231
3233
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3232
3234
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3233
3235
|
// LockKeyholeOpen aliases
|
|
3234
3236
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3235
3237
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3236
|
-
// LockOpen aliases
|
|
3237
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3238
|
-
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3239
|
-
// MailQuestionMark aliases
|
|
3240
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3241
|
-
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3242
3238
|
// MapPinPen aliases
|
|
3243
3239
|
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3244
3240
|
export {
|
|
3245
3241
|
/** @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 */
|
|
3246
3242
|
default as LocationEditIcon
|
|
3247
3243
|
} from '../icons/map-pin-pen';
|
|
3248
|
-
//
|
|
3249
|
-
export { default as
|
|
3250
|
-
export { default as
|
|
3251
|
-
//
|
|
3252
|
-
export { default as
|
|
3253
|
-
export { default as
|
|
3244
|
+
// LockOpen aliases
|
|
3245
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3246
|
+
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3247
|
+
// MailQuestionMark aliases
|
|
3248
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3249
|
+
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3254
3250
|
// MicVocal aliases
|
|
3255
3251
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3256
3252
|
export {
|
|
3257
3253
|
/** @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 */
|
|
3258
3254
|
default as Mic2Icon
|
|
3259
3255
|
} from '../icons/mic-vocal';
|
|
3256
|
+
// MessageCircleQuestionMark aliases
|
|
3257
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3258
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3260
3259
|
// OctagonAlert aliases
|
|
3261
3260
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3262
3261
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3262
|
+
// Move3d aliases
|
|
3263
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3264
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3263
3265
|
// OctagonPause aliases
|
|
3264
3266
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3265
3267
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3266
|
-
// PaintbrushVertical aliases
|
|
3267
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3268
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3269
3268
|
// OctagonX aliases
|
|
3270
3269
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3271
3270
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3271
|
+
// PaintbrushVertical aliases
|
|
3272
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3273
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3272
3274
|
// PanelBottomDashed aliases
|
|
3273
3275
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3274
3276
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3275
|
-
// PanelLeftDashed aliases
|
|
3276
|
-
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3277
|
-
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3278
3277
|
// PanelLeftClose aliases
|
|
3279
3278
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3280
3279
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3280
|
+
// PanelLeftDashed aliases
|
|
3281
|
+
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3282
|
+
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3281
3283
|
// PanelLeftOpen aliases
|
|
3282
3284
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3283
3285
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3284
|
-
// PanelLeft aliases
|
|
3285
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3286
|
-
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3287
3286
|
// PanelRightDashed aliases
|
|
3288
3287
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3289
3288
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3290
3289
|
// PanelTopDashed aliases
|
|
3291
3290
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3292
3291
|
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3292
|
+
// PanelLeft aliases
|
|
3293
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3294
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3293
3295
|
// PanelsTopLeft aliases
|
|
3294
3296
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3295
3297
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
@@ -3305,18 +3307,21 @@ export {
|
|
|
3305
3307
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3306
3308
|
default as Edit2Icon
|
|
3307
3309
|
} from '../icons/pen';
|
|
3310
|
+
// RectangleEllipsis aliases
|
|
3311
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3312
|
+
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3308
3313
|
// PlugZap aliases
|
|
3309
3314
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3310
3315
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3311
|
-
// Rows2 aliases
|
|
3312
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3313
|
-
export { default as RowsIcon } from '../icons/rows-2';
|
|
3314
3316
|
// Rotate3d aliases
|
|
3315
3317
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3316
3318
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3319
|
-
export { default as
|
|
3319
|
+
// Rows2 aliases
|
|
3320
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3321
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3322
|
+
// Rows3 aliases
|
|
3323
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3324
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3320
3325
|
// Scale3d aliases
|
|
3321
3326
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3322
3327
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
@@ -3326,45 +3331,42 @@ export {
|
|
|
3326
3331
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3327
3332
|
default as SendHorizonalIcon
|
|
3328
3333
|
} from '../icons/send-horizontal';
|
|
3329
|
-
// Rows3 aliases
|
|
3330
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3331
|
-
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3332
3334
|
// ShieldX aliases
|
|
3333
3335
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3334
3336
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3335
3337
|
// ShieldQuestionMark aliases
|
|
3336
3338
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3337
3339
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
3338
|
-
// SlidersVertical aliases
|
|
3339
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3340
|
-
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3341
3340
|
// Sparkles aliases
|
|
3342
3341
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3343
3342
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3344
|
-
//
|
|
3345
|
-
export { default as
|
|
3346
|
-
export { default as
|
|
3343
|
+
// SlidersVertical aliases
|
|
3344
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3345
|
+
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3347
3346
|
// SquareActivity aliases
|
|
3348
3347
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3349
3348
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3350
|
-
//
|
|
3351
|
-
export { default as
|
|
3352
|
-
export { default as
|
|
3349
|
+
// SquareArrowDownLeft aliases
|
|
3350
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3351
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3353
3352
|
// SquareArrowDownRight aliases
|
|
3354
3353
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3355
3354
|
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3356
|
-
//
|
|
3357
|
-
export { default as
|
|
3358
|
-
export { default as
|
|
3355
|
+
// SquareArrowDown aliases
|
|
3356
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3357
|
+
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3359
3358
|
// SquareArrowOutDownLeft aliases
|
|
3360
3359
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3361
3360
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3362
|
-
//
|
|
3363
|
-
export { default as
|
|
3364
|
-
export { default as
|
|
3361
|
+
// SquareArrowLeft aliases
|
|
3362
|
+
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3363
|
+
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3365
3364
|
// SquareArrowOutDownRight aliases
|
|
3366
3365
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3367
3366
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3367
|
+
// SquareArrowOutUpLeft aliases
|
|
3368
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3369
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3368
3370
|
// SquareArrowOutUpRight aliases
|
|
3369
3371
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3370
3372
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
@@ -3374,15 +3376,15 @@ export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
|
3374
3376
|
// SquareArrowUpLeft aliases
|
|
3375
3377
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3376
3378
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3377
|
-
// SquareArrowUpRight aliases
|
|
3378
|
-
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3379
|
-
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3380
3379
|
// SquareArrowUp aliases
|
|
3381
3380
|
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3382
3381
|
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3383
3382
|
// SquareAsterisk aliases
|
|
3384
3383
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3385
3384
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3385
|
+
// SquareArrowUpRight aliases
|
|
3386
|
+
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3387
|
+
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3386
3388
|
// SquareBottomDashedScissors aliases
|
|
3387
3389
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3388
3390
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
@@ -3390,27 +3392,27 @@ export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-botto
|
|
|
3390
3392
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3391
3393
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3392
3394
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3393
|
-
// SquareCheck aliases
|
|
3394
|
-
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3395
|
-
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3396
3395
|
// SquareCheckBig aliases
|
|
3397
3396
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3398
3397
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3399
3398
|
// SquareChevronDown aliases
|
|
3400
3399
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3401
3400
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3401
|
+
// SquareCheck aliases
|
|
3402
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3403
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3402
3404
|
// SquareChevronLeft aliases
|
|
3403
3405
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3404
3406
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3405
|
-
// SquareCode aliases
|
|
3406
|
-
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3407
|
-
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3408
|
-
// SquareChevronUp aliases
|
|
3409
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3410
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3411
3407
|
// SquareChevronRight aliases
|
|
3412
3408
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3413
3409
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3410
|
+
// SquareChevronUp aliases
|
|
3411
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3412
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3413
|
+
// SquareCode aliases
|
|
3414
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3415
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3414
3416
|
// SquareDashedKanban aliases
|
|
3415
3417
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3416
3418
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
@@ -3426,36 +3428,36 @@ export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
|
3426
3428
|
// SquareDot aliases
|
|
3427
3429
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3428
3430
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3429
|
-
// SquareEqual aliases
|
|
3430
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3431
|
-
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3432
3431
|
// SquareFunction aliases
|
|
3433
3432
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3434
3433
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3435
3434
|
// SquareLibrary aliases
|
|
3436
3435
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3437
3436
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3437
|
+
// SquareEqual aliases
|
|
3438
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3439
|
+
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3438
3440
|
// SquareKanban aliases
|
|
3439
3441
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3440
3442
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3441
|
-
// SquareMenu aliases
|
|
3442
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3443
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3444
3443
|
// SquareM aliases
|
|
3445
3444
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3446
3445
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3446
|
+
// SquareMenu aliases
|
|
3447
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3448
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3447
3449
|
// SquareMinus aliases
|
|
3448
3450
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3449
3451
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3450
3452
|
// SquareMousePointer aliases
|
|
3451
3453
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3452
3454
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3453
|
-
// SquareParking aliases
|
|
3454
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3455
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3456
3455
|
// SquareParkingOff aliases
|
|
3457
3456
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3458
3457
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3458
|
+
// SquareParking aliases
|
|
3459
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3460
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3459
3461
|
// SquarePen aliases
|
|
3460
3462
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3461
3463
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3464,84 +3466,84 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3464
3466
|
// SquarePercent aliases
|
|
3465
3467
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3466
3468
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3467
|
-
// SquarePilcrow aliases
|
|
3468
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3469
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3470
3469
|
// SquarePi aliases
|
|
3471
3470
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3472
3471
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3473
|
-
//
|
|
3474
|
-
export { default as
|
|
3475
|
-
export { default as
|
|
3472
|
+
// SquarePilcrow aliases
|
|
3473
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3474
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3476
3475
|
// SquarePlay aliases
|
|
3477
3476
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3478
3477
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3479
|
-
//
|
|
3480
|
-
export { default as
|
|
3481
|
-
export { default as
|
|
3478
|
+
// SquarePlus aliases
|
|
3479
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3480
|
+
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3482
3481
|
// SquareScissors aliases
|
|
3483
3482
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3484
3483
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3484
|
+
// SquarePower aliases
|
|
3485
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3486
|
+
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3485
3487
|
// SquareSigma aliases
|
|
3486
3488
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3487
3489
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3488
3490
|
// SquareSlash aliases
|
|
3489
3491
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3490
3492
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3491
|
-
// SquareSplitVertical aliases
|
|
3492
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3493
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3494
3493
|
// SquareSplitHorizontal aliases
|
|
3495
3494
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3496
3495
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3496
|
+
// SquareSplitVertical aliases
|
|
3497
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3498
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3497
3499
|
// SquareTerminal aliases
|
|
3498
3500
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3499
3501
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3500
3502
|
// SquareUser aliases
|
|
3501
3503
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3502
3504
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3505
|
+
// SquareX aliases
|
|
3506
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3507
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3503
3508
|
// SquareUserRound aliases
|
|
3504
3509
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3505
3510
|
export {
|
|
3506
3511
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3507
3512
|
default as UserSquare2Icon
|
|
3508
3513
|
} from '../icons/square-user-round';
|
|
3509
|
-
// SquareX aliases
|
|
3510
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3511
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3512
3514
|
// TestTubeDiagonal aliases
|
|
3513
3515
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3514
3516
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3515
3517
|
// TextSelect aliases
|
|
3516
3518
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3517
3519
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3518
|
-
// TreePalm aliases
|
|
3519
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3520
|
-
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3521
3520
|
// TramFront aliases
|
|
3522
3521
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3523
3522
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3524
|
-
//
|
|
3525
|
-
export { default as
|
|
3526
|
-
export { default as
|
|
3523
|
+
// TreePalm aliases
|
|
3524
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3525
|
+
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3527
3526
|
// TvMinimal aliases
|
|
3528
3527
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3529
3528
|
export {
|
|
3530
3529
|
/** @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 */
|
|
3531
3530
|
default as Tv2Icon
|
|
3532
3531
|
} from '../icons/tv-minimal';
|
|
3533
|
-
//
|
|
3534
|
-
export { default as
|
|
3535
|
-
export {
|
|
3536
|
-
/** @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 */
|
|
3537
|
-
default as School2Icon
|
|
3538
|
-
} from '../icons/university';
|
|
3532
|
+
// TriangleAlert aliases
|
|
3533
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3534
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3539
3535
|
// UserRoundCheck aliases
|
|
3540
3536
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3541
3537
|
export {
|
|
3542
3538
|
/** @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 */
|
|
3543
3539
|
default as UserCheck2Icon
|
|
3544
3540
|
} from '../icons/user-round-check';
|
|
3541
|
+
// University aliases
|
|
3542
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3543
|
+
export {
|
|
3544
|
+
/** @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 */
|
|
3545
|
+
default as School2Icon
|
|
3546
|
+
} from '../icons/university';
|
|
3545
3547
|
// UserRoundCog aliases
|
|
3546
3548
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3547
3549
|
export {
|
|
@@ -3581,6 +3583,12 @@ export {
|
|
|
3581
3583
|
// UtensilsCrossed aliases
|
|
3582
3584
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3583
3585
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3586
|
+
// WalletMinimal aliases
|
|
3587
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3588
|
+
export {
|
|
3589
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3590
|
+
default as Wallet2Icon
|
|
3591
|
+
} from '../icons/wallet-minimal';
|
|
3584
3592
|
// Utensils aliases
|
|
3585
3593
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3586
3594
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
@@ -3590,10 +3598,4 @@ export {
|
|
|
3590
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3591
3599
|
default as Wand2Icon
|
|
3592
3600
|
} from '../icons/wand-sparkles';
|
|
3593
|
-
// WalletMinimal aliases
|
|
3594
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3595
|
-
export {
|
|
3596
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3597
|
-
default as Wallet2Icon
|
|
3598
|
-
} from '../icons/wallet-minimal';
|
|
3599
3601
|
|