@lucide/astro 1.35.0 → 1.37.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 +116 -116
- package/src/aliases/prefixed.ts +663 -645
- package/src/aliases/suffixed.ts +1022 -1004
- package/src/icons/asterisk.ts +2 -2
- package/src/icons/badge-check.ts +2 -2
- package/src/icons/beef.ts +2 -2
- package/src/icons/blend.ts +2 -2
- package/src/icons/book-x.ts +2 -2
- package/src/icons/circle-check.ts +2 -2
- package/src/icons/circle-dot.ts +2 -2
- package/src/icons/clipboard-x.ts +2 -2
- package/src/icons/clock-check.ts +2 -2
- package/src/icons/copy-x.ts +2 -2
- package/src/icons/credit-card-check.ts +18 -0
- package/src/icons/credit-card-minus.ts +18 -0
- package/src/icons/credit-card-plus.ts +18 -0
- package/src/icons/credit-card-x.ts +18 -0
- package/src/icons/face-angry.ts +2 -2
- package/src/icons/git-merge-conflict.ts +2 -2
- package/src/icons/git-pull-request-closed.ts +2 -2
- package/src/icons/grid-2x2-x.ts +2 -2
- package/src/icons/index.ts +206 -197
- package/src/icons/key.ts +2 -2
- package/src/icons/mail-x.ts +2 -2
- package/src/icons/message-circle-check.ts +2 -2
- package/src/icons/message-circle-dashed-check.ts +18 -0
- package/src/icons/panda.ts +2 -2
- package/src/icons/piano.ts +2 -2
- package/src/icons/playing-card.ts +18 -0
- package/src/icons/playing-cards-fan.ts +18 -0
- package/src/icons/playing-cards.ts +18 -0
- package/src/icons/robot-vacuum.ts +18 -0
- package/src/icons/shopping-cart.ts +2 -2
- package/src/icons/spell-check.ts +2 -2
- package/src/icons/square-check.ts +2 -2
- package/src/icons/square-split-horizontal.ts +2 -2
- package/src/icons/square-split-vertical.ts +2 -2
- package/src/icons/sword.ts +2 -2
- package/src/icons/swords.ts +2 -2
- package/src/icons/user-round-x.ts +2 -2
- package/src/icons/volume-x.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -4,14 +4,14 @@ export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
5
|
// ALargeSmall aliases
|
|
6
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
7
|
+
// Activity aliases
|
|
8
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
7
9
|
// Accessibility aliases
|
|
8
10
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
11
|
// Ad aliases
|
|
10
12
|
export { default as AdIcon } from '../icons/ad';
|
|
11
13
|
// AirVent aliases
|
|
12
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
|
-
// Activity aliases
|
|
14
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
17
|
// AlarmClockOff aliases
|
|
@@ -30,22 +30,22 @@ export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertic
|
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeCenter aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
33
|
// AlignHorizontalDistributeEnd aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
35
|
+
// AlignHorizontalDistributeCenter aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
37
|
// AlignHorizontalDistributeStart aliases
|
|
40
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';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
// AlignHorizontalSpaceAround aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
49
|
// AlignStartHorizontal aliases
|
|
50
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
51
|
// AlignStartVertical aliases
|
|
@@ -54,52 +54,52 @@ export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical
|
|
|
54
54
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
|
-
// AlignVerticalDistributeStart aliases
|
|
58
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
59
57
|
// AlignVerticalJustifyCenter aliases
|
|
60
58
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
|
+
// AlignVerticalDistributeStart aliases
|
|
60
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
63
|
// AlignVerticalSpaceAround aliases
|
|
64
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
-
// AlignVerticalSpaceBetween aliases
|
|
66
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
67
|
-
// Ambulance aliases
|
|
68
|
-
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
65
|
// AlignVerticalJustifyStart aliases
|
|
70
66
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
67
|
+
// Ambulance aliases
|
|
68
|
+
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
71
71
|
// Ampersand aliases
|
|
72
72
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
73
|
// Amphora aliases
|
|
76
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
77
75
|
// Anchor aliases
|
|
78
76
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
77
|
+
// Ampersands aliases
|
|
78
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
79
|
// Angle aliases
|
|
80
80
|
export { default as AngleIcon } from '../icons/angle';
|
|
81
81
|
// Anvil aliases
|
|
82
82
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
// Antenna aliases
|
|
84
|
-
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// AppWindowMac aliases
|
|
86
84
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
85
|
+
// Antenna aliases
|
|
86
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
87
87
|
// Aperture aliases
|
|
88
88
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
89
89
|
// AppWindow aliases
|
|
90
90
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
91
|
-
// ArchiveRestore aliases
|
|
92
|
-
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
91
|
// Apple aliases
|
|
94
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
95
|
-
// Archive aliases
|
|
96
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
93
|
// ArchiveX aliases
|
|
98
94
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
99
|
-
//
|
|
100
|
-
export { default as
|
|
95
|
+
// ArchiveRestore aliases
|
|
96
|
+
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
97
|
+
// Archive aliases
|
|
98
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
101
|
+
// Armchair aliases
|
|
102
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
103
103
|
// ArrowBigDown aliases
|
|
104
104
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
105
|
// ArrowBigLeftDash aliases
|
|
@@ -112,10 +112,10 @@ export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash'
|
|
|
112
112
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
113
|
// ArrowBigUpDash aliases
|
|
114
114
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
-
// ArrowDownFromLine aliases
|
|
116
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
115
|
// ArrowBigUp aliases
|
|
118
116
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
117
|
+
// ArrowDownFromLine aliases
|
|
118
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
119
|
// ArrowDownLeft aliases
|
|
120
120
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
121
|
// ArrowDownNarrowWide aliases
|
|
@@ -130,22 +130,22 @@ export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
|
130
130
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
131
|
// ArrowDown aliases
|
|
132
132
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
133
|
-
// ArrowLeftRight aliases
|
|
134
|
-
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
133
|
// ArrowLeftFromLine aliases
|
|
136
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
135
|
+
// ArrowLeftRight aliases
|
|
136
|
+
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
137
137
|
// ArrowLeftToLine aliases
|
|
138
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
139
|
-
// ArrowRightFromLine aliases
|
|
140
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
141
139
|
// ArrowLeft aliases
|
|
142
140
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowRightLeft aliases
|
|
144
|
+
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
143
145
|
// ArrowRightToLine aliases
|
|
144
146
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
145
147
|
// ArrowRight aliases
|
|
146
148
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
147
|
-
// ArrowRightLeft aliases
|
|
148
|
-
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
149
149
|
// ArrowUpDown aliases
|
|
150
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
@@ -156,76 +156,78 @@ export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
|
156
156
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
157
157
|
// ArrowUpRight aliases
|
|
158
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
159
|
-
// ArrowUpToLine aliases
|
|
160
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
-
// ArrowUp aliases
|
|
162
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
159
|
// ArrowUpWideNarrow aliases
|
|
164
160
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
|
+
// ArrowUpToLine aliases
|
|
162
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
163
|
+
// AtSign aliases
|
|
164
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
165
165
|
// ArrowsUpFromLine aliases
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
|
+
// ArrowUp aliases
|
|
168
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
167
169
|
// Asterisk aliases
|
|
168
170
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
|
-
// AtSign aliases
|
|
172
|
-
export { default as AtSignIcon } from '../icons/at-sign';
|
|
173
171
|
// Atom aliases
|
|
174
172
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
173
|
+
// Astroid aliases
|
|
174
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
177
175
|
// AudioLinesOff aliases
|
|
178
176
|
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
177
|
+
// AudioLinesX aliases
|
|
178
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
179
|
+
// AudioLines aliases
|
|
180
|
+
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
179
181
|
// AudioWaveform aliases
|
|
180
182
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
181
183
|
// Award aliases
|
|
182
184
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
-
// AudioLinesX aliases
|
|
184
|
-
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
185
|
-
// Axe aliases
|
|
186
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
187
185
|
// Backpack aliases
|
|
188
186
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
-
// BadgeAlert aliases
|
|
190
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
191
187
|
// Baby aliases
|
|
192
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
193
189
|
// BadgeCent aliases
|
|
194
190
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
191
|
+
// Axe aliases
|
|
192
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
195
|
// BadgeDollarSign aliases
|
|
196
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
197
|
// BadgeIndianRupee aliases
|
|
198
198
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
199
|
+
// BadgeEuro aliases
|
|
200
|
+
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
201
|
// BadgeInfo aliases
|
|
200
202
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
201
203
|
// BadgeJapaneseYen aliases
|
|
202
204
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
203
|
-
// BadgeEuro aliases
|
|
204
|
-
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
205
|
-
// BadgePlus aliases
|
|
206
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
207
|
-
// BadgePercent aliases
|
|
208
|
-
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
209
205
|
// BadgeMinus aliases
|
|
210
206
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
|
-
//
|
|
212
|
-
export { default as
|
|
207
|
+
// BadgePlus aliases
|
|
208
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
209
|
// BadgePoundSterling aliases
|
|
214
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
|
+
// BadgePercent aliases
|
|
212
|
+
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
215
213
|
// BadgeRussianRuble aliases
|
|
216
214
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
215
|
+
// BadgeSwissFranc aliases
|
|
216
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
217
|
// BadgeTurkishLira aliases
|
|
218
218
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
219
219
|
// BadgeX aliases
|
|
220
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
221
221
|
// Badge aliases
|
|
222
222
|
export { default as BadgeIcon } from '../icons/badge';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
223
|
// Balloon aliases
|
|
226
224
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
227
225
|
// Ban aliases
|
|
228
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
+
// Banana aliases
|
|
228
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
229
|
+
// BaggageClaim aliases
|
|
230
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
229
231
|
// Bandage aliases
|
|
230
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
231
233
|
// BanknoteArrowDown aliases
|
|
@@ -234,12 +236,10 @@ export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
|
234
236
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
237
|
// BanknoteCheck aliases
|
|
236
238
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
|
-
// Banana aliases
|
|
238
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
239
|
-
// Banknote aliases
|
|
240
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
239
|
// BanknoteX aliases
|
|
242
240
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
241
|
+
// Banknote aliases
|
|
242
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
243
|
// Barcode aliases
|
|
244
244
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Baseline aliases
|
|
@@ -248,76 +248,78 @@ export { default as BaselineIcon } from '../icons/baseline';
|
|
|
248
248
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
-
// BatteryFull aliases
|
|
252
|
-
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryCharging aliases
|
|
254
252
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
253
|
+
// BatteryFull aliases
|
|
254
|
+
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
255
255
|
// BatteryLow aliases
|
|
256
256
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
257
257
|
// BatteryMedium aliases
|
|
258
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
259
259
|
// BatteryPlus aliases
|
|
260
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
|
-
// BatteryWarning aliases
|
|
262
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
263
261
|
// Battery aliases
|
|
264
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
+
// BatteryWarning aliases
|
|
264
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
-
// Beaker aliases
|
|
268
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
269
|
-
// Bean aliases
|
|
270
|
-
export { default as BeanIcon } from '../icons/bean';
|
|
271
267
|
// BedDouble aliases
|
|
272
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
|
-
//
|
|
274
|
-
export { default as
|
|
269
|
+
// Beaker aliases
|
|
270
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
275
271
|
// Bed aliases
|
|
276
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
|
+
// BedSingle aliases
|
|
274
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
275
|
+
// Bean aliases
|
|
276
|
+
export { default as BeanIcon } from '../icons/bean';
|
|
277
277
|
// BeefOff aliases
|
|
278
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
279
|
-
// Beef aliases
|
|
280
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
281
279
|
// BeerOff aliases
|
|
282
280
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
|
-
//
|
|
284
|
-
export { default as
|
|
281
|
+
// Beef aliases
|
|
282
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
285
283
|
// BellCheck aliases
|
|
286
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
|
+
// Beer aliases
|
|
286
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
287
|
+
// BellDot aliases
|
|
288
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
289
|
+
// BellMinus aliases
|
|
290
|
+
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
291
|
// BellElectric aliases
|
|
288
292
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
289
293
|
// BellOff aliases
|
|
290
294
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
|
-
// BellMinus aliases
|
|
292
|
-
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
293
|
-
// BellDot aliases
|
|
294
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
295
|
-
// BellRing aliases
|
|
296
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
297
295
|
// BellPlus aliases
|
|
298
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
299
|
-
//
|
|
300
|
-
export { default as
|
|
297
|
+
// BellRing aliases
|
|
298
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
301
299
|
// BetweenVerticalEnd aliases
|
|
302
300
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
|
+
// Bell aliases
|
|
302
|
+
export { default as BellIcon } from '../icons/bell';
|
|
303
303
|
// BetweenVerticalStart aliases
|
|
304
304
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
305
305
|
// BicepsFlexed aliases
|
|
306
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
307
307
|
// Bike aliases
|
|
308
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
309
|
-
// Binoculars aliases
|
|
310
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
|
-
// Biohazard aliases
|
|
312
|
-
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
309
|
// Binary aliases
|
|
314
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
311
|
+
// Biohazard aliases
|
|
312
|
+
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
315
313
|
// Bird aliases
|
|
316
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
315
|
+
// Binoculars aliases
|
|
316
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
319
317
|
// Bitcoin aliases
|
|
320
318
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
319
|
+
// Birdhouse aliases
|
|
320
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
321
|
+
// Blender aliases
|
|
322
|
+
export { default as BlenderIcon } from '../icons/blender';
|
|
321
323
|
// Blend aliases
|
|
322
324
|
export { default as BlendIcon } from '../icons/blend';
|
|
323
325
|
// Blinds aliases
|
|
@@ -326,60 +328,58 @@ export { default as BlindsIcon } from '../icons/blinds';
|
|
|
326
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
327
329
|
// BluetoothConnected aliases
|
|
328
330
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
329
|
-
// Blender aliases
|
|
330
|
-
export { default as BlenderIcon } from '../icons/blender';
|
|
331
|
-
// BluetoothOff aliases
|
|
332
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
331
|
// BluetoothSearching aliases
|
|
334
332
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
335
333
|
// Bluetooth aliases
|
|
336
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
+
// BluetoothOff aliases
|
|
336
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
337
337
|
// Bold aliases
|
|
338
338
|
export { default as BoldIcon } from '../icons/bold';
|
|
339
339
|
// Bolt aliases
|
|
340
340
|
export { default as BoltIcon } from '../icons/bolt';
|
|
341
|
-
// Bomb aliases
|
|
342
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
343
341
|
// BoneFracture aliases
|
|
344
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
345
|
-
//
|
|
346
|
-
export { default as
|
|
343
|
+
// Bomb aliases
|
|
344
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
347
345
|
// BookA aliases
|
|
348
346
|
export { default as BookAIcon } from '../icons/book-a';
|
|
347
|
+
// Bone aliases
|
|
348
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
349
349
|
// BookAlert aliases
|
|
350
350
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
351
|
+
// BookAudio aliases
|
|
352
|
+
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
351
353
|
// BookCheck aliases
|
|
352
354
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
353
355
|
// BookCopy aliases
|
|
354
356
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
355
|
-
// BookAudio aliases
|
|
356
|
-
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
357
357
|
// BookDown aliases
|
|
358
358
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
359
|
+
// BookHeadphones aliases
|
|
360
|
+
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
361
|
// BookHeart aliases
|
|
360
362
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
361
363
|
// BookImage aliases
|
|
362
364
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
|
-
// BookHeadphones aliases
|
|
364
|
-
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
365
365
|
// BookKey aliases
|
|
366
366
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
367
|
+
// BookMarked aliases
|
|
368
|
+
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
367
369
|
// BookLock aliases
|
|
368
370
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
369
371
|
// BookMinus aliases
|
|
370
372
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
371
373
|
// BookOpenCheck aliases
|
|
372
374
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
373
|
-
// BookMarked aliases
|
|
374
|
-
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
375
|
-
// BookOpenText aliases
|
|
376
|
-
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
377
375
|
// BookOpen aliases
|
|
378
376
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
377
|
+
// BookOpenText aliases
|
|
378
|
+
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
381
379
|
// BookPlus aliases
|
|
382
380
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
381
|
+
// BookSearch aliases
|
|
382
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
383
383
|
// BookText aliases
|
|
384
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
385
385
|
// BookType aliases
|
|
@@ -388,12 +388,12 @@ export { default as BookTypeIcon } from '../icons/book-type';
|
|
|
388
388
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
389
389
|
// BookUp aliases
|
|
390
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
391
|
-
// BookX aliases
|
|
392
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
393
391
|
// BookUser aliases
|
|
394
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
395
393
|
// Book aliases
|
|
396
394
|
export { default as BookIcon } from '../icons/book';
|
|
395
|
+
// BookX aliases
|
|
396
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
397
397
|
// BookmarkCheck aliases
|
|
398
398
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
399
|
// BookmarkMinus aliases
|
|
@@ -402,10 +402,10 @@ export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
403
|
// BookmarkX aliases
|
|
404
404
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
-
// BookmarkOff aliases
|
|
406
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
407
405
|
// Bookmark aliases
|
|
408
406
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
|
+
// BookmarkOff aliases
|
|
408
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
409
409
|
// BoomBox aliases
|
|
410
410
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
411
411
|
// BotMessageSquare aliases
|
|
@@ -416,32 +416,32 @@ export { default as BotOffIcon } from '../icons/bot-off';
|
|
|
416
416
|
export { default as BotIcon } from '../icons/bot';
|
|
417
417
|
// BottleWine aliases
|
|
418
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
419
|
+
// Boxes aliases
|
|
420
|
+
export { default as BoxesIcon } from '../icons/boxes';
|
|
419
421
|
// BowArrow aliases
|
|
420
422
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
423
|
// Box aliases
|
|
422
424
|
export { default as BoxIcon } from '../icons/box';
|
|
423
|
-
// Boxes aliases
|
|
424
|
-
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
425
|
// Brackets aliases
|
|
426
426
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
427
427
|
// BrainCircuit aliases
|
|
428
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
429
429
|
// BrainCog aliases
|
|
430
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
431
|
-
// Brain aliases
|
|
432
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
433
431
|
// BrickWallFire aliases
|
|
434
432
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
433
|
+
// Brain aliases
|
|
434
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
435
435
|
// BrickWallShield aliases
|
|
436
436
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
437
|
-
// BriefcaseBusiness aliases
|
|
438
|
-
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
439
437
|
// BrickWall aliases
|
|
440
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
441
|
-
//
|
|
442
|
-
export { default as
|
|
439
|
+
// BriefcaseBusiness aliases
|
|
440
|
+
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
443
441
|
// BriefcaseMedical aliases
|
|
444
442
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
443
|
+
// BriefcaseConveyorBelt aliases
|
|
444
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
445
445
|
// Briefcase aliases
|
|
446
446
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
447
447
|
// BringToFront aliases
|
|
@@ -452,42 +452,42 @@ export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
|
452
452
|
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
453
453
|
// Broom aliases
|
|
454
454
|
export { default as BroomIcon } from '../icons/broom';
|
|
455
|
-
// BrushCleaning aliases
|
|
456
|
-
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
457
455
|
// Brush aliases
|
|
458
456
|
export { default as BrushIcon } from '../icons/brush';
|
|
459
457
|
// Bubbles aliases
|
|
460
458
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
459
|
+
// BrushCleaning aliases
|
|
460
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
463
461
|
// BugPlay aliases
|
|
464
462
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
465
|
-
//
|
|
466
|
-
export { default as
|
|
467
|
-
// Building2 aliases
|
|
468
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
463
|
+
// BugOff aliases
|
|
464
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
469
465
|
// Bug aliases
|
|
470
466
|
export { default as BugIcon } from '../icons/bug';
|
|
467
|
+
// Building2 aliases
|
|
468
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
469
|
+
// Building aliases
|
|
470
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
471
471
|
// BusFront aliases
|
|
472
472
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
473
|
-
// CableCar aliases
|
|
474
|
-
export { default as CableCarIcon } from '../icons/cable-car';
|
|
475
473
|
// Bus aliases
|
|
476
474
|
export { default as BusIcon } from '../icons/bus';
|
|
475
|
+
// CableCar aliases
|
|
476
|
+
export { default as CableCarIcon } from '../icons/cable-car';
|
|
477
477
|
// Cable aliases
|
|
478
478
|
export { default as CableIcon } from '../icons/cable';
|
|
479
479
|
// CakeSlice aliases
|
|
480
480
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
481
481
|
// Cake aliases
|
|
482
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
483
|
-
// Calculator aliases
|
|
484
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
485
483
|
// Calendar1 aliases
|
|
486
484
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
|
-
// CalendarArrowUp aliases
|
|
488
|
-
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
485
|
// CalendarArrowDown aliases
|
|
490
486
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
|
+
// Calculator aliases
|
|
488
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
489
|
+
// CalendarArrowUp aliases
|
|
490
|
+
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
491
491
|
// CalendarCheck2 aliases
|
|
492
492
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
493
493
|
// CalendarCheck aliases
|
|
@@ -498,36 +498,36 @@ export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
|
498
498
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
499
499
|
// CalendarDays aliases
|
|
500
500
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
501
|
-
// CalendarHeart aliases
|
|
502
|
-
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
501
|
// CalendarFold aliases
|
|
504
502
|
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
503
|
+
// CalendarHeart aliases
|
|
504
|
+
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
505
505
|
// CalendarMinus2 aliases
|
|
506
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
507
|
-
// CalendarMinus aliases
|
|
508
|
-
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
507
|
// CalendarOff aliases
|
|
510
508
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
511
|
-
//
|
|
512
|
-
export { default as
|
|
509
|
+
// CalendarMinus aliases
|
|
510
|
+
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
513
511
|
// CalendarPlus aliases
|
|
514
512
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
|
+
// CalendarPlus2 aliases
|
|
514
|
+
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
515
515
|
// CalendarRange aliases
|
|
516
516
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
517
|
+
// CalendarX2 aliases
|
|
518
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
517
519
|
// CalendarSearch aliases
|
|
518
520
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
519
521
|
// CalendarSync aliases
|
|
520
522
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
-
// CalendarX2 aliases
|
|
522
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
523
|
// CalendarX aliases
|
|
524
524
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
525
525
|
// Calendar aliases
|
|
526
526
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
527
|
-
// CameraOff aliases
|
|
528
|
-
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
527
|
// Calendars aliases
|
|
530
528
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
529
|
+
// CameraOff aliases
|
|
530
|
+
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
531
531
|
// Camera aliases
|
|
532
532
|
export { default as CameraIcon } from '../icons/camera';
|
|
533
533
|
// CandyCane aliases
|
|
@@ -546,60 +546,60 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
546
546
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
547
547
|
// CarFront aliases
|
|
548
548
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
549
|
-
// Car aliases
|
|
550
|
-
export { default as CarIcon } from '../icons/car';
|
|
551
|
-
// CardSim aliases
|
|
552
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
553
549
|
// CarTaxiFront aliases
|
|
554
550
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
551
|
+
// Car aliases
|
|
552
|
+
export { default as CarIcon } from '../icons/car';
|
|
555
553
|
// Caravan aliases
|
|
556
554
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
555
|
+
// CardSim aliases
|
|
556
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
557
557
|
// Carrot aliases
|
|
558
558
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
559
559
|
// CaseLower aliases
|
|
560
560
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
561
|
-
// CaseUpper aliases
|
|
562
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
563
561
|
// CaseSensitive aliases
|
|
564
562
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
565
|
-
//
|
|
566
|
-
export { default as
|
|
563
|
+
// CaseUpper aliases
|
|
564
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
567
565
|
// Cast aliases
|
|
568
566
|
export { default as CastIcon } from '../icons/cast';
|
|
567
|
+
// CassetteTape aliases
|
|
568
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
569
569
|
// Castle aliases
|
|
570
570
|
export { default as CastleIcon } from '../icons/castle';
|
|
571
|
-
// Cat aliases
|
|
572
|
-
export { default as CatIcon } from '../icons/cat';
|
|
573
571
|
// CctvOff aliases
|
|
574
572
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
575
573
|
// Cctv aliases
|
|
576
574
|
export { default as CctvIcon } from '../icons/cctv';
|
|
577
|
-
//
|
|
578
|
-
export { default as
|
|
575
|
+
// Cat aliases
|
|
576
|
+
export { default as CatIcon } from '../icons/cat';
|
|
579
577
|
// ChartBarIncreasing aliases
|
|
580
578
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
581
|
-
//
|
|
582
|
-
export { default as
|
|
579
|
+
// ChartBarDecreasing aliases
|
|
580
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
583
581
|
// ChartColumnDecreasing aliases
|
|
584
582
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
583
|
+
// ChartBarStacked aliases
|
|
584
|
+
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
585
585
|
// ChartColumnStacked aliases
|
|
586
586
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
587
|
// ChartGantt aliases
|
|
588
588
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
589
589
|
// ChartNetwork aliases
|
|
590
590
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
591
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
592
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
593
591
|
// ChartNoAxesCombined aliases
|
|
594
592
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
594
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
595
595
|
// ChartSpline aliases
|
|
596
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
597
|
-
// CheckCheck aliases
|
|
598
|
-
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
599
597
|
// CheckLine aliases
|
|
600
598
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
601
599
|
// Check aliases
|
|
602
600
|
export { default as CheckIcon } from '../icons/check';
|
|
601
|
+
// CheckCheck aliases
|
|
602
|
+
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
603
603
|
// ChefHat aliases
|
|
604
604
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
605
|
// Cherry aliases
|
|
@@ -620,40 +620,40 @@ export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
|
620
620
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
621
621
|
// ChevronFirst aliases
|
|
622
622
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
623
|
-
// ChevronLeft aliases
|
|
624
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
625
623
|
// ChevronLast aliases
|
|
626
624
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
625
|
+
// ChevronLeft aliases
|
|
626
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
627
627
|
// ChevronRight aliases
|
|
628
628
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
629
629
|
// ChevronUp aliases
|
|
630
630
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
631
|
-
// ChevronsDownUp aliases
|
|
632
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
633
631
|
// ChevronsDown aliases
|
|
634
632
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
633
|
+
// ChevronsDownUp aliases
|
|
634
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
637
635
|
// ChevronsLeftRight aliases
|
|
638
636
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
637
|
+
// ChevronsLeftRightEllipsis aliases
|
|
638
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
639
639
|
// ChevronsLeft aliases
|
|
640
640
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
641
|
-
// ChevronsRightLeft aliases
|
|
642
|
-
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
643
641
|
// ChevronsRight aliases
|
|
644
642
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
645
643
|
// ChevronsUpDown aliases
|
|
646
644
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
|
+
// ChevronsRightLeft aliases
|
|
646
|
+
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
647
647
|
// ChevronsUp aliases
|
|
648
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
649
|
-
// Church aliases
|
|
650
|
-
export { default as ChurchIcon } from '../icons/church';
|
|
651
|
-
// CigaretteOff aliases
|
|
652
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
653
649
|
// Cigarette aliases
|
|
654
650
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
651
|
+
// Church aliases
|
|
652
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
655
653
|
// CircleDashed aliases
|
|
656
654
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
655
|
+
// CigaretteOff aliases
|
|
656
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
657
657
|
// CircleDollarSign aliases
|
|
658
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
659
659
|
// CircleDotDashed aliases
|
|
@@ -662,12 +662,12 @@ export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
|
662
662
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
663
663
|
// CircleEllipsis aliases
|
|
664
664
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
665
|
-
// CircleEqual aliases
|
|
666
|
-
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
665
|
// CircleEuro aliases
|
|
668
666
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
669
667
|
// CircleFadingArrowUp aliases
|
|
670
668
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
669
|
+
// CircleEqual aliases
|
|
670
|
+
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
671
671
|
// CircleFadingPlus aliases
|
|
672
672
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
673
673
|
// CircleOff aliases
|
|
@@ -678,40 +678,40 @@ export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
|
678
678
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
679
679
|
// CircleSlash aliases
|
|
680
680
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
681
|
-
// CircleStar aliases
|
|
682
|
-
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
683
681
|
// CircleSmall aliases
|
|
684
682
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
685
683
|
// Circle aliases
|
|
686
684
|
export { default as CircleIcon } from '../icons/circle';
|
|
687
|
-
//
|
|
688
|
-
export { default as
|
|
689
|
-
// Clapperboard aliases
|
|
690
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
685
|
+
// CircleStar aliases
|
|
686
|
+
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
691
687
|
// CircuitBoard aliases
|
|
692
688
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
689
|
+
// Citrus aliases
|
|
690
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
693
691
|
// ClipboardCheck aliases
|
|
694
692
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
695
|
-
//
|
|
696
|
-
export { default as
|
|
693
|
+
// Clapperboard aliases
|
|
694
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
697
695
|
// ClipboardClock aliases
|
|
698
696
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
697
|
+
// ClipboardCopy aliases
|
|
698
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
699
699
|
// ClipboardList aliases
|
|
700
700
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
701
701
|
// ClipboardMinus aliases
|
|
702
702
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
703
|
-
// ClipboardPaste aliases
|
|
704
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
705
703
|
// ClipboardPlus aliases
|
|
706
704
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
705
|
+
// ClipboardPaste aliases
|
|
706
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
707
|
+
// ClipboardType aliases
|
|
708
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
707
709
|
// ClipboardX aliases
|
|
708
710
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
709
|
-
// Clipboard aliases
|
|
710
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
711
711
|
// Clock1 aliases
|
|
712
712
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
713
|
+
// Clipboard aliases
|
|
714
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
715
715
|
// Clock10 aliases
|
|
716
716
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
717
717
|
// Clock11 aliases
|
|
@@ -726,30 +726,30 @@ export { default as Clock2Icon } from '../icons/clock-2';
|
|
|
726
726
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
727
727
|
// Clock5 aliases
|
|
728
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
729
|
-
// Clock8 aliases
|
|
730
|
-
export { default as Clock8Icon } from '../icons/clock-8';
|
|
731
|
-
// Clock6 aliases
|
|
732
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
733
729
|
// Clock7 aliases
|
|
734
730
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
731
|
+
// Clock6 aliases
|
|
732
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
735
733
|
// Clock9 aliases
|
|
736
734
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
737
|
-
//
|
|
738
|
-
export { default as
|
|
735
|
+
// Clock8 aliases
|
|
736
|
+
export { default as Clock8Icon } from '../icons/clock-8';
|
|
739
737
|
// ClockAlert aliases
|
|
740
738
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
739
|
+
// ClockArrowDown aliases
|
|
740
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
741
741
|
// ClockArrowLeft aliases
|
|
742
742
|
export { default as ClockArrowLeftIcon } from '../icons/clock-arrow-left';
|
|
743
743
|
// ClockArrowRight aliases
|
|
744
744
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
745
|
-
//
|
|
746
|
-
export { default as
|
|
745
|
+
// ClockCheck aliases
|
|
746
|
+
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
747
747
|
// ClockFading aliases
|
|
748
748
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
749
|
+
// ClockArrowUp aliases
|
|
750
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
749
751
|
// ClockPlus aliases
|
|
750
752
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
751
|
-
// ClockCheck aliases
|
|
752
|
-
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
753
753
|
// Clock aliases
|
|
754
754
|
export { default as ClockIcon } from '../icons/clock';
|
|
755
755
|
// ClosedCaption aliases
|
|
@@ -768,12 +768,12 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
768
768
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
769
769
|
// CloudHail aliases
|
|
770
770
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
|
-
// CloudMoonRain aliases
|
|
772
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
773
771
|
// CloudLightning aliases
|
|
774
772
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
775
773
|
// CloudMoon aliases
|
|
776
774
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
775
|
+
// CloudMoonRain aliases
|
|
776
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
777
777
|
// CloudOff aliases
|
|
778
778
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
779
779
|
// CloudRainWind aliases
|
|
@@ -788,12 +788,12 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
788
788
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
789
789
|
// CloudSync aliases
|
|
790
790
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
791
|
-
// Cloudy aliases
|
|
792
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
793
|
-
// Clover aliases
|
|
794
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
795
791
|
// Cloud aliases
|
|
796
792
|
export { default as CloudIcon } from '../icons/cloud';
|
|
793
|
+
// Clover aliases
|
|
794
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
795
|
+
// Cloudy aliases
|
|
796
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
797
797
|
// Club aliases
|
|
798
798
|
export { default as ClubIcon } from '../icons/club';
|
|
799
799
|
// Code aliases
|
|
@@ -808,22 +808,22 @@ export { default as CoinsIcon } from '../icons/coins';
|
|
|
808
808
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
809
809
|
// Combine aliases
|
|
810
810
|
export { default as CombineIcon } from '../icons/combine';
|
|
811
|
-
// Command aliases
|
|
812
|
-
export { default as CommandIcon } from '../icons/command';
|
|
813
811
|
// Compass aliases
|
|
814
812
|
export { default as CompassIcon } from '../icons/compass';
|
|
813
|
+
// Command aliases
|
|
814
|
+
export { default as CommandIcon } from '../icons/command';
|
|
815
815
|
// Component aliases
|
|
816
816
|
export { default as ComponentIcon } from '../icons/component';
|
|
817
|
-
// ConciergeBell aliases
|
|
818
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
819
|
-
// Cone aliases
|
|
820
|
-
export { default as ConeIcon } from '../icons/cone';
|
|
821
|
-
// Construction aliases
|
|
822
|
-
export { default as ConstructionIcon } from '../icons/construction';
|
|
823
817
|
// Computer aliases
|
|
824
818
|
export { default as ComputerIcon } from '../icons/computer';
|
|
819
|
+
// ConciergeBell aliases
|
|
820
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
825
821
|
// Contact aliases
|
|
826
822
|
export { default as ContactIcon } from '../icons/contact';
|
|
823
|
+
// Construction aliases
|
|
824
|
+
export { default as ConstructionIcon } from '../icons/construction';
|
|
825
|
+
// Cone aliases
|
|
826
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
827
827
|
// Container aliases
|
|
828
828
|
export { default as ContainerIcon } from '../icons/container';
|
|
829
829
|
// Contrast aliases
|
|
@@ -836,20 +836,20 @@ export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
|
836
836
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
837
837
|
// CopyMinus aliases
|
|
838
838
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
839
|
-
// CopySlash aliases
|
|
840
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
841
839
|
// CopyPlus aliases
|
|
842
840
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
843
841
|
// CopyX aliases
|
|
844
842
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
845
|
-
//
|
|
846
|
-
export { default as
|
|
843
|
+
// CopySlash aliases
|
|
844
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
847
845
|
// Copy aliases
|
|
848
846
|
export { default as CopyIcon } from '../icons/copy';
|
|
849
|
-
//
|
|
850
|
-
export { default as
|
|
847
|
+
// Copyleft aliases
|
|
848
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
851
849
|
// Copyright aliases
|
|
852
850
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
851
|
+
// CornerDownLeft aliases
|
|
852
|
+
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
853
853
|
// CornerLeftDown aliases
|
|
854
854
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
855
855
|
// CornerDownRight aliases
|
|
@@ -858,16 +858,24 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
858
858
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
859
859
|
// CornerRightDown aliases
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
|
-
// CornerUpLeft aliases
|
|
862
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
863
861
|
// CornerRightUp aliases
|
|
864
862
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
863
|
+
// CornerUpLeft aliases
|
|
864
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
865
865
|
// CornerUpRight aliases
|
|
866
866
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
867
|
-
// Cpu aliases
|
|
868
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
869
867
|
// CreativeCommons aliases
|
|
870
868
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
869
|
+
// Cpu aliases
|
|
870
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
871
|
+
// CreditCardMinus aliases
|
|
872
|
+
export { default as CreditCardMinusIcon } from '../icons/credit-card-minus';
|
|
873
|
+
// CreditCardCheck aliases
|
|
874
|
+
export { default as CreditCardCheckIcon } from '../icons/credit-card-check';
|
|
875
|
+
// CreditCardPlus aliases
|
|
876
|
+
export { default as CreditCardPlusIcon } from '../icons/credit-card-plus';
|
|
877
|
+
// CreditCardX aliases
|
|
878
|
+
export { default as CreditCardXIcon } from '../icons/credit-card-x';
|
|
871
879
|
// CreditCard aliases
|
|
872
880
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
873
881
|
// Croissant aliases
|
|
@@ -876,32 +884,32 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
876
884
|
export { default as CropIcon } from '../icons/crop';
|
|
877
885
|
// Cross aliases
|
|
878
886
|
export { default as CrossIcon } from '../icons/cross';
|
|
879
|
-
// Crosshair aliases
|
|
880
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
881
887
|
// Crown aliases
|
|
882
888
|
export { default as CrownIcon } from '../icons/crown';
|
|
883
889
|
// Cuboid aliases
|
|
884
890
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
891
|
+
// Crosshair aliases
|
|
892
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
885
893
|
// CupSoda aliases
|
|
886
894
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
887
|
-
// Dam aliases
|
|
888
|
-
export { default as DamIcon } from '../icons/dam';
|
|
889
|
-
// Cylinder aliases
|
|
890
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
891
895
|
// Currency aliases
|
|
892
896
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
897
|
+
// Cylinder aliases
|
|
898
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
893
899
|
// DatabaseArrowDown aliases
|
|
894
900
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
901
|
+
// Dam aliases
|
|
902
|
+
export { default as DamIcon } from '../icons/dam';
|
|
895
903
|
// DatabaseArrowUp aliases
|
|
896
904
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
897
905
|
// DatabaseBackup aliases
|
|
898
906
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
899
907
|
// DatabaseCheck aliases
|
|
900
908
|
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
901
|
-
// DatabaseMinus aliases
|
|
902
|
-
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
903
909
|
// DatabasePlus aliases
|
|
904
910
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
911
|
+
// DatabaseMinus aliases
|
|
912
|
+
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
905
913
|
// DatabaseSearch aliases
|
|
906
914
|
export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
907
915
|
// DatabaseX aliases
|
|
@@ -920,42 +928,42 @@ export { default as DeleteIcon } from '../icons/delete';
|
|
|
920
928
|
export { default as DessertIcon } from '../icons/dessert';
|
|
921
929
|
// Diameter aliases
|
|
922
930
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
931
|
+
// DiamondMinus aliases
|
|
932
|
+
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
923
933
|
// DiamondPlus aliases
|
|
924
934
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
925
935
|
// Diamond aliases
|
|
926
936
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
927
|
-
// DiamondMinus aliases
|
|
928
|
-
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
929
937
|
// Dice1 aliases
|
|
930
938
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
931
|
-
// Dice2 aliases
|
|
932
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
933
939
|
// Dice3 aliases
|
|
934
940
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
941
|
+
// Dice2 aliases
|
|
942
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
935
943
|
// Dice4 aliases
|
|
936
944
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
|
-
// Dice5 aliases
|
|
938
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
939
|
-
// Dices aliases
|
|
940
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
941
945
|
// Dice6 aliases
|
|
942
946
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
947
|
+
// Dices aliases
|
|
948
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
949
|
+
// Dice5 aliases
|
|
950
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
943
951
|
// Diff aliases
|
|
944
952
|
export { default as DiffIcon } from '../icons/diff';
|
|
945
|
-
// Disc2 aliases
|
|
946
|
-
export { default as Disc2Icon } from '../icons/disc-2';
|
|
947
953
|
// Disc3 aliases
|
|
948
954
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
949
955
|
// DiscAlbum aliases
|
|
950
956
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
957
|
+
// Disc2 aliases
|
|
958
|
+
export { default as Disc2Icon } from '../icons/disc-2';
|
|
951
959
|
// Disc aliases
|
|
952
960
|
export { default as DiscIcon } from '../icons/disc';
|
|
953
961
|
// DnaOff aliases
|
|
954
962
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
955
|
-
// Dna aliases
|
|
956
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
957
963
|
// Divide aliases
|
|
958
964
|
export { default as DivideIcon } from '../icons/divide';
|
|
965
|
+
// Dna aliases
|
|
966
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
959
967
|
// Dock aliases
|
|
960
968
|
export { default as DockIcon } from '../icons/dock';
|
|
961
969
|
// Dog aliases
|
|
@@ -964,14 +972,14 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
964
972
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
965
973
|
// Donut aliases
|
|
966
974
|
export { default as DonutIcon } from '../icons/donut';
|
|
967
|
-
// DoorClosed aliases
|
|
968
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
975
|
// DoorClosedLocked aliases
|
|
970
976
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
977
|
+
// DoorClosed aliases
|
|
978
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
973
979
|
// DoorOpen aliases
|
|
974
980
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
981
|
+
// Dot aliases
|
|
982
|
+
export { default as DotIcon } from '../icons/dot';
|
|
975
983
|
// Download aliases
|
|
976
984
|
export { default as DownloadIcon } from '../icons/download';
|
|
977
985
|
// DraftingCompass aliases
|
|
@@ -994,10 +1002,10 @@ export { default as DrumIcon } from '../icons/drum';
|
|
|
994
1002
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
995
1003
|
// Dumbbell aliases
|
|
996
1004
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
997
|
-
// Ear aliases
|
|
998
|
-
export { default as EarIcon } from '../icons/ear';
|
|
999
1005
|
// EarOff aliases
|
|
1000
1006
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
1007
|
+
// Ear aliases
|
|
1008
|
+
export { default as EarIcon } from '../icons/ear';
|
|
1001
1009
|
// EarthLock aliases
|
|
1002
1010
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1003
1011
|
// Eclipse aliases
|
|
@@ -1008,22 +1016,22 @@ export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
|
1008
1016
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1009
1017
|
// Egg aliases
|
|
1010
1018
|
export { default as EggIcon } from '../icons/egg';
|
|
1011
|
-
// Eject aliases
|
|
1012
|
-
export { default as EjectIcon } from '../icons/eject';
|
|
1013
1019
|
// Ellipse aliases
|
|
1014
1020
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1015
|
-
// EqualNot aliases
|
|
1016
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1017
|
-
// Eraser aliases
|
|
1018
|
-
export { default as EraserIcon } from '../icons/eraser';
|
|
1019
1021
|
// EqualApproximately aliases
|
|
1020
1022
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
1021
|
-
//
|
|
1022
|
-
export { default as
|
|
1023
|
+
// Eject aliases
|
|
1024
|
+
export { default as EjectIcon } from '../icons/eject';
|
|
1025
|
+
// EqualNot aliases
|
|
1026
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
1023
1027
|
// Equal aliases
|
|
1024
1028
|
export { default as EqualIcon } from '../icons/equal';
|
|
1029
|
+
// Eraser aliases
|
|
1030
|
+
export { default as EraserIcon } from '../icons/eraser';
|
|
1025
1031
|
// Euro aliases
|
|
1026
1032
|
export { default as EuroIcon } from '../icons/euro';
|
|
1033
|
+
// EthernetPort aliases
|
|
1034
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1027
1035
|
// Expand aliases
|
|
1028
1036
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1029
1037
|
// EvCharger aliases
|
|
@@ -1036,10 +1044,10 @@ export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
|
1036
1044
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1037
1045
|
// EyeOff aliases
|
|
1038
1046
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1039
|
-
// Factory aliases
|
|
1040
|
-
export { default as FactoryIcon } from '../icons/factory';
|
|
1041
1047
|
// Eye aliases
|
|
1042
1048
|
export { default as EyeIcon } from '../icons/eye';
|
|
1049
|
+
// Factory aliases
|
|
1050
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
1043
1051
|
// Fan aliases
|
|
1044
1052
|
export { default as FanIcon } from '../icons/fan';
|
|
1045
1053
|
// FastForward aliases
|
|
@@ -1058,40 +1066,40 @@ export { default as FileBoxIcon } from '../icons/file-box';
|
|
|
1058
1066
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1059
1067
|
// FileClock aliases
|
|
1060
1068
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
1061
|
-
// FileDiff aliases
|
|
1062
|
-
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1063
1069
|
// FileCode aliases
|
|
1064
1070
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
1071
|
+
// FileDiff aliases
|
|
1072
|
+
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
1065
1073
|
// FileDigit aliases
|
|
1066
1074
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1067
1075
|
// FileDown aliases
|
|
1068
1076
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
1069
|
-
// FileImage aliases
|
|
1070
|
-
export { default as FileImageIcon } from '../icons/file-image';
|
|
1071
1077
|
// FileHeart aliases
|
|
1072
1078
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1079
|
+
// FileImage aliases
|
|
1080
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
1075
1081
|
// FileInput aliases
|
|
1076
1082
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1077
|
-
//
|
|
1078
|
-
export { default as
|
|
1083
|
+
// FileMinus aliases
|
|
1084
|
+
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1079
1085
|
// FileMusic aliases
|
|
1080
1086
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1081
|
-
// FileScan aliases
|
|
1082
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1083
1087
|
// FileOutput aliases
|
|
1084
1088
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1089
|
+
// FileScan aliases
|
|
1090
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1091
|
+
// FilePlus aliases
|
|
1092
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1093
|
+
// FileSearch aliases
|
|
1094
|
+
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1085
1095
|
// FileSliders aliases
|
|
1086
1096
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1097
|
+
// FileStack aliases
|
|
1098
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1087
1099
|
// FileSpreadsheet aliases
|
|
1088
1100
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1089
|
-
// FileSearch aliases
|
|
1090
|
-
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1091
1101
|
// FileSymlink aliases
|
|
1092
1102
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1093
|
-
// FileStack aliases
|
|
1094
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1095
1103
|
// FileTerminal aliases
|
|
1096
1104
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1097
1105
|
// FileText aliases
|
|
@@ -1100,12 +1108,12 @@ export { default as FileTextIcon } from '../icons/file-text';
|
|
|
1100
1108
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1101
1109
|
// FileUp aliases
|
|
1102
1110
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1111
|
+
// FileUser aliases
|
|
1112
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1103
1113
|
// FileVolume aliases
|
|
1104
1114
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1105
1115
|
// FileX aliases
|
|
1106
1116
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1107
|
-
// FileUser aliases
|
|
1108
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1109
1117
|
// File aliases
|
|
1110
1118
|
export { default as FileIcon } from '../icons/file';
|
|
1111
1119
|
// Files aliases
|
|
@@ -1126,26 +1134,26 @@ export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
|
1126
1134
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1127
1135
|
// FlagOff aliases
|
|
1128
1136
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1129
|
-
// FlagTriangleRight aliases
|
|
1130
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1131
1137
|
// FlagTriangleLeft aliases
|
|
1132
1138
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1133
1139
|
// Flag aliases
|
|
1134
1140
|
export { default as FlagIcon } from '../icons/flag';
|
|
1141
|
+
// FlagTriangleRight aliases
|
|
1142
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1135
1143
|
// FlameKindling aliases
|
|
1136
1144
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1137
1145
|
// Flame aliases
|
|
1138
1146
|
export { default as FlameIcon } from '../icons/flame';
|
|
1139
|
-
// Flashlight aliases
|
|
1140
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1141
1147
|
// FlashlightOff aliases
|
|
1142
1148
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1149
|
+
// Flashlight aliases
|
|
1150
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1143
1151
|
// FlaskConicalOff aliases
|
|
1144
1152
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
|
-
// FlaskConical aliases
|
|
1146
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1147
1153
|
// FlaskRound aliases
|
|
1148
1154
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1155
|
+
// FlaskConical aliases
|
|
1156
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1149
1157
|
// FlipHorizontal2 aliases
|
|
1150
1158
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1151
1159
|
// FlipVertical2 aliases
|
|
@@ -1158,12 +1166,12 @@ export { default as FlowerIcon } from '../icons/flower';
|
|
|
1158
1166
|
export { default as FocusIcon } from '../icons/focus';
|
|
1159
1167
|
// FoldVertical aliases
|
|
1160
1168
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1161
|
-
// FoldHorizontal aliases
|
|
1162
|
-
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1163
1169
|
// FolderArchive aliases
|
|
1164
1170
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1165
1171
|
// FolderBookmark aliases
|
|
1166
1172
|
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1173
|
+
// FoldHorizontal aliases
|
|
1174
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1167
1175
|
// FolderCheck aliases
|
|
1168
1176
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1169
1177
|
// FolderClock aliases
|
|
@@ -1178,18 +1186,18 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1178
1186
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1179
1187
|
// FolderGit2 aliases
|
|
1180
1188
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1181
|
-
// FolderHeart aliases
|
|
1182
|
-
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1183
1189
|
// FolderGit aliases
|
|
1184
1190
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1191
|
+
// FolderHeart aliases
|
|
1192
|
+
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1185
1193
|
// FolderInput aliases
|
|
1186
1194
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1187
1195
|
// FolderKanban aliases
|
|
1188
1196
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1189
|
-
// FolderLock aliases
|
|
1190
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1191
1197
|
// FolderKey aliases
|
|
1192
1198
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1199
|
+
// FolderLock aliases
|
|
1200
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1193
1201
|
// FolderMinus aliases
|
|
1194
1202
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1195
1203
|
// FolderOpenDot aliases
|
|
@@ -1202,32 +1210,32 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1202
1210
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1203
1211
|
// FolderRoot aliases
|
|
1204
1212
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1205
|
-
// FolderSearch aliases
|
|
1206
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1207
1213
|
// FolderSearch2 aliases
|
|
1208
1214
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1215
|
+
// FolderSearch aliases
|
|
1216
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1209
1217
|
// FolderSymlink aliases
|
|
1210
1218
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1211
1219
|
// FolderSync aliases
|
|
1212
1220
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1213
1221
|
// FolderTree aliases
|
|
1214
1222
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1215
|
-
// FolderX aliases
|
|
1216
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1217
1223
|
// FolderUp aliases
|
|
1218
1224
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1225
|
+
// FolderX aliases
|
|
1226
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1219
1227
|
// Folder aliases
|
|
1220
1228
|
export { default as FolderIcon } from '../icons/folder';
|
|
1229
|
+
// Footprints aliases
|
|
1230
|
+
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1221
1231
|
// Folders aliases
|
|
1222
1232
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1223
1233
|
// Forklift aliases
|
|
1224
1234
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1225
|
-
// Footprints aliases
|
|
1226
|
-
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1227
|
-
// Forward aliases
|
|
1228
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1229
1235
|
// Form aliases
|
|
1230
1236
|
export { default as FormIcon } from '../icons/form';
|
|
1237
|
+
// Forward aliases
|
|
1238
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1231
1239
|
// Fuel aliases
|
|
1232
1240
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1233
1241
|
// Frame aliases
|
|
@@ -1244,14 +1252,14 @@ export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal
|
|
|
1244
1252
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1245
1253
|
// GalleryThumbnails aliases
|
|
1246
1254
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1247
|
-
// GalleryVerticalEnd aliases
|
|
1248
|
-
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1249
1255
|
// GalleryVertical aliases
|
|
1250
1256
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1251
|
-
//
|
|
1252
|
-
export { default as
|
|
1257
|
+
// GalleryVerticalEnd aliases
|
|
1258
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1253
1259
|
// Gamepad2 aliases
|
|
1254
1260
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1261
|
+
// GamepadDirectional aliases
|
|
1262
|
+
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1255
1263
|
// Gamepad aliases
|
|
1256
1264
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1257
1265
|
// Gauge aliases
|
|
@@ -1260,10 +1268,10 @@ export { default as GaugeIcon } from '../icons/gauge';
|
|
|
1260
1268
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1261
1269
|
// Gem aliases
|
|
1262
1270
|
export { default as GemIcon } from '../icons/gem';
|
|
1263
|
-
// Ghost aliases
|
|
1264
|
-
export { default as GhostIcon } from '../icons/ghost';
|
|
1265
1271
|
// GeorgianLari aliases
|
|
1266
1272
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1273
|
+
// Ghost aliases
|
|
1274
|
+
export { default as GhostIcon } from '../icons/ghost';
|
|
1267
1275
|
// Gift aliases
|
|
1268
1276
|
export { default as GiftIcon } from '../icons/gift';
|
|
1269
1277
|
// GitBranchMinus aliases
|
|
@@ -1278,28 +1286,28 @@ export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
|
1278
1286
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1279
1287
|
// GitCompare aliases
|
|
1280
1288
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1281
|
-
// GitGraph aliases
|
|
1282
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1283
1289
|
// GitFork aliases
|
|
1284
1290
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1285
|
-
//
|
|
1286
|
-
export { default as
|
|
1291
|
+
// GitGraph aliases
|
|
1292
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1287
1293
|
// GitMergeConflict aliases
|
|
1288
1294
|
export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
1295
|
+
// GitMerge aliases
|
|
1296
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1289
1297
|
// GitPullRequestArrow aliases
|
|
1290
1298
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1291
1299
|
// GitPullRequestClosed aliases
|
|
1292
1300
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1293
|
-
// GitPullRequestCreateArrow aliases
|
|
1294
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1295
1301
|
// GitPullRequestCreate aliases
|
|
1296
1302
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1297
1303
|
// GitPullRequestDraft aliases
|
|
1298
1304
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1299
|
-
//
|
|
1300
|
-
export { default as
|
|
1305
|
+
// GitPullRequestCreateArrow aliases
|
|
1306
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1301
1307
|
// GlassWater aliases
|
|
1302
1308
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1309
|
+
// GitPullRequest aliases
|
|
1310
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1303
1311
|
// Glasses aliases
|
|
1304
1312
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1305
1313
|
// GlobeCheck aliases
|
|
@@ -1326,20 +1334,20 @@ export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
|
1326
1334
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1327
1335
|
// GripVertical aliases
|
|
1328
1336
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1329
|
-
// Group aliases
|
|
1330
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1331
1337
|
// Grip aliases
|
|
1332
1338
|
export { default as GripIcon } from '../icons/grip';
|
|
1339
|
+
// Group aliases
|
|
1340
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1333
1341
|
// Guitar aliases
|
|
1334
1342
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1335
1343
|
// Ham aliases
|
|
1336
1344
|
export { default as HamIcon } from '../icons/ham';
|
|
1337
1345
|
// Hamburger aliases
|
|
1338
1346
|
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1339
|
-
// Hammer aliases
|
|
1340
|
-
export { default as HammerIcon } from '../icons/hammer';
|
|
1341
1347
|
// HandCoins aliases
|
|
1342
1348
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1349
|
+
// Hammer aliases
|
|
1350
|
+
export { default as HammerIcon } from '../icons/hammer';
|
|
1343
1351
|
// HandFist aliases
|
|
1344
1352
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1345
1353
|
// HandHeart aliases
|
|
@@ -1350,66 +1358,66 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1350
1358
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1351
1359
|
// Hand aliases
|
|
1352
1360
|
export { default as HandIcon } from '../icons/hand';
|
|
1353
|
-
// Handbag aliases
|
|
1354
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1355
1361
|
// Handshake aliases
|
|
1356
1362
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1357
|
-
//
|
|
1358
|
-
export { default as
|
|
1363
|
+
// Handbag aliases
|
|
1364
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1359
1365
|
// HardDriveDownload aliases
|
|
1360
1366
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1367
|
+
// HardDriveUpload aliases
|
|
1368
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1361
1369
|
// HardDrive aliases
|
|
1362
1370
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1363
|
-
// Hash aliases
|
|
1364
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1365
1371
|
// HardHat aliases
|
|
1366
1372
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1367
|
-
//
|
|
1368
|
-
export { default as
|
|
1373
|
+
// Hash aliases
|
|
1374
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1369
1375
|
// HatGlasses aliases
|
|
1370
1376
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1377
|
+
// Haze aliases
|
|
1378
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1371
1379
|
// Hd aliases
|
|
1372
1380
|
export { default as HdIcon } from '../icons/hd';
|
|
1373
|
-
// Heading3 aliases
|
|
1374
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1375
1381
|
// HdmiPort aliases
|
|
1376
1382
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1377
1383
|
// Heading1 aliases
|
|
1378
1384
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1379
1385
|
// Heading2 aliases
|
|
1380
1386
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1387
|
+
// Heading3 aliases
|
|
1388
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1381
1389
|
// Heading4 aliases
|
|
1382
1390
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1383
|
-
// Heading6 aliases
|
|
1384
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1385
1391
|
// Heading5 aliases
|
|
1386
1392
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1393
|
+
// Heading6 aliases
|
|
1394
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1387
1395
|
// Heading aliases
|
|
1388
1396
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1389
1397
|
// HeadphoneOff aliases
|
|
1390
1398
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1391
|
-
// Headphones aliases
|
|
1392
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1393
1399
|
// Headset aliases
|
|
1394
1400
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1401
|
+
// Headphones aliases
|
|
1402
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1395
1403
|
// HeartCrack aliases
|
|
1396
1404
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1397
1405
|
// HeartHandshake aliases
|
|
1398
1406
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1407
|
+
// HeartMinus aliases
|
|
1408
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1399
1409
|
// HeartOff aliases
|
|
1400
1410
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1401
1411
|
// HeartPulse aliases
|
|
1402
1412
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1403
|
-
// HeartMinus aliases
|
|
1404
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1405
|
-
// HeartX aliases
|
|
1406
|
-
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1407
1413
|
// HeartPlus aliases
|
|
1408
1414
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1409
|
-
//
|
|
1410
|
-
export { default as
|
|
1415
|
+
// HeartX aliases
|
|
1416
|
+
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1411
1417
|
// Heater aliases
|
|
1412
1418
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1419
|
+
// Heart aliases
|
|
1420
|
+
export { default as HeartIcon } from '../icons/heart';
|
|
1413
1421
|
// Helicopter aliases
|
|
1414
1422
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1415
1423
|
// Hexagon aliases
|
|
@@ -1426,24 +1434,24 @@ export { default as HospitalIcon } from '../icons/hospital';
|
|
|
1426
1434
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1427
1435
|
// Hourglass aliases
|
|
1428
1436
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1429
|
-
// HousePlug aliases
|
|
1430
|
-
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1431
1437
|
// HouseHeart aliases
|
|
1432
1438
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1439
|
+
// HousePlug aliases
|
|
1440
|
+
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1433
1441
|
// HousePlus aliases
|
|
1434
1442
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1435
1443
|
// HouseWifi aliases
|
|
1436
1444
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1437
1445
|
// IdCardLanyard aliases
|
|
1438
1446
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1439
|
-
//
|
|
1440
|
-
export { default as
|
|
1447
|
+
// ImageDown aliases
|
|
1448
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1441
1449
|
// ImageMinus aliases
|
|
1442
1450
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1451
|
+
// IdCard aliases
|
|
1452
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1443
1453
|
// ImageOff aliases
|
|
1444
1454
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1445
|
-
// ImageDown aliases
|
|
1446
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1447
1455
|
// ImagePlay aliases
|
|
1448
1456
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1449
1457
|
// ImagePlus aliases
|
|
@@ -1456,54 +1464,54 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1456
1464
|
export { default as ImageIcon } from '../icons/image';
|
|
1457
1465
|
// Images aliases
|
|
1458
1466
|
export { default as ImagesIcon } from '../icons/images';
|
|
1459
|
-
// Import aliases
|
|
1460
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1461
1467
|
// Inbox aliases
|
|
1462
1468
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1463
|
-
//
|
|
1464
|
-
export { default as
|
|
1469
|
+
// Import aliases
|
|
1470
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1465
1471
|
// Infinity aliases
|
|
1466
1472
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1467
1473
|
// Info aliases
|
|
1468
1474
|
export { default as InfoIcon } from '../icons/info';
|
|
1475
|
+
// IndianRupee aliases
|
|
1476
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1469
1477
|
// InspectionPanel aliases
|
|
1470
1478
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1471
1479
|
// Italic aliases
|
|
1472
1480
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1473
1481
|
// IterationCcw aliases
|
|
1474
1482
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1475
|
-
// IterationCw aliases
|
|
1476
|
-
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1477
1483
|
// JapaneseYen aliases
|
|
1478
1484
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
1485
|
// Joystick aliases
|
|
1480
1486
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1487
|
+
// IterationCw aliases
|
|
1488
|
+
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1481
1489
|
// Kanban aliases
|
|
1482
1490
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1483
1491
|
// Kayak aliases
|
|
1484
1492
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1485
|
-
// KeySquare aliases
|
|
1486
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1487
1493
|
// KeyRound aliases
|
|
1488
1494
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1489
1495
|
// Key aliases
|
|
1490
1496
|
export { default as KeyIcon } from '../icons/key';
|
|
1491
1497
|
// KeyboardMusic aliases
|
|
1492
1498
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1499
|
+
// KeySquare aliases
|
|
1500
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1493
1501
|
// KeyboardOff aliases
|
|
1494
1502
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1495
1503
|
// Keyboard aliases
|
|
1496
1504
|
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1497
1505
|
// LampCeiling aliases
|
|
1498
1506
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1499
|
-
// LampFloor aliases
|
|
1500
|
-
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1501
1507
|
// LampDesk aliases
|
|
1502
1508
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1509
|
+
// LampFloor aliases
|
|
1510
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1505
1511
|
// LampWallUp aliases
|
|
1506
1512
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1513
|
+
// LampWallDown aliases
|
|
1514
|
+
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1507
1515
|
// Lamp aliases
|
|
1508
1516
|
export { default as LampIcon } from '../icons/lamp';
|
|
1509
1517
|
// LandPlot aliases
|
|
@@ -1526,12 +1534,12 @@ export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
|
1526
1534
|
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1527
1535
|
// Layers2 aliases
|
|
1528
1536
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1537
|
+
// LayersArrowUp aliases
|
|
1538
|
+
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1529
1539
|
// LayersArrowDown aliases
|
|
1530
1540
|
export { default as LayersArrowDownIcon } from '../icons/layers-arrow-down';
|
|
1531
1541
|
// LayersMinus aliases
|
|
1532
1542
|
export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
1533
|
-
// LayersArrowUp aliases
|
|
1534
|
-
export { default as LayersArrowUpIcon } from '../icons/layers-arrow-up';
|
|
1535
1543
|
// LayersPlus aliases
|
|
1536
1544
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1537
1545
|
// LayoutDashboard aliases
|
|
@@ -1560,38 +1568,38 @@ export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
|
1560
1568
|
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1561
1569
|
// LibraryBig aliases
|
|
1562
1570
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1563
|
-
// LifeBuoy aliases
|
|
1564
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1565
1571
|
// Library aliases
|
|
1566
1572
|
export { default as LibraryIcon } from '../icons/library';
|
|
1573
|
+
// LifeBuoy aliases
|
|
1574
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1575
|
+
// Ligature aliases
|
|
1576
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1567
1577
|
// LightbulbOff aliases
|
|
1568
1578
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1569
1579
|
// Lightbulb aliases
|
|
1570
1580
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1571
|
-
// Ligature aliases
|
|
1572
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1573
1581
|
// LineDotRightHorizontal aliases
|
|
1574
1582
|
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1575
1583
|
// LineSquiggle aliases
|
|
1576
1584
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1577
1585
|
// LineStyle aliases
|
|
1578
1586
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1579
|
-
// Link2 aliases
|
|
1580
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1581
1587
|
// Link2Off aliases
|
|
1582
1588
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1589
|
+
// Link2 aliases
|
|
1590
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1583
1591
|
// Link aliases
|
|
1584
1592
|
export { default as LinkIcon } from '../icons/link';
|
|
1585
1593
|
// ListCheck aliases
|
|
1586
1594
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1587
|
-
// ListChecks aliases
|
|
1588
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1589
1595
|
// ListChevronsDownUp aliases
|
|
1590
1596
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1591
|
-
//
|
|
1592
|
-
export { default as
|
|
1597
|
+
// ListChecks aliases
|
|
1598
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1593
1599
|
// ListChevronsUpDown aliases
|
|
1594
1600
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1601
|
+
// ListClock aliases
|
|
1602
|
+
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1595
1603
|
// ListCollapse aliases
|
|
1596
1604
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1597
1605
|
// ListEnd aliases
|
|
@@ -1600,40 +1608,40 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1600
1608
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1601
1609
|
// ListFilter aliases
|
|
1602
1610
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1603
|
-
// ListMinus aliases
|
|
1604
|
-
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1605
1611
|
// ListMusic aliases
|
|
1606
1612
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1613
|
+
// ListMinus aliases
|
|
1614
|
+
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1607
1615
|
// ListOrdered aliases
|
|
1608
1616
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1609
1617
|
// ListPlus aliases
|
|
1610
1618
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1611
1619
|
// ListRestart aliases
|
|
1612
1620
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1613
|
-
// ListSortAscending aliases
|
|
1614
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1615
1621
|
// ListSortDescending aliases
|
|
1616
1622
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1617
|
-
//
|
|
1618
|
-
export { default as
|
|
1623
|
+
// ListSortAscending aliases
|
|
1624
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1619
1625
|
// ListStart aliases
|
|
1620
1626
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1627
|
+
// ListTodo aliases
|
|
1628
|
+
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1621
1629
|
// ListTree aliases
|
|
1622
1630
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1623
1631
|
// ListVideo aliases
|
|
1624
1632
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1625
|
-
// ListX aliases
|
|
1626
|
-
export { default as ListXIcon } from '../icons/list-x';
|
|
1627
1633
|
// List aliases
|
|
1628
1634
|
export { default as ListIcon } from '../icons/list';
|
|
1629
|
-
// Loader aliases
|
|
1630
|
-
export { default as LoaderIcon } from '../icons/loader';
|
|
1631
1635
|
// LoaderPinwheel aliases
|
|
1632
1636
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1637
|
+
// ListX aliases
|
|
1638
|
+
export { default as ListXIcon } from '../icons/list-x';
|
|
1633
1639
|
// LocateFixed aliases
|
|
1634
1640
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1635
1641
|
// LocateOff aliases
|
|
1636
1642
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1643
|
+
// Loader aliases
|
|
1644
|
+
export { default as LoaderIcon } from '../icons/loader';
|
|
1637
1645
|
// Locate aliases
|
|
1638
1646
|
export { default as LocateIcon } from '../icons/locate';
|
|
1639
1647
|
// LockKeyhole aliases
|
|
@@ -1646,10 +1654,10 @@ export { default as LogInIcon } from '../icons/log-in';
|
|
|
1646
1654
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1647
1655
|
// Logs aliases
|
|
1648
1656
|
export { default as LogsIcon } from '../icons/logs';
|
|
1649
|
-
// Luggage aliases
|
|
1650
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1651
1657
|
// Lollipop aliases
|
|
1652
1658
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1659
|
+
// Luggage aliases
|
|
1660
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1653
1661
|
// Magnet aliases
|
|
1654
1662
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1655
1663
|
// MailBadge aliases
|
|
@@ -1694,112 +1702,116 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1694
1702
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1695
1703
|
// MapPinPlus aliases
|
|
1696
1704
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1705
|
+
// MapPinSearch aliases
|
|
1706
|
+
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1697
1707
|
// MapPinXInside aliases
|
|
1698
1708
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1699
1709
|
// MapPinX aliases
|
|
1700
1710
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1701
|
-
// MapPinSearch aliases
|
|
1702
|
-
export { default as MapPinSearchIcon } from '../icons/map-pin-search';
|
|
1703
1711
|
// MapPin aliases
|
|
1704
1712
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1705
|
-
// MapPlus aliases
|
|
1706
|
-
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1707
1713
|
// MapPinned aliases
|
|
1708
1714
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1715
|
+
// MapPlus aliases
|
|
1716
|
+
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1709
1717
|
// Map aliases
|
|
1710
1718
|
export { default as MapIcon } from '../icons/map';
|
|
1711
1719
|
// MarsStroke aliases
|
|
1712
1720
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1713
1721
|
// Mars aliases
|
|
1714
1722
|
export { default as MarsIcon } from '../icons/mars';
|
|
1715
|
-
// Martini aliases
|
|
1716
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1717
1723
|
// Maximize2 aliases
|
|
1718
1724
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1725
|
+
// Martini aliases
|
|
1726
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1719
1727
|
// Maximize aliases
|
|
1720
1728
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1721
|
-
// MegaphoneOff aliases
|
|
1722
|
-
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1723
1729
|
// Medal aliases
|
|
1724
1730
|
export { default as MedalIcon } from '../icons/medal';
|
|
1731
|
+
// MegaphoneOff aliases
|
|
1732
|
+
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1725
1733
|
// Megaphone aliases
|
|
1726
1734
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1727
1735
|
// MemoryStick aliases
|
|
1728
1736
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1729
1737
|
// Menu aliases
|
|
1730
1738
|
export { default as MenuIcon } from '../icons/menu';
|
|
1731
|
-
// Merge aliases
|
|
1732
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1733
1739
|
// MessageCircleCheck aliases
|
|
1734
1740
|
export { default as MessageCircleCheckIcon } from '../icons/message-circle-check';
|
|
1735
|
-
//
|
|
1736
|
-
export { default as
|
|
1741
|
+
// Merge aliases
|
|
1742
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1737
1743
|
// MessageCircleCode aliases
|
|
1738
1744
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1745
|
+
// MessageCircleDashedCheck aliases
|
|
1746
|
+
export { default as MessageCircleDashedCheckIcon } from '../icons/message-circle-dashed-check';
|
|
1747
|
+
// MessageCircleDashed aliases
|
|
1748
|
+
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1739
1749
|
// MessageCircleHeart aliases
|
|
1740
1750
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1741
1751
|
// MessageCircleMore aliases
|
|
1742
1752
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1743
1753
|
// MessageCircleOff aliases
|
|
1744
1754
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1755
|
+
// MessageCircleReply aliases
|
|
1756
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1745
1757
|
// MessageCirclePlus aliases
|
|
1746
1758
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1747
1759
|
// MessageCircleWarning aliases
|
|
1748
1760
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1749
1761
|
// MessageCircleX aliases
|
|
1750
1762
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1751
|
-
// MessageCircleReply aliases
|
|
1752
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1753
1763
|
// MessageCircle aliases
|
|
1754
1764
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1755
|
-
// MessageSquareCode aliases
|
|
1756
|
-
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1757
1765
|
// MessageSquareCheck aliases
|
|
1758
1766
|
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1759
|
-
//
|
|
1760
|
-
export { default as
|
|
1767
|
+
// MessageSquareCode aliases
|
|
1768
|
+
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1761
1769
|
// MessageSquareDiff aliases
|
|
1762
1770
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1771
|
+
// MessageSquareDashed aliases
|
|
1772
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1763
1773
|
// MessageSquareDot aliases
|
|
1764
1774
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1765
1775
|
// MessageSquareHeart aliases
|
|
1766
1776
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1767
1777
|
// MessageSquareLock aliases
|
|
1768
1778
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1769
|
-
// MessageSquareMore aliases
|
|
1770
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1771
1779
|
// MessageSquareOff aliases
|
|
1772
1780
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1781
|
+
// MessageSquareMore aliases
|
|
1782
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1773
1783
|
// MessageSquarePlus aliases
|
|
1774
1784
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1775
1785
|
// MessageSquareQuote aliases
|
|
1776
1786
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1777
1787
|
// MessageSquareReply aliases
|
|
1778
1788
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1779
|
-
// MessageSquareShare aliases
|
|
1780
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1781
1789
|
// MessageSquareText aliases
|
|
1782
1790
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1791
|
+
// MessageSquareShare aliases
|
|
1792
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1783
1793
|
// MessageSquareWarning aliases
|
|
1784
1794
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1785
1795
|
// MessageSquareX aliases
|
|
1786
1796
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1787
|
-
// MessageSquare aliases
|
|
1788
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1789
1797
|
// MessagesSquare aliases
|
|
1790
1798
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1799
|
+
// MessageSquare aliases
|
|
1800
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1791
1801
|
// Metronome aliases
|
|
1792
1802
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1793
1803
|
// MicAudioLines aliases
|
|
1794
1804
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1795
1805
|
// MicOff aliases
|
|
1796
1806
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1797
|
-
// Mic aliases
|
|
1798
|
-
export { default as MicIcon } from '../icons/mic';
|
|
1799
1807
|
// Microchip aliases
|
|
1800
1808
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1809
|
+
// Mic aliases
|
|
1810
|
+
export { default as MicIcon } from '../icons/mic';
|
|
1801
1811
|
// Microscope aliases
|
|
1802
1812
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1813
|
+
// Microwave aliases
|
|
1814
|
+
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1803
1815
|
// MidiPort aliases
|
|
1804
1816
|
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1805
1817
|
// Milestone aliases
|
|
@@ -1808,26 +1820,24 @@ export { default as MilestoneIcon } from '../icons/milestone';
|
|
|
1808
1820
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1809
1821
|
// Milk aliases
|
|
1810
1822
|
export { default as MilkIcon } from '../icons/milk';
|
|
1811
|
-
// Microwave aliases
|
|
1812
|
-
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1813
1823
|
// Minimize aliases
|
|
1814
1824
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1815
1825
|
// Minimize2 aliases
|
|
1816
1826
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1817
|
-
// Minus aliases
|
|
1818
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1819
1827
|
// MirrorRectangular aliases
|
|
1820
1828
|
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1821
1829
|
// MirrorRound aliases
|
|
1822
1830
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1831
|
+
// Minus aliases
|
|
1832
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1823
1833
|
// MonitorCheck aliases
|
|
1824
1834
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1835
|
+
// MonitorCloud aliases
|
|
1836
|
+
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1825
1837
|
// MonitorCog aliases
|
|
1826
1838
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1827
1839
|
// MonitorDot aliases
|
|
1828
1840
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1829
|
-
// MonitorCloud aliases
|
|
1830
|
-
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1831
1841
|
// MonitorDown aliases
|
|
1832
1842
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1833
1843
|
// MonitorOff aliases
|
|
@@ -1840,10 +1850,10 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1840
1850
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1841
1851
|
// MonitorSpeaker aliases
|
|
1842
1852
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1843
|
-
// MonitorUp aliases
|
|
1844
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1845
1853
|
// MonitorStop aliases
|
|
1846
1854
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1855
|
+
// MonitorUp aliases
|
|
1856
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1847
1857
|
// MonitorX aliases
|
|
1848
1858
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1849
1859
|
// Monitor aliases
|
|
@@ -1852,10 +1862,10 @@ export { default as MonitorIcon } from '../icons/monitor';
|
|
|
1852
1862
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1853
1863
|
// Moon aliases
|
|
1854
1864
|
export { default as MoonIcon } from '../icons/moon';
|
|
1855
|
-
// Mop aliases
|
|
1856
|
-
export { default as MopIcon } from '../icons/mop';
|
|
1857
1865
|
// MopSparkles aliases
|
|
1858
1866
|
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1867
|
+
// Mop aliases
|
|
1868
|
+
export { default as MopIcon } from '../icons/mop';
|
|
1859
1869
|
// Mosque aliases
|
|
1860
1870
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1861
1871
|
// Motorbike aliases
|
|
@@ -1866,32 +1876,32 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1866
1876
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1867
1877
|
// MouseLeft aliases
|
|
1868
1878
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1869
|
-
// MouseOff aliases
|
|
1870
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1871
1879
|
// MousePointer2Off aliases
|
|
1872
1880
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1881
|
+
// MouseOff aliases
|
|
1882
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1873
1883
|
// MousePointer2 aliases
|
|
1874
1884
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1875
1885
|
// MousePointerBan aliases
|
|
1876
1886
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1877
1887
|
// MousePointerClick aliases
|
|
1878
1888
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1879
|
-
// MousePointer aliases
|
|
1880
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1881
1889
|
// MouseRight aliases
|
|
1882
1890
|
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1883
1891
|
// Mouse aliases
|
|
1884
1892
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1885
|
-
//
|
|
1886
|
-
export { default as
|
|
1893
|
+
// MousePointer aliases
|
|
1894
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1887
1895
|
// MoveDiagonal aliases
|
|
1888
1896
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1897
|
+
// MoveDiagonal2 aliases
|
|
1898
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1889
1899
|
// MoveDownLeft aliases
|
|
1890
1900
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1891
|
-
// MoveDown aliases
|
|
1892
|
-
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1893
1901
|
// MoveDownRight aliases
|
|
1894
1902
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1903
|
+
// MoveDown aliases
|
|
1904
|
+
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1895
1905
|
// MoveHorizontal aliases
|
|
1896
1906
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1897
1907
|
// MoveLeft aliases
|
|
@@ -1904,20 +1914,20 @@ export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
|
1904
1914
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1905
1915
|
// MoveUp aliases
|
|
1906
1916
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1907
|
-
// MoveVertical aliases
|
|
1908
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1909
1917
|
// Move aliases
|
|
1910
1918
|
export { default as MoveIcon } from '../icons/move';
|
|
1911
1919
|
// Music2 aliases
|
|
1912
1920
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1913
1921
|
// Music3 aliases
|
|
1914
1922
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1923
|
+
// MoveVertical aliases
|
|
1924
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1915
1925
|
// Music4 aliases
|
|
1916
1926
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1917
|
-
// Music aliases
|
|
1918
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1919
1927
|
// Navigation2Off aliases
|
|
1920
1928
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1929
|
+
// Music aliases
|
|
1930
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1921
1931
|
// Navigation2 aliases
|
|
1922
1932
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1923
1933
|
// NavigationOff aliases
|
|
@@ -1930,10 +1940,10 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1930
1940
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1931
1941
|
// Nfc aliases
|
|
1932
1942
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1933
|
-
// NonBinary aliases
|
|
1934
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1935
1943
|
// NotebookPen aliases
|
|
1936
1944
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1945
|
+
// NonBinary aliases
|
|
1946
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1937
1947
|
// NotebookTabs aliases
|
|
1938
1948
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1939
1949
|
// NotebookText aliases
|
|
@@ -1970,44 +1980,44 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1970
1980
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1971
1981
|
// PackagePlus aliases
|
|
1972
1982
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1973
|
-
// PackageX aliases
|
|
1974
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1975
1983
|
// PackageSearch aliases
|
|
1976
1984
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1985
|
+
// PackageX aliases
|
|
1986
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1977
1987
|
// Package aliases
|
|
1978
1988
|
export { default as PackageIcon } from '../icons/package';
|
|
1979
|
-
// PaintBucket aliases
|
|
1980
|
-
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1981
1989
|
// PaintRoller aliases
|
|
1982
1990
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1991
|
+
// PaintBucket aliases
|
|
1992
|
+
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1983
1993
|
// Paintbrush aliases
|
|
1984
1994
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1985
|
-
// Palette aliases
|
|
1986
|
-
export { default as PaletteIcon } from '../icons/palette';
|
|
1987
1995
|
// Panda aliases
|
|
1988
1996
|
export { default as PandaIcon } from '../icons/panda';
|
|
1997
|
+
// Palette aliases
|
|
1998
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1989
1999
|
// PanelBottomClose aliases
|
|
1990
2000
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1991
|
-
// PanelBottomOpen aliases
|
|
1992
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1993
2001
|
// PanelBottom aliases
|
|
1994
2002
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1995
2003
|
// PanelLeftRightDashed aliases
|
|
1996
2004
|
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
2005
|
+
// PanelBottomOpen aliases
|
|
2006
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1997
2007
|
// PanelRightClose aliases
|
|
1998
2008
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1999
|
-
// PanelRight aliases
|
|
2000
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2001
2009
|
// PanelRightOpen aliases
|
|
2002
2010
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
2011
|
+
// PanelRight aliases
|
|
2012
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
2003
2013
|
// PanelTopBottomDashed aliases
|
|
2004
2014
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
2005
|
-
// PanelTopClose aliases
|
|
2006
|
-
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2007
2015
|
// PanelTopOpen aliases
|
|
2008
2016
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
2009
2017
|
// PanelTop aliases
|
|
2010
2018
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
2019
|
+
// PanelTopClose aliases
|
|
2020
|
+
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
2011
2021
|
// PanelsLeftBottom aliases
|
|
2012
2022
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
2013
2023
|
// PanelsRightBottom aliases
|
|
@@ -2022,18 +2032,18 @@ export { default as ParasolIcon } from '../icons/parasol';
|
|
|
2022
2032
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2023
2033
|
// ParkingMeter aliases
|
|
2024
2034
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
2025
|
-
// PartyPopper aliases
|
|
2026
|
-
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2027
2035
|
// Pause aliases
|
|
2028
2036
|
export { default as PauseIcon } from '../icons/pause';
|
|
2029
|
-
//
|
|
2030
|
-
export { default as
|
|
2037
|
+
// PartyPopper aliases
|
|
2038
|
+
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2031
2039
|
// PawPrint aliases
|
|
2032
2040
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2033
|
-
//
|
|
2034
|
-
export { default as
|
|
2041
|
+
// PcCase aliases
|
|
2042
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2035
2043
|
// PenTool aliases
|
|
2036
2044
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
2045
|
+
// PenOff aliases
|
|
2046
|
+
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2037
2047
|
// PencilLine aliases
|
|
2038
2048
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
2039
2049
|
// PencilOff aliases
|
|
@@ -2042,28 +2052,28 @@ export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
|
2042
2052
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
2043
2053
|
// PencilSparkles aliases
|
|
2044
2054
|
export { default as PencilSparklesIcon } from '../icons/pencil-sparkles';
|
|
2045
|
-
// Percent aliases
|
|
2046
|
-
export { default as PercentIcon } from '../icons/percent';
|
|
2047
2055
|
// Pencil aliases
|
|
2048
2056
|
export { default as PencilIcon } from '../icons/pencil';
|
|
2049
2057
|
// Pentagon aliases
|
|
2050
2058
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
2051
|
-
//
|
|
2052
|
-
export { default as
|
|
2059
|
+
// Percent aliases
|
|
2060
|
+
export { default as PercentIcon } from '../icons/percent';
|
|
2053
2061
|
// Phi aliases
|
|
2054
2062
|
export { default as PhiIcon } from '../icons/phi';
|
|
2063
|
+
// PersonStanding aliases
|
|
2064
|
+
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
2055
2065
|
// PhilippinePeso aliases
|
|
2056
2066
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2057
2067
|
// PhoneCall aliases
|
|
2058
2068
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2059
|
-
// PhoneForwarded aliases
|
|
2060
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2061
2069
|
// PhoneIncoming aliases
|
|
2062
2070
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2071
|
+
// PhoneForwarded aliases
|
|
2072
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2065
2073
|
// PhoneOff aliases
|
|
2066
2074
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2075
|
+
// PhoneMissed aliases
|
|
2076
|
+
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2067
2077
|
// PhoneOutgoing aliases
|
|
2068
2078
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2069
2079
|
// Phone aliases
|
|
@@ -2072,44 +2082,50 @@ export { default as PhoneIcon } from '../icons/phone';
|
|
|
2072
2082
|
export { default as PiIcon } from '../icons/pi';
|
|
2073
2083
|
// Piano aliases
|
|
2074
2084
|
export { default as PianoIcon } from '../icons/piano';
|
|
2075
|
-
// Pickaxe aliases
|
|
2076
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2077
2085
|
// PictureInPicture2 aliases
|
|
2078
2086
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2079
|
-
//
|
|
2080
|
-
export { default as
|
|
2087
|
+
// Pickaxe aliases
|
|
2088
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2081
2089
|
// PictureInPicture aliases
|
|
2082
2090
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2091
|
+
// PiggyBank aliases
|
|
2092
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2083
2093
|
// PilcrowLeft aliases
|
|
2084
2094
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2085
2095
|
// PilcrowRight aliases
|
|
2086
2096
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2087
2097
|
// Pilcrow aliases
|
|
2088
2098
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2089
|
-
// Pill aliases
|
|
2090
|
-
export { default as PillIcon } from '../icons/pill';
|
|
2091
2099
|
// PillBottle aliases
|
|
2092
2100
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2093
|
-
//
|
|
2094
|
-
export { default as
|
|
2101
|
+
// Pill aliases
|
|
2102
|
+
export { default as PillIcon } from '../icons/pill';
|
|
2095
2103
|
// Pin aliases
|
|
2096
2104
|
export { default as PinIcon } from '../icons/pin';
|
|
2097
|
-
//
|
|
2098
|
-
export { default as
|
|
2105
|
+
// PinOff aliases
|
|
2106
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2099
2107
|
// Pipette aliases
|
|
2100
2108
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2109
|
+
// Pizza aliases
|
|
2110
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
2101
2111
|
// PlaneLanding aliases
|
|
2102
2112
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
2103
2113
|
// PlaneTakeoff aliases
|
|
2104
2114
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
2115
|
+
// PlayOff aliases
|
|
2116
|
+
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2105
2117
|
// Plane aliases
|
|
2106
2118
|
export { default as PlaneIcon } from '../icons/plane';
|
|
2107
2119
|
// Play aliases
|
|
2108
2120
|
export { default as PlayIcon } from '../icons/play';
|
|
2121
|
+
// PlayingCard aliases
|
|
2122
|
+
export { default as PlayingCardIcon } from '../icons/playing-card';
|
|
2123
|
+
// PlayingCardsFan aliases
|
|
2124
|
+
export { default as PlayingCardsFanIcon } from '../icons/playing-cards-fan';
|
|
2125
|
+
// PlayingCards aliases
|
|
2126
|
+
export { default as PlayingCardsIcon } from '../icons/playing-cards';
|
|
2109
2127
|
// Plug2 aliases
|
|
2110
2128
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2111
|
-
// PlayOff aliases
|
|
2112
|
-
export { default as PlayOffIcon } from '../icons/play-off';
|
|
2113
2129
|
// Plug aliases
|
|
2114
2130
|
export { default as PlugIcon } from '../icons/plug';
|
|
2115
2131
|
// Plus aliases
|
|
@@ -2122,72 +2138,72 @@ export { default as PodiumIcon } from '../icons/podium';
|
|
|
2122
2138
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2123
2139
|
// Pointer aliases
|
|
2124
2140
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2125
|
-
// Popsicle aliases
|
|
2126
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2127
2141
|
// Popcorn aliases
|
|
2128
2142
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2143
|
+
// Popsicle aliases
|
|
2144
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2129
2145
|
// PoundSterling aliases
|
|
2130
2146
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2131
2147
|
// PowerOff aliases
|
|
2132
2148
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2149
|
+
// Power aliases
|
|
2150
|
+
export { default as PowerIcon } from '../icons/power';
|
|
2133
2151
|
// Presentation aliases
|
|
2134
2152
|
export { default as PresentationIcon } from '../icons/presentation';
|
|
2135
|
-
// PrinterCheck aliases
|
|
2136
|
-
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2137
2153
|
// PrinterX aliases
|
|
2138
2154
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2139
|
-
//
|
|
2140
|
-
export { default as
|
|
2141
|
-
// Printer aliases
|
|
2142
|
-
export { default as PrinterIcon } from '../icons/printer';
|
|
2155
|
+
// PrinterCheck aliases
|
|
2156
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2143
2157
|
// Projector aliases
|
|
2144
2158
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2159
|
+
// Printer aliases
|
|
2160
|
+
export { default as PrinterIcon } from '../icons/printer';
|
|
2145
2161
|
// Proportions aliases
|
|
2146
2162
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2147
2163
|
// Puzzle aliases
|
|
2148
2164
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2149
2165
|
// Pyramid aliases
|
|
2150
2166
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2151
|
-
// Quote aliases
|
|
2152
|
-
export { default as QuoteIcon } from '../icons/quote';
|
|
2153
2167
|
// QrCode aliases
|
|
2154
2168
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2169
|
+
// Quote aliases
|
|
2170
|
+
export { default as QuoteIcon } from '../icons/quote';
|
|
2155
2171
|
// Rabbit aliases
|
|
2156
2172
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2157
|
-
// Radar aliases
|
|
2158
|
-
export { default as RadarIcon } from '../icons/radar';
|
|
2159
2173
|
// Radiation aliases
|
|
2160
2174
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2161
|
-
// RadioOff aliases
|
|
2162
|
-
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2163
2175
|
// Radical aliases
|
|
2164
2176
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2177
|
+
// Radar aliases
|
|
2178
|
+
export { default as RadarIcon } from '../icons/radar';
|
|
2179
|
+
// RadioOff aliases
|
|
2180
|
+
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2165
2181
|
// RadioReceiver aliases
|
|
2166
2182
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2183
|
+
// Radio aliases
|
|
2184
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2167
2185
|
// RadioTower aliases
|
|
2168
2186
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2169
2187
|
// Radius aliases
|
|
2170
2188
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2171
|
-
// Radio aliases
|
|
2172
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2173
|
-
// Rat aliases
|
|
2174
|
-
export { default as RatIcon } from '../icons/rat';
|
|
2175
2189
|
// Rainbow aliases
|
|
2176
2190
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2177
2191
|
// Ratio aliases
|
|
2178
2192
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2193
|
+
// Rat aliases
|
|
2194
|
+
export { default as RatIcon } from '../icons/rat';
|
|
2179
2195
|
// ReceiptCent aliases
|
|
2180
2196
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2181
|
-
// ReceiptEuro aliases
|
|
2182
|
-
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2183
2197
|
// ReceiptIndianRupee aliases
|
|
2184
2198
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2199
|
+
// ReceiptEuro aliases
|
|
2200
|
+
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2185
2201
|
// ReceiptJapaneseYen aliases
|
|
2186
2202
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2187
|
-
// ReceiptPoundSterling aliases
|
|
2188
|
-
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2189
2203
|
// ReceiptRussianRuble aliases
|
|
2190
2204
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2205
|
+
// ReceiptPoundSterling aliases
|
|
2206
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2191
2207
|
// ReceiptSwissFranc aliases
|
|
2192
2208
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2193
2209
|
// ReceiptText aliases
|
|
@@ -2212,36 +2228,36 @@ export { default as Redo2Icon } from '../icons/redo-2';
|
|
|
2212
2228
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2213
2229
|
// Redo aliases
|
|
2214
2230
|
export { default as RedoIcon } from '../icons/redo';
|
|
2215
|
-
// RefreshCcwDot aliases
|
|
2216
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2217
2231
|
// RefreshCcw aliases
|
|
2218
2232
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2233
|
+
// RefreshCcwDot aliases
|
|
2234
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2219
2235
|
// RefreshCwOff aliases
|
|
2220
2236
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2221
2237
|
// RefreshCw aliases
|
|
2222
2238
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2223
|
-
// Refrigerator aliases
|
|
2224
|
-
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2225
|
-
// RemoveFormatting aliases
|
|
2226
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2227
2239
|
// Regex aliases
|
|
2228
2240
|
export { default as RegexIcon } from '../icons/regex';
|
|
2241
|
+
// RemoveFormatting aliases
|
|
2242
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2243
|
+
// Refrigerator aliases
|
|
2244
|
+
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2229
2245
|
// Repeat1 aliases
|
|
2230
2246
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2231
|
-
// RepeatOff aliases
|
|
2232
|
-
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2233
2247
|
// Repeat2 aliases
|
|
2234
2248
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2249
|
+
// RepeatOff aliases
|
|
2250
|
+
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2235
2251
|
// Repeat aliases
|
|
2236
2252
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2237
2253
|
// ReplaceAll aliases
|
|
2238
2254
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2239
|
-
// Replace aliases
|
|
2240
|
-
export { default as ReplaceIcon } from '../icons/replace';
|
|
2241
2255
|
// ReplyAll aliases
|
|
2242
2256
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2243
2257
|
// Reply aliases
|
|
2244
2258
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2259
|
+
// Replace aliases
|
|
2260
|
+
export { default as ReplaceIcon } from '../icons/replace';
|
|
2245
2261
|
// Rewind aliases
|
|
2246
2262
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2247
2263
|
// Ribbon aliases
|
|
@@ -2252,68 +2268,70 @@ export { default as RoadIcon } from '../icons/road';
|
|
|
2252
2268
|
export { default as RobotArmIcon } from '../icons/robot-arm';
|
|
2253
2269
|
// Rocket aliases
|
|
2254
2270
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2255
|
-
//
|
|
2256
|
-
export { default as
|
|
2271
|
+
// RobotVacuum aliases
|
|
2272
|
+
export { default as RobotVacuumIcon } from '../icons/robot-vacuum';
|
|
2257
2273
|
// RollerCoaster aliases
|
|
2258
2274
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2275
|
+
// RockingChair aliases
|
|
2276
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2259
2277
|
// Rose aliases
|
|
2260
2278
|
export { default as RoseIcon } from '../icons/rose';
|
|
2261
2279
|
// RotateCcwKey aliases
|
|
2262
2280
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2263
2281
|
// RotateCcwSquare aliases
|
|
2264
2282
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2283
|
+
// RotateCwFadingClock aliases
|
|
2284
|
+
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2265
2285
|
// RotateCcw aliases
|
|
2266
2286
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2267
2287
|
// RotateCwSquare aliases
|
|
2268
2288
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2269
|
-
// RotateCwFadingClock aliases
|
|
2270
|
-
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2271
2289
|
// RotateCw aliases
|
|
2272
2290
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2273
2291
|
// RouteOff aliases
|
|
2274
2292
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2275
|
-
// Route aliases
|
|
2276
|
-
export { default as RouteIcon } from '../icons/route';
|
|
2277
2293
|
// Router aliases
|
|
2278
2294
|
export { default as RouterIcon } from '../icons/router';
|
|
2279
|
-
//
|
|
2280
|
-
export { default as
|
|
2295
|
+
// Route aliases
|
|
2296
|
+
export { default as RouteIcon } from '../icons/route';
|
|
2281
2297
|
// Rows4 aliases
|
|
2282
2298
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2299
|
+
// Rss aliases
|
|
2300
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2283
2301
|
// RulerDimensionLine aliases
|
|
2284
2302
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2285
|
-
// RussianRuble aliases
|
|
2286
|
-
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2287
2303
|
// Ruler aliases
|
|
2288
2304
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2305
|
+
// RussianRuble aliases
|
|
2306
|
+
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2289
2307
|
// Sailboat aliases
|
|
2290
2308
|
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2291
|
-
// Sandwich aliases
|
|
2292
|
-
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2293
2309
|
// Salad aliases
|
|
2294
2310
|
export { default as SaladIcon } from '../icons/salad';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2311
|
+
// Sandwich aliases
|
|
2312
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2297
2313
|
// Satellite aliases
|
|
2298
2314
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2315
|
+
// SatelliteDish aliases
|
|
2316
|
+
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2299
2317
|
// SaudiRiyal aliases
|
|
2300
2318
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2301
2319
|
// SaveAll aliases
|
|
2302
2320
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2303
2321
|
// SaveCheck aliases
|
|
2304
2322
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2305
|
-
// SaveOff aliases
|
|
2306
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2307
2323
|
// SavePen aliases
|
|
2308
2324
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2309
|
-
//
|
|
2310
|
-
export { default as
|
|
2325
|
+
// SaveOff aliases
|
|
2326
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2311
2327
|
// SavePlus aliases
|
|
2312
2328
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2329
|
+
// Save aliases
|
|
2330
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2315
2331
|
// Scale aliases
|
|
2316
2332
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2333
|
+
// Scaling aliases
|
|
2334
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2317
2335
|
// ScanBarcode aliases
|
|
2318
2336
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2319
2337
|
// ScanBox aliases
|
|
@@ -2322,10 +2340,10 @@ export { default as ScanBoxIcon } from '../icons/scan-box';
|
|
|
2322
2340
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2323
2341
|
// ScanFace aliases
|
|
2324
2342
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2325
|
-
// ScanHeart aliases
|
|
2326
|
-
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2327
2343
|
// ScanLine aliases
|
|
2328
2344
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2345
|
+
// ScanHeart aliases
|
|
2346
|
+
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2329
2347
|
// ScanQrCode aliases
|
|
2330
2348
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2331
2349
|
// ScanSearch aliases
|
|
@@ -2340,20 +2358,20 @@ export { default as ScanIcon } from '../icons/scan';
|
|
|
2340
2358
|
export { default as SchoolIcon } from '../icons/school';
|
|
2341
2359
|
// ScissorsLineDashed aliases
|
|
2342
2360
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2343
|
-
// Scissors aliases
|
|
2344
|
-
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2345
2361
|
// Scooter aliases
|
|
2346
2362
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2363
|
+
// Scissors aliases
|
|
2364
|
+
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2347
2365
|
// ScreenShareOff aliases
|
|
2348
2366
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2349
2367
|
// ScreenShare aliases
|
|
2350
2368
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2351
2369
|
// ScrollText aliases
|
|
2352
2370
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2353
|
-
// Scroll aliases
|
|
2354
|
-
export { default as ScrollIcon } from '../icons/scroll';
|
|
2355
2371
|
// SearchAlert aliases
|
|
2356
2372
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2373
|
+
// Scroll aliases
|
|
2374
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2357
2375
|
// SearchCheck aliases
|
|
2358
2376
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2359
2377
|
// SearchCode aliases
|
|
@@ -2368,14 +2386,14 @@ export { default as SearchIcon } from '../icons/search';
|
|
|
2368
2386
|
export { default as SectionIcon } from '../icons/section';
|
|
2369
2387
|
// SendToBack aliases
|
|
2370
2388
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2371
|
-
// Send aliases
|
|
2372
|
-
export { default as SendIcon } from '../icons/send';
|
|
2373
2389
|
// SeparatorHorizontal aliases
|
|
2374
2390
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2375
2391
|
// SeparatorVertical aliases
|
|
2376
2392
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2377
2393
|
// ServerCog aliases
|
|
2378
2394
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2395
|
+
// Send aliases
|
|
2396
|
+
export { default as SendIcon } from '../icons/send';
|
|
2379
2397
|
// ServerCrash aliases
|
|
2380
2398
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2381
2399
|
// ServerOff aliases
|
|
@@ -2384,10 +2402,10 @@ export { default as ServerOffIcon } from '../icons/server-off';
|
|
|
2384
2402
|
export { default as ServerIcon } from '../icons/server';
|
|
2385
2403
|
// ServerPlus aliases
|
|
2386
2404
|
export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
2387
|
-
// Settings aliases
|
|
2388
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2389
2405
|
// Settings2 aliases
|
|
2390
2406
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2407
|
+
// Settings aliases
|
|
2408
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2391
2409
|
// Shapes aliases
|
|
2392
2410
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2393
2411
|
// Share2 aliases
|
|
@@ -2406,46 +2424,46 @@ export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
|
2406
2424
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2407
2425
|
// ShieldCheck aliases
|
|
2408
2426
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2427
|
+
// ShieldCog aliases
|
|
2428
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2409
2429
|
// ShieldCogCorner aliases
|
|
2410
2430
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2431
|
+
// ShieldLock aliases
|
|
2432
|
+
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2411
2433
|
// ShieldEllipsis aliases
|
|
2412
2434
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2413
|
-
// ShieldCog aliases
|
|
2414
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2415
2435
|
// ShieldHalf aliases
|
|
2416
2436
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2417
|
-
// ShieldLock aliases
|
|
2418
|
-
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2419
|
-
// ShieldKeyhole aliases
|
|
2420
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2421
2437
|
// ShieldMinus aliases
|
|
2422
2438
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2439
|
+
// ShieldKeyhole aliases
|
|
2440
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2423
2441
|
// ShieldOff aliases
|
|
2424
2442
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2425
|
-
// ShieldUser aliases
|
|
2426
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2427
2443
|
// ShieldPlus aliases
|
|
2428
2444
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2445
|
+
// ShieldUser aliases
|
|
2446
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2429
2447
|
// Shield aliases
|
|
2430
2448
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2431
|
-
// ShipCargo aliases
|
|
2432
|
-
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2433
2449
|
// ShipWheel aliases
|
|
2434
2450
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2451
|
+
// ShipCargo aliases
|
|
2452
|
+
export { default as ShipCargoIcon } from '../icons/ship-cargo';
|
|
2435
2453
|
// Ship aliases
|
|
2436
2454
|
export { default as ShipIcon } from '../icons/ship';
|
|
2437
|
-
// Shirt aliases
|
|
2438
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2439
2455
|
// ShoppingBag aliases
|
|
2440
2456
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2457
|
+
// Shirt aliases
|
|
2458
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2459
|
+
// ShoppingCart aliases
|
|
2460
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2443
2461
|
// Shovel aliases
|
|
2444
2462
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2463
|
+
// ShoppingBasket aliases
|
|
2464
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2445
2465
|
// ShowerHead aliases
|
|
2446
2466
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2447
|
-
// ShoppingCart aliases
|
|
2448
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2449
2467
|
// Shredder aliases
|
|
2450
2468
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2451
2469
|
// Shrimp aliases
|
|
@@ -2456,14 +2474,14 @@ export { default as ShrinkIcon } from '../icons/shrink';
|
|
|
2456
2474
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2457
2475
|
// Shuffle aliases
|
|
2458
2476
|
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2459
|
-
// Sigma aliases
|
|
2460
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2461
2477
|
// SignalHigh aliases
|
|
2462
2478
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2463
2479
|
// SignalLow aliases
|
|
2464
2480
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2465
2481
|
// SignalMedium aliases
|
|
2466
2482
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2483
|
+
// Sigma aliases
|
|
2484
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2467
2485
|
// SignalZero aliases
|
|
2468
2486
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2469
2487
|
// Signal aliases
|
|
@@ -2474,86 +2492,84 @@ export { default as SignatureIcon } from '../icons/signature';
|
|
|
2474
2492
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2475
2493
|
// Signpost aliases
|
|
2476
2494
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2477
|
-
// SkipBack aliases
|
|
2478
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2479
2495
|
// Siren aliases
|
|
2480
2496
|
export { default as SirenIcon } from '../icons/siren';
|
|
2497
|
+
// SkipBack aliases
|
|
2498
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2481
2499
|
// SkipForward aliases
|
|
2482
2500
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2483
2501
|
// Skull aliases
|
|
2484
2502
|
export { default as SkullIcon } from '../icons/skull';
|
|
2485
|
-
// Slash aliases
|
|
2486
|
-
export { default as SlashIcon } from '../icons/slash';
|
|
2487
2503
|
// Slice aliases
|
|
2488
2504
|
export { default as SliceIcon } from '../icons/slice';
|
|
2489
|
-
//
|
|
2490
|
-
export { default as
|
|
2505
|
+
// Slash aliases
|
|
2506
|
+
export { default as SlashIcon } from '../icons/slash';
|
|
2491
2507
|
// SmartphoneCharging aliases
|
|
2492
2508
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2509
|
+
// SlidersHorizontal aliases
|
|
2510
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2493
2511
|
// SmartphoneNfc aliases
|
|
2494
2512
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2495
2513
|
// Smartphone aliases
|
|
2496
2514
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2497
2515
|
// Snail aliases
|
|
2498
2516
|
export { default as SnailIcon } from '../icons/snail';
|
|
2499
|
-
// Snowflake aliases
|
|
2500
|
-
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2501
2517
|
// SoapDispenserDroplet aliases
|
|
2502
2518
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2519
|
+
// Snowflake aliases
|
|
2520
|
+
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2503
2521
|
// Sofa aliases
|
|
2504
2522
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2505
|
-
// SolarPanel aliases
|
|
2506
|
-
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2507
2523
|
// Soup aliases
|
|
2508
2524
|
export { default as SoupIcon } from '../icons/soup';
|
|
2525
|
+
// SolarPanel aliases
|
|
2526
|
+
export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
2509
2527
|
// Space aliases
|
|
2510
2528
|
export { default as SpaceIcon } from '../icons/space';
|
|
2511
|
-
// Spade aliases
|
|
2512
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2513
2529
|
// Sparkle aliases
|
|
2514
2530
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2531
|
+
// Spade aliases
|
|
2532
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2515
2533
|
// Speaker aliases
|
|
2516
2534
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2517
2535
|
// Speech aliases
|
|
2518
2536
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2519
|
-
// SpellCheck aliases
|
|
2520
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2521
2537
|
// SpellCheck2 aliases
|
|
2522
2538
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2539
|
+
// SpellCheck aliases
|
|
2540
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2523
2541
|
// SplinePointer aliases
|
|
2524
2542
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2525
|
-
// Split aliases
|
|
2526
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2527
2543
|
// Spline aliases
|
|
2528
2544
|
export { default as SplineIcon } from '../icons/spline';
|
|
2529
2545
|
// Spool aliases
|
|
2530
2546
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2547
|
+
// Split aliases
|
|
2548
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2549
|
+
// Spotlight aliases
|
|
2550
|
+
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2531
2551
|
// SportShoe aliases
|
|
2532
2552
|
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2533
2553
|
// SprayCan aliases
|
|
2534
2554
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2535
|
-
// Spotlight aliases
|
|
2536
|
-
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2537
2555
|
// Sprout aliases
|
|
2538
2556
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2539
2557
|
// SquareArrowRightEnter aliases
|
|
2540
2558
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2541
2559
|
// SquareArrowRightExit aliases
|
|
2542
2560
|
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2543
|
-
// SquareDashedBottom aliases
|
|
2544
|
-
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2545
2561
|
// SquareDashedBottomCode aliases
|
|
2546
2562
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2563
|
+
// SquareDashedBottom aliases
|
|
2564
|
+
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2565
|
+
// SquareDashedTopSolid aliases
|
|
2566
|
+
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2547
2567
|
// SquareDimensions aliases
|
|
2548
2568
|
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2549
2569
|
// SquareOff aliases
|
|
2550
2570
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2551
2571
|
// SquarePause aliases
|
|
2552
2572
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2553
|
-
// SquareDashedTopSolid aliases
|
|
2554
|
-
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2555
|
-
// SquareRoundCorner aliases
|
|
2556
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2557
2573
|
// SquareRadical aliases
|
|
2558
2574
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2559
2575
|
// SquareSquare aliases
|
|
@@ -2562,14 +2578,16 @@ export { default as SquareSquareIcon } from '../icons/square-square';
|
|
|
2562
2578
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2563
2579
|
// SquareStar aliases
|
|
2564
2580
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2581
|
+
// SquareRoundCorner aliases
|
|
2582
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2565
2583
|
// SquareStop aliases
|
|
2566
2584
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2585
|
+
// Square aliases
|
|
2586
|
+
export { default as SquareIcon } from '../icons/square';
|
|
2567
2587
|
// SquareText aliases
|
|
2568
2588
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2569
2589
|
// SquaresExclude aliases
|
|
2570
2590
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2571
|
-
// Square aliases
|
|
2572
|
-
export { default as SquareIcon } from '../icons/square';
|
|
2573
2591
|
// SquaresIntersect aliases
|
|
2574
2592
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2575
2593
|
// SquaresSubtract aliases
|
|
@@ -2584,74 +2602,74 @@ export { default as SquircleIcon } from '../icons/squircle';
|
|
|
2584
2602
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2585
2603
|
// Stamp aliases
|
|
2586
2604
|
export { default as StampIcon } from '../icons/stamp';
|
|
2605
|
+
// StarCheck aliases
|
|
2606
|
+
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2587
2607
|
// StarHalf aliases
|
|
2588
2608
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2609
|
+
// StarMinus aliases
|
|
2610
|
+
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2589
2611
|
// StarOff aliases
|
|
2590
2612
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2591
|
-
// StarCheck aliases
|
|
2592
|
-
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2593
2613
|
// StarPlus aliases
|
|
2594
2614
|
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2595
2615
|
// StarX aliases
|
|
2596
2616
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2597
2617
|
// Star aliases
|
|
2598
2618
|
export { default as StarIcon } from '../icons/star';
|
|
2599
|
-
// StarMinus aliases
|
|
2600
|
-
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2601
2619
|
// StepBack aliases
|
|
2602
2620
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2603
2621
|
// StepForward aliases
|
|
2604
2622
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2605
|
-
// Stethoscope aliases
|
|
2606
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2607
2623
|
// Sticker aliases
|
|
2608
2624
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2625
|
+
// Stethoscope aliases
|
|
2626
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2609
2627
|
// StickyNoteCheck aliases
|
|
2610
2628
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2611
2629
|
// StickyNoteMinus aliases
|
|
2612
2630
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2631
|
+
// StickyNoteOff aliases
|
|
2632
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2613
2633
|
// StickyNotePlus aliases
|
|
2614
2634
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2615
2635
|
// StickyNoteX aliases
|
|
2616
2636
|
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2617
|
-
// StickyNoteOff aliases
|
|
2618
|
-
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2619
2637
|
// StickyNote aliases
|
|
2620
2638
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2621
2639
|
// StickyNotes aliases
|
|
2622
2640
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2623
2641
|
// Stone aliases
|
|
2624
2642
|
export { default as StoneIcon } from '../icons/stone';
|
|
2625
|
-
//
|
|
2626
|
-
export { default as
|
|
2643
|
+
// StretchHorizontal aliases
|
|
2644
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2627
2645
|
// StretchVertical aliases
|
|
2628
2646
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2647
|
+
// Store aliases
|
|
2648
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2629
2649
|
// Strikethrough aliases
|
|
2630
2650
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2631
|
-
// StretchHorizontal aliases
|
|
2632
|
-
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2633
|
-
// Summary aliases
|
|
2634
|
-
export { default as SummaryIcon } from '../icons/summary';
|
|
2635
|
-
// SunDim aliases
|
|
2636
|
-
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2637
2651
|
// Subscript aliases
|
|
2638
2652
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2653
|
+
// Summary aliases
|
|
2654
|
+
export { default as SummaryIcon } from '../icons/summary';
|
|
2639
2655
|
// SunMedium aliases
|
|
2640
2656
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2641
|
-
// SunSnow aliases
|
|
2642
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2643
2657
|
// SunMoon aliases
|
|
2644
2658
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2645
|
-
//
|
|
2646
|
-
export { default as
|
|
2659
|
+
// SunDim aliases
|
|
2660
|
+
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2661
|
+
// SunSnow aliases
|
|
2662
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2647
2663
|
// Sunrise aliases
|
|
2648
2664
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2665
|
+
// Sun aliases
|
|
2666
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2649
2667
|
// Sunset aliases
|
|
2650
2668
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2651
|
-
// SwatchBook aliases
|
|
2652
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2653
2669
|
// Superscript aliases
|
|
2654
2670
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2671
|
+
// SwatchBook aliases
|
|
2672
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2655
2673
|
// SwissFranc aliases
|
|
2656
2674
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2657
2675
|
// SwitchCamera aliases
|
|
@@ -2662,46 +2680,46 @@ export { default as SwordIcon } from '../icons/sword';
|
|
|
2662
2680
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2663
2681
|
// Syringe aliases
|
|
2664
2682
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2665
|
-
// TableCellsMerge aliases
|
|
2666
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2667
2683
|
// Table2 aliases
|
|
2668
2684
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2685
|
+
// TableCellsMerge aliases
|
|
2686
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2669
2687
|
// TableCellsSplit aliases
|
|
2670
2688
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2671
2689
|
// TableColumnsSplit aliases
|
|
2672
2690
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2673
2691
|
// TableOfContents aliases
|
|
2674
2692
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2693
|
+
// TableProperties aliases
|
|
2694
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2675
2695
|
// TableRowsSplit aliases
|
|
2676
2696
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2677
2697
|
// Table aliases
|
|
2678
2698
|
export { default as TableIcon } from '../icons/table';
|
|
2679
|
-
// TableProperties aliases
|
|
2680
|
-
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2681
|
-
// TabletSmartphone aliases
|
|
2682
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2683
2699
|
// Tablet aliases
|
|
2684
2700
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2685
|
-
//
|
|
2686
|
-
export { default as
|
|
2701
|
+
// TabletSmartphone aliases
|
|
2702
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2687
2703
|
// Tablets aliases
|
|
2688
2704
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2705
|
+
// TagPlus aliases
|
|
2706
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2691
2707
|
// TagX aliases
|
|
2692
2708
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2693
2709
|
// Tag aliases
|
|
2694
2710
|
export { default as TagIcon } from '../icons/tag';
|
|
2711
|
+
// Tags aliases
|
|
2712
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2695
2713
|
// Tally1 aliases
|
|
2696
2714
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2697
2715
|
// Tally2 aliases
|
|
2698
2716
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2699
2717
|
// Tally3 aliases
|
|
2700
2718
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2701
|
-
// Tally5 aliases
|
|
2702
|
-
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2703
2719
|
// Tally4 aliases
|
|
2704
2720
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2721
|
+
// Tally5 aliases
|
|
2722
|
+
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2705
2723
|
// Tangent aliases
|
|
2706
2724
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2707
2725
|
// Target aliases
|
|
@@ -2710,12 +2728,12 @@ export { default as TargetIcon } from '../icons/target';
|
|
|
2710
2728
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2711
2729
|
// Tent aliases
|
|
2712
2730
|
export { default as TentIcon } from '../icons/tent';
|
|
2731
|
+
// Terminal aliases
|
|
2732
|
+
export { default as TerminalIcon } from '../icons/terminal';
|
|
2713
2733
|
// TentTree aliases
|
|
2714
2734
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2715
2735
|
// TestTube aliases
|
|
2716
2736
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2717
|
-
// Terminal aliases
|
|
2718
|
-
export { default as TerminalIcon } from '../icons/terminal';
|
|
2719
2737
|
// TestTubes aliases
|
|
2720
2738
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2721
2739
|
// TextCursorInput aliases
|
|
@@ -2724,20 +2742,20 @@ export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
|
2724
2742
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2725
2743
|
// TextQuote aliases
|
|
2726
2744
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2727
|
-
// Theater aliases
|
|
2728
|
-
export { default as TheaterIcon } from '../icons/theater';
|
|
2729
2745
|
// TextSearch aliases
|
|
2730
2746
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2747
|
+
// Theater aliases
|
|
2748
|
+
export { default as TheaterIcon } from '../icons/theater';
|
|
2731
2749
|
// ThermometerSnowflake aliases
|
|
2732
2750
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2733
2751
|
// ThermometerSun aliases
|
|
2734
2752
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2735
|
-
// ThumbsDown aliases
|
|
2736
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2737
2753
|
// Thermometer aliases
|
|
2738
2754
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2739
2755
|
// ThumbsUp aliases
|
|
2740
2756
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2757
|
+
// ThumbsDown aliases
|
|
2758
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2741
2759
|
// TicketCheck aliases
|
|
2742
2760
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2743
2761
|
// TicketMinus aliases
|
|
@@ -2746,28 +2764,28 @@ export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
|
2746
2764
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2747
2765
|
// TicketPlus aliases
|
|
2748
2766
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2749
|
-
// TicketX aliases
|
|
2750
|
-
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2751
2767
|
// TicketSlash aliases
|
|
2752
2768
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2769
|
+
// TicketX aliases
|
|
2770
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2753
2771
|
// Ticket aliases
|
|
2754
2772
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2755
2773
|
// TicketsPlane aliases
|
|
2756
2774
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2757
2775
|
// Tickets aliases
|
|
2758
2776
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2759
|
-
// TimerOff aliases
|
|
2760
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2761
2777
|
// Timeline aliases
|
|
2762
2778
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2779
|
+
// TimerOff aliases
|
|
2780
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2763
2781
|
// TimerReset aliases
|
|
2764
2782
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2765
|
-
// ToggleRight aliases
|
|
2766
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2767
2783
|
// Timer aliases
|
|
2768
2784
|
export { default as TimerIcon } from '../icons/timer';
|
|
2769
2785
|
// ToggleLeft aliases
|
|
2770
2786
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2787
|
+
// ToggleRight aliases
|
|
2788
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2771
2789
|
// Toilet aliases
|
|
2772
2790
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2773
2791
|
// ToolCase aliases
|
|
@@ -2776,20 +2794,20 @@ export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
|
2776
2794
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2777
2795
|
// Tornado aliases
|
|
2778
2796
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2779
|
-
// Torus aliases
|
|
2780
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2781
2797
|
// TouchpadOff aliases
|
|
2782
2798
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2799
|
+
// Torus aliases
|
|
2800
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2783
2801
|
// Touchpad aliases
|
|
2784
2802
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2785
2803
|
// TowelRack aliases
|
|
2786
2804
|
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2787
2805
|
// TowerControl aliases
|
|
2788
2806
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2789
|
-
// Tractor aliases
|
|
2790
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2791
2807
|
// ToyBrick aliases
|
|
2792
2808
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2809
|
+
// Tractor aliases
|
|
2810
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2793
2811
|
// TrafficCone aliases
|
|
2794
2812
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2795
2813
|
// Trailer aliases
|
|
@@ -2802,24 +2820,24 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2802
2820
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2803
2821
|
// Transgender aliases
|
|
2804
2822
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2805
|
-
// Trash aliases
|
|
2806
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2807
2823
|
// Trash2 aliases
|
|
2808
2824
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2825
|
+
// Trash aliases
|
|
2826
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2809
2827
|
// TreeDeciduous aliases
|
|
2810
2828
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2811
|
-
// Trees aliases
|
|
2812
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2813
2829
|
// TreePine aliases
|
|
2814
2830
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2831
|
+
// Trees aliases
|
|
2832
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2815
2833
|
// TrendingDown aliases
|
|
2816
2834
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2817
2835
|
// TrendingUpDown aliases
|
|
2818
2836
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2819
|
-
// TriangleDashed aliases
|
|
2820
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2821
2837
|
// TrendingUp aliases
|
|
2822
2838
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2839
|
+
// TriangleDashed aliases
|
|
2840
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2823
2841
|
// TriangleRight aliases
|
|
2824
2842
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2825
2843
|
// Triangle aliases
|
|
@@ -2832,50 +2850,50 @@ export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
|
2832
2850
|
export { default as TruckIcon } from '../icons/truck';
|
|
2833
2851
|
// TurkishLira aliases
|
|
2834
2852
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2853
|
+
// Turntable aliases
|
|
2854
|
+
export { default as TurntableIcon } from '../icons/turntable';
|
|
2835
2855
|
// Turtle aliases
|
|
2836
2856
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2837
2857
|
// TvMinimalPlay aliases
|
|
2838
2858
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2839
|
-
//
|
|
2840
|
-
export { default as
|
|
2841
|
-
// Type aliases
|
|
2842
|
-
export { default as TypeIcon } from '../icons/type';
|
|
2859
|
+
// TypeOutline aliases
|
|
2860
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2843
2861
|
// Tv aliases
|
|
2844
2862
|
export { default as TvIcon } from '../icons/tv';
|
|
2863
|
+
// Type aliases
|
|
2864
|
+
export { default as TypeIcon } from '../icons/type';
|
|
2845
2865
|
// UmbrellaOff aliases
|
|
2846
2866
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2847
|
-
// TypeOutline aliases
|
|
2848
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2849
|
-
// Underline aliases
|
|
2850
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2851
2867
|
// Umbrella aliases
|
|
2852
2868
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2869
|
+
// Underline aliases
|
|
2870
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2853
2871
|
// Undo2 aliases
|
|
2854
2872
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2855
|
-
// Undo aliases
|
|
2856
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2857
|
-
// UnfoldHorizontal aliases
|
|
2858
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2859
2873
|
// UndoDot aliases
|
|
2860
2874
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2875
|
+
// Undo aliases
|
|
2876
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2861
2877
|
// UnfoldVertical aliases
|
|
2862
2878
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2879
|
+
// UnfoldHorizontal aliases
|
|
2880
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2863
2881
|
// Ungroup aliases
|
|
2864
2882
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2865
|
-
// Unlink aliases
|
|
2866
|
-
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2867
|
-
// Unlink2 aliases
|
|
2868
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2869
2883
|
// Unplug aliases
|
|
2870
2884
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2885
|
+
// Unlink2 aliases
|
|
2886
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2887
|
+
// Unlink aliases
|
|
2888
|
+
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2871
2889
|
// Upload aliases
|
|
2872
2890
|
export { default as UploadIcon } from '../icons/upload';
|
|
2891
|
+
// UsbCPort aliases
|
|
2892
|
+
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2873
2893
|
// Usb aliases
|
|
2874
2894
|
export { default as UsbIcon } from '../icons/usb';
|
|
2875
2895
|
// UserCheck aliases
|
|
2876
2896
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2877
|
-
// UsbCPort aliases
|
|
2878
|
-
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2879
2897
|
// UserCog aliases
|
|
2880
2898
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2881
2899
|
// UserKey aliases
|
|
@@ -2894,10 +2912,10 @@ export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-lef
|
|
|
2894
2912
|
export { default as UserRoundKeyIcon } from '../icons/user-round-key';
|
|
2895
2913
|
// UserRoundPen aliases
|
|
2896
2914
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2897
|
-
// UserRoundSearch aliases
|
|
2898
|
-
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2899
2915
|
// UserSearch aliases
|
|
2900
2916
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2917
|
+
// UserRoundSearch aliases
|
|
2918
|
+
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2901
2919
|
// UserShield aliases
|
|
2902
2920
|
export { default as UserShieldIcon } from '../icons/user-shield';
|
|
2903
2921
|
// UserStar aliases
|
|
@@ -2914,10 +2932,10 @@ export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
|
2914
2932
|
export { default as VanIcon } from '../icons/van';
|
|
2915
2933
|
// Variable aliases
|
|
2916
2934
|
export { default as VariableIcon } from '../icons/variable';
|
|
2917
|
-
// VectorSquare aliases
|
|
2918
|
-
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2919
2935
|
// Vault aliases
|
|
2920
2936
|
export { default as VaultIcon } from '../icons/vault';
|
|
2937
|
+
// VectorSquare aliases
|
|
2938
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2921
2939
|
// Vegan aliases
|
|
2922
2940
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2923
2941
|
// VenetianMask aliases
|
|
@@ -2960,16 +2978,16 @@ export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
|
2960
2978
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2961
2979
|
// Wallpaper aliases
|
|
2962
2980
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2981
|
+
// Wand aliases
|
|
2982
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2963
2983
|
// Warehouse aliases
|
|
2964
2984
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2965
2985
|
// WashingMachine aliases
|
|
2966
2986
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2967
|
-
// Wand aliases
|
|
2968
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2969
|
-
// WavesArrowDown aliases
|
|
2970
|
-
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2971
2987
|
// Watch aliases
|
|
2972
2988
|
export { default as WatchIcon } from '../icons/watch';
|
|
2989
|
+
// WavesArrowDown aliases
|
|
2990
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2973
2991
|
// WavesArrowUp aliases
|
|
2974
2992
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2975
2993
|
// WavesLadder aliases
|
|
@@ -2988,10 +3006,10 @@ export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
|
2988
3006
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2989
3007
|
// WeightTilde aliases
|
|
2990
3008
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2991
|
-
// Weight aliases
|
|
2992
|
-
export { default as WeightIcon } from '../icons/weight';
|
|
2993
3009
|
// WheatOff aliases
|
|
2994
3010
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
3011
|
+
// Weight aliases
|
|
3012
|
+
export { default as WeightIcon } from '../icons/weight';
|
|
2995
3013
|
// Wheat aliases
|
|
2996
3014
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2997
3015
|
// WholeWord aliases
|
|
@@ -3004,26 +3022,26 @@ export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
|
3004
3022
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
3005
3023
|
// WifiOff aliases
|
|
3006
3024
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
3007
|
-
// WifiSync aliases
|
|
3008
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3009
3025
|
// WifiPen aliases
|
|
3010
3026
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
3027
|
+
// WifiSync aliases
|
|
3028
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
3011
3029
|
// WifiZero aliases
|
|
3012
3030
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
3013
3031
|
// Wifi aliases
|
|
3014
3032
|
export { default as WifiIcon } from '../icons/wifi';
|
|
3015
|
-
// WindArrowDown aliases
|
|
3016
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3017
3033
|
// Wind aliases
|
|
3018
3034
|
export { default as WindIcon } from '../icons/wind';
|
|
3019
3035
|
// WineOff aliases
|
|
3020
3036
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3037
|
+
// WindArrowDown aliases
|
|
3038
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
3023
3039
|
// Wine aliases
|
|
3024
3040
|
export { default as WineIcon } from '../icons/wine';
|
|
3025
3041
|
// Worm aliases
|
|
3026
3042
|
export { default as WormIcon } from '../icons/worm';
|
|
3043
|
+
// Workflow aliases
|
|
3044
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3027
3045
|
// WrenchOff aliases
|
|
3028
3046
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3029
3047
|
// Wrench aliases
|
|
@@ -3044,24 +3062,24 @@ export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
|
3044
3062
|
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3045
3063
|
// ZodiacCapricorn aliases
|
|
3046
3064
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3047
|
-
// ZodiacLeo aliases
|
|
3048
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3049
3065
|
// ZodiacGemini aliases
|
|
3050
3066
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3067
|
+
// ZodiacLeo aliases
|
|
3068
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3051
3069
|
// ZodiacLibra aliases
|
|
3052
3070
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3053
3071
|
// ZodiacOphiuchus aliases
|
|
3054
3072
|
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3055
3073
|
// ZodiacPisces aliases
|
|
3056
3074
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3057
|
-
// ZodiacScorpio aliases
|
|
3058
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3059
3075
|
// ZodiacSagittarius aliases
|
|
3060
3076
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3061
3077
|
// ZodiacTaurus aliases
|
|
3062
3078
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3063
3079
|
// ZodiacVirgo aliases
|
|
3064
3080
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3081
|
+
// ZodiacScorpio aliases
|
|
3082
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3065
3083
|
// ZoomIn aliases
|
|
3066
3084
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3067
3085
|
// ZoomOut aliases
|
|
@@ -3092,12 +3110,6 @@ export {
|
|
|
3092
3110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3093
3111
|
default as AlarmPlusIcon
|
|
3094
3112
|
} from '../icons/alarm-clock-plus';
|
|
3095
|
-
// ArrowDownZA aliases
|
|
3096
|
-
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3097
|
-
export {
|
|
3098
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3099
|
-
default as ArrowDownZaIcon
|
|
3100
|
-
} from '../icons/arrow-down-z-a';
|
|
3101
3113
|
// ArrowDownAZ aliases
|
|
3102
3114
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3103
3115
|
export {
|
|
@@ -3110,6 +3122,12 @@ export {
|
|
|
3110
3122
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
3111
3123
|
default as SortDescIcon
|
|
3112
3124
|
} from '../icons/arrow-down-wide-narrow';
|
|
3125
|
+
// ArrowDownZA aliases
|
|
3126
|
+
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
3127
|
+
export {
|
|
3128
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3129
|
+
default as ArrowDownZaIcon
|
|
3130
|
+
} from '../icons/arrow-down-z-a';
|
|
3113
3131
|
// ArrowUpAZ aliases
|
|
3114
3132
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3115
3133
|
export {
|
|
@@ -3134,48 +3152,42 @@ export {
|
|
|
3134
3152
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. */
|
|
3135
3153
|
default as Axis3DIcon
|
|
3136
3154
|
} from '../icons/axis-3d';
|
|
3137
|
-
// BadgeQuestionMark aliases
|
|
3138
|
-
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3139
|
-
export {
|
|
3140
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3141
|
-
default as BadgeHelpIcon
|
|
3142
|
-
} from '../icons/badge-question-mark';
|
|
3143
3155
|
// BadgeCheck aliases
|
|
3144
3156
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3145
3157
|
export {
|
|
3146
3158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3147
3159
|
default as VerifiedIcon
|
|
3148
3160
|
} from '../icons/badge-check';
|
|
3161
|
+
// BadgeQuestionMark aliases
|
|
3162
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
3163
|
+
export {
|
|
3164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3165
|
+
default as BadgeHelpIcon
|
|
3166
|
+
} from '../icons/badge-question-mark';
|
|
3149
3167
|
// BetweenHorizontalEnd aliases
|
|
3150
3168
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3151
3169
|
export {
|
|
3152
3170
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3153
3171
|
default as BetweenHorizonalEndIcon
|
|
3154
3172
|
} from '../icons/between-horizontal-end';
|
|
3155
|
-
// BetweenHorizontalStart aliases
|
|
3156
|
-
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3159
|
-
default as BetweenHorizonalStartIcon
|
|
3160
|
-
} from '../icons/between-horizontal-start';
|
|
3161
3173
|
// BookDashed aliases
|
|
3162
3174
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
3163
3175
|
export {
|
|
3164
3176
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. */
|
|
3165
3177
|
default as BookTemplateIcon
|
|
3166
3178
|
} from '../icons/book-dashed';
|
|
3179
|
+
// BetweenHorizontalStart aliases
|
|
3180
|
+
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3181
|
+
export {
|
|
3182
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
3183
|
+
default as BetweenHorizonalStartIcon
|
|
3184
|
+
} from '../icons/between-horizontal-start';
|
|
3167
3185
|
// Braces aliases
|
|
3168
3186
|
export { default as BracesIcon } from '../icons/braces';
|
|
3169
3187
|
export {
|
|
3170
3188
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3171
3189
|
default as CurlyBracesIcon
|
|
3172
3190
|
} from '../icons/braces';
|
|
3173
|
-
// Captions aliases
|
|
3174
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
3175
|
-
export {
|
|
3176
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3177
|
-
default as SubtitlesIcon
|
|
3178
|
-
} from '../icons/captions';
|
|
3179
3191
|
// ChartArea aliases
|
|
3180
3192
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3181
3193
|
export {
|
|
@@ -3188,6 +3200,12 @@ export {
|
|
|
3188
3200
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3189
3201
|
default as BarChartHorizontalBigIcon
|
|
3190
3202
|
} from '../icons/chart-bar-big';
|
|
3203
|
+
// Captions aliases
|
|
3204
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
3205
|
+
export {
|
|
3206
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3207
|
+
default as SubtitlesIcon
|
|
3208
|
+
} from '../icons/captions';
|
|
3191
3209
|
// ChartBar aliases
|
|
3192
3210
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3193
3211
|
export {
|
|
@@ -3218,12 +3236,6 @@ export {
|
|
|
3218
3236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3219
3237
|
default as BarChart3Icon
|
|
3220
3238
|
} from '../icons/chart-column';
|
|
3221
|
-
// ChartLine aliases
|
|
3222
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3225
|
-
default as LineChartIcon
|
|
3226
|
-
} from '../icons/chart-line';
|
|
3227
3239
|
// ChartNoAxesColumnIncreasing aliases
|
|
3228
3240
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3229
3241
|
export {
|
|
@@ -3236,42 +3248,54 @@ export {
|
|
|
3236
3248
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
3237
3249
|
default as BarChart2Icon
|
|
3238
3250
|
} from '../icons/chart-no-axes-column';
|
|
3251
|
+
// ChartLine aliases
|
|
3252
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3253
|
+
export {
|
|
3254
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3255
|
+
default as LineChartIcon
|
|
3256
|
+
} from '../icons/chart-line';
|
|
3239
3257
|
// ChartNoAxesGantt aliases
|
|
3240
3258
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3241
3259
|
export {
|
|
3242
3260
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3243
3261
|
default as GanttChartIcon
|
|
3244
3262
|
} from '../icons/chart-no-axes-gantt';
|
|
3245
|
-
// ChartPie aliases
|
|
3246
|
-
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3247
|
-
export {
|
|
3248
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3249
|
-
default as PieChartIcon
|
|
3250
|
-
} from '../icons/chart-pie';
|
|
3251
3263
|
// ChartScatter aliases
|
|
3252
3264
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3253
3265
|
export {
|
|
3254
3266
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. */
|
|
3255
3267
|
default as ScatterChartIcon
|
|
3256
3268
|
} from '../icons/chart-scatter';
|
|
3269
|
+
// ChartPie aliases
|
|
3270
|
+
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3271
|
+
export {
|
|
3272
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3273
|
+
default as PieChartIcon
|
|
3274
|
+
} from '../icons/chart-pie';
|
|
3257
3275
|
// CircleAlert aliases
|
|
3258
3276
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3259
3277
|
export {
|
|
3260
3278
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3261
3279
|
default as AlertCircleIcon
|
|
3262
3280
|
} from '../icons/circle-alert';
|
|
3281
|
+
// CircleArrowDown aliases
|
|
3282
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3283
|
+
export {
|
|
3284
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3285
|
+
default as ArrowDownCircleIcon
|
|
3286
|
+
} from '../icons/circle-arrow-down';
|
|
3263
3287
|
// CircleArrowLeft aliases
|
|
3264
3288
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3265
3289
|
export {
|
|
3266
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3267
3291
|
default as ArrowLeftCircleIcon
|
|
3268
3292
|
} from '../icons/circle-arrow-left';
|
|
3269
|
-
//
|
|
3270
|
-
export { default as
|
|
3293
|
+
// CircleArrowOutDownLeft aliases
|
|
3294
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3271
3295
|
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3273
|
-
default as
|
|
3274
|
-
} from '../icons/circle-arrow-down';
|
|
3296
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
3297
|
+
default as ArrowDownLeftFromCircleIcon
|
|
3298
|
+
} from '../icons/circle-arrow-out-down-left';
|
|
3275
3299
|
// CircleArrowOutDownRight aliases
|
|
3276
3300
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
3277
3301
|
export {
|
|
@@ -3284,24 +3308,24 @@ export {
|
|
|
3284
3308
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3285
3309
|
default as ArrowUpLeftFromCircleIcon
|
|
3286
3310
|
} from '../icons/circle-arrow-out-up-left';
|
|
3287
|
-
//
|
|
3288
|
-
export { default as
|
|
3311
|
+
// CircleArrowOutUpRight aliases
|
|
3312
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3289
3313
|
export {
|
|
3290
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3291
|
-
default as
|
|
3292
|
-
} from '../icons/circle-arrow-out-
|
|
3314
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3315
|
+
default as ArrowUpRightFromCircleIcon
|
|
3316
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
3293
3317
|
// CircleArrowRight aliases
|
|
3294
3318
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3295
3319
|
export {
|
|
3296
3320
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3297
3321
|
default as ArrowRightCircleIcon
|
|
3298
3322
|
} from '../icons/circle-arrow-right';
|
|
3299
|
-
//
|
|
3300
|
-
export { default as
|
|
3323
|
+
// CircleCheck aliases
|
|
3324
|
+
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3301
3325
|
export {
|
|
3302
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3303
|
-
default as
|
|
3304
|
-
} from '../icons/circle-
|
|
3326
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3327
|
+
default as CheckCircle2Icon
|
|
3328
|
+
} from '../icons/circle-check';
|
|
3305
3329
|
// CircleArrowUp aliases
|
|
3306
3330
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3307
3331
|
export {
|
|
@@ -3314,24 +3338,18 @@ export {
|
|
|
3314
3338
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3315
3339
|
default as CheckCircleIcon
|
|
3316
3340
|
} from '../icons/circle-check-big';
|
|
3317
|
-
//
|
|
3318
|
-
export { default as
|
|
3341
|
+
// CircleChevronDown aliases
|
|
3342
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3319
3343
|
export {
|
|
3320
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3321
|
-
default as
|
|
3322
|
-
} from '../icons/circle-
|
|
3344
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3345
|
+
default as ChevronDownCircleIcon
|
|
3346
|
+
} from '../icons/circle-chevron-down';
|
|
3323
3347
|
// CircleChevronLeft aliases
|
|
3324
3348
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3325
3349
|
export {
|
|
3326
3350
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
3327
3351
|
default as ChevronLeftCircleIcon
|
|
3328
3352
|
} from '../icons/circle-chevron-left';
|
|
3329
|
-
// CircleChevronDown aliases
|
|
3330
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3331
|
-
export {
|
|
3332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
3333
|
-
default as ChevronDownCircleIcon
|
|
3334
|
-
} from '../icons/circle-chevron-down';
|
|
3335
3353
|
// CircleChevronRight aliases
|
|
3336
3354
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3337
3355
|
export {
|
|
@@ -3344,18 +3362,18 @@ export {
|
|
|
3344
3362
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. */
|
|
3345
3363
|
default as ChevronUpCircleIcon
|
|
3346
3364
|
} from '../icons/circle-chevron-up';
|
|
3347
|
-
// CircleDivide aliases
|
|
3348
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3349
|
-
export {
|
|
3350
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3351
|
-
default as DivideCircleIcon
|
|
3352
|
-
} from '../icons/circle-divide';
|
|
3353
3365
|
// CircleGauge aliases
|
|
3354
3366
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3355
3367
|
export {
|
|
3356
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3357
3369
|
default as GaugeCircleIcon
|
|
3358
3370
|
} from '../icons/circle-gauge';
|
|
3371
|
+
// CircleDivide aliases
|
|
3372
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
3375
|
+
default as DivideCircleIcon
|
|
3376
|
+
} from '../icons/circle-divide';
|
|
3359
3377
|
// CircleMinus aliases
|
|
3360
3378
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3361
3379
|
export {
|
|
@@ -3392,18 +3410,18 @@ export {
|
|
|
3392
3410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3393
3411
|
default as PlayCircleIcon
|
|
3394
3412
|
} from '../icons/circle-play';
|
|
3395
|
-
// CirclePlus aliases
|
|
3396
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3397
|
-
export {
|
|
3398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3399
|
-
default as PlusCircleIcon
|
|
3400
|
-
} from '../icons/circle-plus';
|
|
3401
3413
|
// CirclePower aliases
|
|
3402
3414
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3403
3415
|
export {
|
|
3404
3416
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3405
3417
|
default as PowerCircleIcon
|
|
3406
3418
|
} from '../icons/circle-power';
|
|
3419
|
+
// CirclePlus aliases
|
|
3420
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3421
|
+
export {
|
|
3422
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3423
|
+
default as PlusCircleIcon
|
|
3424
|
+
} from '../icons/circle-plus';
|
|
3407
3425
|
// CircleQuestionMark aliases
|
|
3408
3426
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3409
3427
|
export {
|
|
@@ -3432,54 +3450,48 @@ export {
|
|
|
3432
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3433
3451
|
default as UserCircle2Icon
|
|
3434
3452
|
} from '../icons/circle-user-round';
|
|
3453
|
+
// CircleUser aliases
|
|
3454
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3455
|
+
export {
|
|
3456
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3457
|
+
default as UserCircleIcon
|
|
3458
|
+
} from '../icons/circle-user';
|
|
3435
3459
|
// CircleX aliases
|
|
3436
3460
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3437
3461
|
export {
|
|
3438
3462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3439
3463
|
default as XCircleIcon
|
|
3440
3464
|
} from '../icons/circle-x';
|
|
3465
|
+
// ClipboardPen aliases
|
|
3466
|
+
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3467
|
+
export {
|
|
3468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3469
|
+
default as ClipboardEditIcon
|
|
3470
|
+
} from '../icons/clipboard-pen';
|
|
3441
3471
|
// ClipboardPenLine aliases
|
|
3442
3472
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3443
3473
|
export {
|
|
3444
3474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3445
|
-
default as ClipboardSignatureIcon
|
|
3446
|
-
} from '../icons/clipboard-pen-line';
|
|
3447
|
-
// CircleUser aliases
|
|
3448
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3449
|
-
export {
|
|
3450
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3451
|
-
default as UserCircleIcon
|
|
3452
|
-
} from '../icons/circle-user';
|
|
3475
|
+
default as ClipboardSignatureIcon
|
|
3476
|
+
} from '../icons/clipboard-pen-line';
|
|
3453
3477
|
// CloudDownload aliases
|
|
3454
3478
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3455
3479
|
export {
|
|
3456
3480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3457
3481
|
default as DownloadCloudIcon
|
|
3458
3482
|
} from '../icons/cloud-download';
|
|
3459
|
-
// CodeXml aliases
|
|
3460
|
-
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3461
|
-
export {
|
|
3462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3463
|
-
default as Code2Icon
|
|
3464
|
-
} from '../icons/code-xml';
|
|
3465
3483
|
// CloudUpload aliases
|
|
3466
3484
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3467
3485
|
export {
|
|
3468
3486
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3469
3487
|
default as UploadCloudIcon
|
|
3470
3488
|
} from '../icons/cloud-upload';
|
|
3471
|
-
//
|
|
3472
|
-
export { default as
|
|
3473
|
-
export {
|
|
3474
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3475
|
-
default as ColumnsIcon
|
|
3476
|
-
} from '../icons/columns-2';
|
|
3477
|
-
// ClipboardPen aliases
|
|
3478
|
-
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3489
|
+
// CodeXml aliases
|
|
3490
|
+
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3479
3491
|
export {
|
|
3480
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3481
|
-
default as
|
|
3482
|
-
} from '../icons/
|
|
3492
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. */
|
|
3493
|
+
default as Code2Icon
|
|
3494
|
+
} from '../icons/code-xml';
|
|
3483
3495
|
// Columns3Cog aliases
|
|
3484
3496
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3485
3497
|
export {
|
|
@@ -3490,6 +3502,12 @@ export {
|
|
|
3490
3502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3491
3503
|
default as TableConfigIcon
|
|
3492
3504
|
} from '../icons/columns-3-cog';
|
|
3505
|
+
// Columns2 aliases
|
|
3506
|
+
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3507
|
+
export {
|
|
3508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. */
|
|
3509
|
+
default as ColumnsIcon
|
|
3510
|
+
} from '../icons/columns-2';
|
|
3493
3511
|
// Columns3 aliases
|
|
3494
3512
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3495
3513
|
export {
|
|
@@ -3574,18 +3592,18 @@ export {
|
|
|
3574
3592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3575
3593
|
default as FileAxis3DIcon
|
|
3576
3594
|
} from '../icons/file-axis-3d';
|
|
3577
|
-
// FileBadge aliases
|
|
3578
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3579
|
-
export {
|
|
3580
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3581
|
-
default as FileBadge2Icon
|
|
3582
|
-
} from '../icons/file-badge';
|
|
3583
3595
|
// FileBracesCorner aliases
|
|
3584
3596
|
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3585
3597
|
export {
|
|
3586
3598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3587
3599
|
default as FileJson2Icon
|
|
3588
3600
|
} from '../icons/file-braces-corner';
|
|
3601
|
+
// FileBadge aliases
|
|
3602
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3603
|
+
export {
|
|
3604
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3605
|
+
default as FileBadge2Icon
|
|
3606
|
+
} from '../icons/file-badge';
|
|
3589
3607
|
// FileBraces aliases
|
|
3590
3608
|
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3591
3609
|
export {
|
|
@@ -3604,18 +3622,18 @@ export {
|
|
|
3604
3622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
3605
3623
|
default as FileBarChart2Icon
|
|
3606
3624
|
} from '../icons/file-chart-column';
|
|
3607
|
-
// FileChartPie aliases
|
|
3608
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3609
|
-
export {
|
|
3610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3611
|
-
default as FilePieChartIcon
|
|
3612
|
-
} from '../icons/file-chart-pie';
|
|
3613
3625
|
// FileChartLine aliases
|
|
3614
3626
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3615
3627
|
export {
|
|
3616
3628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3617
3629
|
default as FileLineChartIcon
|
|
3618
3630
|
} from '../icons/file-chart-line';
|
|
3631
|
+
// FileChartPie aliases
|
|
3632
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3633
|
+
export {
|
|
3634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3635
|
+
default as FilePieChartIcon
|
|
3636
|
+
} from '../icons/file-chart-pie';
|
|
3619
3637
|
// FileCheckCorner aliases
|
|
3620
3638
|
export { default as FileCheckCornerIcon } from '../icons/file-check-corner';
|
|
3621
3639
|
export {
|
|
@@ -3640,12 +3658,6 @@ export {
|
|
|
3640
3658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. */
|
|
3641
3659
|
default as FileWarningIcon
|
|
3642
3660
|
} from '../icons/file-exclamation-point';
|
|
3643
|
-
// FileLock aliases
|
|
3644
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3645
|
-
export {
|
|
3646
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3647
|
-
default as FileLock2Icon
|
|
3648
|
-
} from '../icons/file-lock';
|
|
3649
3661
|
// FileHeadphone aliases
|
|
3650
3662
|
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3651
3663
|
export {
|
|
@@ -3662,24 +3674,30 @@ export {
|
|
|
3662
3674
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3663
3675
|
default as FileKey2Icon
|
|
3664
3676
|
} from '../icons/file-key';
|
|
3677
|
+
// FileLock aliases
|
|
3678
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3679
|
+
export {
|
|
3680
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3681
|
+
default as FileLock2Icon
|
|
3682
|
+
} from '../icons/file-lock';
|
|
3665
3683
|
// FileMinusCorner aliases
|
|
3666
3684
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3667
3685
|
export {
|
|
3668
3686
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3669
3687
|
default as FileMinus2Icon
|
|
3670
3688
|
} from '../icons/file-minus-corner';
|
|
3671
|
-
// FilePen aliases
|
|
3672
|
-
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3673
|
-
export {
|
|
3674
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3675
|
-
default as FileEditIcon
|
|
3676
|
-
} from '../icons/file-pen';
|
|
3677
3689
|
// FilePenLine aliases
|
|
3678
3690
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3679
3691
|
export {
|
|
3680
3692
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3681
3693
|
default as FileSignatureIcon
|
|
3682
3694
|
} from '../icons/file-pen-line';
|
|
3695
|
+
// FilePen aliases
|
|
3696
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3697
|
+
export {
|
|
3698
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3699
|
+
default as FileEditIcon
|
|
3700
|
+
} from '../icons/file-pen';
|
|
3683
3701
|
// FilePlay aliases
|
|
3684
3702
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3685
3703
|
export {
|
|
@@ -3710,18 +3728,18 @@ export {
|
|
|
3710
3728
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
3711
3729
|
default as FileVolume2Icon
|
|
3712
3730
|
} from '../icons/file-signal';
|
|
3713
|
-
// FileVideoCamera aliases
|
|
3714
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3715
|
-
export {
|
|
3716
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3717
|
-
default as FileVideo2Icon
|
|
3718
|
-
} from '../icons/file-video-camera';
|
|
3719
3731
|
// FileTypeCorner aliases
|
|
3720
3732
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3721
3733
|
export {
|
|
3722
3734
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
3723
3735
|
default as FileType2Icon
|
|
3724
3736
|
} from '../icons/file-type-corner';
|
|
3737
|
+
// FileVideoCamera aliases
|
|
3738
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3739
|
+
export {
|
|
3740
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. */
|
|
3741
|
+
default as FileVideo2Icon
|
|
3742
|
+
} from '../icons/file-video-camera';
|
|
3725
3743
|
// FileXCorner aliases
|
|
3726
3744
|
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3727
3745
|
export {
|
|
@@ -3752,30 +3770,30 @@ export {
|
|
|
3752
3770
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
3753
3771
|
default as FilterXIcon
|
|
3754
3772
|
} from '../icons/funnel-x';
|
|
3755
|
-
// Funnel aliases
|
|
3756
|
-
export { default as FunnelIcon } from '../icons/funnel';
|
|
3757
|
-
export {
|
|
3758
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3759
|
-
default as FilterIcon
|
|
3760
|
-
} from '../icons/funnel';
|
|
3761
|
-
// GitCommitHorizontal aliases
|
|
3762
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3763
|
-
export {
|
|
3764
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3765
|
-
default as GitCommitIcon
|
|
3766
|
-
} from '../icons/git-commit-horizontal';
|
|
3767
3773
|
// Grid2x2Check aliases
|
|
3768
3774
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3769
3775
|
export {
|
|
3770
3776
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. */
|
|
3771
3777
|
default as Grid2X2CheckIcon
|
|
3772
3778
|
} from '../icons/grid-2x2-check';
|
|
3779
|
+
// Funnel aliases
|
|
3780
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3781
|
+
export {
|
|
3782
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
3783
|
+
default as FilterIcon
|
|
3784
|
+
} from '../icons/funnel';
|
|
3773
3785
|
// Grid2x2Plus aliases
|
|
3774
3786
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3775
3787
|
export {
|
|
3776
3788
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. */
|
|
3777
3789
|
default as Grid2X2PlusIcon
|
|
3778
3790
|
} from '../icons/grid-2x2-plus';
|
|
3791
|
+
// GitCommitHorizontal aliases
|
|
3792
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3793
|
+
export {
|
|
3794
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. */
|
|
3795
|
+
default as GitCommitIcon
|
|
3796
|
+
} from '../icons/git-commit-horizontal';
|
|
3779
3797
|
// Grid2x2X aliases
|
|
3780
3798
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3781
3799
|
export {
|
|
@@ -3804,12 +3822,6 @@ export {
|
|
|
3804
3822
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3805
3823
|
default as GrabIcon
|
|
3806
3824
|
} from '../icons/hand-grab';
|
|
3807
|
-
// HandHelping aliases
|
|
3808
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3809
|
-
export {
|
|
3810
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3811
|
-
default as HelpingHandIcon
|
|
3812
|
-
} from '../icons/hand-helping';
|
|
3813
3825
|
// House aliases
|
|
3814
3826
|
export { default as HouseIcon } from '../icons/house';
|
|
3815
3827
|
export {
|
|
@@ -3822,18 +3834,24 @@ export {
|
|
|
3822
3834
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. */
|
|
3823
3835
|
default as IceCream2Icon
|
|
3824
3836
|
} from '../icons/ice-cream-bowl';
|
|
3825
|
-
//
|
|
3826
|
-
export { default as
|
|
3837
|
+
// HandHelping aliases
|
|
3838
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3827
3839
|
export {
|
|
3828
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3829
|
-
default as
|
|
3830
|
-
} from '../icons/
|
|
3840
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3841
|
+
default as HelpingHandIcon
|
|
3842
|
+
} from '../icons/hand-helping';
|
|
3831
3843
|
// LaptopMinimal aliases
|
|
3832
3844
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3833
3845
|
export {
|
|
3834
3846
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3835
3847
|
default as Laptop2Icon
|
|
3836
3848
|
} from '../icons/laptop-minimal';
|
|
3849
|
+
// IceCreamCone aliases
|
|
3850
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3851
|
+
export {
|
|
3852
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. */
|
|
3853
|
+
default as IceCreamIcon
|
|
3854
|
+
} from '../icons/ice-cream-cone';
|
|
3837
3855
|
// Layers aliases
|
|
3838
3856
|
export { default as LayersIcon } from '../icons/layers';
|
|
3839
3857
|
export {
|
|
@@ -3860,18 +3878,24 @@ export {
|
|
|
3860
3878
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3861
3879
|
default as IndentIncreaseIcon
|
|
3862
3880
|
} from '../icons/list-indent-increase';
|
|
3881
|
+
// LoaderCircle aliases
|
|
3882
|
+
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3883
|
+
export {
|
|
3884
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. */
|
|
3885
|
+
default as Loader2Icon
|
|
3886
|
+
} from '../icons/loader-circle';
|
|
3863
3887
|
// LockKeyholeOpen aliases
|
|
3864
3888
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3865
3889
|
export {
|
|
3866
3890
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3867
3891
|
default as UnlockKeyholeIcon
|
|
3868
3892
|
} from '../icons/lock-keyhole-open';
|
|
3869
|
-
//
|
|
3870
|
-
export { default as
|
|
3893
|
+
// LockOpen aliases
|
|
3894
|
+
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3871
3895
|
export {
|
|
3872
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3873
|
-
default as
|
|
3874
|
-
} from '../icons/
|
|
3896
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3897
|
+
default as UnlockIcon
|
|
3898
|
+
} from '../icons/lock-open';
|
|
3875
3899
|
// MailQuestionMark aliases
|
|
3876
3900
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3877
3901
|
export {
|
|
@@ -3884,12 +3908,6 @@ export {
|
|
|
3884
3908
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3885
3909
|
default as LocationEditIcon
|
|
3886
3910
|
} from '../icons/map-pin-pen';
|
|
3887
|
-
// LockOpen aliases
|
|
3888
|
-
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3889
|
-
export {
|
|
3890
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. */
|
|
3891
|
-
default as UnlockIcon
|
|
3892
|
-
} from '../icons/lock-open';
|
|
3893
3911
|
// MessageCircleQuestionMark aliases
|
|
3894
3912
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3895
3913
|
export {
|
|
@@ -3914,18 +3932,18 @@ export {
|
|
|
3914
3932
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3915
3933
|
default as Move3DIcon
|
|
3916
3934
|
} from '../icons/move-3d';
|
|
3917
|
-
// OctagonPause aliases
|
|
3918
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3919
|
-
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3921
|
-
default as PauseOctagonIcon
|
|
3922
|
-
} from '../icons/octagon-pause';
|
|
3923
3935
|
// OctagonAlert aliases
|
|
3924
3936
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3925
3937
|
export {
|
|
3926
3938
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3927
3939
|
default as AlertOctagonIcon
|
|
3928
3940
|
} from '../icons/octagon-alert';
|
|
3941
|
+
// OctagonPause aliases
|
|
3942
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3943
|
+
export {
|
|
3944
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3945
|
+
default as PauseOctagonIcon
|
|
3946
|
+
} from '../icons/octagon-pause';
|
|
3929
3947
|
// OctagonX aliases
|
|
3930
3948
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3931
3949
|
export {
|
|
@@ -3938,18 +3956,18 @@ export {
|
|
|
3938
3956
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3939
3957
|
default as Paintbrush2Icon
|
|
3940
3958
|
} from '../icons/paintbrush-vertical';
|
|
3941
|
-
// PanelBottomDashed aliases
|
|
3942
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3945
|
-
default as PanelBottomInactiveIcon
|
|
3946
|
-
} from '../icons/panel-bottom-dashed';
|
|
3947
3959
|
// PanelLeftClose aliases
|
|
3948
3960
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3949
3961
|
export {
|
|
3950
3962
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3951
3963
|
default as SidebarCloseIcon
|
|
3952
3964
|
} from '../icons/panel-left-close';
|
|
3965
|
+
// PanelBottomDashed aliases
|
|
3966
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3967
|
+
export {
|
|
3968
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3969
|
+
default as PanelBottomInactiveIcon
|
|
3970
|
+
} from '../icons/panel-bottom-dashed';
|
|
3953
3971
|
// PanelLeftDashed aliases
|
|
3954
3972
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3955
3973
|
export {
|
|
@@ -3962,30 +3980,30 @@ export {
|
|
|
3962
3980
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3963
3981
|
default as SidebarOpenIcon
|
|
3964
3982
|
} from '../icons/panel-left-open';
|
|
3965
|
-
//
|
|
3966
|
-
export { default as
|
|
3983
|
+
// PanelLeft aliases
|
|
3984
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3967
3985
|
export {
|
|
3968
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3969
|
-
default as
|
|
3970
|
-
} from '../icons/panel-
|
|
3986
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3987
|
+
default as SidebarIcon
|
|
3988
|
+
} from '../icons/panel-left';
|
|
3971
3989
|
// PanelRightDashed aliases
|
|
3972
3990
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3973
3991
|
export {
|
|
3974
3992
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3975
3993
|
default as PanelRightInactiveIcon
|
|
3976
3994
|
} from '../icons/panel-right-dashed';
|
|
3995
|
+
// PanelTopDashed aliases
|
|
3996
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3997
|
+
export {
|
|
3998
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. */
|
|
3999
|
+
default as PanelTopInactiveIcon
|
|
4000
|
+
} from '../icons/panel-top-dashed';
|
|
3977
4001
|
// PanelsTopLeft aliases
|
|
3978
4002
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3979
4003
|
export {
|
|
3980
4004
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. */
|
|
3981
4005
|
default as LayoutIcon
|
|
3982
4006
|
} from '../icons/panels-top-left';
|
|
3983
|
-
// PanelLeft aliases
|
|
3984
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3987
|
-
default as SidebarIcon
|
|
3988
|
-
} from '../icons/panel-left';
|
|
3989
4007
|
// PenLine aliases
|
|
3990
4008
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3991
4009
|
export {
|
|
@@ -4016,18 +4034,18 @@ export {
|
|
|
4016
4034
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4017
4035
|
default as Rotate3DIcon
|
|
4018
4036
|
} from '../icons/rotate-3d';
|
|
4019
|
-
// Rows2 aliases
|
|
4020
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4021
|
-
export {
|
|
4022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4023
|
-
default as RowsIcon
|
|
4024
|
-
} from '../icons/rows-2';
|
|
4025
4037
|
// RotateCcwClock aliases
|
|
4026
4038
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4027
4039
|
export {
|
|
4028
4040
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4029
4041
|
default as HistoryIcon
|
|
4030
4042
|
} from '../icons/rotate-ccw-clock';
|
|
4043
|
+
// Rows2 aliases
|
|
4044
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4045
|
+
export {
|
|
4046
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4047
|
+
default as RowsIcon
|
|
4048
|
+
} from '../icons/rows-2';
|
|
4031
4049
|
// Rows3 aliases
|
|
4032
4050
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4033
4051
|
export {
|
|
@@ -4046,78 +4064,78 @@ export {
|
|
|
4046
4064
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. */
|
|
4047
4065
|
default as SendHorizonalIcon
|
|
4048
4066
|
} from '../icons/send-horizontal';
|
|
4049
|
-
//
|
|
4050
|
-
export { default as
|
|
4067
|
+
// ShieldX aliases
|
|
4068
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4051
4069
|
export {
|
|
4052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4053
|
-
default as
|
|
4054
|
-
} from '../icons/shield-
|
|
4070
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4071
|
+
default as ShieldCloseIcon
|
|
4072
|
+
} from '../icons/shield-x';
|
|
4055
4073
|
// SlidersVertical aliases
|
|
4056
4074
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4057
4075
|
export {
|
|
4058
4076
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4059
4077
|
default as SlidersIcon
|
|
4060
4078
|
} from '../icons/sliders-vertical';
|
|
4061
|
-
//
|
|
4062
|
-
export { default as
|
|
4063
|
-
export {
|
|
4064
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4065
|
-
default as StarsIcon
|
|
4066
|
-
} from '../icons/sparkles';
|
|
4067
|
-
// ShieldX aliases
|
|
4068
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4079
|
+
// ShieldQuestionMark aliases
|
|
4080
|
+
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
4069
4081
|
export {
|
|
4070
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4071
|
-
default as
|
|
4072
|
-
} from '../icons/shield-
|
|
4082
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4083
|
+
default as ShieldQuestionIcon
|
|
4084
|
+
} from '../icons/shield-question-mark';
|
|
4073
4085
|
// SquareActivity aliases
|
|
4074
4086
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4075
4087
|
export {
|
|
4076
4088
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4077
4089
|
default as ActivitySquareIcon
|
|
4078
4090
|
} from '../icons/square-activity';
|
|
4079
|
-
//
|
|
4080
|
-
export { default as
|
|
4091
|
+
// Sparkles aliases
|
|
4092
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4081
4093
|
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4083
|
-
default as
|
|
4084
|
-
} from '../icons/
|
|
4094
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4095
|
+
default as StarsIcon
|
|
4096
|
+
} from '../icons/sparkles';
|
|
4085
4097
|
// SquareArrowDownRight aliases
|
|
4086
4098
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4087
4099
|
export {
|
|
4088
4100
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. */
|
|
4089
4101
|
default as ArrowDownRightSquareIcon
|
|
4090
4102
|
} from '../icons/square-arrow-down-right';
|
|
4103
|
+
// SquareArrowDownLeft aliases
|
|
4104
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4105
|
+
export {
|
|
4106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4107
|
+
default as ArrowDownLeftSquareIcon
|
|
4108
|
+
} from '../icons/square-arrow-down-left';
|
|
4091
4109
|
// SquareArrowDown aliases
|
|
4092
4110
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4093
4111
|
export {
|
|
4094
4112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4095
4113
|
default as ArrowDownSquareIcon
|
|
4096
4114
|
} from '../icons/square-arrow-down';
|
|
4097
|
-
// SquareArrowOutDownLeft aliases
|
|
4098
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4099
|
-
export {
|
|
4100
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4101
|
-
default as ArrowDownLeftFromSquareIcon
|
|
4102
|
-
} from '../icons/square-arrow-out-down-left';
|
|
4103
4115
|
// SquareArrowLeft aliases
|
|
4104
4116
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
4105
4117
|
export {
|
|
4106
4118
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4107
4119
|
default as ArrowLeftSquareIcon
|
|
4108
4120
|
} from '../icons/square-arrow-left';
|
|
4109
|
-
//
|
|
4110
|
-
export { default as
|
|
4121
|
+
// SquareArrowOutDownLeft aliases
|
|
4122
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4111
4123
|
export {
|
|
4112
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4113
|
-
default as
|
|
4114
|
-
} from '../icons/square-arrow-out-down-
|
|
4124
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4125
|
+
default as ArrowDownLeftFromSquareIcon
|
|
4126
|
+
} from '../icons/square-arrow-out-down-left';
|
|
4115
4127
|
// SquareArrowOutUpLeft aliases
|
|
4116
4128
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4117
4129
|
export {
|
|
4118
4130
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4119
4131
|
default as ArrowUpLeftFromSquareIcon
|
|
4120
4132
|
} from '../icons/square-arrow-out-up-left';
|
|
4133
|
+
// SquareArrowOutDownRight aliases
|
|
4134
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4135
|
+
export {
|
|
4136
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4137
|
+
default as ArrowDownRightFromSquareIcon
|
|
4138
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4121
4139
|
// SquareArrowOutUpRight aliases
|
|
4122
4140
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4123
4141
|
export {
|
|
@@ -4130,12 +4148,6 @@ export {
|
|
|
4130
4148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4131
4149
|
default as ArrowRightSquareIcon
|
|
4132
4150
|
} from '../icons/square-arrow-right';
|
|
4133
|
-
// SquareArrowUpLeft aliases
|
|
4134
|
-
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4135
|
-
export {
|
|
4136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4137
|
-
default as ArrowUpLeftSquareIcon
|
|
4138
|
-
} from '../icons/square-arrow-up-left';
|
|
4139
4151
|
// SquareArrowUpRight aliases
|
|
4140
4152
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
4141
4153
|
export {
|
|
@@ -4148,6 +4160,12 @@ export {
|
|
|
4148
4160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. */
|
|
4149
4161
|
default as ArrowUpSquareIcon
|
|
4150
4162
|
} from '../icons/square-arrow-up';
|
|
4163
|
+
// SquareArrowUpLeft aliases
|
|
4164
|
+
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4165
|
+
export {
|
|
4166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. */
|
|
4167
|
+
default as ArrowUpLeftSquareIcon
|
|
4168
|
+
} from '../icons/square-arrow-up-left';
|
|
4151
4169
|
// SquareAsterisk aliases
|
|
4152
4170
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4153
4171
|
export {
|
|
@@ -4166,12 +4184,6 @@ export {
|
|
|
4166
4184
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4167
4185
|
default as FlipVerticalIcon
|
|
4168
4186
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4169
|
-
// SquareCenterlineDashedHorizontal aliases
|
|
4170
|
-
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4171
|
-
export {
|
|
4172
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4173
|
-
default as FlipHorizontalIcon
|
|
4174
|
-
} from '../icons/square-centerline-dashed-horizontal';
|
|
4175
4187
|
// SquareChartGantt aliases
|
|
4176
4188
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
4177
4189
|
export {
|
|
@@ -4182,48 +4194,54 @@ export {
|
|
|
4182
4194
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4183
4195
|
default as SquareGanttChartIcon
|
|
4184
4196
|
} from '../icons/square-chart-gantt';
|
|
4197
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4198
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4199
|
+
export {
|
|
4200
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4201
|
+
default as FlipHorizontalIcon
|
|
4202
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4185
4203
|
// SquareCheckBig aliases
|
|
4186
4204
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4187
4205
|
export {
|
|
4188
4206
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4189
4207
|
default as CheckSquareIcon
|
|
4190
4208
|
} from '../icons/square-check-big';
|
|
4191
|
-
//
|
|
4192
|
-
export { default as
|
|
4209
|
+
// SquareCheck aliases
|
|
4210
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4193
4211
|
export {
|
|
4194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4195
|
-
default as
|
|
4196
|
-
} from '../icons/square-
|
|
4212
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. */
|
|
4213
|
+
default as CheckSquare2Icon
|
|
4214
|
+
} from '../icons/square-check';
|
|
4197
4215
|
// SquareChevronDown aliases
|
|
4198
4216
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4199
4217
|
export {
|
|
4200
4218
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4201
4219
|
default as ChevronDownSquareIcon
|
|
4202
4220
|
} from '../icons/square-chevron-down';
|
|
4203
|
-
//
|
|
4204
|
-
export { default as
|
|
4221
|
+
// SquareChevronLeft aliases
|
|
4222
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4205
4223
|
export {
|
|
4206
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4207
|
-
default as
|
|
4208
|
-
} from '../icons/square-
|
|
4224
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4225
|
+
default as ChevronLeftSquareIcon
|
|
4226
|
+
} from '../icons/square-chevron-left';
|
|
4209
4227
|
// SquareChevronRight aliases
|
|
4210
4228
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4211
4229
|
export {
|
|
4212
4230
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
4213
4231
|
default as ChevronRightSquareIcon
|
|
4214
4232
|
} from '../icons/square-chevron-right';
|
|
4215
|
-
// SquareChevronUp aliases
|
|
4216
|
-
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4217
|
-
export {
|
|
4218
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4219
|
-
default as ChevronUpSquareIcon
|
|
4220
|
-
} from '../icons/square-chevron-up';
|
|
4221
4233
|
// SquareCode aliases
|
|
4222
4234
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4223
4235
|
export {
|
|
4224
4236
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
4225
4237
|
default as CodeSquareIcon
|
|
4226
4238
|
} from '../icons/square-code';
|
|
4239
|
+
// SquareChevronUp aliases
|
|
4240
|
+
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
4241
|
+
export {
|
|
4242
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4243
|
+
default as ChevronUpSquareIcon
|
|
4244
|
+
} from '../icons/square-chevron-up';
|
|
4227
4245
|
// SquareDashedKanban aliases
|
|
4228
4246
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
4229
4247
|
export {
|
|
@@ -4282,24 +4300,18 @@ export {
|
|
|
4282
4300
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4283
4301
|
default as KanbanSquareIcon
|
|
4284
4302
|
} from '../icons/square-kanban';
|
|
4285
|
-
// SquareM aliases
|
|
4286
|
-
export { default as SquareMIcon } from '../icons/square-m';
|
|
4287
|
-
export {
|
|
4288
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4289
|
-
default as MSquareIcon
|
|
4290
|
-
} from '../icons/square-m';
|
|
4291
4303
|
// SquareLibrary aliases
|
|
4292
4304
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4293
4305
|
export {
|
|
4294
4306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4295
4307
|
default as LibrarySquareIcon
|
|
4296
4308
|
} from '../icons/square-library';
|
|
4297
|
-
//
|
|
4298
|
-
export { default as
|
|
4309
|
+
// SquareM aliases
|
|
4310
|
+
export { default as SquareMIcon } from '../icons/square-m';
|
|
4299
4311
|
export {
|
|
4300
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4301
|
-
default as
|
|
4302
|
-
} from '../icons/square-
|
|
4312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4313
|
+
default as MSquareIcon
|
|
4314
|
+
} from '../icons/square-m';
|
|
4303
4315
|
// SquareMinus aliases
|
|
4304
4316
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4305
4317
|
export {
|
|
@@ -4312,12 +4324,24 @@ export {
|
|
|
4312
4324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. */
|
|
4313
4325
|
default as InspectIcon
|
|
4314
4326
|
} from '../icons/square-mouse-pointer';
|
|
4327
|
+
// SquareMenu aliases
|
|
4328
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4329
|
+
export {
|
|
4330
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4331
|
+
default as MenuSquareIcon
|
|
4332
|
+
} from '../icons/square-menu';
|
|
4315
4333
|
// SquareParking aliases
|
|
4316
4334
|
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4317
4335
|
export {
|
|
4318
4336
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. */
|
|
4319
4337
|
default as ParkingSquareIcon
|
|
4320
4338
|
} from '../icons/square-parking';
|
|
4339
|
+
// SquareParkingOff aliases
|
|
4340
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4341
|
+
export {
|
|
4342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4343
|
+
default as ParkingSquareOffIcon
|
|
4344
|
+
} from '../icons/square-parking-off';
|
|
4321
4345
|
// SquarePen aliases
|
|
4322
4346
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4323
4347
|
export {
|
|
@@ -4332,12 +4356,6 @@ export {
|
|
|
4332
4356
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4333
4357
|
default as PenSquareIcon
|
|
4334
4358
|
} from '../icons/square-pen';
|
|
4335
|
-
// SquareParkingOff aliases
|
|
4336
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4337
|
-
export {
|
|
4338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4339
|
-
default as ParkingSquareOffIcon
|
|
4340
|
-
} from '../icons/square-parking-off';
|
|
4341
4359
|
// SquarePercent aliases
|
|
4342
4360
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4343
4361
|
export {
|
|
@@ -4356,72 +4374,72 @@ export {
|
|
|
4356
4374
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4357
4375
|
default as PiSquareIcon
|
|
4358
4376
|
} from '../icons/square-pi';
|
|
4359
|
-
// SquarePlus aliases
|
|
4360
|
-
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4361
|
-
export {
|
|
4362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4363
|
-
default as PlusSquareIcon
|
|
4364
|
-
} from '../icons/square-plus';
|
|
4365
|
-
// SquarePower aliases
|
|
4366
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4367
|
-
export {
|
|
4368
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4369
|
-
default as PowerSquareIcon
|
|
4370
|
-
} from '../icons/square-power';
|
|
4371
4377
|
// SquarePlay aliases
|
|
4372
4378
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4373
4379
|
export {
|
|
4374
4380
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4375
4381
|
default as PlaySquareIcon
|
|
4376
4382
|
} from '../icons/square-play';
|
|
4377
|
-
//
|
|
4378
|
-
export { default as
|
|
4383
|
+
// SquarePlus aliases
|
|
4384
|
+
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4379
4385
|
export {
|
|
4380
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4381
|
-
default as
|
|
4382
|
-
} from '../icons/square-
|
|
4386
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. */
|
|
4387
|
+
default as PlusSquareIcon
|
|
4388
|
+
} from '../icons/square-plus';
|
|
4383
4389
|
// SquareSigma aliases
|
|
4384
4390
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4385
4391
|
export {
|
|
4386
4392
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4387
4393
|
default as SigmaSquareIcon
|
|
4388
4394
|
} from '../icons/square-sigma';
|
|
4389
|
-
//
|
|
4390
|
-
export { default as
|
|
4395
|
+
// SquareScissors aliases
|
|
4396
|
+
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4391
4397
|
export {
|
|
4392
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4393
|
-
default as
|
|
4394
|
-
} from '../icons/square-
|
|
4395
|
-
//
|
|
4396
|
-
export { default as
|
|
4398
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4399
|
+
default as ScissorsSquareIcon
|
|
4400
|
+
} from '../icons/square-scissors';
|
|
4401
|
+
// SquarePower aliases
|
|
4402
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4397
4403
|
export {
|
|
4398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4399
|
-
default as
|
|
4400
|
-
} from '../icons/square-
|
|
4404
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. */
|
|
4405
|
+
default as PowerSquareIcon
|
|
4406
|
+
} from '../icons/square-power';
|
|
4401
4407
|
// SquareSplitHorizontal aliases
|
|
4402
4408
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4403
4409
|
export {
|
|
4404
4410
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4405
4411
|
default as SplitSquareHorizontalIcon
|
|
4406
4412
|
} from '../icons/square-split-horizontal';
|
|
4407
|
-
//
|
|
4408
|
-
export { default as
|
|
4413
|
+
// SquareSlash aliases
|
|
4414
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4409
4415
|
export {
|
|
4410
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4411
|
-
default as
|
|
4412
|
-
} from '../icons/square-
|
|
4416
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4417
|
+
default as SlashSquareIcon
|
|
4418
|
+
} from '../icons/square-slash';
|
|
4413
4419
|
// SquareSplitVertical aliases
|
|
4414
4420
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4415
4421
|
export {
|
|
4416
4422
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4417
4423
|
default as SplitSquareVerticalIcon
|
|
4418
4424
|
} from '../icons/square-split-vertical';
|
|
4425
|
+
// SquareTerminal aliases
|
|
4426
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4427
|
+
export {
|
|
4428
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4429
|
+
default as TerminalSquareIcon
|
|
4430
|
+
} from '../icons/square-terminal';
|
|
4419
4431
|
// SquareUser aliases
|
|
4420
4432
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4421
4433
|
export {
|
|
4422
4434
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4423
4435
|
default as UserSquareIcon
|
|
4424
4436
|
} from '../icons/square-user';
|
|
4437
|
+
// SquareUserRound aliases
|
|
4438
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4439
|
+
export {
|
|
4440
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. */
|
|
4441
|
+
default as UserSquare2Icon
|
|
4442
|
+
} from '../icons/square-user-round';
|
|
4425
4443
|
// SquareX aliases
|
|
4426
4444
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4427
4445
|
export {
|
|
@@ -4434,24 +4452,18 @@ export {
|
|
|
4434
4452
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. */
|
|
4435
4453
|
default as TestTube2Icon
|
|
4436
4454
|
} from '../icons/test-tube-diagonal';
|
|
4437
|
-
// TextAlignCenter aliases
|
|
4438
|
-
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4439
|
-
export {
|
|
4440
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4441
|
-
default as AlignCenterIcon
|
|
4442
|
-
} from '../icons/text-align-center';
|
|
4443
4455
|
// TextAlignEnd aliases
|
|
4444
4456
|
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4445
4457
|
export {
|
|
4446
4458
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4447
4459
|
default as AlignRightIcon
|
|
4448
4460
|
} from '../icons/text-align-end';
|
|
4449
|
-
//
|
|
4450
|
-
export { default as
|
|
4461
|
+
// TextAlignCenter aliases
|
|
4462
|
+
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4451
4463
|
export {
|
|
4452
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4453
|
-
default as
|
|
4454
|
-
} from '../icons/text-align-
|
|
4464
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
4465
|
+
default as AlignCenterIcon
|
|
4466
|
+
} from '../icons/text-align-center';
|
|
4455
4467
|
// TextAlignStart aliases
|
|
4456
4468
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4457
4469
|
export {
|
|
@@ -4462,18 +4474,12 @@ export {
|
|
|
4462
4474
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4463
4475
|
default as AlignLeftIcon
|
|
4464
4476
|
} from '../icons/text-align-start';
|
|
4465
|
-
//
|
|
4466
|
-
export { default as
|
|
4467
|
-
export {
|
|
4468
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4469
|
-
default as WrapTextIcon
|
|
4470
|
-
} from '../icons/text-wrap';
|
|
4471
|
-
// TramFront aliases
|
|
4472
|
-
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4477
|
+
// TextAlignJustify aliases
|
|
4478
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4473
4479
|
export {
|
|
4474
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4475
|
-
default as
|
|
4476
|
-
} from '../icons/
|
|
4480
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
4481
|
+
default as AlignJustifyIcon
|
|
4482
|
+
} from '../icons/text-align-justify';
|
|
4477
4483
|
// TextInitial aliases
|
|
4478
4484
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4479
4485
|
export {
|
|
@@ -4486,6 +4492,18 @@ export {
|
|
|
4486
4492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. */
|
|
4487
4493
|
default as PalmtreeIcon
|
|
4488
4494
|
} from '../icons/tree-palm';
|
|
4495
|
+
// TextWrap aliases
|
|
4496
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4497
|
+
export {
|
|
4498
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4499
|
+
default as WrapTextIcon
|
|
4500
|
+
} from '../icons/text-wrap';
|
|
4501
|
+
// TramFront aliases
|
|
4502
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4503
|
+
export {
|
|
4504
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4505
|
+
default as TrainIcon
|
|
4506
|
+
} from '../icons/tram-front';
|
|
4489
4507
|
// TriangleAlert aliases
|
|
4490
4508
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
4491
4509
|
export {
|
|
@@ -4516,18 +4534,18 @@ export {
|
|
|
4516
4534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4517
4535
|
default as UserCog2Icon
|
|
4518
4536
|
} from '../icons/user-round-cog';
|
|
4519
|
-
// UserRoundMinus aliases
|
|
4520
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4521
|
-
export {
|
|
4522
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4523
|
-
default as UserMinus2Icon
|
|
4524
|
-
} from '../icons/user-round-minus';
|
|
4525
4537
|
// UserRoundPlus aliases
|
|
4526
4538
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4527
4539
|
export {
|
|
4528
4540
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4529
4541
|
default as UserPlus2Icon
|
|
4530
4542
|
} from '../icons/user-round-plus';
|
|
4543
|
+
// UserRoundMinus aliases
|
|
4544
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4545
|
+
export {
|
|
4546
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4547
|
+
default as UserMinus2Icon
|
|
4548
|
+
} from '../icons/user-round-minus';
|
|
4531
4549
|
// UserRoundX aliases
|
|
4532
4550
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4533
4551
|
export {
|
|
@@ -4540,12 +4558,6 @@ export {
|
|
|
4540
4558
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. */
|
|
4541
4559
|
default as User2Icon
|
|
4542
4560
|
} from '../icons/user-round';
|
|
4543
|
-
// UsersRound aliases
|
|
4544
|
-
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4545
|
-
export {
|
|
4546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4547
|
-
default as Users2Icon
|
|
4548
|
-
} from '../icons/users-round';
|
|
4549
4561
|
// UtensilsCrossed aliases
|
|
4550
4562
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4551
4563
|
export {
|
|
@@ -4558,18 +4570,24 @@ export {
|
|
|
4558
4570
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4559
4571
|
default as ForkKnifeIcon
|
|
4560
4572
|
} from '../icons/utensils';
|
|
4561
|
-
//
|
|
4562
|
-
export { default as
|
|
4573
|
+
// UsersRound aliases
|
|
4574
|
+
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
4563
4575
|
export {
|
|
4564
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4565
|
-
default as
|
|
4566
|
-
} from '../icons/
|
|
4576
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. */
|
|
4577
|
+
default as Users2Icon
|
|
4578
|
+
} from '../icons/users-round';
|
|
4567
4579
|
// WalletMinimal aliases
|
|
4568
4580
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4569
4581
|
export {
|
|
4570
4582
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4571
4583
|
default as Wallet2Icon
|
|
4572
4584
|
} from '../icons/wallet-minimal';
|
|
4585
|
+
// WandSparkles aliases
|
|
4586
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4587
|
+
export {
|
|
4588
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4589
|
+
default as Wand2Icon
|
|
4590
|
+
} from '../icons/wand-sparkles';
|
|
4573
4591
|
// WavesHorizontal aliases
|
|
4574
4592
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4575
4593
|
export {
|