@lucide/astro 0.519.0 → 0.520.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 +57 -57
- package/src/aliases/prefixed.ts +418 -416
- package/src/aliases/suffixed.ts +872 -870
- package/src/icons/georgian-lari.ts +18 -0
- package/src/icons/index.ts +91 -90
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,45 +1,47 @@
|
|
|
1
|
+
// AArrowDown aliases
|
|
2
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
+
// AArrowUp aliases
|
|
4
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
1
5
|
// ALargeSmall aliases
|
|
2
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Accessibility aliases
|
|
8
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
3
9
|
// Activity aliases
|
|
4
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
5
11
|
// AirVent aliases
|
|
6
12
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
7
|
-
// AArrowDown aliases
|
|
8
|
-
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
9
13
|
// Airplay aliases
|
|
10
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
15
|
// AlarmClockOff aliases
|
|
12
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
13
17
|
// AlarmClock aliases
|
|
14
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
15
|
-
// Album aliases
|
|
16
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
19
|
// AlignCenterHorizontal aliases
|
|
20
20
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
21
|
-
// AlignCenter aliases
|
|
22
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
23
21
|
// AlignCenterVertical aliases
|
|
24
22
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
|
+
// Album aliases
|
|
26
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
27
|
+
// AlignCenter aliases
|
|
28
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
25
29
|
// AlignEndHorizontal aliases
|
|
26
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
31
|
// AlignEndVertical aliases
|
|
28
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
33
|
// AlignHorizontalDistributeCenter aliases
|
|
30
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
|
-
// AArrowUp aliases
|
|
32
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
33
35
|
// AlignHorizontalDistributeEnd aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
37
|
// AlignHorizontalDistributeStart aliases
|
|
36
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
41
|
// AlignHorizontalJustifyEnd aliases
|
|
38
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
43
|
// AlignHorizontalJustifyStart aliases
|
|
40
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
41
|
-
// AlignHorizontalJustifyCenter aliases
|
|
42
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
43
45
|
// AlignHorizontalSpaceAround aliases
|
|
44
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
47
|
// AlignJustify aliases
|
|
@@ -48,8 +50,6 @@ export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
|
48
50
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
51
|
// AlignLeft aliases
|
|
50
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
51
|
-
// AlignStartHorizontal aliases
|
|
52
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
53
|
// AlignRight aliases
|
|
54
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartVertical aliases
|
|
@@ -58,16 +58,18 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
58
58
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
59
|
// AlignVerticalDistributeEnd aliases
|
|
60
60
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
61
|
+
// AlignStartHorizontal aliases
|
|
62
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
61
63
|
// AlignVerticalDistributeStart aliases
|
|
62
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
|
-
// AlignVerticalJustifyStart aliases
|
|
64
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
65
|
// AlignVerticalJustifyCenter aliases
|
|
66
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalSpaceAround aliases
|
|
70
70
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
71
|
+
// AlignVerticalJustifyStart aliases
|
|
72
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
73
|
// AlignVerticalSpaceBetween aliases
|
|
72
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
75
|
// Ambulance aliases
|
|
@@ -78,104 +80,104 @@ export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
|
78
80
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
81
|
// Amphora aliases
|
|
80
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
-
// Angry aliases
|
|
82
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
-
//
|
|
86
|
-
export { default as
|
|
85
|
+
// Angry aliases
|
|
86
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Antenna aliases
|
|
88
88
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
|
-
//
|
|
90
|
-
export { default as
|
|
89
|
+
// Annoyed aliases
|
|
90
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
|
-
// AppWindowMac aliases
|
|
94
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
93
|
// Aperture aliases
|
|
96
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
97
|
-
//
|
|
98
|
-
export { default as
|
|
95
|
+
// AppWindowMac aliases
|
|
96
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
+
// AppWindow aliases
|
|
98
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
-
//
|
|
102
|
-
export { default as
|
|
101
|
+
// ArchiveRestore aliases
|
|
102
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
//
|
|
106
|
-
export { default as
|
|
105
|
+
// Archive aliases
|
|
106
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// Armchair aliases
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
|
+
// ArrowBigDownDash aliases
|
|
110
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
111
|
// ArrowBigDown aliases
|
|
110
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
111
113
|
// ArrowBigLeftDash aliases
|
|
112
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
115
|
// ArrowBigLeft aliases
|
|
114
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
|
-
// ArrowBigRight aliases
|
|
116
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
+
// ArrowBigRight aliases
|
|
120
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
119
121
|
// ArrowBigUpDash aliases
|
|
120
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
123
|
// ArrowBigUp aliases
|
|
122
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
123
|
-
// ArrowDownLeft aliases
|
|
124
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
125
125
|
// ArrowDownFromLine aliases
|
|
126
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
+
// ArrowDownLeft aliases
|
|
128
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownNarrowWide aliases
|
|
130
|
+
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
127
131
|
// ArrowDownRight aliases
|
|
128
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
129
133
|
// ArrowDownToDot aliases
|
|
130
134
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
131
|
-
// ArrowDownNarrowWide aliases
|
|
132
|
-
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
133
135
|
// ArrowDownToLine aliases
|
|
134
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
135
|
-
// ArrowLeftRight aliases
|
|
136
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowDownUp aliases
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
|
-
// ArrowLeft aliases
|
|
140
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
-
// ArrowDown aliases
|
|
142
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
143
139
|
// ArrowLeftFromLine aliases
|
|
144
140
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
145
|
-
//
|
|
146
|
-
export { default as
|
|
141
|
+
// ArrowDown aliases
|
|
142
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
143
|
+
// ArrowLeftRight aliases
|
|
144
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
147
145
|
// ArrowLeftToLine aliases
|
|
148
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
+
// ArrowRightFromLine aliases
|
|
148
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
149
|
+
// ArrowLeft aliases
|
|
150
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
151
|
// ArrowRightLeft aliases
|
|
150
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
153
|
// ArrowRightToLine aliases
|
|
152
154
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
|
+
// ArrowRight aliases
|
|
156
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
153
157
|
// ArrowUpDown aliases
|
|
154
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
155
159
|
// ArrowUpFromDot aliases
|
|
156
160
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
157
|
-
// ArrowRight aliases
|
|
158
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
159
161
|
// ArrowUpFromLine aliases
|
|
160
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
163
|
// ArrowUpLeft aliases
|
|
162
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
163
|
-
// ArrowUpToLine aliases
|
|
164
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
165
|
-
// ArrowUpWideNarrow aliases
|
|
166
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
167
165
|
// ArrowUpRight aliases
|
|
168
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
169
167
|
// ArrowsUpFromLine aliases
|
|
170
168
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
169
|
+
// ArrowUpToLine aliases
|
|
170
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
171
|
+
// ArrowUpWideNarrow aliases
|
|
172
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
173
|
// ArrowUp aliases
|
|
172
174
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
|
+
// AtSign aliases
|
|
176
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
177
|
// Asterisk aliases
|
|
174
178
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
175
179
|
// Atom aliases
|
|
176
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
177
|
-
// AtSign aliases
|
|
178
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
181
|
// AudioLines aliases
|
|
180
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
181
183
|
// AudioWaveform aliases
|
|
@@ -184,22 +186,22 @@ export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
|
184
186
|
export { default as AwardIcon } from '../icons/award';
|
|
185
187
|
// Baby aliases
|
|
186
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// Backpack aliases
|
|
188
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
189
|
// Axe aliases
|
|
190
190
|
export { default as AxeIcon } from '../icons/axe';
|
|
191
|
+
// Backpack aliases
|
|
192
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
195
|
// BadgeCent aliases
|
|
192
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
197
|
// BadgeEuro aliases
|
|
196
198
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
197
|
-
//
|
|
198
|
-
export { default as
|
|
199
|
-
// BadgeInfo aliases
|
|
200
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
199
|
+
// BadgeDollarSign aliases
|
|
200
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
201
201
|
// BadgeIndianRupee aliases
|
|
202
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
|
+
// BadgeInfo aliases
|
|
204
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
203
205
|
// BadgeJapaneseYen aliases
|
|
204
206
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
207
|
// BadgeMinus aliases
|
|
@@ -210,24 +212,24 @@ export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
|
210
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
213
|
// BadgePoundSterling aliases
|
|
212
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
213
|
-
// BadgeRussianRuble aliases
|
|
214
|
-
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
215
|
// BadgeSwissFranc aliases
|
|
216
216
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
217
|
// BadgeX aliases
|
|
218
218
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
+
// BadgeRussianRuble aliases
|
|
220
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
221
|
// Badge aliases
|
|
220
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
221
223
|
// BaggageClaim aliases
|
|
222
224
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
-
// Banana aliases
|
|
224
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
225
225
|
// Ban aliases
|
|
226
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
-
// BanknoteArrowDown aliases
|
|
228
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
229
227
|
// Bandage aliases
|
|
230
228
|
export { default as BandageIcon } from '../icons/bandage';
|
|
229
|
+
// Banana aliases
|
|
230
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
231
|
+
// BanknoteArrowDown aliases
|
|
232
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
233
|
// BanknoteArrowUp aliases
|
|
232
234
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
233
235
|
// BanknoteX aliases
|
|
@@ -238,34 +240,32 @@ export { default as BanknoteIcon } from '../icons/banknote';
|
|
|
238
240
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
241
|
// Barrel aliases
|
|
240
242
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
241
245
|
// Baseline aliases
|
|
242
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
247
|
// BatteryCharging aliases
|
|
244
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
245
|
-
//
|
|
246
|
-
export { default as
|
|
247
|
-
// BatteryLow aliases
|
|
248
|
-
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
249
|
+
// BatteryFull aliases
|
|
250
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
249
251
|
// BatteryMedium aliases
|
|
250
252
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
253
|
+
// BatteryLow aliases
|
|
254
|
+
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
251
255
|
// BatteryPlus aliases
|
|
252
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
253
|
-
// BatteryFull aliases
|
|
254
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
257
|
// BatteryWarning aliases
|
|
256
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
259
|
// Beaker aliases
|
|
260
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// Battery aliases
|
|
262
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
263
|
// BeanOff aliases
|
|
262
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
265
|
// Bean aliases
|
|
264
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
267
|
// BedDouble aliases
|
|
266
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
267
|
-
// Accessibility aliases
|
|
268
|
-
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
269
269
|
// BedSingle aliases
|
|
270
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
271
|
// Bed aliases
|
|
@@ -274,34 +274,34 @@ export { default as BedIcon } from '../icons/bed';
|
|
|
274
274
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
275
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
-
// Beer aliases
|
|
278
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
279
277
|
// BellDot aliases
|
|
280
278
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
|
+
// Beer aliases
|
|
280
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
281
|
+
// BellElectric aliases
|
|
282
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
283
|
// BellMinus aliases
|
|
282
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
283
285
|
// BellOff aliases
|
|
284
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
285
|
-
// BellElectric aliases
|
|
286
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
289
|
// BellRing aliases
|
|
290
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
|
-
// BetweenVerticalEnd aliases
|
|
292
|
-
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
291
|
// Bell aliases
|
|
294
292
|
export { default as BellIcon } from '../icons/bell';
|
|
295
|
-
// Bike aliases
|
|
296
|
-
export { default as BikeIcon } from '../icons/bike';
|
|
297
|
-
// BicepsFlexed aliases
|
|
298
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
293
|
// BetweenVerticalStart aliases
|
|
300
294
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
|
+
// Bike aliases
|
|
298
|
+
export { default as BikeIcon } from '../icons/bike';
|
|
301
299
|
// Binary aliases
|
|
302
300
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
301
|
// Binoculars aliases
|
|
304
302
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
|
+
// BicepsFlexed aliases
|
|
304
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
307
|
// Bird aliases
|
|
@@ -312,64 +312,64 @@ export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
313
|
// Blinds aliases
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
|
-
// Blocks aliases
|
|
316
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
315
|
// BluetoothConnected aliases
|
|
318
316
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
317
|
+
// Blocks aliases
|
|
318
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
319
|
// BluetoothOff aliases
|
|
320
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
+
// Bluetooth aliases
|
|
322
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
321
323
|
// BluetoothSearching aliases
|
|
322
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
|
-
// Bluetooth aliases
|
|
326
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
|
-
// Bomb aliases
|
|
328
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
329
327
|
// Bolt aliases
|
|
330
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
+
// Bomb aliases
|
|
330
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// Bone aliases
|
|
332
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
-
// BookAlert aliases
|
|
334
|
-
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
335
333
|
// BookA aliases
|
|
336
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
|
+
// BookAlert aliases
|
|
336
|
+
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
337
337
|
// BookAudio aliases
|
|
338
338
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
339
|
+
// BookCheck aliases
|
|
340
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
341
|
// BookCopy aliases
|
|
340
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookDown aliases
|
|
342
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
343
|
// BookHeadphones aliases
|
|
344
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
//
|
|
346
|
-
export { default as
|
|
345
|
+
// BookDown aliases
|
|
346
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
347
|
// BookHeart aliases
|
|
348
348
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookImage aliases
|
|
350
350
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
351
|
// BookKey aliases
|
|
352
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
|
+
// BookLock aliases
|
|
354
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
355
|
// BookMarked aliases
|
|
354
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
357
|
// BookMinus aliases
|
|
356
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
// BookOpenText aliases
|
|
358
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
-
// BookLock aliases
|
|
360
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
361
359
|
// BookOpenCheck aliases
|
|
362
360
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
|
+
// BookOpenText aliases
|
|
362
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
363
|
// BookOpen aliases
|
|
364
364
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
|
-
// BookText aliases
|
|
366
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
365
|
// BookPlus aliases
|
|
368
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
369
|
-
// BookUp2 aliases
|
|
370
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
371
367
|
// BookType aliases
|
|
372
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
@@ -386,44 +386,44 @@ export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
|
386
386
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
// BoomBox aliases
|
|
390
|
-
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
389
|
// Bookmark aliases
|
|
392
390
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
|
+
// BoomBox aliases
|
|
392
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
393
|
// BotMessageSquare aliases
|
|
394
394
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
395
395
|
// BotOff aliases
|
|
396
396
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
|
-
// BowArrow aliases
|
|
398
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
397
|
// Bot aliases
|
|
400
398
|
export { default as BotIcon } from '../icons/bot';
|
|
401
399
|
// Box aliases
|
|
402
400
|
export { default as BoxIcon } from '../icons/box';
|
|
403
401
|
// Boxes aliases
|
|
404
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
+
// BowArrow aliases
|
|
404
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
405
405
|
// Brackets aliases
|
|
406
406
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
407
|
// BrainCircuit aliases
|
|
408
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
-
// BrainCog aliases
|
|
410
|
-
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
411
409
|
// Brain aliases
|
|
412
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
413
|
-
//
|
|
414
|
-
export { default as
|
|
411
|
+
// BrainCog aliases
|
|
412
|
+
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
413
|
// BrickWall aliases
|
|
416
414
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
|
-
//
|
|
418
|
-
export { default as
|
|
415
|
+
// BrickWallFire aliases
|
|
416
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
417
|
// BriefcaseConveyorBelt aliases
|
|
420
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
|
+
// BriefcaseBusiness aliases
|
|
420
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
421
|
// BriefcaseMedical aliases
|
|
422
422
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
-
// BringToFront aliases
|
|
424
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
425
423
|
// Briefcase aliases
|
|
426
424
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
|
+
// BringToFront aliases
|
|
426
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
427
|
// BrushCleaning aliases
|
|
428
428
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
429
|
// Brush aliases
|
|
@@ -442,16 +442,16 @@ export { default as Building2Icon } from '../icons/building-2';
|
|
|
442
442
|
export { default as BuildingIcon } from '../icons/building';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
|
-
// Bus aliases
|
|
446
|
-
export { default as BusIcon } from '../icons/bus';
|
|
447
445
|
// CableCar aliases
|
|
448
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
|
+
// Bus aliases
|
|
448
|
+
export { default as BusIcon } from '../icons/bus';
|
|
449
449
|
// Cable aliases
|
|
450
450
|
export { default as CableIcon } from '../icons/cable';
|
|
451
|
-
// Cake aliases
|
|
452
|
-
export { default as CakeIcon } from '../icons/cake';
|
|
453
451
|
// CakeSlice aliases
|
|
454
452
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
+
// Cake aliases
|
|
454
|
+
export { default as CakeIcon } from '../icons/cake';
|
|
455
455
|
// Calculator aliases
|
|
456
456
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
457
|
// Calendar1 aliases
|
|
@@ -464,28 +464,28 @@ export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
|
464
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
465
|
// CalendarCheck aliases
|
|
466
466
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
|
-
// CalendarCog aliases
|
|
468
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
469
467
|
// CalendarClock aliases
|
|
470
468
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
469
|
// CalendarDays aliases
|
|
472
470
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
|
-
//
|
|
474
|
-
export { default as
|
|
471
|
+
// CalendarCog aliases
|
|
472
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
475
473
|
// CalendarFold aliases
|
|
476
474
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
|
+
// CalendarHeart aliases
|
|
476
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
477
|
// CalendarMinus2 aliases
|
|
478
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
479
|
// CalendarMinus aliases
|
|
480
480
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
481
481
|
// CalendarOff aliases
|
|
482
482
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
483
|
+
// CalendarPlus2 aliases
|
|
484
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
485
|
// CalendarPlus aliases
|
|
484
486
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
487
|
// CalendarRange aliases
|
|
486
488
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
|
-
// CalendarPlus2 aliases
|
|
488
|
-
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
489
489
|
// CalendarSearch aliases
|
|
490
490
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
491
|
// CalendarSync aliases
|
|
@@ -498,30 +498,30 @@ export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
|
498
498
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
499
|
// CameraOff aliases
|
|
500
500
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
-
// CandyCane aliases
|
|
502
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
501
|
// Camera aliases
|
|
504
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
+
// CandyCane aliases
|
|
504
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
505
|
// CandyOff aliases
|
|
506
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
507
507
|
// Candy aliases
|
|
508
508
|
export { default as CandyIcon } from '../icons/candy';
|
|
509
|
-
// Cannabis aliases
|
|
510
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
-
// CarTaxiFront aliases
|
|
512
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
509
|
// CaptionsOff aliases
|
|
514
510
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
|
+
// Cannabis aliases
|
|
512
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
515
513
|
// CarFront aliases
|
|
516
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
|
+
// CarTaxiFront aliases
|
|
516
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
517
|
// Car aliases
|
|
518
518
|
export { default as CarIcon } from '../icons/car';
|
|
519
|
+
// CardSim aliases
|
|
520
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
519
521
|
// Caravan aliases
|
|
520
522
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
523
|
// Carrot aliases
|
|
522
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
523
|
-
// CardSim aliases
|
|
524
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
525
|
// CaseLower aliases
|
|
526
526
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
527
527
|
// CaseSensitive aliases
|
|
@@ -530,102 +530,102 @@ export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
|
530
530
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
|
-
// Cast aliases
|
|
534
|
-
export { default as CastIcon } from '../icons/cast';
|
|
535
533
|
// Castle aliases
|
|
536
534
|
export { default as CastleIcon } from '../icons/castle';
|
|
535
|
+
// Cast aliases
|
|
536
|
+
export { default as CastIcon } from '../icons/cast';
|
|
537
537
|
// Cat aliases
|
|
538
538
|
export { default as CatIcon } from '../icons/cat';
|
|
539
539
|
// ChartBarDecreasing aliases
|
|
540
540
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
541
|
-
// ChartBarIncreasing aliases
|
|
542
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
543
541
|
// Cctv aliases
|
|
544
542
|
export { default as CctvIcon } from '../icons/cctv';
|
|
543
|
+
// ChartBarStacked aliases
|
|
544
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
545
|
+
// ChartBarIncreasing aliases
|
|
546
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
545
547
|
// ChartColumnDecreasing aliases
|
|
546
548
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
547
549
|
// ChartColumnStacked aliases
|
|
548
550
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
549
|
-
//
|
|
550
|
-
export { default as
|
|
551
|
-
// ChartNetwork aliases
|
|
552
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
|
+
// ChartGantt aliases
|
|
552
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
553
|
// ChartNoAxesColumnDecreasing aliases
|
|
554
554
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
555
|
+
// ChartNetwork aliases
|
|
556
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
557
|
// ChartNoAxesCombined aliases
|
|
556
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
557
|
-
// ChartGantt aliases
|
|
558
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
559
559
|
// ChartSpline aliases
|
|
560
560
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
|
-
// CheckLine aliases
|
|
562
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
563
561
|
// CheckCheck aliases
|
|
564
562
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
-
//
|
|
566
|
-
export { default as
|
|
563
|
+
// CheckLine aliases
|
|
564
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
567
565
|
// ChefHat aliases
|
|
568
566
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
567
|
+
// Check aliases
|
|
568
|
+
export { default as CheckIcon } from '../icons/check';
|
|
569
569
|
// Cherry aliases
|
|
570
570
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
571
|
// ChevronDown aliases
|
|
572
572
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
573
|
// ChevronFirst aliases
|
|
574
574
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
575
|
-
// ChevronRight aliases
|
|
576
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
577
575
|
// ChevronLast aliases
|
|
578
576
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
579
577
|
// ChevronLeft aliases
|
|
580
578
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
|
+
// ChevronRight aliases
|
|
580
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
581
|
// ChevronUp aliases
|
|
582
582
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
583
583
|
// ChevronsDownUp aliases
|
|
584
584
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
585
|
-
// ChevronsLeftRightEllipsis aliases
|
|
586
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
587
585
|
// ChevronsDown aliases
|
|
588
586
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
589
|
-
//
|
|
590
|
-
export { default as
|
|
587
|
+
// ChevronsLeftRightEllipsis aliases
|
|
588
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
591
589
|
// ChevronsLeftRight aliases
|
|
592
590
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
593
|
-
//
|
|
594
|
-
export { default as
|
|
591
|
+
// ChevronsLeft aliases
|
|
592
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
595
593
|
// ChevronsRight aliases
|
|
596
594
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
595
|
+
// ChevronsRightLeft aliases
|
|
596
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
597
597
|
// ChevronsUpDown aliases
|
|
598
598
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
599
|
// ChevronsUp aliases
|
|
600
600
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
601
|
// Chrome aliases
|
|
602
602
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
603
|
-
// Church aliases
|
|
604
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
605
603
|
// Cigarette aliases
|
|
606
604
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
605
|
+
// Church aliases
|
|
606
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
607
607
|
// CigaretteOff aliases
|
|
608
608
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
609
|
// CircleDashed aliases
|
|
610
610
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
611
|
// CircleDotDashed aliases
|
|
612
612
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
613
|
-
// CircleDot aliases
|
|
614
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
615
613
|
// CircleDollarSign aliases
|
|
616
614
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
|
+
// CircleDot aliases
|
|
616
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
617
|
// CircleEllipsis aliases
|
|
618
618
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
619
619
|
// CircleEqual aliases
|
|
620
620
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
621
|
-
// CircleFadingArrowUp aliases
|
|
622
|
-
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
623
|
-
// CircleOff aliases
|
|
624
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
625
621
|
// CircleFadingPlus aliases
|
|
626
622
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
627
623
|
// CirclePoundSterling aliases
|
|
628
624
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
625
|
+
// CircleFadingArrowUp aliases
|
|
626
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
|
+
// CircleOff aliases
|
|
628
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
629
629
|
// CircleSlash aliases
|
|
630
630
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
631
631
|
// CircleSmall aliases
|
|
@@ -634,10 +634,10 @@ export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
|
634
634
|
export { default as CircleIcon } from '../icons/circle';
|
|
635
635
|
// CircuitBoard aliases
|
|
636
636
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
637
|
-
// Clapperboard aliases
|
|
638
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
639
637
|
// Citrus aliases
|
|
640
638
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
639
|
+
// Clapperboard aliases
|
|
640
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
641
641
|
// ClipboardCheck aliases
|
|
642
642
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
643
643
|
// ClipboardCopy aliases
|
|
@@ -646,24 +646,24 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
646
646
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
647
647
|
// ClipboardMinus aliases
|
|
648
648
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
649
|
-
// ClipboardPaste aliases
|
|
650
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
649
|
// ClipboardPlus aliases
|
|
652
650
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
651
|
+
// ClipboardPaste aliases
|
|
652
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
653
653
|
// ClipboardType aliases
|
|
654
654
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
655
|
-
// ClipboardX aliases
|
|
656
|
-
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
657
655
|
// Clipboard aliases
|
|
658
656
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
657
|
+
// ClipboardX aliases
|
|
658
|
+
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
659
659
|
// Clock1 aliases
|
|
660
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
661
|
// Clock10 aliases
|
|
662
662
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
663
|
-
// Clock12 aliases
|
|
664
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
665
663
|
// Clock11 aliases
|
|
666
664
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
665
|
+
// Clock12 aliases
|
|
666
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
667
|
// Clock2 aliases
|
|
668
668
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
669
669
|
// Clock3 aliases
|
|
@@ -676,62 +676,62 @@ export { default as Clock5Icon } from '../icons/clock-5';
|
|
|
676
676
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
677
677
|
// Clock7 aliases
|
|
678
678
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
679
|
-
// Clock9 aliases
|
|
680
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
681
|
-
// ClockAlert aliases
|
|
682
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
683
679
|
// Clock8 aliases
|
|
684
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
+
// Clock9 aliases
|
|
682
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
685
683
|
// ClockArrowDown aliases
|
|
686
684
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
687
685
|
// ClockArrowUp aliases
|
|
688
686
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
687
|
+
// ClockAlert aliases
|
|
688
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
689
689
|
// ClockFading aliases
|
|
690
690
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
691
|
-
// ClockPlus aliases
|
|
692
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
693
|
-
// CloudCheck aliases
|
|
694
|
-
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
695
691
|
// Clock aliases
|
|
696
692
|
export { default as ClockIcon } from '../icons/clock';
|
|
693
|
+
// ClockPlus aliases
|
|
694
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
697
695
|
// CloudAlert aliases
|
|
698
696
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
699
697
|
// CloudCog aliases
|
|
700
698
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
699
|
+
// CloudCheck aliases
|
|
700
|
+
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
701
701
|
// CloudDrizzle aliases
|
|
702
702
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
|
-
// CloudFog aliases
|
|
704
|
-
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
705
703
|
// CloudHail aliases
|
|
706
704
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
705
|
+
// CloudFog aliases
|
|
706
|
+
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
707
707
|
// CloudLightning aliases
|
|
708
708
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
709
709
|
// CloudMoonRain aliases
|
|
710
710
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
711
711
|
// CloudMoon aliases
|
|
712
712
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
713
|
-
// CloudRainWind aliases
|
|
714
|
-
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
715
713
|
// CloudOff aliases
|
|
716
714
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
715
|
+
// CloudRainWind aliases
|
|
716
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
719
717
|
// CloudSnow aliases
|
|
720
718
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
719
|
+
// CloudRain aliases
|
|
720
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
723
721
|
// CloudSun aliases
|
|
724
722
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
725
723
|
// Cloud aliases
|
|
726
724
|
export { default as CloudIcon } from '../icons/cloud';
|
|
725
|
+
// CloudSunRain aliases
|
|
726
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
727
727
|
// Cloudy aliases
|
|
728
728
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
729
|
-
// Club aliases
|
|
730
|
-
export { default as ClubIcon } from '../icons/club';
|
|
731
729
|
// Clover aliases
|
|
732
730
|
export { default as CloverIcon } from '../icons/clover';
|
|
733
731
|
// Code aliases
|
|
734
732
|
export { default as CodeIcon } from '../icons/code';
|
|
733
|
+
// Club aliases
|
|
734
|
+
export { default as ClubIcon } from '../icons/club';
|
|
735
735
|
// Codepen aliases
|
|
736
736
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
737
737
|
// Codesandbox aliases
|
|
@@ -744,18 +744,18 @@ export { default as CogIcon } from '../icons/cog';
|
|
|
744
744
|
export { default as CoinsIcon } from '../icons/coins';
|
|
745
745
|
// Columns4 aliases
|
|
746
746
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
747
|
-
// Command aliases
|
|
748
|
-
export { default as CommandIcon } from '../icons/command';
|
|
749
747
|
// Combine aliases
|
|
750
748
|
export { default as CombineIcon } from '../icons/combine';
|
|
751
|
-
//
|
|
752
|
-
export { default as
|
|
749
|
+
// Command aliases
|
|
750
|
+
export { default as CommandIcon } from '../icons/command';
|
|
753
751
|
// Component aliases
|
|
754
752
|
export { default as ComponentIcon } from '../icons/component';
|
|
755
|
-
// ConciergeBell aliases
|
|
756
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
757
753
|
// Computer aliases
|
|
758
754
|
export { default as ComputerIcon } from '../icons/computer';
|
|
755
|
+
// Compass aliases
|
|
756
|
+
export { default as CompassIcon } from '../icons/compass';
|
|
757
|
+
// ConciergeBell aliases
|
|
758
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
759
759
|
// Cone aliases
|
|
760
760
|
export { default as ConeIcon } from '../icons/cone';
|
|
761
761
|
// Construction aliases
|
|
@@ -766,36 +766,36 @@ export { default as ContactIcon } from '../icons/contact';
|
|
|
766
766
|
export { default as ContainerIcon } from '../icons/container';
|
|
767
767
|
// Contrast aliases
|
|
768
768
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
769
|
-
// Cookie aliases
|
|
770
|
-
export { default as CookieIcon } from '../icons/cookie';
|
|
771
769
|
// CookingPot aliases
|
|
772
770
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
771
|
+
// Cookie aliases
|
|
772
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
773
773
|
// CopyCheck aliases
|
|
774
774
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
775
|
-
// CopyMinus aliases
|
|
776
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
777
775
|
// CopyPlus aliases
|
|
778
776
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
777
|
+
// CopyMinus aliases
|
|
778
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
779
779
|
// CopySlash aliases
|
|
780
780
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
781
781
|
// CopyX aliases
|
|
782
782
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
783
|
-
// Copy aliases
|
|
784
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
785
783
|
// Copyleft aliases
|
|
786
784
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
787
|
-
//
|
|
788
|
-
export { default as
|
|
785
|
+
// Copy aliases
|
|
786
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
789
787
|
// CornerDownLeft aliases
|
|
790
788
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
791
789
|
// CornerDownRight aliases
|
|
792
790
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
791
|
+
// Copyright aliases
|
|
792
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
793
793
|
// CornerLeftDown aliases
|
|
794
794
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
795
|
-
// CornerRightDown aliases
|
|
796
|
-
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
797
795
|
// CornerLeftUp aliases
|
|
798
796
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
797
|
+
// CornerRightDown aliases
|
|
798
|
+
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
799
799
|
// CornerRightUp aliases
|
|
800
800
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
801
801
|
// CornerUpLeft aliases
|
|
@@ -816,78 +816,78 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
816
816
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
817
817
|
// Cross aliases
|
|
818
818
|
export { default as CrossIcon } from '../icons/cross';
|
|
819
|
-
// Crown aliases
|
|
820
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
821
|
-
// CupSoda aliases
|
|
822
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
823
819
|
// Cuboid aliases
|
|
824
820
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
821
|
+
// Crown aliases
|
|
822
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
825
823
|
// Currency aliases
|
|
826
824
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
827
825
|
// Cylinder aliases
|
|
828
826
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
829
|
-
//
|
|
830
|
-
export { default as
|
|
827
|
+
// CupSoda aliases
|
|
828
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
829
|
// Dam aliases
|
|
832
830
|
export { default as DamIcon } from '../icons/dam';
|
|
831
|
+
// DatabaseBackup aliases
|
|
832
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
833
833
|
// DatabaseZap aliases
|
|
834
834
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
835
|
-
// DecimalsArrowRight aliases
|
|
836
|
-
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
837
|
-
// DecimalsArrowLeft aliases
|
|
838
|
-
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
839
835
|
// Database aliases
|
|
840
836
|
export { default as DatabaseIcon } from '../icons/database';
|
|
841
837
|
// Delete aliases
|
|
842
838
|
export { default as DeleteIcon } from '../icons/delete';
|
|
839
|
+
// DecimalsArrowLeft aliases
|
|
840
|
+
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
841
|
+
// DecimalsArrowRight aliases
|
|
842
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
843
843
|
// Dessert aliases
|
|
844
844
|
export { default as DessertIcon } from '../icons/dessert';
|
|
845
845
|
// Diameter aliases
|
|
846
846
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
847
|
-
// DiamondPlus aliases
|
|
848
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
849
|
-
// Diamond aliases
|
|
850
|
-
export { default as DiamondIcon } from '../icons/diamond';
|
|
851
847
|
// DiamondMinus aliases
|
|
852
848
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
853
|
-
//
|
|
854
|
-
export { default as
|
|
849
|
+
// DiamondPlus aliases
|
|
850
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
855
851
|
// Dice1 aliases
|
|
856
852
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
853
|
+
// Dice2 aliases
|
|
854
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
855
|
+
// Diamond aliases
|
|
856
|
+
export { default as DiamondIcon } from '../icons/diamond';
|
|
857
857
|
// Dice3 aliases
|
|
858
858
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
859
|
-
// Dice4 aliases
|
|
860
|
-
export { default as Dice4Icon } from '../icons/dice-4';
|
|
861
859
|
// Dice5 aliases
|
|
862
860
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
861
|
+
// Dice4 aliases
|
|
862
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
863
863
|
// Dice6 aliases
|
|
864
864
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
865
|
-
// Diff aliases
|
|
866
|
-
export { default as DiffIcon } from '../icons/diff';
|
|
867
865
|
// Dices aliases
|
|
868
866
|
export { default as DicesIcon } from '../icons/dices';
|
|
869
867
|
// Disc2 aliases
|
|
870
868
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
871
|
-
//
|
|
872
|
-
export { default as
|
|
869
|
+
// Diff aliases
|
|
870
|
+
export { default as DiffIcon } from '../icons/diff';
|
|
873
871
|
// DiscAlbum aliases
|
|
874
872
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
875
873
|
// Disc aliases
|
|
876
874
|
export { default as DiscIcon } from '../icons/disc';
|
|
875
|
+
// Disc3 aliases
|
|
876
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
877
877
|
// Divide aliases
|
|
878
878
|
export { default as DivideIcon } from '../icons/divide';
|
|
879
879
|
// DnaOff aliases
|
|
880
880
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
881
|
-
// Dna aliases
|
|
882
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
883
881
|
// Dock aliases
|
|
884
882
|
export { default as DockIcon } from '../icons/dock';
|
|
883
|
+
// Dna aliases
|
|
884
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
885
885
|
// DollarSign aliases
|
|
886
886
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
887
|
-
// Donut aliases
|
|
888
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
889
887
|
// Dog aliases
|
|
890
888
|
export { default as DogIcon } from '../icons/dog';
|
|
889
|
+
// Donut aliases
|
|
890
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
891
891
|
// DoorClosedLocked aliases
|
|
892
892
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
893
893
|
// DoorClosed aliases
|
|
@@ -896,20 +896,20 @@ export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
|
896
896
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
897
897
|
// Dot aliases
|
|
898
898
|
export { default as DotIcon } from '../icons/dot';
|
|
899
|
-
// Download aliases
|
|
900
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
901
899
|
// DraftingCompass aliases
|
|
902
900
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
901
|
+
// Download aliases
|
|
902
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
903
903
|
// Drama aliases
|
|
904
904
|
export { default as DramaIcon } from '../icons/drama';
|
|
905
905
|
// Dribbble aliases
|
|
906
906
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
907
907
|
// Drill aliases
|
|
908
908
|
export { default as DrillIcon } from '../icons/drill';
|
|
909
|
-
// Drone aliases
|
|
910
|
-
export { default as DroneIcon } from '../icons/drone';
|
|
911
909
|
// DropletOff aliases
|
|
912
910
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
911
|
+
// Drone aliases
|
|
912
|
+
export { default as DroneIcon } from '../icons/drone';
|
|
913
913
|
// Droplet aliases
|
|
914
914
|
export { default as DropletIcon } from '../icons/droplet';
|
|
915
915
|
// Droplets aliases
|
|
@@ -918,20 +918,20 @@ export { default as DropletsIcon } from '../icons/droplets';
|
|
|
918
918
|
export { default as DrumIcon } from '../icons/drum';
|
|
919
919
|
// Drumstick aliases
|
|
920
920
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
921
|
-
// EarOff aliases
|
|
922
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
923
921
|
// Dumbbell aliases
|
|
924
922
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
923
|
+
// EarOff aliases
|
|
924
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
925
925
|
// Ear aliases
|
|
926
926
|
export { default as EarIcon } from '../icons/ear';
|
|
927
|
-
// Eclipse aliases
|
|
928
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
929
927
|
// EarthLock aliases
|
|
930
928
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
931
|
-
//
|
|
932
|
-
export { default as
|
|
929
|
+
// Eclipse aliases
|
|
930
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
933
931
|
// EggFried aliases
|
|
934
932
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
933
|
+
// EggOff aliases
|
|
934
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
935
935
|
// Egg aliases
|
|
936
936
|
export { default as EggIcon } from '../icons/egg';
|
|
937
937
|
// EqualApproximately aliases
|
|
@@ -946,44 +946,44 @@ export { default as EraserIcon } from '../icons/eraser';
|
|
|
946
946
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
947
947
|
// Euro aliases
|
|
948
948
|
export { default as EuroIcon } from '../icons/euro';
|
|
949
|
-
// ExternalLink aliases
|
|
950
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
951
949
|
// Expand aliases
|
|
952
950
|
export { default as ExpandIcon } from '../icons/expand';
|
|
951
|
+
// ExternalLink aliases
|
|
952
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
953
953
|
// EyeClosed aliases
|
|
954
954
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
955
|
-
// EyeOff aliases
|
|
956
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
957
955
|
// Eye aliases
|
|
958
956
|
export { default as EyeIcon } from '../icons/eye';
|
|
957
|
+
// EyeOff aliases
|
|
958
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
959
959
|
// Facebook aliases
|
|
960
960
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
961
961
|
// Factory aliases
|
|
962
962
|
export { default as FactoryIcon } from '../icons/factory';
|
|
963
|
-
// Fan aliases
|
|
964
|
-
export { default as FanIcon } from '../icons/fan';
|
|
965
963
|
// FastForward aliases
|
|
966
964
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
965
|
+
// Fan aliases
|
|
966
|
+
export { default as FanIcon } from '../icons/fan';
|
|
967
967
|
// Feather aliases
|
|
968
968
|
export { default as FeatherIcon } from '../icons/feather';
|
|
969
969
|
// Fence aliases
|
|
970
970
|
export { default as FenceIcon } from '../icons/fence';
|
|
971
971
|
// FerrisWheel aliases
|
|
972
972
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
973
|
-
// FileArchive aliases
|
|
974
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
975
973
|
// Figma aliases
|
|
976
974
|
export { default as FigmaIcon } from '../icons/figma';
|
|
975
|
+
// FileArchive aliases
|
|
976
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
977
977
|
// FileAudio2 aliases
|
|
978
978
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
979
|
-
// FileAudio aliases
|
|
980
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
981
|
-
// FileBox aliases
|
|
982
|
-
export { default as FileBoxIcon } from '../icons/file-box';
|
|
983
979
|
// FileBadge2 aliases
|
|
984
980
|
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
981
|
+
// FileAudio aliases
|
|
982
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
985
983
|
// FileBadge aliases
|
|
986
984
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
985
|
+
// FileBox aliases
|
|
986
|
+
export { default as FileBoxIcon } from '../icons/file-box';
|
|
987
987
|
// FileCheck2 aliases
|
|
988
988
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
989
989
|
// FileCheck aliases
|
|
@@ -998,22 +998,22 @@ export { default as FileCodeIcon } from '../icons/file-code';
|
|
|
998
998
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
999
999
|
// FileDigit aliases
|
|
1000
1000
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1001
|
-
// FileDown aliases
|
|
1002
|
-
export { default as FileDownIcon } from '../icons/file-down';
|
|
1003
1001
|
// FileHeart aliases
|
|
1004
1002
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1003
|
+
// FileDown aliases
|
|
1004
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
1005
1005
|
// FileImage aliases
|
|
1006
1006
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1007
|
+
// FileJson2 aliases
|
|
1008
|
+
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1007
1009
|
// FileInput aliases
|
|
1008
1010
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1009
1011
|
// FileJson aliases
|
|
1010
1012
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1011
|
-
// FileJson2 aliases
|
|
1012
|
-
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1013
|
-
// FileKey2 aliases
|
|
1014
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1015
1013
|
// FileKey aliases
|
|
1016
1014
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1015
|
+
// FileKey2 aliases
|
|
1016
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1017
1017
|
// FileLock2 aliases
|
|
1018
1018
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1019
1019
|
// FileLock aliases
|
|
@@ -1034,12 +1034,12 @@ export { default as FilePlusIcon } from '../icons/file-plus';
|
|
|
1034
1034
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1035
1035
|
// FileSearch2 aliases
|
|
1036
1036
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1037
|
+
// FileSliders aliases
|
|
1038
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1037
1039
|
// FileSearch aliases
|
|
1038
1040
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1039
1041
|
// FileSpreadsheet aliases
|
|
1040
1042
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1041
|
-
// FileSliders aliases
|
|
1042
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1043
1043
|
// FileStack aliases
|
|
1044
1044
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
1045
|
// FileTerminal aliases
|
|
@@ -1052,40 +1052,40 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1052
1052
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1053
1053
|
// FileType aliases
|
|
1054
1054
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
|
-
// FileVideo2 aliases
|
|
1056
|
-
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1057
1055
|
// FileUp aliases
|
|
1058
1056
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1059
|
-
// FileVideo aliases
|
|
1060
|
-
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1061
1057
|
// FileUser aliases
|
|
1062
1058
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
|
-
//
|
|
1064
|
-
export { default as
|
|
1059
|
+
// FileVideo2 aliases
|
|
1060
|
+
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1061
|
+
// FileVideo aliases
|
|
1062
|
+
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1065
1063
|
// FileVolume aliases
|
|
1066
1064
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1065
|
+
// FileVolume2 aliases
|
|
1066
|
+
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1067
1067
|
// FileWarning aliases
|
|
1068
1068
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1069
|
-
// FileX2 aliases
|
|
1070
|
-
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
1069
|
// FileX aliases
|
|
1072
1070
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1071
|
+
// FileX2 aliases
|
|
1072
|
+
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1073
1073
|
// File aliases
|
|
1074
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1075
1075
|
// Files aliases
|
|
1076
1076
|
export { default as FilesIcon } from '../icons/files';
|
|
1077
1077
|
// Film aliases
|
|
1078
1078
|
export { default as FilmIcon } from '../icons/film';
|
|
1079
|
-
// Fingerprint aliases
|
|
1080
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1081
1079
|
// FireExtinguisher aliases
|
|
1082
1080
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1081
|
+
// Fingerprint aliases
|
|
1082
|
+
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1083
1083
|
// FishOff aliases
|
|
1084
1084
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
|
-
// Fish aliases
|
|
1086
|
-
export { default as FishIcon } from '../icons/fish';
|
|
1087
1085
|
// FishSymbol aliases
|
|
1088
1086
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1087
|
+
// Fish aliases
|
|
1088
|
+
export { default as FishIcon } from '../icons/fish';
|
|
1089
1089
|
// FlagOff aliases
|
|
1090
1090
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1091
1091
|
// FlagTriangleLeft aliases
|
|
@@ -1096,40 +1096,40 @@ export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
|
1096
1096
|
export { default as FlagIcon } from '../icons/flag';
|
|
1097
1097
|
// FlameKindling aliases
|
|
1098
1098
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
|
-
// FlashlightOff aliases
|
|
1100
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1101
1099
|
// Flame aliases
|
|
1102
1100
|
export { default as FlameIcon } from '../icons/flame';
|
|
1101
|
+
// FlashlightOff aliases
|
|
1102
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1103
1103
|
// Flashlight aliases
|
|
1104
1104
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1105
|
-
// FlaskConicalOff aliases
|
|
1106
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1107
1105
|
// FlaskConical aliases
|
|
1108
1106
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
|
+
// FlaskConicalOff aliases
|
|
1108
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1109
1109
|
// FlaskRound aliases
|
|
1110
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
1111
|
// FlipHorizontal2 aliases
|
|
1112
1112
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1113
|
-
// FlipVertical2 aliases
|
|
1114
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1115
1113
|
// FlipHorizontal aliases
|
|
1116
1114
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1115
|
+
// FlipVertical2 aliases
|
|
1116
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1117
1117
|
// FlipVertical aliases
|
|
1118
1118
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1119
1119
|
// Flower2 aliases
|
|
1120
1120
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
|
+
// Flower aliases
|
|
1122
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1121
1123
|
// Focus aliases
|
|
1122
1124
|
export { default as FocusIcon } from '../icons/focus';
|
|
1123
1125
|
// FoldHorizontal aliases
|
|
1124
1126
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
|
-
//
|
|
1126
|
-
export { default as
|
|
1127
|
+
// FolderCheck aliases
|
|
1128
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1127
1129
|
// FoldVertical aliases
|
|
1128
1130
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
1131
|
// FolderArchive aliases
|
|
1130
1132
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1131
|
-
// FolderCheck aliases
|
|
1132
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
1133
|
// FolderClock aliases
|
|
1134
1134
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1135
1135
|
// FolderClosed aliases
|
|
@@ -1150,32 +1150,32 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1150
1150
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1151
1151
|
// FolderKanban aliases
|
|
1152
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
|
-
// FolderLock aliases
|
|
1154
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1155
1153
|
// FolderKey aliases
|
|
1156
1154
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
|
+
// FolderLock aliases
|
|
1156
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
1157
|
// FolderMinus aliases
|
|
1158
1158
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
1159
|
// FolderOpenDot aliases
|
|
1160
1160
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
1161
|
// FolderOpen aliases
|
|
1162
1162
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
|
-
// FolderOutput aliases
|
|
1164
|
-
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1165
1163
|
// FolderPlus aliases
|
|
1166
1164
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1167
1165
|
// FolderRoot aliases
|
|
1168
1166
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1167
|
+
// FolderOutput aliases
|
|
1168
|
+
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1169
|
+
// FolderSearch aliases
|
|
1170
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1169
1171
|
// FolderSearch2 aliases
|
|
1170
1172
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
1173
|
// FolderSymlink aliases
|
|
1172
1174
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1173
|
-
// FolderSearch aliases
|
|
1174
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
|
-
// FolderSync aliases
|
|
1176
|
-
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1177
1175
|
// FolderTree aliases
|
|
1178
1176
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1177
|
+
// FolderSync aliases
|
|
1178
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1179
1179
|
// FolderUp aliases
|
|
1180
1180
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1181
1181
|
// Folder aliases
|
|
@@ -1192,22 +1192,22 @@ export { default as ForkliftIcon } from '../icons/forklift';
|
|
|
1192
1192
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1193
|
// Frame aliases
|
|
1194
1194
|
export { default as FrameIcon } from '../icons/frame';
|
|
1195
|
-
// Framer aliases
|
|
1196
|
-
export { default as FramerIcon } from '../icons/framer';
|
|
1197
1195
|
// Frown aliases
|
|
1198
1196
|
export { default as FrownIcon } from '../icons/frown';
|
|
1197
|
+
// Framer aliases
|
|
1198
|
+
export { default as FramerIcon } from '../icons/framer';
|
|
1199
1199
|
// Fuel aliases
|
|
1200
1200
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
|
+
// Fullscreen aliases
|
|
1202
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1201
1203
|
// FunnelPlus aliases
|
|
1202
1204
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
|
+
// GalleryThumbnails aliases
|
|
1206
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1203
1207
|
// GalleryHorizontalEnd aliases
|
|
1204
1208
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1205
1209
|
// GalleryHorizontal aliases
|
|
1206
1210
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
|
-
// Fullscreen aliases
|
|
1208
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1209
|
-
// GalleryThumbnails aliases
|
|
1210
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1211
1211
|
// GalleryVerticalEnd aliases
|
|
1212
1212
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
1213
|
// GalleryVertical aliases
|
|
@@ -1222,50 +1222,52 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1222
1222
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1223
|
// Gem aliases
|
|
1224
1224
|
export { default as GemIcon } from '../icons/gem';
|
|
1225
|
+
// GeorgianLari aliases
|
|
1226
|
+
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1227
|
+
// Ghost aliases
|
|
1228
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1225
1229
|
// Gift aliases
|
|
1226
1230
|
export { default as GiftIcon } from '../icons/gift';
|
|
1227
1231
|
// GitBranchPlus aliases
|
|
1228
1232
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1229
|
-
// Ghost aliases
|
|
1230
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1231
1233
|
// GitBranch aliases
|
|
1232
1234
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1233
1235
|
// GitCommitVertical aliases
|
|
1234
1236
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
1237
|
// GitCompareArrows aliases
|
|
1236
1238
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
|
-
// GitCompare aliases
|
|
1238
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1239
1239
|
// GitFork aliases
|
|
1240
1240
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1241
|
+
// GitCompare aliases
|
|
1242
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1241
1243
|
// GitGraph aliases
|
|
1242
1244
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1243
|
-
// GitPullRequestArrow aliases
|
|
1244
|
-
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1245
1245
|
// GitMerge aliases
|
|
1246
1246
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1247
|
-
//
|
|
1248
|
-
export { default as
|
|
1247
|
+
// GitPullRequestArrow aliases
|
|
1248
|
+
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1249
1249
|
// GitPullRequestClosed aliases
|
|
1250
1250
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1251
|
+
// GitPullRequestCreateArrow aliases
|
|
1252
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1251
1253
|
// GitPullRequestCreate aliases
|
|
1252
1254
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1253
1255
|
// GitPullRequestDraft aliases
|
|
1254
1256
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1255
1257
|
// GitPullRequest aliases
|
|
1256
1258
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1257
|
-
// Github aliases
|
|
1258
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1259
1259
|
// Gitlab aliases
|
|
1260
1260
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1261
|
+
// Github aliases
|
|
1262
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1261
1263
|
// GlassWater aliases
|
|
1262
1264
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1263
1265
|
// Glasses aliases
|
|
1264
1266
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1265
|
-
// GlobeLock aliases
|
|
1266
|
-
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1267
|
// Globe aliases
|
|
1268
1268
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1269
|
+
// GlobeLock aliases
|
|
1270
|
+
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1269
1271
|
// Goal aliases
|
|
1270
1272
|
export { default as GoalIcon } from '../icons/goal';
|
|
1271
1273
|
// Gpu aliases
|
|
@@ -1274,78 +1276,78 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1274
1276
|
export { default as GrabIcon } from '../icons/grab';
|
|
1275
1277
|
// GraduationCap aliases
|
|
1276
1278
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
|
-
// GripHorizontal aliases
|
|
1278
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1279
|
-
// GripVertical aliases
|
|
1280
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1281
|
-
// Grape aliases
|
|
1282
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
1279
|
// Grid3x2 aliases
|
|
1284
1280
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
|
+
// GripHorizontal aliases
|
|
1282
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1285
1283
|
// Grip aliases
|
|
1286
1284
|
export { default as GripIcon } from '../icons/grip';
|
|
1285
|
+
// Grape aliases
|
|
1286
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1287
|
+
// GripVertical aliases
|
|
1288
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1287
1289
|
// Group aliases
|
|
1288
1290
|
export { default as GroupIcon } from '../icons/group';
|
|
1289
|
-
// Guitar aliases
|
|
1290
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
1291
|
// Ham aliases
|
|
1292
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Guitar aliases
|
|
1294
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1293
1295
|
// Hamburger aliases
|
|
1294
1296
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1295
1297
|
// Hammer aliases
|
|
1296
1298
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
|
-
// HandCoins aliases
|
|
1298
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
|
-
// HandMetal aliases
|
|
1300
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1301
1299
|
// HandHeart aliases
|
|
1302
1300
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1301
|
+
// HandCoins aliases
|
|
1302
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1303
1303
|
// HandPlatter aliases
|
|
1304
1304
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1305
|
+
// HandMetal aliases
|
|
1306
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
1307
|
// Handshake aliases
|
|
1308
1308
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1309
|
+
// Hand aliases
|
|
1310
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1309
1311
|
// HardDriveDownload aliases
|
|
1310
1312
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
|
-
// HardDrive aliases
|
|
1312
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1313
1313
|
// HardDriveUpload aliases
|
|
1314
1314
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1315
|
-
//
|
|
1316
|
-
export { default as
|
|
1315
|
+
// HardDrive aliases
|
|
1316
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1317
1317
|
// Hash aliases
|
|
1318
1318
|
export { default as HashIcon } from '../icons/hash';
|
|
1319
|
+
// HardHat aliases
|
|
1320
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1319
1321
|
// Haze aliases
|
|
1320
1322
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
1323
|
// Heading1 aliases
|
|
1322
1324
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1323
|
-
// Heading2 aliases
|
|
1324
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1325
1325
|
// HdmiPort aliases
|
|
1326
1326
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1327
|
+
// Heading2 aliases
|
|
1328
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1327
1329
|
// Heading3 aliases
|
|
1328
1330
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
1331
|
// Heading4 aliases
|
|
1330
1332
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1331
|
-
// Heading5 aliases
|
|
1332
|
-
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1333
|
// Heading6 aliases
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1335
|
// Heading aliases
|
|
1336
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
+
// Heading5 aliases
|
|
1338
|
+
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1337
1339
|
// HeadphoneOff aliases
|
|
1338
1340
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1339
1341
|
// Headphones aliases
|
|
1340
1342
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
|
-
//
|
|
1342
|
-
export { default as
|
|
1343
|
+
// Headset aliases
|
|
1344
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1343
1345
|
// HeartHandshake aliases
|
|
1344
1346
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1347
|
+
// HeartCrack aliases
|
|
1348
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1345
1349
|
// HeartMinus aliases
|
|
1346
1350
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1347
|
-
// Headset aliases
|
|
1348
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1349
1351
|
// HeartOff aliases
|
|
1350
1352
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
1353
|
// HeartPlus aliases
|
|
@@ -1362,24 +1364,24 @@ export { default as HexagonIcon } from '../icons/hexagon';
|
|
|
1362
1364
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1363
1365
|
// History aliases
|
|
1364
1366
|
export { default as HistoryIcon } from '../icons/history';
|
|
1365
|
-
// HopOff aliases
|
|
1366
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
1367
|
// Hop aliases
|
|
1368
1368
|
export { default as HopIcon } from '../icons/hop';
|
|
1369
|
-
//
|
|
1370
|
-
export { default as
|
|
1369
|
+
// HopOff aliases
|
|
1370
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1371
1371
|
// Hospital aliases
|
|
1372
1372
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1373
|
+
// Hotel aliases
|
|
1374
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1373
1375
|
// Hourglass aliases
|
|
1374
1376
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1375
1377
|
// HousePlug aliases
|
|
1376
1378
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1377
1379
|
// HousePlus aliases
|
|
1378
1380
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1379
|
-
// HouseWifi aliases
|
|
1380
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1381
1381
|
// IdCardLanyard aliases
|
|
1382
1382
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1383
|
+
// HouseWifi aliases
|
|
1384
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1383
1385
|
// IdCard aliases
|
|
1384
1386
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1385
1387
|
// ImageDown aliases
|
|
@@ -1396,44 +1398,44 @@ export { default as ImageUpIcon } from '../icons/image-up';
|
|
|
1396
1398
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1397
1399
|
// ImageUpscale aliases
|
|
1398
1400
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1399
|
-
// Images aliases
|
|
1400
|
-
export { default as ImagesIcon } from '../icons/images';
|
|
1401
1401
|
// Image aliases
|
|
1402
1402
|
export { default as ImageIcon } from '../icons/image';
|
|
1403
|
+
// Images aliases
|
|
1404
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1405
|
+
// Inbox aliases
|
|
1406
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1403
1407
|
// Import aliases
|
|
1404
1408
|
export { default as ImportIcon } from '../icons/import';
|
|
1405
|
-
// IndianRupee aliases
|
|
1406
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1407
1409
|
// Infinity aliases
|
|
1408
1410
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1411
|
+
// IndianRupee aliases
|
|
1412
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1413
|
+
// Info aliases
|
|
1414
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1411
1415
|
// InspectionPanel aliases
|
|
1412
1416
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1413
1417
|
// Instagram aliases
|
|
1414
1418
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1415
|
-
// Info aliases
|
|
1416
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1417
|
-
// JapaneseYen aliases
|
|
1418
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1419
|
-
// IterationCcw aliases
|
|
1420
|
-
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1421
1419
|
// Italic aliases
|
|
1422
1420
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1421
|
+
// IterationCcw aliases
|
|
1422
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1423
1423
|
// IterationCw aliases
|
|
1424
1424
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1425
|
+
// JapaneseYen aliases
|
|
1426
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1425
1427
|
// Joystick aliases
|
|
1426
1428
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1427
|
-
// KeyRound aliases
|
|
1428
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1429
1429
|
// Kanban aliases
|
|
1430
1430
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
|
+
// KeyRound aliases
|
|
1432
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1431
1433
|
// KeySquare aliases
|
|
1432
1434
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1433
|
-
// Key aliases
|
|
1434
|
-
export { default as KeyIcon } from '../icons/key';
|
|
1435
1435
|
// KeyboardMusic aliases
|
|
1436
1436
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1437
|
+
// Key aliases
|
|
1438
|
+
export { default as KeyIcon } from '../icons/key';
|
|
1437
1439
|
// KeyboardOff aliases
|
|
1438
1440
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1439
1441
|
// Keyboard aliases
|
|
@@ -1448,12 +1450,12 @@ export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
|
1448
1450
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1449
1451
|
// Lamp aliases
|
|
1450
1452
|
export { default as LampIcon } from '../icons/lamp';
|
|
1451
|
-
// LandPlot aliases
|
|
1452
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1453
1453
|
// LampWallUp aliases
|
|
1454
1454
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1455
1455
|
// Landmark aliases
|
|
1456
1456
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1457
|
+
// LandPlot aliases
|
|
1458
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1457
1459
|
// Languages aliases
|
|
1458
1460
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1459
1461
|
// LaptopMinimalCheck aliases
|
|
@@ -1462,50 +1464,50 @@ export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check
|
|
|
1462
1464
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1463
1465
|
// LassoSelect aliases
|
|
1464
1466
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1465
|
-
// Laugh aliases
|
|
1466
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1467
1467
|
// Lasso aliases
|
|
1468
1468
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
|
+
// Laugh aliases
|
|
1470
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1469
1471
|
// Layers2 aliases
|
|
1470
1472
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1471
1473
|
// LayoutDashboard aliases
|
|
1472
1474
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1473
1475
|
// LayoutGrid aliases
|
|
1474
1476
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1475
|
-
// LayoutPanelLeft aliases
|
|
1476
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1477
1477
|
// LayoutList aliases
|
|
1478
1478
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1479
1479
|
// LayoutPanelTop aliases
|
|
1480
1480
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1481
1481
|
// LayoutTemplate aliases
|
|
1482
1482
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1483
|
+
// LayoutPanelLeft aliases
|
|
1484
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1483
1485
|
// Leaf aliases
|
|
1484
1486
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1487
|
+
// LeafyGreen aliases
|
|
1488
|
+
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1485
1489
|
// Lectern aliases
|
|
1486
1490
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1487
1491
|
// LetterText aliases
|
|
1488
1492
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1489
|
-
// LeafyGreen aliases
|
|
1490
|
-
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1491
|
-
// LibraryBig aliases
|
|
1492
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1493
1493
|
// Library aliases
|
|
1494
1494
|
export { default as LibraryIcon } from '../icons/library';
|
|
1495
1495
|
// LifeBuoy aliases
|
|
1496
1496
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1497
|
+
// LibraryBig aliases
|
|
1498
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1497
1499
|
// Ligature aliases
|
|
1498
1500
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1499
1501
|
// LightbulbOff aliases
|
|
1500
1502
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1501
1503
|
// Lightbulb aliases
|
|
1502
1504
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1505
|
+
// Link2 aliases
|
|
1506
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1503
1507
|
// Link2Off aliases
|
|
1504
1508
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1505
1509
|
// Link aliases
|
|
1506
1510
|
export { default as LinkIcon } from '../icons/link';
|
|
1507
|
-
// Link2 aliases
|
|
1508
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1509
1511
|
// Linkedin aliases
|
|
1510
1512
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1511
1513
|
// ListCheck aliases
|
|
@@ -1518,30 +1520,30 @@ export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
|
1518
1520
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1519
1521
|
// ListFilterPlus aliases
|
|
1520
1522
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1521
|
-
// ListFilter aliases
|
|
1522
|
-
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1523
1523
|
// ListMinus aliases
|
|
1524
1524
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1525
1525
|
// ListMusic aliases
|
|
1526
1526
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1527
|
+
// ListFilter aliases
|
|
1528
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1527
1529
|
// ListOrdered aliases
|
|
1528
1530
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1529
|
-
// ListPlus aliases
|
|
1530
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1531
1531
|
// ListRestart aliases
|
|
1532
1532
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1533
|
-
//
|
|
1534
|
-
export { default as
|
|
1533
|
+
// ListPlus aliases
|
|
1534
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1535
1535
|
// ListStart aliases
|
|
1536
1536
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1537
|
-
// ListX aliases
|
|
1538
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1539
|
-
// List aliases
|
|
1540
|
-
export { default as ListIcon } from '../icons/list';
|
|
1541
1537
|
// ListTree aliases
|
|
1542
1538
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1539
|
+
// ListTodo aliases
|
|
1540
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1543
1541
|
// ListVideo aliases
|
|
1544
1542
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1543
|
+
// List aliases
|
|
1544
|
+
export { default as ListIcon } from '../icons/list';
|
|
1545
|
+
// ListX aliases
|
|
1546
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1545
1547
|
// LoaderPinwheel aliases
|
|
1546
1548
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1547
1549
|
// Loader aliases
|
|
@@ -1558,32 +1560,32 @@ export { default as LocationEditIcon } from '../icons/location-edit';
|
|
|
1558
1560
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1559
1561
|
// Lock aliases
|
|
1560
1562
|
export { default as LockIcon } from '../icons/lock';
|
|
1563
|
+
// LogIn aliases
|
|
1564
|
+
export { default as LogInIcon } from '../icons/log-in';
|
|
1561
1565
|
// LogOut aliases
|
|
1562
1566
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1567
|
+
// Luggage aliases
|
|
1568
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1563
1569
|
// Logs aliases
|
|
1564
1570
|
export { default as LogsIcon } from '../icons/logs';
|
|
1565
|
-
// LogIn aliases
|
|
1566
|
-
export { default as LogInIcon } from '../icons/log-in';
|
|
1567
|
-
// Lollipop aliases
|
|
1568
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1569
|
-
// Luggage aliases
|
|
1570
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1571
1571
|
// Magnet aliases
|
|
1572
1572
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1573
|
+
// Lollipop aliases
|
|
1574
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1575
1575
|
// MailCheck aliases
|
|
1576
1576
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1577
|
+
// MailMinus aliases
|
|
1578
|
+
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1577
1579
|
// MailOpen aliases
|
|
1578
1580
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1581
|
+
// MailSearch aliases
|
|
1582
|
+
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1579
1583
|
// MailPlus aliases
|
|
1580
1584
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1581
1585
|
// MailWarning aliases
|
|
1582
1586
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1583
1587
|
// MailX aliases
|
|
1584
1588
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1585
|
-
// MailSearch aliases
|
|
1586
|
-
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1587
1589
|
// Mail aliases
|
|
1588
1590
|
export { default as MailIcon } from '../icons/mail';
|
|
1589
1591
|
// Mailbox aliases
|
|
@@ -1594,20 +1596,20 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1594
1596
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1595
1597
|
// MapPinCheck aliases
|
|
1596
1598
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1597
|
-
// MapPinHouse aliases
|
|
1598
|
-
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1599
1599
|
// MapPinMinusInside aliases
|
|
1600
1600
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1601
|
-
//
|
|
1602
|
-
export { default as
|
|
1601
|
+
// MapPinHouse aliases
|
|
1602
|
+
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1603
1603
|
// MapPinMinus aliases
|
|
1604
1604
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1605
|
+
// MapPinOff aliases
|
|
1606
|
+
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1605
1607
|
// MapPinPlusInside aliases
|
|
1606
1608
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1607
|
-
// MapPinPlus aliases
|
|
1608
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1609
1609
|
// MapPinXInside aliases
|
|
1610
1610
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1611
|
+
// MapPinPlus aliases
|
|
1612
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1611
1613
|
// MapPinX aliases
|
|
1612
1614
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1613
1615
|
// MapPin aliases
|
|
@@ -1616,12 +1618,12 @@ export { default as MapPinIcon } from '../icons/map-pin';
|
|
|
1616
1618
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1617
1619
|
// MapPlus aliases
|
|
1618
1620
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1619
|
-
// Map aliases
|
|
1620
|
-
export { default as MapIcon } from '../icons/map';
|
|
1621
|
-
// Mars aliases
|
|
1622
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1623
1621
|
// MarsStroke aliases
|
|
1624
1622
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1623
|
+
// Mars aliases
|
|
1624
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1625
|
+
// Map aliases
|
|
1626
|
+
export { default as MapIcon } from '../icons/map';
|
|
1625
1627
|
// Martini aliases
|
|
1626
1628
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1627
1629
|
// Maximize2 aliases
|
|
@@ -1630,28 +1632,28 @@ export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
|
1630
1632
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1631
1633
|
// Medal aliases
|
|
1632
1634
|
export { default as MedalIcon } from '../icons/medal';
|
|
1633
|
-
// MegaphoneOff aliases
|
|
1634
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1635
1635
|
// Megaphone aliases
|
|
1636
1636
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1637
|
+
// MegaphoneOff aliases
|
|
1638
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1637
1639
|
// Meh aliases
|
|
1638
1640
|
export { default as MehIcon } from '../icons/meh';
|
|
1639
|
-
// Menu aliases
|
|
1640
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1641
1641
|
// MemoryStick aliases
|
|
1642
1642
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1643
|
-
//
|
|
1644
|
-
export { default as
|
|
1645
|
-
// MessageCircleHeart aliases
|
|
1646
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1643
|
+
// Menu aliases
|
|
1644
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1647
1645
|
// Merge aliases
|
|
1648
1646
|
export { default as MergeIcon } from '../icons/merge';
|
|
1647
|
+
// MessageCircleCode aliases
|
|
1648
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1649
1649
|
// MessageCircleDashed aliases
|
|
1650
1650
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1651
|
-
//
|
|
1652
|
-
export { default as
|
|
1651
|
+
// MessageCircleHeart aliases
|
|
1652
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1653
1653
|
// MessageCircleOff aliases
|
|
1654
1654
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1655
|
+
// MessageCircleMore aliases
|
|
1656
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1655
1657
|
// MessageCirclePlus aliases
|
|
1656
1658
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1657
1659
|
// MessageCircleReply aliases
|
|
@@ -1662,10 +1664,10 @@ export { default as MessageCircleWarningIcon } from '../icons/message-circle-war
|
|
|
1662
1664
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1663
1665
|
// MessageCircle aliases
|
|
1664
1666
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1665
|
-
// MessageSquareDashed aliases
|
|
1666
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1667
1667
|
// MessageSquareCode aliases
|
|
1668
1668
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1669
|
+
// MessageSquareDashed aliases
|
|
1670
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1669
1671
|
// MessageSquareDiff aliases
|
|
1670
1672
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1671
1673
|
// MessageSquareDot aliases
|
|
@@ -1692,10 +1694,10 @@ export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
|
1692
1694
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1693
1695
|
// MessageSquareX aliases
|
|
1694
1696
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1695
|
-
// MessagesSquare aliases
|
|
1696
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1697
1697
|
// MessageSquare aliases
|
|
1698
1698
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1699
|
+
// MessagesSquare aliases
|
|
1700
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1699
1701
|
// MicOff aliases
|
|
1700
1702
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1701
1703
|
// Mic aliases
|
|
@@ -1714,10 +1716,10 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1714
1716
|
export { default as MilkIcon } from '../icons/milk';
|
|
1715
1717
|
// Minimize2 aliases
|
|
1716
1718
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1717
|
-
// Minimize aliases
|
|
1718
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1719
1719
|
// Minus aliases
|
|
1720
1720
|
export { default as MinusIcon } from '../icons/minus';
|
|
1721
|
+
// Minimize aliases
|
|
1722
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1721
1723
|
// MonitorCheck aliases
|
|
1722
1724
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1723
1725
|
// MonitorCog aliases
|
|
@@ -1726,22 +1728,22 @@ export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
|
1726
1728
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1727
1729
|
// MonitorDown aliases
|
|
1728
1730
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1729
|
-
// MonitorOff aliases
|
|
1730
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1731
1731
|
// MonitorPause aliases
|
|
1732
1732
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1733
|
+
// MonitorOff aliases
|
|
1734
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
1735
|
// MonitorPlay aliases
|
|
1734
1736
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1735
1737
|
// MonitorSmartphone aliases
|
|
1736
1738
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1737
1739
|
// MonitorSpeaker aliases
|
|
1738
1740
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1739
|
-
// MonitorStop aliases
|
|
1740
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1741
1741
|
// MonitorUp aliases
|
|
1742
1742
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1743
1743
|
// MonitorX aliases
|
|
1744
1744
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1745
|
+
// MonitorStop aliases
|
|
1746
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1745
1747
|
// Monitor aliases
|
|
1746
1748
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1747
1749
|
// MoonStar aliases
|
|
@@ -1750,26 +1752,26 @@ export { default as MoonStarIcon } from '../icons/moon-star';
|
|
|
1750
1752
|
export { default as MoonIcon } from '../icons/moon';
|
|
1751
1753
|
// MountainSnow aliases
|
|
1752
1754
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1755
|
+
// Mountain aliases
|
|
1756
|
+
export { default as MountainIcon } from '../icons/mountain';
|
|
1753
1757
|
// MouseOff aliases
|
|
1754
1758
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1755
1759
|
// MousePointer2 aliases
|
|
1756
1760
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1757
|
-
//
|
|
1758
|
-
export { default as
|
|
1761
|
+
// MousePointerBan aliases
|
|
1762
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1759
1763
|
// MousePointerClick aliases
|
|
1760
1764
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1761
|
-
// Mouse aliases
|
|
1762
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1763
1765
|
// MousePointer aliases
|
|
1764
1766
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1765
|
-
//
|
|
1766
|
-
export { default as
|
|
1767
|
+
// Mouse aliases
|
|
1768
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1767
1769
|
// MoveDiagonal2 aliases
|
|
1768
1770
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1769
|
-
// MoveDiagonal aliases
|
|
1770
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1771
1771
|
// MoveDownLeft aliases
|
|
1772
1772
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1773
|
+
// MoveDiagonal aliases
|
|
1774
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1773
1775
|
// MoveDownRight aliases
|
|
1774
1776
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1775
1777
|
// MoveDown aliases
|
|
@@ -1778,18 +1780,18 @@ export { default as MoveDownIcon } from '../icons/move-down';
|
|
|
1778
1780
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1779
1781
|
// MoveLeft aliases
|
|
1780
1782
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1781
|
-
// MoveRight aliases
|
|
1782
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1783
1783
|
// MoveUpLeft aliases
|
|
1784
1784
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1785
1785
|
// MoveUpRight aliases
|
|
1786
1786
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1787
1787
|
// MoveUp aliases
|
|
1788
1788
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1789
|
-
//
|
|
1790
|
-
export { default as
|
|
1789
|
+
// MoveRight aliases
|
|
1790
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1791
1791
|
// MoveVertical aliases
|
|
1792
1792
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1793
|
+
// Move aliases
|
|
1794
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1793
1795
|
// Music2 aliases
|
|
1794
1796
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1795
1797
|
// Music3 aliases
|
|
@@ -1798,46 +1800,46 @@ export { default as Music3Icon } from '../icons/music-3';
|
|
|
1798
1800
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1799
1801
|
// Music aliases
|
|
1800
1802
|
export { default as MusicIcon } from '../icons/music';
|
|
1801
|
-
// Navigation2Off aliases
|
|
1802
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1803
1803
|
// Navigation2 aliases
|
|
1804
1804
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1805
|
-
//
|
|
1806
|
-
export { default as
|
|
1805
|
+
// Navigation2Off aliases
|
|
1806
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
1807
|
// NavigationOff aliases
|
|
1808
1808
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1809
|
+
// Navigation aliases
|
|
1810
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1809
1811
|
// Network aliases
|
|
1810
1812
|
export { default as NetworkIcon } from '../icons/network';
|
|
1811
|
-
// Newspaper aliases
|
|
1812
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1813
1813
|
// Nfc aliases
|
|
1814
1814
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1815
|
-
//
|
|
1816
|
-
export { default as
|
|
1815
|
+
// Newspaper aliases
|
|
1816
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1817
1817
|
// NonBinary aliases
|
|
1818
1818
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1819
|
-
//
|
|
1820
|
-
export { default as
|
|
1819
|
+
// NotebookPen aliases
|
|
1820
|
+
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1821
1821
|
// NotebookTabs aliases
|
|
1822
1822
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1823
|
+
// NotebookText aliases
|
|
1824
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1823
1825
|
// Notebook aliases
|
|
1824
1826
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1825
|
-
// NotepadTextDashed aliases
|
|
1826
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1827
1827
|
// NotepadText aliases
|
|
1828
1828
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1829
|
+
// NotepadTextDashed aliases
|
|
1830
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1829
1831
|
// NutOff aliases
|
|
1830
1832
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1831
|
-
// Nut aliases
|
|
1832
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1833
1833
|
// OctagonMinus aliases
|
|
1834
1834
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1837
|
-
// Option aliases
|
|
1838
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1835
|
+
// Nut aliases
|
|
1836
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1839
1837
|
// Octagon aliases
|
|
1840
1838
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1839
|
+
// Option aliases
|
|
1840
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1841
|
+
// Omega aliases
|
|
1842
|
+
export { default as OmegaIcon } from '../icons/omega';
|
|
1841
1843
|
// Orbit aliases
|
|
1842
1844
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1843
1845
|
// Origami aliases
|
|
@@ -1848,16 +1850,16 @@ export { default as Package2Icon } from '../icons/package-2';
|
|
|
1848
1850
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1849
1851
|
// PackageMinus aliases
|
|
1850
1852
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1851
|
-
// PackagePlus aliases
|
|
1852
|
-
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1853
1853
|
// PackageOpen aliases
|
|
1854
1854
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1855
|
+
// PackagePlus aliases
|
|
1856
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1855
1857
|
// PackageSearch aliases
|
|
1856
1858
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1857
|
-
// PackageX aliases
|
|
1858
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1859
1859
|
// Package aliases
|
|
1860
1860
|
export { default as PackageIcon } from '../icons/package';
|
|
1861
|
+
// PackageX aliases
|
|
1862
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1861
1863
|
// PaintBucket aliases
|
|
1862
1864
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1863
1865
|
// PaintRoller aliases
|
|
@@ -1878,26 +1880,26 @@ export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
|
1878
1880
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1879
1881
|
// PanelRightOpen aliases
|
|
1880
1882
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1883
|
+
// PanelRight aliases
|
|
1884
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1883
1885
|
// PanelTopOpen aliases
|
|
1884
1886
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1885
1887
|
// PanelTop aliases
|
|
1886
1888
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1887
|
-
//
|
|
1888
|
-
export { default as
|
|
1889
|
-
// PanelsLeftBottom aliases
|
|
1890
|
-
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1889
|
+
// PanelTopClose aliases
|
|
1890
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1891
1891
|
// PanelsRightBottom aliases
|
|
1892
1892
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1893
|
+
// PanelsLeftBottom aliases
|
|
1894
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1893
1895
|
// Paperclip aliases
|
|
1894
1896
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1897
|
+
// Parentheses aliases
|
|
1898
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1895
1899
|
// ParkingMeter aliases
|
|
1896
1900
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1897
1901
|
// PartyPopper aliases
|
|
1898
1902
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1899
|
-
// Parentheses aliases
|
|
1900
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1901
1903
|
// Pause aliases
|
|
1902
1904
|
export { default as PauseIcon } from '../icons/pause';
|
|
1903
1905
|
// PawPrint aliases
|
|
@@ -1910,22 +1912,22 @@ export { default as PenOffIcon } from '../icons/pen-off';
|
|
|
1910
1912
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1911
1913
|
// PencilLine aliases
|
|
1912
1914
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1913
|
-
// PencilOff aliases
|
|
1914
|
-
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1915
1915
|
// PencilRuler aliases
|
|
1916
1916
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1917
|
+
// PencilOff aliases
|
|
1918
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1917
1919
|
// Pencil aliases
|
|
1918
1920
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1919
1921
|
// Pentagon aliases
|
|
1920
1922
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1921
|
-
// Percent aliases
|
|
1922
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
1923
1923
|
// PersonStanding aliases
|
|
1924
1924
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1925
|
-
//
|
|
1926
|
-
export { default as
|
|
1925
|
+
// Percent aliases
|
|
1926
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
1927
1927
|
// PhilippinePeso aliases
|
|
1928
1928
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1929
|
+
// PhoneCall aliases
|
|
1930
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1929
1931
|
// PhoneForwarded aliases
|
|
1930
1932
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1931
1933
|
// PhoneIncoming aliases
|
|
@@ -1934,12 +1936,12 @@ export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
|
1934
1936
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1935
1937
|
// PhoneOff aliases
|
|
1936
1938
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1937
|
-
// Phone aliases
|
|
1938
|
-
export { default as PhoneIcon } from '../icons/phone';
|
|
1939
|
-
// PhoneOutgoing aliases
|
|
1940
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1941
1939
|
// Pi aliases
|
|
1942
1940
|
export { default as PiIcon } from '../icons/pi';
|
|
1941
|
+
// PhoneOutgoing aliases
|
|
1942
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1943
|
+
// Phone aliases
|
|
1944
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1943
1945
|
// Piano aliases
|
|
1944
1946
|
export { default as PianoIcon } from '../icons/piano';
|
|
1945
1947
|
// Pickaxe aliases
|
|
@@ -1972,60 +1974,60 @@ export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
|
1972
1974
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1973
1975
|
// PlaneTakeoff aliases
|
|
1974
1976
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1975
|
-
// Play aliases
|
|
1976
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1977
|
-
// Plug aliases
|
|
1978
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1979
|
-
// Plug2 aliases
|
|
1980
|
-
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1981
1977
|
// Plane aliases
|
|
1982
1978
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1979
|
+
// Plug2 aliases
|
|
1980
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1981
|
+
// Plug aliases
|
|
1982
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1983
|
+
// Play aliases
|
|
1984
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1983
1985
|
// Plus aliases
|
|
1984
1986
|
export { default as PlusIcon } from '../icons/plus';
|
|
1987
|
+
// Pocket aliases
|
|
1988
|
+
export { default as PocketIcon } from '../icons/pocket';
|
|
1985
1989
|
// PocketKnife aliases
|
|
1986
1990
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1987
1991
|
// Podcast aliases
|
|
1988
1992
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1989
|
-
// Pocket aliases
|
|
1990
|
-
export { default as PocketIcon } from '../icons/pocket';
|
|
1991
|
-
// PointerOff aliases
|
|
1992
|
-
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1993
1993
|
// Pointer aliases
|
|
1994
1994
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1995
|
-
//
|
|
1996
|
-
export { default as
|
|
1995
|
+
// PointerOff aliases
|
|
1996
|
+
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1997
1997
|
// Popsicle aliases
|
|
1998
1998
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1999
1999
|
// PoundSterling aliases
|
|
2000
2000
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2001
2001
|
// PowerOff aliases
|
|
2002
2002
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2003
|
+
// Popcorn aliases
|
|
2004
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2003
2005
|
// Power aliases
|
|
2004
2006
|
export { default as PowerIcon } from '../icons/power';
|
|
2005
|
-
// Presentation aliases
|
|
2006
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2007
2007
|
// PrinterCheck aliases
|
|
2008
2008
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2009
|
+
// Presentation aliases
|
|
2010
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2009
2011
|
// Printer aliases
|
|
2010
2012
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2011
2013
|
// Projector aliases
|
|
2012
2014
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2013
2015
|
// Proportions aliases
|
|
2014
2016
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2015
|
-
// Puzzle aliases
|
|
2016
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2017
2017
|
// Pyramid aliases
|
|
2018
2018
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2019
|
+
// Puzzle aliases
|
|
2020
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2019
2021
|
// QrCode aliases
|
|
2020
2022
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2021
2023
|
// Quote aliases
|
|
2022
2024
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2025
|
+
// Rabbit aliases
|
|
2026
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2023
2027
|
// Radar aliases
|
|
2024
2028
|
export { default as RadarIcon } from '../icons/radar';
|
|
2025
2029
|
// Radiation aliases
|
|
2026
2030
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2027
|
-
// Rabbit aliases
|
|
2028
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2029
2031
|
// Radical aliases
|
|
2030
2032
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2031
2033
|
// RadioReceiver aliases
|
|
@@ -2038,48 +2040,48 @@ export { default as RadioIcon } from '../icons/radio';
|
|
|
2038
2040
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2039
2041
|
// RailSymbol aliases
|
|
2040
2042
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2041
|
-
// Rainbow aliases
|
|
2042
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2043
2043
|
// Rat aliases
|
|
2044
2044
|
export { default as RatIcon } from '../icons/rat';
|
|
2045
|
-
//
|
|
2046
|
-
export { default as
|
|
2045
|
+
// Rainbow aliases
|
|
2046
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2047
2047
|
// Ratio aliases
|
|
2048
2048
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2049
|
+
// ReceiptEuro aliases
|
|
2050
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2051
|
+
// ReceiptCent aliases
|
|
2052
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2049
2053
|
// ReceiptIndianRupee aliases
|
|
2050
2054
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2055
|
+
// ReceiptRussianRuble aliases
|
|
2056
|
+
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2051
2057
|
// ReceiptJapaneseYen aliases
|
|
2052
2058
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2053
|
-
// ReceiptEuro aliases
|
|
2054
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2055
2059
|
// ReceiptPoundSterling aliases
|
|
2056
2060
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2057
|
-
// ReceiptRussianRuble aliases
|
|
2058
|
-
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2059
|
-
// ReceiptText aliases
|
|
2060
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2061
2061
|
// ReceiptSwissFranc aliases
|
|
2062
2062
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2063
|
+
// ReceiptText aliases
|
|
2064
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2065
|
+
// RectangleCircle aliases
|
|
2066
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2065
2067
|
// RectangleGoggles aliases
|
|
2066
2068
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2067
2069
|
// RectangleHorizontal aliases
|
|
2068
2070
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2069
|
-
//
|
|
2070
|
-
export { default as
|
|
2071
|
+
// Receipt aliases
|
|
2072
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2071
2073
|
// RectangleVertical aliases
|
|
2072
2074
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2073
2075
|
// Recycle aliases
|
|
2074
2076
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2075
|
-
// RedoDot aliases
|
|
2076
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2077
|
-
// Redo2 aliases
|
|
2078
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2079
2077
|
// Redo aliases
|
|
2080
2078
|
export { default as RedoIcon } from '../icons/redo';
|
|
2079
|
+
// Redo2 aliases
|
|
2080
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2081
2081
|
// RefreshCcwDot aliases
|
|
2082
2082
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2083
|
+
// RedoDot aliases
|
|
2084
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2083
2085
|
// RefreshCcw aliases
|
|
2084
2086
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2085
2087
|
// RefreshCwOff aliases
|
|
@@ -2092,20 +2094,20 @@ export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
|
2092
2094
|
export { default as RegexIcon } from '../icons/regex';
|
|
2093
2095
|
// RemoveFormatting aliases
|
|
2094
2096
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2095
|
-
// Repeat2 aliases
|
|
2096
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2097
2097
|
// Repeat1 aliases
|
|
2098
2098
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2099
|
+
// Repeat2 aliases
|
|
2100
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2099
2101
|
// Repeat aliases
|
|
2100
2102
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2101
2103
|
// Replace aliases
|
|
2102
2104
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2105
|
+
// ReplyAll aliases
|
|
2106
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2103
2107
|
// ReplaceAll aliases
|
|
2104
2108
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2105
2109
|
// Reply aliases
|
|
2106
2110
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2107
|
-
// ReplyAll aliases
|
|
2108
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2109
2111
|
// Rewind aliases
|
|
2110
2112
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2111
2113
|
// Rocket aliases
|
|
@@ -2118,38 +2120,38 @@ export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
|
2118
2120
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2119
2121
|
// RotateCcwKey aliases
|
|
2120
2122
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2121
|
-
// RotateCcwSquare aliases
|
|
2122
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2123
2123
|
// RotateCcw aliases
|
|
2124
2124
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2125
|
+
// RotateCcwSquare aliases
|
|
2126
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2125
2127
|
// RotateCwSquare aliases
|
|
2126
2128
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2127
2129
|
// RotateCw aliases
|
|
2128
2130
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2129
2131
|
// RouteOff aliases
|
|
2130
2132
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2131
|
-
// Route aliases
|
|
2132
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2133
2133
|
// Router aliases
|
|
2134
2134
|
export { default as RouterIcon } from '../icons/router';
|
|
2135
|
-
// Rss aliases
|
|
2136
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2137
2135
|
// Rows4 aliases
|
|
2138
2136
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2137
|
+
// Rss aliases
|
|
2138
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2139
|
+
// Route aliases
|
|
2140
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2139
2141
|
// RulerDimensionLine aliases
|
|
2140
2142
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2141
2143
|
// Ruler aliases
|
|
2142
2144
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2145
|
+
// RussianRuble aliases
|
|
2146
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2143
2147
|
// Sailboat aliases
|
|
2144
2148
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2145
2149
|
// Salad aliases
|
|
2146
2150
|
export { default as SaladIcon } from '../icons/salad';
|
|
2147
|
-
// RussianRuble aliases
|
|
2148
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2149
|
-
// Sandwich aliases
|
|
2150
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2151
2151
|
// SatelliteDish aliases
|
|
2152
2152
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2153
|
+
// Sandwich aliases
|
|
2154
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2153
2155
|
// Satellite aliases
|
|
2154
2156
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2155
2157
|
// SaudiRiyal aliases
|
|
@@ -2160,10 +2162,10 @@ export { default as SaveAllIcon } from '../icons/save-all';
|
|
|
2160
2162
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2161
2163
|
// Save aliases
|
|
2162
2164
|
export { default as SaveIcon } from '../icons/save';
|
|
2163
|
-
// Scaling aliases
|
|
2164
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2165
2165
|
// Scale aliases
|
|
2166
2166
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2167
|
+
// Scaling aliases
|
|
2168
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2167
2169
|
// ScanBarcode aliases
|
|
2168
2170
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2169
2171
|
// ScanEye aliases
|
|
@@ -2174,12 +2176,12 @@ export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
|
2174
2176
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2175
2177
|
// ScanLine aliases
|
|
2176
2178
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2179
|
+
// ScanQrCode aliases
|
|
2180
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2177
2181
|
// ScanSearch aliases
|
|
2178
2182
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2179
2183
|
// ScanText aliases
|
|
2180
2184
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2181
|
-
// ScanQrCode aliases
|
|
2182
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2183
2185
|
// Scan aliases
|
|
2184
2186
|
export { default as ScanIcon } from '../icons/scan';
|
|
2185
2187
|
// School aliases
|
|
@@ -2196,26 +2198,26 @@ export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
|
2196
2198
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2197
2199
|
// Scroll aliases
|
|
2198
2200
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2199
|
-
// SearchCode aliases
|
|
2200
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2201
2201
|
// SearchCheck aliases
|
|
2202
2202
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2203
|
+
// SearchCode aliases
|
|
2204
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2203
2205
|
// SearchSlash aliases
|
|
2204
2206
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2205
2207
|
// SearchX aliases
|
|
2206
2208
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2207
2209
|
// Search aliases
|
|
2208
2210
|
export { default as SearchIcon } from '../icons/search';
|
|
2209
|
-
// SendToBack aliases
|
|
2210
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2211
2211
|
// Section aliases
|
|
2212
2212
|
export { default as SectionIcon } from '../icons/section';
|
|
2213
|
-
//
|
|
2214
|
-
export { default as
|
|
2213
|
+
// SendToBack aliases
|
|
2214
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2215
2215
|
// Send aliases
|
|
2216
2216
|
export { default as SendIcon } from '../icons/send';
|
|
2217
2217
|
// SeparatorVertical aliases
|
|
2218
2218
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2219
|
+
// SeparatorHorizontal aliases
|
|
2220
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2219
2221
|
// ServerCog aliases
|
|
2220
2222
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2221
2223
|
// ServerCrash aliases
|
|
@@ -2236,20 +2238,20 @@ export { default as Share2Icon } from '../icons/share-2';
|
|
|
2236
2238
|
export { default as ShareIcon } from '../icons/share';
|
|
2237
2239
|
// Sheet aliases
|
|
2238
2240
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2239
|
-
// Shell aliases
|
|
2240
|
-
export { default as ShellIcon } from '../icons/shell';
|
|
2241
2241
|
// ShieldAlert aliases
|
|
2242
2242
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2243
2243
|
// ShieldBan aliases
|
|
2244
2244
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2245
|
+
// Shell aliases
|
|
2246
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2245
2247
|
// ShieldCheck aliases
|
|
2246
2248
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2247
2249
|
// ShieldEllipsis aliases
|
|
2248
2250
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2249
|
-
// ShieldHalf aliases
|
|
2250
|
-
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2251
2251
|
// ShieldMinus aliases
|
|
2252
2252
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2253
|
+
// ShieldHalf aliases
|
|
2254
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2253
2255
|
// ShieldOff aliases
|
|
2254
2256
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2255
2257
|
// ShieldPlus aliases
|
|
@@ -2258,10 +2260,10 @@ export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
|
2258
2260
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2259
2261
|
// ShipWheel aliases
|
|
2260
2262
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2261
|
-
// Ship aliases
|
|
2262
|
-
export { default as ShipIcon } from '../icons/ship';
|
|
2263
2263
|
// Shield aliases
|
|
2264
2264
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2265
|
+
// Ship aliases
|
|
2266
|
+
export { default as ShipIcon } from '../icons/ship';
|
|
2265
2267
|
// Shirt aliases
|
|
2266
2268
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2267
2269
|
// ShoppingBag aliases
|
|
@@ -2272,10 +2274,10 @@ export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
|
2272
2274
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2273
2275
|
// Shovel aliases
|
|
2274
2276
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2275
|
-
// ShowerHead aliases
|
|
2276
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2277
2277
|
// Shredder aliases
|
|
2278
2278
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2279
|
+
// ShowerHead aliases
|
|
2280
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2279
2281
|
// Shrimp aliases
|
|
2280
2282
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2281
2283
|
// Shrink aliases
|
|
@@ -2286,20 +2288,20 @@ export { default as ShrubIcon } from '../icons/shrub';
|
|
|
2286
2288
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2287
2289
|
// SignalHigh aliases
|
|
2288
2290
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2289
|
-
// Sigma aliases
|
|
2290
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2291
2291
|
// SignalLow aliases
|
|
2292
2292
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2293
|
+
// Sigma aliases
|
|
2294
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2293
2295
|
// SignalMedium aliases
|
|
2294
2296
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2295
2297
|
// SignalZero aliases
|
|
2296
2298
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2297
2299
|
// Signal aliases
|
|
2298
2300
|
export { default as SignalIcon } from '../icons/signal';
|
|
2299
|
-
// SignpostBig aliases
|
|
2300
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2301
2301
|
// Signature aliases
|
|
2302
2302
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2303
|
+
// SignpostBig aliases
|
|
2304
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2303
2305
|
// Signpost aliases
|
|
2304
2306
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2305
2307
|
// Siren aliases
|
|
@@ -2308,70 +2310,70 @@ export { default as SirenIcon } from '../icons/siren';
|
|
|
2308
2310
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2309
2311
|
// SkipForward aliases
|
|
2310
2312
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2313
|
+
// Slack aliases
|
|
2314
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2311
2315
|
// Skull aliases
|
|
2312
2316
|
export { default as SkullIcon } from '../icons/skull';
|
|
2313
2317
|
// Slash aliases
|
|
2314
2318
|
export { default as SlashIcon } from '../icons/slash';
|
|
2315
|
-
// Slice aliases
|
|
2316
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2317
|
-
// Slack aliases
|
|
2318
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2319
|
-
// SmartphoneCharging aliases
|
|
2320
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2321
2319
|
// SlidersHorizontal aliases
|
|
2322
2320
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2321
|
+
// SmartphoneCharging aliases
|
|
2322
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2323
2323
|
// SmartphoneNfc aliases
|
|
2324
2324
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2325
|
-
//
|
|
2326
|
-
export { default as
|
|
2325
|
+
// Slice aliases
|
|
2326
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2327
2327
|
// Smartphone aliases
|
|
2328
2328
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2329
2329
|
// SmilePlus aliases
|
|
2330
2330
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2331
|
+
// Smile aliases
|
|
2332
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2331
2333
|
// Snail aliases
|
|
2332
2334
|
export { default as SnailIcon } from '../icons/snail';
|
|
2333
2335
|
// Snowflake aliases
|
|
2334
2336
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2335
2337
|
// SoapDispenserDroplet aliases
|
|
2336
2338
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2337
|
-
// Soup aliases
|
|
2338
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2339
2339
|
// Sofa aliases
|
|
2340
2340
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2341
|
+
// Soup aliases
|
|
2342
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2341
2343
|
// Space aliases
|
|
2342
2344
|
export { default as SpaceIcon } from '../icons/space';
|
|
2343
2345
|
// Spade aliases
|
|
2344
2346
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2345
2347
|
// Sparkle aliases
|
|
2346
2348
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2347
|
-
// Speech aliases
|
|
2348
|
-
export { default as SpeechIcon } from '../icons/speech';
|
|
2349
2349
|
// Speaker aliases
|
|
2350
2350
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2351
|
+
// Speech aliases
|
|
2352
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2351
2353
|
// SpellCheck2 aliases
|
|
2352
2354
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2353
2355
|
// SpellCheck aliases
|
|
2354
2356
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2355
|
-
// SplinePointer aliases
|
|
2356
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2357
2357
|
// Spline aliases
|
|
2358
2358
|
export { default as SplineIcon } from '../icons/spline';
|
|
2359
|
-
//
|
|
2360
|
-
export { default as
|
|
2361
|
-
// SprayCan aliases
|
|
2362
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2359
|
+
// SplinePointer aliases
|
|
2360
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2363
2361
|
// Split aliases
|
|
2364
2362
|
export { default as SplitIcon } from '../icons/split';
|
|
2363
|
+
// SprayCan aliases
|
|
2364
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2365
|
+
// Spool aliases
|
|
2366
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2365
2367
|
// Sprout aliases
|
|
2366
2368
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2367
|
-
// SquareDashedBottomCode aliases
|
|
2368
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2369
2369
|
// SquareDashedBottom aliases
|
|
2370
2370
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2371
|
+
// SquareDashedBottomCode aliases
|
|
2372
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2373
2373
|
// SquareRadical aliases
|
|
2374
2374
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2375
|
+
// SquareDashedTopSolid aliases
|
|
2376
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2375
2377
|
// SquareRoundCorner aliases
|
|
2376
2378
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2377
2379
|
// SquareSquare aliases
|
|
@@ -2384,10 +2386,10 @@ export { default as SquareIcon } from '../icons/square';
|
|
|
2384
2386
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2385
2387
|
// SquaresIntersect aliases
|
|
2386
2388
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2387
|
-
// SquaresSubtract aliases
|
|
2388
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2389
2389
|
// SquaresUnite aliases
|
|
2390
2390
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2391
|
+
// SquaresSubtract aliases
|
|
2392
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2391
2393
|
// Squircle aliases
|
|
2392
2394
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2393
2395
|
// Stamp aliases
|
|
@@ -2400,72 +2402,72 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2400
2402
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2401
2403
|
// Star aliases
|
|
2402
2404
|
export { default as StarIcon } from '../icons/star';
|
|
2403
|
-
// StepForward aliases
|
|
2404
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2405
2405
|
// StepBack aliases
|
|
2406
2406
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2407
|
+
// StepForward aliases
|
|
2408
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2409
2409
|
// Stethoscope aliases
|
|
2410
2410
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2411
|
+
// Sticker aliases
|
|
2412
|
+
export { default as StickerIcon } from '../icons/sticker';
|
|
2411
2413
|
// StickyNote aliases
|
|
2412
2414
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2413
2415
|
// Store aliases
|
|
2414
2416
|
export { default as StoreIcon } from '../icons/store';
|
|
2415
|
-
// StretchVertical aliases
|
|
2416
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2417
2417
|
// StretchHorizontal aliases
|
|
2418
2418
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2419
|
+
// StretchVertical aliases
|
|
2420
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2419
2421
|
// Strikethrough aliases
|
|
2420
2422
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2421
2423
|
// Subscript aliases
|
|
2422
2424
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2423
|
-
// SunDim aliases
|
|
2424
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2425
2425
|
// SunMedium aliases
|
|
2426
2426
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2427
2427
|
// SunMoon aliases
|
|
2428
2428
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2429
|
+
// SunDim aliases
|
|
2430
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2429
2431
|
// SunSnow aliases
|
|
2430
2432
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2431
|
-
// Sun aliases
|
|
2432
|
-
export { default as SunIcon } from '../icons/sun';
|
|
2433
2433
|
// Sunrise aliases
|
|
2434
2434
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2435
2435
|
// Sunset aliases
|
|
2436
2436
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2437
|
+
// Sun aliases
|
|
2438
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2439
2439
|
// Superscript aliases
|
|
2440
2440
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2441
|
+
// SwatchBook aliases
|
|
2442
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2443
|
+
// SwitchCamera aliases
|
|
2444
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2441
2445
|
// SwissFranc aliases
|
|
2442
2446
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2443
2447
|
// Sword aliases
|
|
2444
2448
|
export { default as SwordIcon } from '../icons/sword';
|
|
2445
2449
|
// Swords aliases
|
|
2446
2450
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2451
|
+
// Table2 aliases
|
|
2452
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2449
2453
|
// Syringe aliases
|
|
2450
2454
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2451
2455
|
// TableCellsMerge aliases
|
|
2452
2456
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2453
|
-
// Table2 aliases
|
|
2454
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2455
2457
|
// TableCellsSplit aliases
|
|
2456
2458
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2457
2459
|
// TableColumnsSplit aliases
|
|
2458
2460
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2459
|
-
// TableRowsSplit aliases
|
|
2460
|
-
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2461
2461
|
// TableOfContents aliases
|
|
2462
2462
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2463
2463
|
// TableProperties aliases
|
|
2464
2464
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2465
|
-
//
|
|
2466
|
-
export { default as
|
|
2465
|
+
// TableRowsSplit aliases
|
|
2466
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2467
2467
|
// TabletSmartphone aliases
|
|
2468
2468
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2469
|
+
// Table aliases
|
|
2470
|
+
export { default as TableIcon } from '../icons/table';
|
|
2469
2471
|
// Tablet aliases
|
|
2470
2472
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2471
2473
|
// Tablets aliases
|
|
@@ -2486,22 +2488,22 @@ export { default as Tally4Icon } from '../icons/tally-4';
|
|
|
2486
2488
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2487
2489
|
// Tangent aliases
|
|
2488
2490
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2489
|
-
// Target aliases
|
|
2490
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2491
2491
|
// Telescope aliases
|
|
2492
2492
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2493
|
+
// Target aliases
|
|
2494
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2493
2495
|
// TentTree aliases
|
|
2494
2496
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2495
2497
|
// Tent aliases
|
|
2496
2498
|
export { default as TentIcon } from '../icons/tent';
|
|
2497
2499
|
// Terminal aliases
|
|
2498
2500
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2499
|
-
// TestTube aliases
|
|
2500
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2501
2501
|
// TestTubes aliases
|
|
2502
2502
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2503
2503
|
// TextCursorInput aliases
|
|
2504
2504
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2505
|
+
// TestTube aliases
|
|
2506
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2505
2507
|
// TextCursor aliases
|
|
2506
2508
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2507
2509
|
// TextQuote aliases
|
|
@@ -2510,14 +2512,14 @@ export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
|
2510
2512
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2511
2513
|
// Text aliases
|
|
2512
2514
|
export { default as TextIcon } from '../icons/text';
|
|
2513
|
-
// ThermometerSnowflake aliases
|
|
2514
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2515
|
-
// Theater aliases
|
|
2516
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2517
2515
|
// ThermometerSun aliases
|
|
2518
2516
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2517
|
+
// Theater aliases
|
|
2518
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2519
2519
|
// Thermometer aliases
|
|
2520
2520
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2521
|
+
// ThermometerSnowflake aliases
|
|
2522
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2521
2523
|
// ThumbsDown aliases
|
|
2522
2524
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2523
2525
|
// ThumbsUp aliases
|
|
@@ -2526,76 +2528,76 @@ export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
|
2526
2528
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2527
2529
|
// TicketMinus aliases
|
|
2528
2530
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2529
|
-
// TicketPercent aliases
|
|
2530
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2531
2531
|
// TicketPlus aliases
|
|
2532
2532
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2533
|
-
//
|
|
2534
|
-
export { default as
|
|
2533
|
+
// TicketPercent aliases
|
|
2534
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2535
2535
|
// TicketX aliases
|
|
2536
2536
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2537
2537
|
// Ticket aliases
|
|
2538
2538
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2539
|
+
// TicketSlash aliases
|
|
2540
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2539
2541
|
// TicketsPlane aliases
|
|
2540
2542
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2541
|
-
// Tickets aliases
|
|
2542
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2543
2543
|
// TimerOff aliases
|
|
2544
2544
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2545
|
+
// Tickets aliases
|
|
2546
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2545
2547
|
// TimerReset aliases
|
|
2546
2548
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2547
|
-
// ToggleLeft aliases
|
|
2548
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2549
2549
|
// Timer aliases
|
|
2550
2550
|
export { default as TimerIcon } from '../icons/timer';
|
|
2551
|
+
// ToggleLeft aliases
|
|
2552
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2551
2553
|
// ToggleRight aliases
|
|
2552
2554
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2553
|
-
// Tornado aliases
|
|
2554
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2555
2555
|
// Toilet aliases
|
|
2556
2556
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2557
|
+
// Tornado aliases
|
|
2558
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2557
2559
|
// Torus aliases
|
|
2558
2560
|
export { default as TorusIcon } from '../icons/torus';
|
|
2559
2561
|
// TouchpadOff aliases
|
|
2560
2562
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2561
2563
|
// Touchpad aliases
|
|
2562
2564
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2565
|
+
// TowerControl aliases
|
|
2566
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2563
2567
|
// ToyBrick aliases
|
|
2564
2568
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2565
2569
|
// Tractor aliases
|
|
2566
2570
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2567
|
-
// TowerControl aliases
|
|
2568
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2569
|
-
// TrainFrontTunnel aliases
|
|
2570
|
-
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2571
2571
|
// TrafficCone aliases
|
|
2572
2572
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2573
|
+
// TrainFrontTunnel aliases
|
|
2574
|
+
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2573
2575
|
// TrainFront aliases
|
|
2574
2576
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2575
2577
|
// TrainTrack aliases
|
|
2576
2578
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2577
|
-
// Trash2 aliases
|
|
2578
|
-
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2579
2579
|
// Transgender aliases
|
|
2580
2580
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2581
2581
|
// Trash aliases
|
|
2582
2582
|
export { default as TrashIcon } from '../icons/trash';
|
|
2583
|
+
// Trash2 aliases
|
|
2584
|
+
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2583
2585
|
// TreeDeciduous aliases
|
|
2584
2586
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2585
2587
|
// TreePine aliases
|
|
2586
2588
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2587
|
-
// Trello aliases
|
|
2588
|
-
export { default as TrelloIcon } from '../icons/trello';
|
|
2589
2589
|
// Trees aliases
|
|
2590
2590
|
export { default as TreesIcon } from '../icons/trees';
|
|
2591
|
+
// Trello aliases
|
|
2592
|
+
export { default as TrelloIcon } from '../icons/trello';
|
|
2591
2593
|
// TrendingDown aliases
|
|
2592
2594
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2593
2595
|
// TrendingUpDown aliases
|
|
2594
2596
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2595
|
-
// TrendingUp aliases
|
|
2596
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2597
2597
|
// TriangleDashed aliases
|
|
2598
2598
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2599
|
+
// TrendingUp aliases
|
|
2600
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2599
2601
|
// TriangleRight aliases
|
|
2600
2602
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2601
2603
|
// Triangle aliases
|
|
@@ -2604,66 +2606,66 @@ export { default as TriangleIcon } from '../icons/triangle';
|
|
|
2604
2606
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2605
2607
|
// TruckElectric aliases
|
|
2606
2608
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2607
|
-
// Turtle aliases
|
|
2608
|
-
export { default as TurtleIcon } from '../icons/turtle';
|
|
2609
|
-
// TvMinimalPlay aliases
|
|
2610
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2611
2609
|
// Truck aliases
|
|
2612
2610
|
export { default as TruckIcon } from '../icons/truck';
|
|
2611
|
+
// TvMinimalPlay aliases
|
|
2612
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2613
|
+
// Turtle aliases
|
|
2614
|
+
export { default as TurtleIcon } from '../icons/turtle';
|
|
2613
2615
|
// Tv aliases
|
|
2614
2616
|
export { default as TvIcon } from '../icons/tv';
|
|
2615
|
-
// Twitch aliases
|
|
2616
|
-
export { default as TwitchIcon } from '../icons/twitch';
|
|
2617
2617
|
// Twitter aliases
|
|
2618
2618
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2619
|
+
// Twitch aliases
|
|
2620
|
+
export { default as TwitchIcon } from '../icons/twitch';
|
|
2619
2621
|
// TypeOutline aliases
|
|
2620
2622
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2621
|
-
// Type aliases
|
|
2622
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2623
2623
|
// UmbrellaOff aliases
|
|
2624
2624
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2625
|
+
// Type aliases
|
|
2626
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2627
|
+
// Umbrella aliases
|
|
2628
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2625
2629
|
// Underline aliases
|
|
2626
2630
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2627
2631
|
// Undo2 aliases
|
|
2628
2632
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2629
|
-
// Umbrella aliases
|
|
2630
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2631
2633
|
// UndoDot aliases
|
|
2632
2634
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2633
2635
|
// Undo aliases
|
|
2634
2636
|
export { default as UndoIcon } from '../icons/undo';
|
|
2635
2637
|
// UnfoldHorizontal aliases
|
|
2636
2638
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2639
|
+
// Ungroup aliases
|
|
2640
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2637
2641
|
// UnfoldVertical aliases
|
|
2638
2642
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2639
2643
|
// Unlink2 aliases
|
|
2640
2644
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2641
|
-
// Ungroup aliases
|
|
2642
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2643
2645
|
// Unlink aliases
|
|
2644
2646
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2645
2647
|
// Unplug aliases
|
|
2646
2648
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2649
|
+
// Upload aliases
|
|
2650
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2651
|
+
// Usb aliases
|
|
2652
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2647
2653
|
// UserCheck aliases
|
|
2648
2654
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2649
2655
|
// UserCog aliases
|
|
2650
2656
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2651
|
-
// Usb aliases
|
|
2652
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2653
|
-
// Upload aliases
|
|
2654
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2655
|
-
// UserLock aliases
|
|
2656
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2657
2657
|
// UserMinus aliases
|
|
2658
2658
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2659
|
+
// UserLock aliases
|
|
2660
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2659
2661
|
// UserPen aliases
|
|
2660
2662
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2661
2663
|
// UserPlus aliases
|
|
2662
2664
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2663
|
-
// UserRoundSearch aliases
|
|
2664
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2665
2665
|
// UserRoundPen aliases
|
|
2666
2666
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2667
|
+
// UserRoundSearch aliases
|
|
2668
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2667
2669
|
// UserSearch aliases
|
|
2668
2670
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2669
2671
|
// UserX aliases
|
|
@@ -2674,10 +2676,10 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2674
2676
|
export { default as UsersIcon } from '../icons/users';
|
|
2675
2677
|
// UtilityPole aliases
|
|
2676
2678
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2677
|
-
// Vault aliases
|
|
2678
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2679
2679
|
// Variable aliases
|
|
2680
2680
|
export { default as VariableIcon } from '../icons/variable';
|
|
2681
|
+
// Vault aliases
|
|
2682
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2681
2683
|
// Vegan aliases
|
|
2682
2684
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2683
2685
|
// VenetianMask aliases
|
|
@@ -2686,34 +2688,34 @@ export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
|
2686
2688
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2687
2689
|
// Venus aliases
|
|
2688
2690
|
export { default as VenusIcon } from '../icons/venus';
|
|
2689
|
-
// VideoOff aliases
|
|
2690
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2691
|
-
// VibrateOff aliases
|
|
2692
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2693
2691
|
// Vibrate aliases
|
|
2694
2692
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2695
|
-
//
|
|
2696
|
-
export { default as
|
|
2693
|
+
// VibrateOff aliases
|
|
2694
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2695
|
+
// VideoOff aliases
|
|
2696
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2697
2697
|
// Videotape aliases
|
|
2698
2698
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2699
|
+
// Video aliases
|
|
2700
|
+
export { default as VideoIcon } from '../icons/video';
|
|
2699
2701
|
// View aliases
|
|
2700
2702
|
export { default as ViewIcon } from '../icons/view';
|
|
2701
|
-
// Volleyball aliases
|
|
2702
|
-
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2703
2703
|
// Voicemail aliases
|
|
2704
2704
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2705
|
+
// Volleyball aliases
|
|
2706
|
+
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2705
2707
|
// Volume1 aliases
|
|
2706
2708
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2707
|
-
// VolumeOff aliases
|
|
2708
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2709
2709
|
// Volume2 aliases
|
|
2710
2710
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2711
|
+
// VolumeOff aliases
|
|
2712
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2713
|
+
// Vote aliases
|
|
2714
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2711
2715
|
// VolumeX aliases
|
|
2712
2716
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2713
2717
|
// Volume aliases
|
|
2714
2718
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2715
|
-
// Vote aliases
|
|
2716
|
-
export { default as VoteIcon } from '../icons/vote';
|
|
2717
2719
|
// WalletCards aliases
|
|
2718
2720
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2719
2721
|
// Wallet aliases
|
|
@@ -2728,62 +2730,62 @@ export { default as WandIcon } from '../icons/wand';
|
|
|
2728
2730
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2729
2731
|
// Watch aliases
|
|
2730
2732
|
export { default as WatchIcon } from '../icons/watch';
|
|
2731
|
-
// Waves aliases
|
|
2732
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2733
2733
|
// WavesLadder aliases
|
|
2734
2734
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2735
|
-
//
|
|
2736
|
-
export { default as
|
|
2735
|
+
// Waves aliases
|
|
2736
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2737
2737
|
// Webcam aliases
|
|
2738
2738
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2739
|
+
// Waypoints aliases
|
|
2740
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2739
2741
|
// WebhookOff aliases
|
|
2740
2742
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2741
2743
|
// Webhook aliases
|
|
2742
2744
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2743
|
-
// Wheat aliases
|
|
2744
|
-
export { default as WheatIcon } from '../icons/wheat';
|
|
2745
2745
|
// Weight aliases
|
|
2746
2746
|
export { default as WeightIcon } from '../icons/weight';
|
|
2747
2747
|
// WheatOff aliases
|
|
2748
2748
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2749
|
-
//
|
|
2750
|
-
export { default as
|
|
2749
|
+
// Wheat aliases
|
|
2750
|
+
export { default as WheatIcon } from '../icons/wheat';
|
|
2751
2751
|
// WifiCog aliases
|
|
2752
2752
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2753
|
+
// WholeWord aliases
|
|
2754
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2753
2755
|
// WifiHigh aliases
|
|
2754
2756
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2755
|
-
// WifiLow aliases
|
|
2756
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2757
2757
|
// WifiOff aliases
|
|
2758
2758
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2759
|
+
// WifiLow aliases
|
|
2760
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2761
|
+
// WifiPen aliases
|
|
2762
|
+
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2759
2763
|
// WifiZero aliases
|
|
2760
2764
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2761
2765
|
// Wifi aliases
|
|
2762
2766
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2763
|
-
// WifiPen aliases
|
|
2764
|
-
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2765
2767
|
// WindArrowDown aliases
|
|
2766
2768
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2769
|
+
// Wine aliases
|
|
2770
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2767
2771
|
// Wind aliases
|
|
2768
2772
|
export { default as WindIcon } from '../icons/wind';
|
|
2769
2773
|
// WineOff aliases
|
|
2770
2774
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2771
2775
|
// Workflow aliases
|
|
2772
2776
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2773
|
-
// Wine aliases
|
|
2774
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2775
2777
|
// Worm aliases
|
|
2776
2778
|
export { default as WormIcon } from '../icons/worm';
|
|
2777
2779
|
// WrapText aliases
|
|
2778
2780
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2779
|
-
// Wrench aliases
|
|
2780
|
-
export { default as WrenchIcon } from '../icons/wrench';
|
|
2781
|
-
// ZapOff aliases
|
|
2782
|
-
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2783
2781
|
// X aliases
|
|
2784
2782
|
export { default as XIcon } from '../icons/x';
|
|
2785
2783
|
// Youtube aliases
|
|
2786
2784
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2785
|
+
// Wrench aliases
|
|
2786
|
+
export { default as WrenchIcon } from '../icons/wrench';
|
|
2787
|
+
// ZapOff aliases
|
|
2788
|
+
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2787
2789
|
// Zap aliases
|
|
2788
2790
|
export { default as ZapIcon } from '../icons/zap';
|
|
2789
2791
|
// ZoomIn aliases
|
|
@@ -2807,33 +2809,33 @@ export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
|
2807
2809
|
// AlarmClockPlus aliases
|
|
2808
2810
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2809
2811
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2810
|
-
// ArrowDownWideNarrow aliases
|
|
2811
|
-
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2812
|
-
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2813
2812
|
// ArrowDownAZ aliases
|
|
2814
2813
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2815
2814
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
2815
|
+
// ArrowDownWideNarrow aliases
|
|
2816
|
+
export { default as ArrowDownWideNarrowIcon } from '../icons/arrow-down-wide-narrow';
|
|
2817
|
+
export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
2816
2818
|
// ArrowDownZA aliases
|
|
2817
2819
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2818
2820
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2819
|
-
// ArrowUpNarrowWide aliases
|
|
2820
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2821
|
-
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2822
2821
|
// ArrowUpAZ aliases
|
|
2823
2822
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2824
2823
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2825
|
-
//
|
|
2826
|
-
export { default as
|
|
2827
|
-
export { default as
|
|
2824
|
+
// ArrowUpNarrowWide aliases
|
|
2825
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2826
|
+
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2828
2827
|
// ArrowUpZA aliases
|
|
2829
2828
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2830
2829
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2831
|
-
//
|
|
2832
|
-
export { default as
|
|
2833
|
-
export { default as
|
|
2830
|
+
// Axis3d aliases
|
|
2831
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2832
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2834
2833
|
// BadgeCheck aliases
|
|
2835
2834
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2836
2835
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2836
|
+
// BadgeQuestionMark aliases
|
|
2837
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2838
|
+
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2837
2839
|
// BetweenHorizontalEnd aliases
|
|
2838
2840
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2839
2841
|
export {
|
|
@@ -2846,12 +2848,18 @@ export {
|
|
|
2846
2848
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2847
2849
|
default as BetweenHorizonalStartIcon
|
|
2848
2850
|
} from '../icons/between-horizontal-start';
|
|
2849
|
-
// BookDashed aliases
|
|
2850
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2851
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2852
2851
|
// Braces aliases
|
|
2853
2852
|
export { default as BracesIcon } from '../icons/braces';
|
|
2854
2853
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2854
|
+
// BookDashed aliases
|
|
2855
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2856
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2857
|
+
// ChartArea aliases
|
|
2858
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2859
|
+
export {
|
|
2860
|
+
/** @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 */
|
|
2861
|
+
default as AreaChartIcon
|
|
2862
|
+
} from '../icons/chart-area';
|
|
2855
2863
|
// Captions aliases
|
|
2856
2864
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2857
2865
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2861,48 +2869,42 @@ export {
|
|
|
2861
2869
|
/** @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 */
|
|
2862
2870
|
default as BarChartHorizontalBigIcon
|
|
2863
2871
|
} from '../icons/chart-bar-big';
|
|
2864
|
-
// ChartArea aliases
|
|
2865
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2866
|
-
export {
|
|
2867
|
-
/** @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 */
|
|
2868
|
-
default as AreaChartIcon
|
|
2869
|
-
} from '../icons/chart-area';
|
|
2870
2872
|
// ChartBar aliases
|
|
2871
2873
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2872
2874
|
export {
|
|
2873
2875
|
/** @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 */
|
|
2874
2876
|
default as BarChartHorizontalIcon
|
|
2875
2877
|
} from '../icons/chart-bar';
|
|
2876
|
-
// ChartCandlestick aliases
|
|
2877
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2878
|
-
export {
|
|
2879
|
-
/** @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 */
|
|
2880
|
-
default as CandlestickChartIcon
|
|
2881
|
-
} from '../icons/chart-candlestick';
|
|
2882
2878
|
// ChartColumnBig aliases
|
|
2883
2879
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2884
2880
|
export {
|
|
2885
2881
|
/** @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 */
|
|
2886
2882
|
default as BarChartBigIcon
|
|
2887
2883
|
} from '../icons/chart-column-big';
|
|
2884
|
+
// ChartCandlestick aliases
|
|
2885
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2886
|
+
export {
|
|
2887
|
+
/** @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 */
|
|
2888
|
+
default as CandlestickChartIcon
|
|
2889
|
+
} from '../icons/chart-candlestick';
|
|
2888
2890
|
// ChartColumnIncreasing aliases
|
|
2889
2891
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2890
2892
|
export {
|
|
2891
2893
|
/** @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 */
|
|
2892
2894
|
default as BarChart4Icon
|
|
2893
2895
|
} from '../icons/chart-column-increasing';
|
|
2894
|
-
// ChartColumn aliases
|
|
2895
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2896
|
-
export {
|
|
2897
|
-
/** @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 */
|
|
2898
|
-
default as BarChart3Icon
|
|
2899
|
-
} from '../icons/chart-column';
|
|
2900
2896
|
// ChartLine aliases
|
|
2901
2897
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2902
2898
|
export {
|
|
2903
2899
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2904
2900
|
default as LineChartIcon
|
|
2905
2901
|
} from '../icons/chart-line';
|
|
2902
|
+
// ChartColumn aliases
|
|
2903
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2904
|
+
export {
|
|
2905
|
+
/** @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 */
|
|
2906
|
+
default as BarChart3Icon
|
|
2907
|
+
} from '../icons/chart-column';
|
|
2906
2908
|
// ChartNoAxesColumnIncreasing aliases
|
|
2907
2909
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2908
2910
|
export {
|
|
@@ -2915,69 +2917,69 @@ export {
|
|
|
2915
2917
|
/** @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 */
|
|
2916
2918
|
default as BarChart2Icon
|
|
2917
2919
|
} from '../icons/chart-no-axes-column';
|
|
2918
|
-
// ChartNoAxesGantt aliases
|
|
2919
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2920
|
-
export {
|
|
2921
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2922
|
-
default as GanttChartIcon
|
|
2923
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2924
2920
|
// ChartPie aliases
|
|
2925
2921
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2926
2922
|
export {
|
|
2927
2923
|
/** @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 */
|
|
2928
2924
|
default as PieChartIcon
|
|
2929
2925
|
} from '../icons/chart-pie';
|
|
2926
|
+
// ChartNoAxesGantt aliases
|
|
2927
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2928
|
+
export {
|
|
2929
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
2930
|
+
default as GanttChartIcon
|
|
2931
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2930
2932
|
// ChartScatter aliases
|
|
2931
2933
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2932
2934
|
export {
|
|
2933
2935
|
/** @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 */
|
|
2934
2936
|
default as ScatterChartIcon
|
|
2935
2937
|
} from '../icons/chart-scatter';
|
|
2936
|
-
// CircleAlert aliases
|
|
2937
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2938
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2939
2938
|
// CircleArrowDown aliases
|
|
2940
2939
|
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2941
2940
|
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2941
|
+
// CircleAlert aliases
|
|
2942
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2943
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2942
2944
|
// CircleArrowLeft aliases
|
|
2943
2945
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2944
2946
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2945
2947
|
// CircleArrowOutDownLeft aliases
|
|
2946
2948
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2947
2949
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2948
|
-
// CircleArrowOutUpLeft aliases
|
|
2949
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2950
|
-
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2951
2950
|
// CircleArrowOutDownRight aliases
|
|
2952
2951
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2953
2952
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2953
|
+
// CircleArrowOutUpLeft aliases
|
|
2954
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2955
|
+
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2956
|
+
// CircleArrowOutUpRight aliases
|
|
2957
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2958
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2959
|
+
// CircleArrowUp aliases
|
|
2960
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2961
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2954
2962
|
// CircleArrowRight aliases
|
|
2955
2963
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2956
2964
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2957
2965
|
// CircleCheckBig aliases
|
|
2958
2966
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2959
2967
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2960
|
-
// CircleArrowOutUpRight aliases
|
|
2961
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2962
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2963
2968
|
// CircleCheck aliases
|
|
2964
2969
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2965
2970
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2966
2971
|
// CircleChevronDown aliases
|
|
2967
2972
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2968
2973
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2969
|
-
// CircleArrowUp aliases
|
|
2970
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2971
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2972
|
-
// CircleChevronLeft aliases
|
|
2973
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2974
|
-
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2975
2974
|
// CircleChevronRight aliases
|
|
2976
2975
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2977
2976
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2978
2977
|
// CircleChevronUp aliases
|
|
2979
2978
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2980
2979
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2980
|
+
// CircleChevronLeft aliases
|
|
2981
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2982
|
+
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2981
2983
|
// CircleDivide aliases
|
|
2982
2984
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2983
2985
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
@@ -2987,27 +2989,24 @@ export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
|
2987
2989
|
// CircleMinus aliases
|
|
2988
2990
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2989
2991
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2990
|
-
// CircleParkingOff aliases
|
|
2991
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2992
|
-
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2993
2992
|
// CircleParking aliases
|
|
2994
2993
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2995
2994
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2996
|
-
//
|
|
2997
|
-
export { default as
|
|
2998
|
-
export { default as
|
|
2995
|
+
// CircleParkingOff aliases
|
|
2996
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2997
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2999
2998
|
// CirclePercent aliases
|
|
3000
2999
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3001
3000
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
3002
3001
|
// CirclePlay aliases
|
|
3003
3002
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3004
3003
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3004
|
+
// CirclePause aliases
|
|
3005
|
+
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3006
|
+
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
3005
3007
|
// CirclePlus aliases
|
|
3006
3008
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3007
3009
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3008
|
-
// CirclePower aliases
|
|
3009
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3010
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3011
3010
|
// CircleQuestionMark aliases
|
|
3012
3011
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3013
3012
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
@@ -3015,6 +3014,9 @@ export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
|
3015
3014
|
// CircleSlash2 aliases
|
|
3016
3015
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3017
3016
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3017
|
+
// CirclePower aliases
|
|
3018
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3019
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3018
3020
|
// CircleStop aliases
|
|
3019
3021
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3020
3022
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -3024,24 +3026,30 @@ export {
|
|
|
3024
3026
|
/** @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 */
|
|
3025
3027
|
default as UserCircle2Icon
|
|
3026
3028
|
} from '../icons/circle-user-round';
|
|
3029
|
+
// CircleUser aliases
|
|
3030
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3031
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3027
3032
|
// CircleX aliases
|
|
3028
3033
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3029
3034
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3030
3035
|
// ClipboardPenLine aliases
|
|
3031
3036
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3032
3037
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3033
|
-
// CircleUser aliases
|
|
3034
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3035
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3036
|
-
// ClipboardPen aliases
|
|
3037
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3038
|
-
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3039
3038
|
// CloudDownload aliases
|
|
3040
3039
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3041
3040
|
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3041
|
+
// ClipboardPen aliases
|
|
3042
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3043
|
+
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3042
3044
|
// CloudUpload aliases
|
|
3043
3045
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3044
3046
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3047
|
+
// CodeXml aliases
|
|
3048
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3049
|
+
export {
|
|
3050
|
+
/** @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 */
|
|
3051
|
+
default as Code2Icon
|
|
3052
|
+
} from '../icons/code-xml';
|
|
3045
3053
|
// Columns2 aliases
|
|
3046
3054
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3047
3055
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
@@ -3049,12 +3057,6 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3049
3057
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3050
3058
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3051
3059
|
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3052
|
-
// CodeXml aliases
|
|
3053
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3054
|
-
export {
|
|
3055
|
-
/** @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 */
|
|
3056
|
-
default as Code2Icon
|
|
3057
|
-
} from '../icons/code-xml';
|
|
3058
3060
|
// Columns3 aliases
|
|
3059
3061
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3060
3062
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
@@ -3076,6 +3078,9 @@ export {
|
|
|
3076
3078
|
// EllipsisVertical aliases
|
|
3077
3079
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3078
3080
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3081
|
+
// Ellipsis aliases
|
|
3082
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3083
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3079
3084
|
// FileChartColumnIncreasing aliases
|
|
3080
3085
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3081
3086
|
export {
|
|
@@ -3085,9 +3090,6 @@ export {
|
|
|
3085
3090
|
// FileAxis3d aliases
|
|
3086
3091
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3087
3092
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3088
|
-
// Ellipsis aliases
|
|
3089
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3090
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3091
3093
|
// FileChartColumn aliases
|
|
3092
3094
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3093
3095
|
export {
|
|
@@ -3100,6 +3102,12 @@ export {
|
|
|
3100
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
3101
3103
|
default as FileLineChartIcon
|
|
3102
3104
|
} from '../icons/file-chart-line';
|
|
3105
|
+
// FileCog aliases
|
|
3106
|
+
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3107
|
+
export {
|
|
3108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3109
|
+
default as FileCog2Icon
|
|
3110
|
+
} from '../icons/file-cog';
|
|
3103
3111
|
// FileChartPie aliases
|
|
3104
3112
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3105
3113
|
export {
|
|
@@ -3109,27 +3117,21 @@ export {
|
|
|
3109
3117
|
// FilePenLine aliases
|
|
3110
3118
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3111
3119
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3112
|
-
// FileCog aliases
|
|
3113
|
-
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3114
|
-
export {
|
|
3115
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3116
|
-
default as FileCog2Icon
|
|
3117
|
-
} from '../icons/file-cog';
|
|
3118
3120
|
// FilePen aliases
|
|
3119
3121
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3120
3122
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3121
3123
|
// FileQuestionMark aliases
|
|
3122
3124
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3123
3125
|
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3126
|
+
// FolderPen aliases
|
|
3127
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3128
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3124
3129
|
// FolderCog aliases
|
|
3125
3130
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3126
3131
|
export {
|
|
3127
3132
|
/** @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 */
|
|
3128
3133
|
default as FolderCog2Icon
|
|
3129
3134
|
} from '../icons/folder-cog';
|
|
3130
|
-
// FolderPen aliases
|
|
3131
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3132
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3133
3135
|
// FunnelX aliases
|
|
3134
3136
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3135
3137
|
export {
|
|
@@ -3142,79 +3144,79 @@ export {
|
|
|
3142
3144
|
/** @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 */
|
|
3143
3145
|
default as FilterIcon
|
|
3144
3146
|
} from '../icons/funnel';
|
|
3145
|
-
// GitCommitHorizontal aliases
|
|
3146
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3147
|
-
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3148
3147
|
// Grid2x2Check aliases
|
|
3149
3148
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3150
3149
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3151
|
-
//
|
|
3152
|
-
export { default as
|
|
3153
|
-
export { default as
|
|
3150
|
+
// GitCommitHorizontal aliases
|
|
3151
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3152
|
+
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3154
3153
|
// Grid2x2X aliases
|
|
3155
3154
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3156
3155
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3157
|
-
//
|
|
3158
|
-
export { default as
|
|
3159
|
-
export { default as
|
|
3156
|
+
// Grid2x2Plus aliases
|
|
3157
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3158
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3160
3159
|
// HandHelping aliases
|
|
3161
3160
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3162
3161
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3163
|
-
// House aliases
|
|
3164
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3165
|
-
export { default as HomeIcon } from '../icons/house';
|
|
3166
3162
|
// Grid3x3 aliases
|
|
3167
3163
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3168
3164
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3169
3165
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3166
|
+
// Grid2x2 aliases
|
|
3167
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3168
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3169
|
+
// House aliases
|
|
3170
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3171
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3170
3172
|
// IceCreamCone aliases
|
|
3171
3173
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3172
3174
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3173
|
-
// IndentIncrease aliases
|
|
3174
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3175
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3176
3175
|
// IceCreamBowl aliases
|
|
3177
3176
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3178
3177
|
export {
|
|
3179
3178
|
/** @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 */
|
|
3180
3179
|
default as IceCream2Icon
|
|
3181
3180
|
} from '../icons/ice-cream-bowl';
|
|
3181
|
+
// IndentIncrease aliases
|
|
3182
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3183
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3182
3184
|
// IndentDecrease aliases
|
|
3183
3185
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3184
3186
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3185
|
-
// Layers aliases
|
|
3186
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3187
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3188
3187
|
// LaptopMinimal aliases
|
|
3189
3188
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3190
3189
|
export {
|
|
3191
3190
|
/** @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 */
|
|
3192
3191
|
default as Laptop2Icon
|
|
3193
3192
|
} from '../icons/laptop-minimal';
|
|
3194
|
-
//
|
|
3195
|
-
export { default as
|
|
3196
|
-
export { default as
|
|
3193
|
+
// Layers aliases
|
|
3194
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3195
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3197
3196
|
// LoaderCircle aliases
|
|
3198
3197
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3199
3198
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3200
3199
|
// LockOpen aliases
|
|
3201
3200
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3202
3201
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3203
|
-
//
|
|
3204
|
-
export { default as
|
|
3205
|
-
export { default as
|
|
3202
|
+
// LockKeyholeOpen aliases
|
|
3203
|
+
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3204
|
+
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3206
3205
|
// MessageCircleQuestionMark aliases
|
|
3207
3206
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3208
3207
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3208
|
+
// MailQuestionMark aliases
|
|
3209
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3210
|
+
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3211
|
+
// Move3d aliases
|
|
3212
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3213
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3209
3214
|
// MicVocal aliases
|
|
3210
3215
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3211
3216
|
export {
|
|
3212
3217
|
/** @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 */
|
|
3213
3218
|
default as Mic2Icon
|
|
3214
3219
|
} from '../icons/mic-vocal';
|
|
3215
|
-
// Move3d aliases
|
|
3216
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3217
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3218
3220
|
// OctagonAlert aliases
|
|
3219
3221
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3220
3222
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
@@ -3224,15 +3226,15 @@ export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
|
3224
3226
|
// OctagonX aliases
|
|
3225
3227
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3226
3228
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3227
|
-
// PaintbrushVertical aliases
|
|
3228
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3229
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3230
3229
|
// PanelBottomDashed aliases
|
|
3231
3230
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3232
3231
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3233
3232
|
// PanelLeftClose aliases
|
|
3234
3233
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3235
3234
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3235
|
+
// PaintbrushVertical aliases
|
|
3236
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3237
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3236
3238
|
// PanelLeftOpen aliases
|
|
3237
3239
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3238
3240
|
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
@@ -3245,18 +3247,12 @@ export { default as SidebarIcon } from '../icons/panel-left';
|
|
|
3245
3247
|
// PanelRightDashed aliases
|
|
3246
3248
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3247
3249
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3248
|
-
// PanelTopDashed aliases
|
|
3249
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3250
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3251
3250
|
// PanelsTopLeft aliases
|
|
3252
3251
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3253
3252
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
3254
|
-
//
|
|
3255
|
-
export { default as
|
|
3256
|
-
export {
|
|
3257
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3258
|
-
default as Edit3Icon
|
|
3259
|
-
} from '../icons/pen-line';
|
|
3253
|
+
// PanelTopDashed aliases
|
|
3254
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3255
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3260
3256
|
// Pen aliases
|
|
3261
3257
|
export { default as PenIcon } from '../icons/pen';
|
|
3262
3258
|
export {
|
|
@@ -3266,18 +3262,24 @@ export {
|
|
|
3266
3262
|
// PlugZap aliases
|
|
3267
3263
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3268
3264
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3269
|
-
//
|
|
3270
|
-
export { default as
|
|
3271
|
-
export {
|
|
3265
|
+
// PenLine aliases
|
|
3266
|
+
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3267
|
+
export {
|
|
3268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3269
|
+
default as Edit3Icon
|
|
3270
|
+
} from '../icons/pen-line';
|
|
3272
3271
|
// Rotate3d aliases
|
|
3273
3272
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3274
3273
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3275
|
-
//
|
|
3276
|
-
export { default as
|
|
3277
|
-
export { default as
|
|
3274
|
+
// RectangleEllipsis aliases
|
|
3275
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3276
|
+
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3278
3277
|
// Rows2 aliases
|
|
3279
3278
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3280
3279
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3280
|
+
// Rows3 aliases
|
|
3281
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3282
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3281
3283
|
// Scale3d aliases
|
|
3282
3284
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3283
3285
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
@@ -3299,115 +3301,115 @@ export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
|
3299
3301
|
// Sparkles aliases
|
|
3300
3302
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3301
3303
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3302
|
-
// SquareArrowDownLeft aliases
|
|
3303
|
-
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3304
|
-
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3305
|
-
// SquareArrowDownRight aliases
|
|
3306
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3307
|
-
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3308
3304
|
// SquareActivity aliases
|
|
3309
3305
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3310
3306
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3307
|
+
// SquareArrowDownRight aliases
|
|
3308
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3309
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3311
3310
|
// SquareArrowDown aliases
|
|
3312
3311
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3313
3312
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3313
|
+
// SquareArrowDownLeft aliases
|
|
3314
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3315
|
+
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3314
3316
|
// SquareArrowLeft aliases
|
|
3315
3317
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3316
3318
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3317
|
-
// SquareArrowOutDownLeft aliases
|
|
3318
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3319
|
-
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3320
3319
|
// SquareArrowOutDownRight aliases
|
|
3321
3320
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3322
3321
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3323
|
-
//
|
|
3324
|
-
export { default as
|
|
3325
|
-
export { default as
|
|
3322
|
+
// SquareArrowOutDownLeft aliases
|
|
3323
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3324
|
+
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3326
3325
|
// SquareArrowOutUpRight aliases
|
|
3327
3326
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3328
3327
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3328
|
+
// SquareArrowOutUpLeft aliases
|
|
3329
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3330
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3329
3331
|
// SquareArrowRight aliases
|
|
3330
3332
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3331
3333
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3332
3334
|
// SquareArrowUpRight aliases
|
|
3333
3335
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3334
3336
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3335
|
-
// SquareArrowUp aliases
|
|
3336
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3337
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3338
3337
|
// SquareArrowUpLeft aliases
|
|
3339
3338
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3340
3339
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3341
|
-
//
|
|
3342
|
-
export { default as
|
|
3343
|
-
export { default as
|
|
3340
|
+
// SquareArrowUp aliases
|
|
3341
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3342
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3344
3343
|
// SquareAsterisk aliases
|
|
3345
3344
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3346
3345
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3347
|
-
//
|
|
3348
|
-
export { default as
|
|
3349
|
-
export { default as
|
|
3346
|
+
// SquareBottomDashedScissors aliases
|
|
3347
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3348
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3350
3349
|
// SquareChartGantt aliases
|
|
3351
3350
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3352
3351
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3353
3352
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3354
|
-
//
|
|
3355
|
-
export { default as
|
|
3356
|
-
export { default as
|
|
3353
|
+
// SquareCheckBig aliases
|
|
3354
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3355
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3357
3356
|
// SquareChevronDown aliases
|
|
3358
3357
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3359
3358
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3359
|
+
// SquareCheck aliases
|
|
3360
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3361
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3360
3362
|
// SquareChevronLeft aliases
|
|
3361
3363
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3362
3364
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3363
|
-
// SquareChevronUp aliases
|
|
3364
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3365
|
-
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3366
3365
|
// SquareChevronRight aliases
|
|
3367
3366
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3368
3367
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3369
|
-
//
|
|
3370
|
-
export { default as
|
|
3371
|
-
export { default as
|
|
3368
|
+
// SquareChevronUp aliases
|
|
3369
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3370
|
+
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3372
3371
|
// SquareDashedKanban aliases
|
|
3373
3372
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3374
3373
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3375
3374
|
// SquareDashedMousePointer aliases
|
|
3376
3375
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3377
3376
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3378
|
-
//
|
|
3379
|
-
export { default as
|
|
3380
|
-
export { default as
|
|
3377
|
+
// SquareCode aliases
|
|
3378
|
+
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3379
|
+
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3381
3380
|
// SquareDashed aliases
|
|
3382
3381
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3383
3382
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3383
|
+
// SquareDivide aliases
|
|
3384
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3385
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3384
3386
|
// SquareDot aliases
|
|
3385
3387
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3386
3388
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3387
3389
|
// SquareEqual aliases
|
|
3388
3390
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3389
3391
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3390
|
-
// SquareFunction aliases
|
|
3391
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3392
|
-
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3393
|
-
// SquareLibrary aliases
|
|
3394
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3395
|
-
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3396
3392
|
// SquareKanban aliases
|
|
3397
3393
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3398
3394
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3399
3395
|
// SquareM aliases
|
|
3400
3396
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3401
3397
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3398
|
+
// SquareFunction aliases
|
|
3399
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3400
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3402
3401
|
// SquareMenu aliases
|
|
3403
3402
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3404
3403
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3405
|
-
//
|
|
3406
|
-
export { default as
|
|
3407
|
-
export { default as
|
|
3404
|
+
// SquareLibrary aliases
|
|
3405
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3406
|
+
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3408
3407
|
// SquareMinus aliases
|
|
3409
3408
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3410
3409
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3410
|
+
// SquareMousePointer aliases
|
|
3411
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3412
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3411
3413
|
// SquareParkingOff aliases
|
|
3412
3414
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3413
3415
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
@@ -3443,15 +3445,15 @@ export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
|
3443
3445
|
// SquareSigma aliases
|
|
3444
3446
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3445
3447
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3446
|
-
// SquareSlash aliases
|
|
3447
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3448
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3449
3448
|
// SquareSplitHorizontal aliases
|
|
3450
3449
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3451
3450
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3452
3451
|
// SquareSplitVertical aliases
|
|
3453
3452
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3454
3453
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3454
|
+
// SquareSlash aliases
|
|
3455
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3456
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3455
3457
|
// SquareTerminal aliases
|
|
3456
3458
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3457
3459
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3464,12 +3466,15 @@ export {
|
|
|
3464
3466
|
// SquareUser aliases
|
|
3465
3467
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3466
3468
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3467
|
-
// SquareX aliases
|
|
3468
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3469
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3470
3469
|
// TestTubeDiagonal aliases
|
|
3471
3470
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3472
3471
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3472
|
+
// SquareX aliases
|
|
3473
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3474
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3475
|
+
// TextSelect aliases
|
|
3476
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3477
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3473
3478
|
// TramFront aliases
|
|
3474
3479
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3475
3480
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
@@ -3479,39 +3484,42 @@ export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
|
3479
3484
|
// TriangleAlert aliases
|
|
3480
3485
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3481
3486
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3482
|
-
// TextSelect aliases
|
|
3483
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3484
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3485
|
-
// University aliases
|
|
3486
|
-
export { default as UniversityIcon } from '../icons/university';
|
|
3487
|
-
export {
|
|
3488
|
-
/** @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 */
|
|
3489
|
-
default as School2Icon
|
|
3490
|
-
} from '../icons/university';
|
|
3491
3487
|
// TvMinimal aliases
|
|
3492
3488
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3493
3489
|
export {
|
|
3494
3490
|
/** @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 */
|
|
3495
3491
|
default as Tv2Icon
|
|
3496
3492
|
} from '../icons/tv-minimal';
|
|
3493
|
+
// University aliases
|
|
3494
|
+
export { default as UniversityIcon } from '../icons/university';
|
|
3495
|
+
export {
|
|
3496
|
+
/** @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 */
|
|
3497
|
+
default as School2Icon
|
|
3498
|
+
} from '../icons/university';
|
|
3497
3499
|
// UserRoundCheck aliases
|
|
3498
3500
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3499
3501
|
export {
|
|
3500
3502
|
/** @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 */
|
|
3501
3503
|
default as UserCheck2Icon
|
|
3502
3504
|
} from '../icons/user-round-check';
|
|
3505
|
+
// UserRoundMinus aliases
|
|
3506
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
3509
|
+
default as UserMinus2Icon
|
|
3510
|
+
} from '../icons/user-round-minus';
|
|
3503
3511
|
// UserRoundCog aliases
|
|
3504
3512
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3505
3513
|
export {
|
|
3506
3514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
3507
3515
|
default as UserCog2Icon
|
|
3508
3516
|
} from '../icons/user-round-cog';
|
|
3509
|
-
//
|
|
3510
|
-
export { default as
|
|
3517
|
+
// UserRound aliases
|
|
3518
|
+
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3511
3519
|
export {
|
|
3512
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3513
|
-
default as
|
|
3514
|
-
} from '../icons/user-round
|
|
3520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3521
|
+
default as User2Icon
|
|
3522
|
+
} from '../icons/user-round';
|
|
3515
3523
|
// UserRoundPlus aliases
|
|
3516
3524
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3517
3525
|
export {
|
|
@@ -3524,12 +3532,6 @@ export {
|
|
|
3524
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
3525
3533
|
default as UserX2Icon
|
|
3526
3534
|
} from '../icons/user-round-x';
|
|
3527
|
-
// UserRound aliases
|
|
3528
|
-
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3529
|
-
export {
|
|
3530
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3531
|
-
default as User2Icon
|
|
3532
|
-
} from '../icons/user-round';
|
|
3533
3535
|
// UsersRound aliases
|
|
3534
3536
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3535
3537
|
export {
|