@lucide/astro 1.32.0 → 1.34.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 +124 -124
- package/src/aliases/prefixed.ts +712 -696
- package/src/aliases/suffixed.ts +1043 -1027
- package/src/icons/audio-lines-off.ts +18 -0
- package/src/icons/index.ts +208 -200
- package/src/icons/list-clock.ts +18 -0
- package/src/icons/mail-clock.ts +18 -0
- package/src/icons/midi-port.ts +18 -0
- package/src/icons/mop-sparkles.ts +18 -0
- package/src/icons/mop.ts +18 -0
- package/src/icons/square-dimensions.ts +18 -0
- package/src/icons/usb-c-port.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
3
|
// AArrowUp aliases
|
|
4
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Accessibility aliases
|
|
6
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
9
|
// Activity aliases
|
|
8
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
9
|
-
// ALargeSmall aliases
|
|
10
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
11
|
// Ad aliases
|
|
12
12
|
export { default as AdIcon } from '../icons/ad';
|
|
13
13
|
// AirVent aliases
|
|
14
14
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
15
|
// Airplay aliases
|
|
16
16
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
17
|
-
// AlarmClock aliases
|
|
18
|
-
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
|
-
//
|
|
22
|
-
export { default as
|
|
19
|
+
// AlarmClock aliases
|
|
20
|
+
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
23
21
|
// Album aliases
|
|
24
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
25
|
// AlignCenterHorizontal aliases
|
|
26
26
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenterVertical aliases
|
|
@@ -30,28 +30,28 @@ 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
|
-
// AlignHorizontalDistributeStart aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
35
|
// AlignHorizontalJustifyCenter aliases
|
|
40
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
|
-
//
|
|
42
|
-
export { default as
|
|
37
|
+
// AlignHorizontalDistributeCenter aliases
|
|
38
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
39
|
+
// AlignHorizontalDistributeStart aliases
|
|
40
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
43
41
|
// AlignHorizontalJustifyStart aliases
|
|
44
42
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
43
|
+
// AlignHorizontalJustifyEnd aliases
|
|
44
|
+
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
45
|
+
// AlignHorizontalSpaceBetween aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
45
47
|
// AlignHorizontalSpaceAround aliases
|
|
46
48
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
49
|
// AlignStartHorizontal aliases
|
|
48
50
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
49
|
-
// AlignHorizontalSpaceBetween aliases
|
|
50
|
-
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
51
|
-
// AlignStartVertical aliases
|
|
52
|
-
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
53
51
|
// AlignVerticalDistributeCenter aliases
|
|
54
52
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
53
|
+
// AlignStartVertical aliases
|
|
54
|
+
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
55
55
|
// AlignVerticalDistributeEnd aliases
|
|
56
56
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
57
57
|
// AlignVerticalDistributeStart aliases
|
|
@@ -60,20 +60,20 @@ export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vert
|
|
|
60
60
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
61
61
|
// AlignVerticalJustifyEnd aliases
|
|
62
62
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
63
|
-
// AlignVerticalJustifyStart aliases
|
|
64
|
-
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
65
63
|
// AlignVerticalSpaceAround aliases
|
|
66
64
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
67
|
-
//
|
|
68
|
-
export { default as
|
|
65
|
+
// AlignVerticalJustifyStart aliases
|
|
66
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
67
|
// Ambulance aliases
|
|
70
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
71
|
-
//
|
|
72
|
-
export { default as
|
|
73
|
-
// Ampersands aliases
|
|
74
|
-
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
69
|
+
// AlignVerticalSpaceBetween aliases
|
|
70
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
71
|
// Amphora aliases
|
|
76
72
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
|
+
// Ampersands aliases
|
|
74
|
+
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
75
|
+
// Ampersand aliases
|
|
76
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
77
|
// Anchor aliases
|
|
78
78
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
79
79
|
// Angle aliases
|
|
@@ -84,10 +84,10 @@ export { default as AntennaIcon } from '../icons/antenna';
|
|
|
84
84
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
85
85
|
// Aperture aliases
|
|
86
86
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
87
|
-
// AppWindowMac aliases
|
|
88
|
-
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
89
87
|
// AppWindow aliases
|
|
90
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
|
+
// AppWindowMac aliases
|
|
90
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
91
91
|
// Apple aliases
|
|
92
92
|
export { default as AppleIcon } from '../icons/apple';
|
|
93
93
|
// ArchiveRestore aliases
|
|
@@ -100,54 +100,54 @@ export { default as ArchiveIcon } from '../icons/archive';
|
|
|
100
100
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
101
101
|
// ArrowBigDownDash aliases
|
|
102
102
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
|
-
// ArrowBigDown aliases
|
|
104
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
105
103
|
// ArrowBigLeftDash aliases
|
|
106
104
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
107
|
// ArrowBigRightDash aliases
|
|
110
108
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
113
|
-
// ArrowBigUpDash aliases
|
|
114
|
-
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
109
|
+
// ArrowBigDown aliases
|
|
110
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
111
|
// ArrowBigUp aliases
|
|
116
112
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
113
|
+
// ArrowBigUpDash aliases
|
|
114
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
|
+
// ArrowBigRight aliases
|
|
116
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
117
117
|
// ArrowDownFromLine aliases
|
|
118
118
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
119
|
-
// ArrowDownLeft aliases
|
|
120
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
121
119
|
// ArrowDownNarrowWide aliases
|
|
122
120
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
|
+
// ArrowDownLeft aliases
|
|
122
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
123
123
|
// ArrowDownRight aliases
|
|
124
124
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
125
|
// ArrowDownToDot aliases
|
|
126
126
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
127
|
-
// ArrowDownToLine aliases
|
|
128
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
129
127
|
// ArrowDownUp aliases
|
|
130
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
131
|
-
//
|
|
132
|
-
export { default as
|
|
129
|
+
// ArrowDownToLine aliases
|
|
130
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
|
+
// ArrowLeftFromLine aliases
|
|
132
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
133
|
// ArrowLeftRight aliases
|
|
134
134
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
135
|
+
// ArrowDown aliases
|
|
136
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
135
137
|
// ArrowLeftToLine aliases
|
|
136
138
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
137
|
-
// ArrowLeft aliases
|
|
138
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
139
|
-
// ArrowLeftFromLine aliases
|
|
140
|
-
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
-
// ArrowRightFromLine aliases
|
|
142
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
139
|
// ArrowRightLeft aliases
|
|
144
140
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
141
|
+
// ArrowRightFromLine aliases
|
|
142
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
143
|
+
// ArrowLeft aliases
|
|
144
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
145
|
+
// ArrowRight aliases
|
|
146
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
145
147
|
// ArrowRightToLine aliases
|
|
146
148
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
147
149
|
// ArrowUpDown aliases
|
|
148
150
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
149
|
-
// ArrowRight aliases
|
|
150
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
151
|
// ArrowUpFromDot aliases
|
|
152
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
@@ -166,30 +166,32 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
|
166
166
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
167
167
|
// Asterisk aliases
|
|
168
168
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
169
|
-
// Astroid aliases
|
|
170
|
-
export { default as AstroidIcon } from '../icons/astroid';
|
|
171
169
|
// AtSign aliases
|
|
172
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
171
|
+
// Astroid aliases
|
|
172
|
+
export { default as AstroidIcon } from '../icons/astroid';
|
|
173
173
|
// Atom aliases
|
|
174
174
|
export { default as AtomIcon } from '../icons/atom';
|
|
175
|
+
// AudioLinesX aliases
|
|
176
|
+
export { default as AudioLinesXIcon } from '../icons/audio-lines-x';
|
|
175
177
|
// AudioLines aliases
|
|
176
178
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
177
179
|
// AudioWaveform aliases
|
|
178
180
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
179
|
-
//
|
|
180
|
-
export { default as
|
|
181
|
+
// AudioLinesOff aliases
|
|
182
|
+
export { default as AudioLinesOffIcon } from '../icons/audio-lines-off';
|
|
181
183
|
// Award aliases
|
|
182
184
|
export { default as AwardIcon } from '../icons/award';
|
|
183
|
-
// Axe aliases
|
|
184
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
185
185
|
// Baby aliases
|
|
186
186
|
export { default as BabyIcon } from '../icons/baby';
|
|
187
|
-
// BadgeAlert aliases
|
|
188
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
189
187
|
// Backpack aliases
|
|
190
188
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
191
|
// BadgeCent aliases
|
|
192
192
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
193
|
+
// BadgeAlert aliases
|
|
194
|
+
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
193
195
|
// BadgeDollarSign aliases
|
|
194
196
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
197
|
// BadgeEuro aliases
|
|
@@ -200,26 +202,26 @@ export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
|
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
|
-
// BadgeMinus aliases
|
|
204
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
205
205
|
// BadgePercent aliases
|
|
206
206
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
207
|
+
// BadgeMinus aliases
|
|
208
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
207
209
|
// BadgePoundSterling aliases
|
|
208
210
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
209
|
-
// BadgePlus aliases
|
|
210
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
211
211
|
// BadgeRussianRuble aliases
|
|
212
212
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
213
|
+
// BadgePlus aliases
|
|
214
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
215
|
// BadgeTurkishLira aliases
|
|
216
216
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
217
|
+
// BadgeSwissFranc aliases
|
|
218
|
+
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
217
219
|
// BadgeX aliases
|
|
218
220
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
219
|
-
// Badge aliases
|
|
220
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
221
221
|
// BaggageClaim aliases
|
|
222
222
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
223
|
+
// Badge aliases
|
|
224
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
223
225
|
// Balloon aliases
|
|
224
226
|
export { default as BalloonIcon } from '../icons/balloon';
|
|
225
227
|
// Ban aliases
|
|
@@ -236,18 +238,18 @@ export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
|
236
238
|
export { default as BanknoteCheckIcon } from '../icons/banknote-check';
|
|
237
239
|
// BanknoteX aliases
|
|
238
240
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
-
// Banknote aliases
|
|
240
|
-
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Banknote aliases
|
|
244
|
+
export { default as BanknoteIcon } from '../icons/banknote';
|
|
243
245
|
// Barrel aliases
|
|
244
246
|
export { default as BarrelIcon } from '../icons/barrel';
|
|
245
247
|
// Baseline aliases
|
|
246
248
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
247
|
-
// BatteryCharging aliases
|
|
248
|
-
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
249
249
|
// Bath aliases
|
|
250
250
|
export { default as BathIcon } from '../icons/bath';
|
|
251
|
+
// BatteryCharging aliases
|
|
252
|
+
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
251
253
|
// BatteryFull aliases
|
|
252
254
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
255
|
// BatteryLow aliases
|
|
@@ -256,14 +258,14 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
258
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
259
|
// BatteryPlus aliases
|
|
258
260
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
261
|
// Battery aliases
|
|
262
262
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
263
|
// Beaker aliases
|
|
264
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
265
|
// BeanOff aliases
|
|
266
266
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
|
+
// BatteryWarning aliases
|
|
268
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
267
269
|
// Bean aliases
|
|
268
270
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
271
|
// BedDouble aliases
|
|
@@ -276,42 +278,42 @@ export { default as BedIcon } from '../icons/bed';
|
|
|
276
278
|
export { default as BeefOffIcon } from '../icons/beef-off';
|
|
277
279
|
// Beef aliases
|
|
278
280
|
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
-
// Beer aliases
|
|
280
|
-
export { default as BeerIcon } from '../icons/beer';
|
|
281
281
|
// BeerOff aliases
|
|
282
282
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
283
283
|
// BellCheck aliases
|
|
284
284
|
export { default as BellCheckIcon } from '../icons/bell-check';
|
|
285
|
+
// BellElectric aliases
|
|
286
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
285
287
|
// BellDot aliases
|
|
286
288
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
287
289
|
// BellMinus aliases
|
|
288
290
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
289
|
-
// BellElectric aliases
|
|
290
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
291
291
|
// BellOff aliases
|
|
292
292
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
293
|
+
// Beer aliases
|
|
294
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
293
295
|
// BellPlus aliases
|
|
294
296
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
297
|
// BellRing aliases
|
|
296
298
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
299
|
+
// BetweenVerticalStart aliases
|
|
300
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
301
|
// Bell aliases
|
|
298
302
|
export { default as BellIcon } from '../icons/bell';
|
|
299
303
|
// BetweenVerticalEnd aliases
|
|
300
304
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
301
|
-
// BetweenVerticalStart aliases
|
|
302
|
-
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
303
305
|
// BicepsFlexed aliases
|
|
304
306
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
305
307
|
// Bike aliases
|
|
306
308
|
export { default as BikeIcon } from '../icons/bike';
|
|
307
309
|
// Binary aliases
|
|
308
310
|
export { default as BinaryIcon } from '../icons/binary';
|
|
309
|
-
// Binoculars aliases
|
|
310
|
-
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
311
311
|
// Biohazard aliases
|
|
312
312
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
313
313
|
// Bird aliases
|
|
314
314
|
export { default as BirdIcon } from '../icons/bird';
|
|
315
|
+
// Binoculars aliases
|
|
316
|
+
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
315
317
|
// Birdhouse aliases
|
|
316
318
|
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
317
319
|
// Bitcoin aliases
|
|
@@ -322,148 +324,148 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
322
324
|
export { default as BlenderIcon } from '../icons/blender';
|
|
323
325
|
// Blinds aliases
|
|
324
326
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
325
|
-
// BluetoothConnected aliases
|
|
326
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
327
327
|
// Blocks aliases
|
|
328
328
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
329
|
-
//
|
|
330
|
-
export { default as
|
|
329
|
+
// BluetoothConnected aliases
|
|
330
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
331
331
|
// BluetoothOff aliases
|
|
332
332
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
333
333
|
// Bluetooth aliases
|
|
334
334
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
335
|
-
//
|
|
336
|
-
export { default as
|
|
337
|
-
// Bomb aliases
|
|
338
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
335
|
+
// BluetoothSearching aliases
|
|
336
|
+
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
339
337
|
// Bolt aliases
|
|
340
338
|
export { default as BoltIcon } from '../icons/bolt';
|
|
339
|
+
// Bomb aliases
|
|
340
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
341
341
|
// BoneFracture aliases
|
|
342
342
|
export { default as BoneFractureIcon } from '../icons/bone-fracture';
|
|
343
|
-
//
|
|
344
|
-
export { default as
|
|
343
|
+
// Bold aliases
|
|
344
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
345
345
|
// Bone aliases
|
|
346
346
|
export { default as BoneIcon } from '../icons/bone';
|
|
347
|
+
// BookA aliases
|
|
348
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
347
349
|
// BookAlert aliases
|
|
348
350
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
349
|
-
// BookCheck aliases
|
|
350
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
351
351
|
// BookAudio aliases
|
|
352
352
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
353
|
-
//
|
|
354
|
-
export { default as
|
|
353
|
+
// BookCheck aliases
|
|
354
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
355
355
|
// BookDown aliases
|
|
356
356
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
357
|
+
// BookCopy aliases
|
|
358
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
357
359
|
// BookHeadphones aliases
|
|
358
360
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
359
|
-
// BookImage aliases
|
|
360
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
361
361
|
// BookHeart aliases
|
|
362
362
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
363
|
+
// BookImage aliases
|
|
364
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
363
365
|
// BookLock aliases
|
|
364
366
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
365
367
|
// BookKey aliases
|
|
366
368
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
369
|
+
// BookMinus aliases
|
|
370
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
367
371
|
// BookMarked aliases
|
|
368
372
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
369
373
|
// BookOpenCheck aliases
|
|
370
374
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
371
|
-
// BookMinus aliases
|
|
372
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
373
375
|
// BookOpenText aliases
|
|
374
376
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
375
377
|
// BookPlus aliases
|
|
376
378
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
377
|
-
// BookSearch aliases
|
|
378
|
-
export { default as BookSearchIcon } from '../icons/book-search';
|
|
379
379
|
// BookOpen aliases
|
|
380
380
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
381
|
+
// BookSearch aliases
|
|
382
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
381
383
|
// BookText aliases
|
|
382
384
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
383
|
-
// BookUp2 aliases
|
|
384
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
385
385
|
// BookType aliases
|
|
386
386
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
387
|
+
// BookUp2 aliases
|
|
388
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
387
389
|
// BookUp aliases
|
|
388
390
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
389
391
|
// BookUser aliases
|
|
390
392
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
391
393
|
// BookX aliases
|
|
392
394
|
export { default as BookXIcon } from '../icons/book-x';
|
|
393
|
-
// BookmarkMinus aliases
|
|
394
|
-
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
395
395
|
// Book aliases
|
|
396
396
|
export { default as BookIcon } from '../icons/book';
|
|
397
|
-
// BookmarkOff aliases
|
|
398
|
-
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
399
397
|
// BookmarkCheck aliases
|
|
400
398
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
399
|
+
// BookmarkOff aliases
|
|
400
|
+
export { default as BookmarkOffIcon } from '../icons/bookmark-off';
|
|
401
401
|
// BookmarkPlus aliases
|
|
402
402
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
403
|
+
// BookmarkMinus aliases
|
|
404
|
+
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
403
405
|
// BookmarkX aliases
|
|
404
406
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
405
|
-
// Bookmark aliases
|
|
406
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
407
407
|
// BoomBox aliases
|
|
408
408
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
409
409
|
// BotMessageSquare aliases
|
|
410
410
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
411
|
+
// Bookmark aliases
|
|
412
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
411
413
|
// BotOff aliases
|
|
412
414
|
export { default as BotOffIcon } from '../icons/bot-off';
|
|
413
415
|
// Bot aliases
|
|
414
416
|
export { default as BotIcon } from '../icons/bot';
|
|
415
417
|
// BottleWine aliases
|
|
416
418
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
417
|
-
// BowArrow aliases
|
|
418
|
-
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
419
419
|
// Box aliases
|
|
420
420
|
export { default as BoxIcon } from '../icons/box';
|
|
421
|
+
// BowArrow aliases
|
|
422
|
+
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
421
423
|
// Boxes aliases
|
|
422
424
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
425
|
+
// Brackets aliases
|
|
426
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
423
427
|
// BrainCircuit aliases
|
|
424
428
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
425
429
|
// BrainCog aliases
|
|
426
430
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
427
|
-
// Brackets aliases
|
|
428
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
429
431
|
// Brain aliases
|
|
430
432
|
export { default as BrainIcon } from '../icons/brain';
|
|
431
433
|
// BrickWallFire aliases
|
|
432
434
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
435
|
+
// BrickWallShield aliases
|
|
436
|
+
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
433
437
|
// BrickWall aliases
|
|
434
438
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
435
439
|
// BriefcaseBusiness aliases
|
|
436
440
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
437
|
-
// BrickWallShield aliases
|
|
438
|
-
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
439
|
-
// BriefcaseMedical aliases
|
|
440
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
441
441
|
// BriefcaseConveyorBelt aliases
|
|
442
442
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
443
|
-
// BroomSparkles aliases
|
|
444
|
-
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
445
|
-
// BringToFront aliases
|
|
446
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
447
|
-
// Broccoli aliases
|
|
448
|
-
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
443
|
// Briefcase aliases
|
|
450
444
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
445
|
+
// BriefcaseMedical aliases
|
|
446
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
447
|
+
// Broccoli aliases
|
|
448
|
+
export { default as BroccoliIcon } from '../icons/broccoli';
|
|
449
|
+
// BringToFront aliases
|
|
450
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
451
|
+
// BroomSparkles aliases
|
|
452
|
+
export { default as BroomSparklesIcon } from '../icons/broom-sparkles';
|
|
451
453
|
// Broom aliases
|
|
452
454
|
export { default as BroomIcon } from '../icons/broom';
|
|
453
455
|
// BrushCleaning aliases
|
|
454
456
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
455
457
|
// Brush aliases
|
|
456
458
|
export { default as BrushIcon } from '../icons/brush';
|
|
457
|
-
// BugOff aliases
|
|
458
|
-
export { default as BugOffIcon } from '../icons/bug-off';
|
|
459
459
|
// Bubbles aliases
|
|
460
460
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
461
|
-
//
|
|
462
|
-
export { default as
|
|
463
|
-
// Bug aliases
|
|
464
|
-
export { default as BugIcon } from '../icons/bug';
|
|
461
|
+
// BugOff aliases
|
|
462
|
+
export { default as BugOffIcon } from '../icons/bug-off';
|
|
465
463
|
// Building2 aliases
|
|
466
464
|
export { default as Building2Icon } from '../icons/building-2';
|
|
465
|
+
// Bug aliases
|
|
466
|
+
export { default as BugIcon } from '../icons/bug';
|
|
467
|
+
// BugPlay aliases
|
|
468
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
467
469
|
// Building aliases
|
|
468
470
|
export { default as BuildingIcon } from '../icons/building';
|
|
469
471
|
// BusFront aliases
|
|
@@ -472,18 +474,18 @@ export { default as BusFrontIcon } from '../icons/bus-front';
|
|
|
472
474
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
473
475
|
// Bus aliases
|
|
474
476
|
export { default as BusIcon } from '../icons/bus';
|
|
475
|
-
// Cable aliases
|
|
476
|
-
export { default as CableIcon } from '../icons/cable';
|
|
477
477
|
// CakeSlice aliases
|
|
478
478
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
479
|
+
// Cable aliases
|
|
480
|
+
export { default as CableIcon } from '../icons/cable';
|
|
479
481
|
// Cake aliases
|
|
480
482
|
export { default as CakeIcon } from '../icons/cake';
|
|
481
483
|
// Calculator aliases
|
|
482
484
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
483
|
-
// CalendarArrowDown aliases
|
|
484
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
485
485
|
// Calendar1 aliases
|
|
486
486
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
487
|
+
// CalendarArrowDown aliases
|
|
488
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
487
489
|
// CalendarArrowUp aliases
|
|
488
490
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
489
491
|
// CalendarCheck2 aliases
|
|
@@ -492,104 +494,104 @@ export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
|
492
494
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
493
495
|
// CalendarClock aliases
|
|
494
496
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
495
|
-
// CalendarCog aliases
|
|
496
|
-
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
497
|
-
// CalendarFold aliases
|
|
498
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
499
497
|
// CalendarDays aliases
|
|
500
498
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
499
|
+
// CalendarFold aliases
|
|
500
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
501
|
+
// CalendarCog aliases
|
|
502
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
501
503
|
// CalendarHeart aliases
|
|
502
504
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
503
505
|
// CalendarMinus2 aliases
|
|
504
506
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
505
|
-
// CalendarOff aliases
|
|
506
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
507
507
|
// CalendarMinus aliases
|
|
508
508
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
509
|
+
// CalendarOff aliases
|
|
510
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
509
511
|
// CalendarPlus2 aliases
|
|
510
512
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
511
|
-
// CalendarPlus aliases
|
|
512
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
513
513
|
// CalendarRange aliases
|
|
514
514
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
515
515
|
// CalendarSearch aliases
|
|
516
516
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
517
|
+
// CalendarPlus aliases
|
|
518
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
519
519
|
// CalendarSync aliases
|
|
520
520
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
521
|
+
// CalendarX aliases
|
|
522
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
521
523
|
// CalendarX2 aliases
|
|
522
524
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
523
|
-
// Calendar aliases
|
|
524
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
525
|
-
// Calendars aliases
|
|
526
|
-
export { default as CalendarsIcon } from '../icons/calendars';
|
|
527
525
|
// CameraOff aliases
|
|
528
526
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
529
527
|
// Camera aliases
|
|
530
528
|
export { default as CameraIcon } from '../icons/camera';
|
|
529
|
+
// Calendar aliases
|
|
530
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
531
|
+
// Calendars aliases
|
|
532
|
+
export { default as CalendarsIcon } from '../icons/calendars';
|
|
531
533
|
// CandyCane aliases
|
|
532
534
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
533
535
|
// CandyOff aliases
|
|
534
536
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
535
537
|
// Candy aliases
|
|
536
538
|
export { default as CandyIcon } from '../icons/candy';
|
|
537
|
-
// Cannabis aliases
|
|
538
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
539
|
-
// CaptionsOff aliases
|
|
540
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
541
539
|
// CannabisOff aliases
|
|
542
540
|
export { default as CannabisOffIcon } from '../icons/cannabis-off';
|
|
541
|
+
// CaptionsOff aliases
|
|
542
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
543
|
+
// Cannabis aliases
|
|
544
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
543
545
|
// CarBattery aliases
|
|
544
546
|
export { default as CarBatteryIcon } from '../icons/car-battery';
|
|
545
|
-
// CarFront aliases
|
|
546
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
547
547
|
// CarTaxiFront aliases
|
|
548
548
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
549
|
+
// CarFront aliases
|
|
550
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
549
551
|
// Car aliases
|
|
550
552
|
export { default as CarIcon } from '../icons/car';
|
|
551
553
|
// Caravan aliases
|
|
552
554
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
555
|
+
// CardSim aliases
|
|
556
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
553
557
|
// Carrot aliases
|
|
554
558
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
555
559
|
// CaseLower aliases
|
|
556
560
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
557
|
-
// CardSim aliases
|
|
558
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
559
561
|
// CaseSensitive aliases
|
|
560
562
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
561
|
-
// CaseUpper aliases
|
|
562
|
-
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
563
563
|
// CassetteTape aliases
|
|
564
564
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
565
|
-
//
|
|
566
|
-
export { default as
|
|
565
|
+
// CaseUpper aliases
|
|
566
|
+
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
567
|
+
// Cast aliases
|
|
568
|
+
export { default as CastIcon } from '../icons/cast';
|
|
567
569
|
// Cat aliases
|
|
568
570
|
export { default as CatIcon } from '../icons/cat';
|
|
571
|
+
// Castle aliases
|
|
572
|
+
export { default as CastleIcon } from '../icons/castle';
|
|
569
573
|
// CctvOff aliases
|
|
570
574
|
export { default as CctvOffIcon } from '../icons/cctv-off';
|
|
571
|
-
// Cast aliases
|
|
572
|
-
export { default as CastIcon } from '../icons/cast';
|
|
573
|
-
// ChartBarDecreasing aliases
|
|
574
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
575
575
|
// Cctv aliases
|
|
576
576
|
export { default as CctvIcon } from '../icons/cctv';
|
|
577
|
+
// ChartBarDecreasing aliases
|
|
578
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
577
579
|
// ChartBarIncreasing aliases
|
|
578
580
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
579
581
|
// ChartBarStacked aliases
|
|
580
582
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
581
583
|
// ChartColumnDecreasing aliases
|
|
582
584
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
583
|
-
// ChartGantt aliases
|
|
584
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
585
585
|
// ChartColumnStacked aliases
|
|
586
586
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
587
|
-
//
|
|
588
|
-
export { default as
|
|
587
|
+
// ChartGantt aliases
|
|
588
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
589
589
|
// ChartNoAxesColumnDecreasing aliases
|
|
590
590
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
591
591
|
// ChartNoAxesCombined aliases
|
|
592
592
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
593
|
+
// ChartNetwork aliases
|
|
594
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
593
595
|
// ChartSpline aliases
|
|
594
596
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
595
597
|
// CheckCheck aliases
|
|
@@ -598,26 +600,26 @@ export { default as CheckCheckIcon } from '../icons/check-check';
|
|
|
598
600
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
599
601
|
// Check aliases
|
|
600
602
|
export { default as CheckIcon } from '../icons/check';
|
|
601
|
-
// Cherry aliases
|
|
602
|
-
export { default as CherryIcon } from '../icons/cherry';
|
|
603
603
|
// ChefHat aliases
|
|
604
604
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
605
|
+
// Cherry aliases
|
|
606
|
+
export { default as CherryIcon } from '../icons/cherry';
|
|
605
607
|
// ChessBishop aliases
|
|
606
608
|
export { default as ChessBishopIcon } from '../icons/chess-bishop';
|
|
607
|
-
// ChessKing aliases
|
|
608
|
-
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
609
609
|
// ChessKnight aliases
|
|
610
610
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
611
|
+
// ChessKing aliases
|
|
612
|
+
export { default as ChessKingIcon } from '../icons/chess-king';
|
|
613
613
|
// ChessPawn aliases
|
|
614
614
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
615
|
+
// ChessQueen aliases
|
|
616
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
617
|
+
// ChevronDown aliases
|
|
618
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
615
619
|
// ChessRook aliases
|
|
616
620
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
617
621
|
// ChevronFirst aliases
|
|
618
622
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
619
|
-
// ChevronDown aliases
|
|
620
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
621
623
|
// ChevronLeft aliases
|
|
622
624
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
623
625
|
// ChevronLast aliases
|
|
@@ -628,44 +630,44 @@ export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
|
628
630
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
629
631
|
// ChevronsDownUp aliases
|
|
630
632
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
631
|
-
// ChevronsLeftRightEllipsis aliases
|
|
632
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
633
633
|
// ChevronsDown aliases
|
|
634
634
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
635
|
+
// ChevronsLeftRightEllipsis aliases
|
|
636
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
635
637
|
// ChevronsLeftRight aliases
|
|
636
638
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
637
639
|
// ChevronsLeft aliases
|
|
638
640
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
639
641
|
// ChevronsRightLeft aliases
|
|
640
642
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
641
|
-
// ChevronsUpDown aliases
|
|
642
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
643
643
|
// ChevronsRight aliases
|
|
644
644
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
645
|
+
// ChevronsUpDown aliases
|
|
646
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
645
647
|
// ChevronsUp aliases
|
|
646
648
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
647
649
|
// Church aliases
|
|
648
650
|
export { default as ChurchIcon } from '../icons/church';
|
|
649
|
-
// CigaretteOff aliases
|
|
650
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
651
651
|
// Cigarette aliases
|
|
652
652
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
653
|
+
// CigaretteOff aliases
|
|
654
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
653
655
|
// CircleDashed aliases
|
|
654
656
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
655
657
|
// CircleDollarSign aliases
|
|
656
658
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
657
|
-
// CircleDot aliases
|
|
658
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
659
659
|
// CircleDotDashed aliases
|
|
660
660
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
661
661
|
// CircleEllipsis aliases
|
|
662
662
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
663
|
-
//
|
|
664
|
-
export { default as
|
|
663
|
+
// CircleDot aliases
|
|
664
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
665
665
|
// CircleEqual aliases
|
|
666
666
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
667
667
|
// CircleEuro aliases
|
|
668
668
|
export { default as CircleEuroIcon } from '../icons/circle-euro';
|
|
669
|
+
// CircleFadingArrowUp aliases
|
|
670
|
+
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
669
671
|
// CircleFadingPlus aliases
|
|
670
672
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
671
673
|
// CircleOff aliases
|
|
@@ -674,30 +676,30 @@ export { default as CircleOffIcon } from '../icons/circle-off';
|
|
|
674
676
|
export { default as CirclePileIcon } from '../icons/circle-pile';
|
|
675
677
|
// CircleSlash aliases
|
|
676
678
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
677
|
-
// CircleSmall aliases
|
|
678
|
-
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
679
679
|
// CirclePoundSterling aliases
|
|
680
680
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
681
|
+
// CircleSmall aliases
|
|
682
|
+
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
681
683
|
// CircleStar aliases
|
|
682
684
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
683
685
|
// CircuitBoard aliases
|
|
684
686
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
685
|
-
// Citrus aliases
|
|
686
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
687
687
|
// Circle aliases
|
|
688
688
|
export { default as CircleIcon } from '../icons/circle';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
689
|
+
// Citrus aliases
|
|
690
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
691
691
|
// ClipboardCheck aliases
|
|
692
692
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
693
|
+
// Clapperboard aliases
|
|
694
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
693
695
|
// ClipboardClock aliases
|
|
694
696
|
export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
695
697
|
// ClipboardCopy aliases
|
|
696
698
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
697
|
-
// ClipboardList aliases
|
|
698
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
699
699
|
// ClipboardMinus aliases
|
|
700
700
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
701
|
+
// ClipboardList aliases
|
|
702
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
701
703
|
// ClipboardPaste aliases
|
|
702
704
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
703
705
|
// ClipboardPlus aliases
|
|
@@ -718,24 +720,24 @@ export { default as Clock11Icon } from '../icons/clock-11';
|
|
|
718
720
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
719
721
|
// Clock2 aliases
|
|
720
722
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
721
|
-
// Clock4 aliases
|
|
722
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
723
723
|
// Clock3 aliases
|
|
724
724
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
725
|
+
// Clock4 aliases
|
|
726
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
725
727
|
// Clock5 aliases
|
|
726
728
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
727
729
|
// Clock6 aliases
|
|
728
730
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
731
|
+
// Clock7 aliases
|
|
732
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
729
733
|
// Clock8 aliases
|
|
730
734
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
731
735
|
// Clock9 aliases
|
|
732
736
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
733
|
-
// Clock7 aliases
|
|
734
|
-
export { default as Clock7Icon } from '../icons/clock-7';
|
|
735
|
-
// ClockAlert aliases
|
|
736
|
-
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
737
737
|
// ClockArrowDown aliases
|
|
738
738
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
739
|
+
// ClockAlert aliases
|
|
740
|
+
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
739
741
|
// ClockArrowRight aliases
|
|
740
742
|
export { default as ClockArrowRightIcon } from '../icons/clock-arrow-right';
|
|
741
743
|
// ClockArrowLeft aliases
|
|
@@ -746,30 +748,30 @@ export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
|
746
748
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
747
749
|
// ClockFading aliases
|
|
748
750
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
749
|
-
// ClockPlus aliases
|
|
750
|
-
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
751
751
|
// Clock aliases
|
|
752
752
|
export { default as ClockIcon } from '../icons/clock';
|
|
753
|
+
// ClockPlus aliases
|
|
754
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
753
755
|
// ClosedCaption aliases
|
|
754
756
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
755
|
-
// CloudBackup aliases
|
|
756
|
-
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
757
757
|
// CloudAlert aliases
|
|
758
758
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
759
|
-
//
|
|
760
|
-
export { default as
|
|
759
|
+
// CloudBackup aliases
|
|
760
|
+
export { default as CloudBackupIcon } from '../icons/cloud-backup';
|
|
761
761
|
// CloudCheck aliases
|
|
762
762
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
763
|
+
// CloudCog aliases
|
|
764
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
763
765
|
// CloudDrizzle aliases
|
|
764
766
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
765
767
|
// CloudFog aliases
|
|
766
768
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
767
|
-
// CloudLightning aliases
|
|
768
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
769
769
|
// CloudHail aliases
|
|
770
770
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
771
771
|
// CloudMoonRain aliases
|
|
772
772
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
773
|
+
// CloudLightning aliases
|
|
774
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
773
775
|
// CloudMoon aliases
|
|
774
776
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
775
777
|
// CloudOff aliases
|
|
@@ -780,26 +782,26 @@ export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
|
780
782
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
781
783
|
// CloudSnow aliases
|
|
782
784
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
783
|
-
// CloudSun aliases
|
|
784
|
-
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
785
785
|
// CloudSunRain aliases
|
|
786
786
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
787
|
+
// CloudSun aliases
|
|
788
|
+
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
787
789
|
// CloudSync aliases
|
|
788
790
|
export { default as CloudSyncIcon } from '../icons/cloud-sync';
|
|
789
791
|
// Cloud aliases
|
|
790
792
|
export { default as CloudIcon } from '../icons/cloud';
|
|
791
793
|
// Cloudy aliases
|
|
792
794
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
793
|
-
// Club aliases
|
|
794
|
-
export { default as ClubIcon } from '../icons/club';
|
|
795
795
|
// Clover aliases
|
|
796
796
|
export { default as CloverIcon } from '../icons/clover';
|
|
797
|
+
// Club aliases
|
|
798
|
+
export { default as ClubIcon } from '../icons/club';
|
|
797
799
|
// Code aliases
|
|
798
800
|
export { default as CodeIcon } from '../icons/code';
|
|
799
|
-
// Coffee aliases
|
|
800
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
801
801
|
// Cog aliases
|
|
802
802
|
export { default as CogIcon } from '../icons/cog';
|
|
803
|
+
// Coffee aliases
|
|
804
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
803
805
|
// Coins aliases
|
|
804
806
|
export { default as CoinsIcon } from '../icons/coins';
|
|
805
807
|
// Columns4 aliases
|
|
@@ -820,32 +822,32 @@ export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
|
820
822
|
export { default as ConeIcon } from '../icons/cone';
|
|
821
823
|
// Construction aliases
|
|
822
824
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
823
|
-
// Container aliases
|
|
824
|
-
export { default as ContainerIcon } from '../icons/container';
|
|
825
825
|
// Contact aliases
|
|
826
826
|
export { default as ContactIcon } from '../icons/contact';
|
|
827
|
-
//
|
|
828
|
-
export { default as
|
|
827
|
+
// Container aliases
|
|
828
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
829
829
|
// Contrast aliases
|
|
830
830
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
831
|
+
// Cookie aliases
|
|
832
|
+
export { default as CookieIcon } from '../icons/cookie';
|
|
831
833
|
// CookingPot aliases
|
|
832
834
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
833
835
|
// CopyCheck aliases
|
|
834
836
|
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
835
|
-
// CopyMinus aliases
|
|
836
|
-
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
837
837
|
// CopyPlus aliases
|
|
838
838
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
839
|
-
//
|
|
840
|
-
export { default as
|
|
839
|
+
// CopyMinus aliases
|
|
840
|
+
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
841
841
|
// CopySlash aliases
|
|
842
842
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
843
|
+
// CopyX aliases
|
|
844
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
845
|
+
// Copyright aliases
|
|
846
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
843
847
|
// Copy aliases
|
|
844
848
|
export { default as CopyIcon } from '../icons/copy';
|
|
845
849
|
// Copyleft aliases
|
|
846
850
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
847
|
-
// Copyright aliases
|
|
848
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
849
851
|
// CornerDownLeft aliases
|
|
850
852
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
851
853
|
// CornerDownRight aliases
|
|
@@ -854,16 +856,16 @@ export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
|
854
856
|
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
855
857
|
// CornerLeftUp aliases
|
|
856
858
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
857
|
-
// CornerRightUp aliases
|
|
858
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
859
859
|
// CornerRightDown aliases
|
|
860
860
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
861
|
-
//
|
|
862
|
-
export { default as
|
|
861
|
+
// CornerRightUp aliases
|
|
862
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
863
863
|
// CornerUpRight aliases
|
|
864
864
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
865
865
|
// Cpu aliases
|
|
866
866
|
export { default as CpuIcon } from '../icons/cpu';
|
|
867
|
+
// CornerUpLeft aliases
|
|
868
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
867
869
|
// CreativeCommons aliases
|
|
868
870
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
869
871
|
// CreditCard aliases
|
|
@@ -892,12 +894,12 @@ export { default as DamIcon } from '../icons/dam';
|
|
|
892
894
|
export { default as DatabaseArrowDownIcon } from '../icons/database-arrow-down';
|
|
893
895
|
// DatabaseArrowUp aliases
|
|
894
896
|
export { default as DatabaseArrowUpIcon } from '../icons/database-arrow-up';
|
|
895
|
-
// DatabaseCheck aliases
|
|
896
|
-
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
897
897
|
// DatabaseBackup aliases
|
|
898
898
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
899
899
|
// DatabaseMinus aliases
|
|
900
900
|
export { default as DatabaseMinusIcon } from '../icons/database-minus';
|
|
901
|
+
// DatabaseCheck aliases
|
|
902
|
+
export { default as DatabaseCheckIcon } from '../icons/database-check';
|
|
901
903
|
// DatabasePlus aliases
|
|
902
904
|
export { default as DatabasePlusIcon } from '../icons/database-plus';
|
|
903
905
|
// DatabaseSearch aliases
|
|
@@ -906,70 +908,70 @@ export { default as DatabaseSearchIcon } from '../icons/database-search';
|
|
|
906
908
|
export { default as DatabaseXIcon } from '../icons/database-x';
|
|
907
909
|
// DatabaseZap aliases
|
|
908
910
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
909
|
-
// Database aliases
|
|
910
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
911
911
|
// DecimalsArrowLeft aliases
|
|
912
912
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
913
|
+
// Database aliases
|
|
914
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
913
915
|
// DecimalsArrowRight aliases
|
|
914
916
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
915
917
|
// Delete aliases
|
|
916
918
|
export { default as DeleteIcon } from '../icons/delete';
|
|
917
|
-
// Dessert aliases
|
|
918
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
919
919
|
// Diameter aliases
|
|
920
920
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
921
|
+
// Dessert aliases
|
|
922
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
921
923
|
// DiamondMinus aliases
|
|
922
924
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
923
925
|
// Diamond aliases
|
|
924
926
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
925
927
|
// DiamondPlus aliases
|
|
926
928
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
927
|
-
// Dice2 aliases
|
|
928
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
929
|
-
// Dice3 aliases
|
|
930
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
931
929
|
// Dice1 aliases
|
|
932
930
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
931
|
+
// Dice2 aliases
|
|
932
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
935
933
|
// Dice5 aliases
|
|
936
934
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
935
|
+
// Dice4 aliases
|
|
936
|
+
export { default as Dice4Icon } from '../icons/dice-4';
|
|
937
|
+
// Dice3 aliases
|
|
938
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
937
939
|
// Dice6 aliases
|
|
938
940
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
939
941
|
// Dices aliases
|
|
940
942
|
export { default as DicesIcon } from '../icons/dices';
|
|
941
943
|
// Diff aliases
|
|
942
944
|
export { default as DiffIcon } from '../icons/diff';
|
|
943
|
-
// Disc3 aliases
|
|
944
|
-
export { default as Disc3Icon } from '../icons/disc-3';
|
|
945
945
|
// Disc2 aliases
|
|
946
946
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
947
|
+
// Disc3 aliases
|
|
948
|
+
export { default as Disc3Icon } from '../icons/disc-3';
|
|
947
949
|
// DiscAlbum aliases
|
|
948
950
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
949
|
-
// Divide aliases
|
|
950
|
-
export { default as DivideIcon } from '../icons/divide';
|
|
951
951
|
// Disc aliases
|
|
952
952
|
export { default as DiscIcon } from '../icons/disc';
|
|
953
|
+
// Divide aliases
|
|
954
|
+
export { default as DivideIcon } from '../icons/divide';
|
|
953
955
|
// DnaOff aliases
|
|
954
956
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
955
|
-
// Dna aliases
|
|
956
|
-
export { default as DnaIcon } from '../icons/dna';
|
|
957
957
|
// Dock aliases
|
|
958
958
|
export { default as DockIcon } from '../icons/dock';
|
|
959
959
|
// Dog aliases
|
|
960
960
|
export { default as DogIcon } from '../icons/dog';
|
|
961
961
|
// DollarSign aliases
|
|
962
962
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
963
|
+
// Dna aliases
|
|
964
|
+
export { default as DnaIcon } from '../icons/dna';
|
|
963
965
|
// Donut aliases
|
|
964
966
|
export { default as DonutIcon } from '../icons/donut';
|
|
965
967
|
// DoorClosedLocked aliases
|
|
966
968
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
967
969
|
// DoorClosed aliases
|
|
968
970
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
969
|
-
// Dot aliases
|
|
970
|
-
export { default as DotIcon } from '../icons/dot';
|
|
971
971
|
// DoorOpen aliases
|
|
972
972
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
973
|
+
// Dot aliases
|
|
974
|
+
export { default as DotIcon } from '../icons/dot';
|
|
973
975
|
// Download aliases
|
|
974
976
|
export { default as DownloadIcon } from '../icons/download';
|
|
975
977
|
// DraftingCompass aliases
|
|
@@ -984,10 +986,10 @@ export { default as DroneIcon } from '../icons/drone';
|
|
|
984
986
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
985
987
|
// Droplet aliases
|
|
986
988
|
export { default as DropletIcon } from '../icons/droplet';
|
|
987
|
-
// Drum aliases
|
|
988
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
989
989
|
// Droplets aliases
|
|
990
990
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
991
|
+
// Drum aliases
|
|
992
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
991
993
|
// Drumstick aliases
|
|
992
994
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
993
995
|
// Dumbbell aliases
|
|
@@ -998,16 +1000,16 @@ export { default as EarOffIcon } from '../icons/ear-off';
|
|
|
998
1000
|
export { default as EarIcon } from '../icons/ear';
|
|
999
1001
|
// EarthLock aliases
|
|
1000
1002
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
1001
|
-
// EggFried aliases
|
|
1002
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1003
1003
|
// Eclipse aliases
|
|
1004
1004
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
1005
|
-
//
|
|
1006
|
-
export { default as
|
|
1005
|
+
// EggFried aliases
|
|
1006
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
1007
1007
|
// Egg aliases
|
|
1008
1008
|
export { default as EggIcon } from '../icons/egg';
|
|
1009
1009
|
// Eject aliases
|
|
1010
1010
|
export { default as EjectIcon } from '../icons/eject';
|
|
1011
|
+
// EggOff aliases
|
|
1012
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
1011
1013
|
// Ellipse aliases
|
|
1012
1014
|
export { default as EllipseIcon } from '../icons/ellipse';
|
|
1013
1015
|
// EqualApproximately aliases
|
|
@@ -1020,10 +1022,10 @@ export { default as EqualIcon } from '../icons/equal';
|
|
|
1020
1022
|
export { default as EraserIcon } from '../icons/eraser';
|
|
1021
1023
|
// EthernetPort aliases
|
|
1022
1024
|
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
1023
|
-
// EvCharger aliases
|
|
1024
|
-
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1025
1025
|
// Euro aliases
|
|
1026
1026
|
export { default as EuroIcon } from '../icons/euro';
|
|
1027
|
+
// EvCharger aliases
|
|
1028
|
+
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
1027
1029
|
// Expand aliases
|
|
1028
1030
|
export { default as ExpandIcon } from '../icons/expand';
|
|
1029
1031
|
// ExternalLink aliases
|
|
@@ -1032,26 +1034,26 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
1032
1034
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
1033
1035
|
// EyeDashed aliases
|
|
1034
1036
|
export { default as EyeDashedIcon } from '../icons/eye-dashed';
|
|
1037
|
+
// Eye aliases
|
|
1038
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
1035
1039
|
// EyeOff aliases
|
|
1036
1040
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
1037
1041
|
// Factory aliases
|
|
1038
1042
|
export { default as FactoryIcon } from '../icons/factory';
|
|
1039
1043
|
// Fan aliases
|
|
1040
1044
|
export { default as FanIcon } from '../icons/fan';
|
|
1041
|
-
// Eye aliases
|
|
1042
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
1043
1045
|
// FastForward aliases
|
|
1044
1046
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
1045
|
-
// Feather aliases
|
|
1046
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
1047
|
-
// FerrisWheel aliases
|
|
1048
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1049
1047
|
// Fence aliases
|
|
1050
1048
|
export { default as FenceIcon } from '../icons/fence';
|
|
1049
|
+
// Feather aliases
|
|
1050
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
1051
1051
|
// FileArchive aliases
|
|
1052
1052
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
1053
1053
|
// FileBox aliases
|
|
1054
1054
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
1055
|
+
// FerrisWheel aliases
|
|
1056
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
1055
1057
|
// FileCheck aliases
|
|
1056
1058
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
1057
1059
|
// FileClock aliases
|
|
@@ -1068,10 +1070,10 @@ export { default as FileDownIcon } from '../icons/file-down';
|
|
|
1068
1070
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1069
1071
|
// FileImage aliases
|
|
1070
1072
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1071
|
-
// FileInput aliases
|
|
1072
|
-
export { default as FileInputIcon } from '../icons/file-input';
|
|
1073
1073
|
// FileMinus aliases
|
|
1074
1074
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1075
|
+
// FileInput aliases
|
|
1076
|
+
export { default as FileInputIcon } from '../icons/file-input';
|
|
1075
1077
|
// FileMusic aliases
|
|
1076
1078
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1077
1079
|
// FilePlus aliases
|
|
@@ -1086,50 +1088,50 @@ export { default as FileSearchIcon } from '../icons/file-search';
|
|
|
1086
1088
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1087
1089
|
// FileSpreadsheet aliases
|
|
1088
1090
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1089
|
-
// FileStack aliases
|
|
1090
|
-
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1091
1091
|
// FileSymlink aliases
|
|
1092
1092
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1093
|
+
// FileStack aliases
|
|
1094
|
+
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1093
1095
|
// FileTerminal aliases
|
|
1094
1096
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1097
|
+
// FileText aliases
|
|
1098
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1095
1099
|
// FileType aliases
|
|
1096
1100
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1097
1101
|
// FileUp aliases
|
|
1098
1102
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1099
|
-
// FileText aliases
|
|
1100
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1101
|
-
// FileUser aliases
|
|
1102
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1103
1103
|
// FileVolume aliases
|
|
1104
1104
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1105
1105
|
// FileX aliases
|
|
1106
1106
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1107
|
-
//
|
|
1108
|
-
export { default as
|
|
1107
|
+
// FileUser aliases
|
|
1108
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1109
1109
|
// Files aliases
|
|
1110
1110
|
export { default as FilesIcon } from '../icons/files';
|
|
1111
|
+
// Film aliases
|
|
1112
|
+
export { default as FilmIcon } from '../icons/film';
|
|
1113
|
+
// File aliases
|
|
1114
|
+
export { default as FileIcon } from '../icons/file';
|
|
1111
1115
|
// FireExtinguisher aliases
|
|
1112
1116
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1113
1117
|
// FishOff aliases
|
|
1114
1118
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1115
|
-
// FishSymbol aliases
|
|
1116
|
-
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1117
|
-
// Film aliases
|
|
1118
|
-
export { default as FilmIcon } from '../icons/film';
|
|
1119
1119
|
// Fish aliases
|
|
1120
1120
|
export { default as FishIcon } from '../icons/fish';
|
|
1121
1121
|
// FishingHook aliases
|
|
1122
1122
|
export { default as FishingHookIcon } from '../icons/fishing-hook';
|
|
1123
|
+
// FishSymbol aliases
|
|
1124
|
+
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1123
1125
|
// FishingRod aliases
|
|
1124
1126
|
export { default as FishingRodIcon } from '../icons/fishing-rod';
|
|
1125
1127
|
// FlagOff aliases
|
|
1126
1128
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1127
1129
|
// FlagTriangleLeft aliases
|
|
1128
1130
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1129
|
-
// FlagTriangleRight aliases
|
|
1130
|
-
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1131
1131
|
// Flag aliases
|
|
1132
1132
|
export { default as FlagIcon } from '../icons/flag';
|
|
1133
|
+
// FlagTriangleRight aliases
|
|
1134
|
+
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1133
1135
|
// FlameKindling aliases
|
|
1134
1136
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1135
1137
|
// Flame aliases
|
|
@@ -1138,14 +1140,14 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1138
1140
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1139
1141
|
// Flashlight aliases
|
|
1140
1142
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1141
|
-
// FlaskConical aliases
|
|
1142
|
-
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1143
1143
|
// FlaskConicalOff aliases
|
|
1144
1144
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1145
|
-
//
|
|
1146
|
-
export { default as
|
|
1145
|
+
// FlaskConical aliases
|
|
1146
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1147
1147
|
// FlipHorizontal2 aliases
|
|
1148
1148
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1149
|
+
// FlaskRound aliases
|
|
1150
|
+
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1149
1151
|
// FlipVertical2 aliases
|
|
1150
1152
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1151
1153
|
// Flower2 aliases
|
|
@@ -1154,30 +1156,30 @@ export { default as Flower2Icon } from '../icons/flower-2';
|
|
|
1154
1156
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1155
1157
|
// Focus aliases
|
|
1156
1158
|
export { default as FocusIcon } from '../icons/focus';
|
|
1157
|
-
// FoldVertical aliases
|
|
1158
|
-
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1159
1159
|
// FoldHorizontal aliases
|
|
1160
1160
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1161
|
+
// FoldVertical aliases
|
|
1162
|
+
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1161
1163
|
// FolderArchive aliases
|
|
1162
1164
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1163
1165
|
// FolderCheck aliases
|
|
1164
1166
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1165
|
-
// FolderBookmark aliases
|
|
1166
|
-
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1167
1167
|
// FolderClock aliases
|
|
1168
1168
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1169
|
+
// FolderBookmark aliases
|
|
1170
|
+
export { default as FolderBookmarkIcon } from '../icons/folder-bookmark';
|
|
1169
1171
|
// FolderClosed aliases
|
|
1170
1172
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1171
1173
|
// FolderCode aliases
|
|
1172
1174
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1173
|
-
// FolderGit2 aliases
|
|
1174
|
-
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1175
1175
|
// FolderDot aliases
|
|
1176
1176
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1177
1177
|
// FolderDown aliases
|
|
1178
1178
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1179
1179
|
// FolderGit aliases
|
|
1180
1180
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1181
|
+
// FolderGit2 aliases
|
|
1182
|
+
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1181
1183
|
// FolderHeart aliases
|
|
1182
1184
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1183
1185
|
// FolderInput aliases
|
|
@@ -1188,12 +1190,12 @@ export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
|
1188
1190
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1189
1191
|
// FolderLock aliases
|
|
1190
1192
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1193
|
+
// FolderMinus aliases
|
|
1194
|
+
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1191
1195
|
// FolderOpenDot aliases
|
|
1192
1196
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1193
1197
|
// FolderOpen aliases
|
|
1194
1198
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1195
|
-
// FolderMinus aliases
|
|
1196
|
-
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1197
1199
|
// FolderOutput aliases
|
|
1198
1200
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1199
1201
|
// FolderPlus aliases
|
|
@@ -1208,14 +1210,14 @@ export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
|
1208
1210
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1209
1211
|
// FolderSync aliases
|
|
1210
1212
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1211
|
-
// FolderUp aliases
|
|
1212
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1213
1213
|
// FolderTree aliases
|
|
1214
1214
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1215
|
-
// Folder aliases
|
|
1216
|
-
export { default as FolderIcon } from '../icons/folder';
|
|
1217
1215
|
// FolderX aliases
|
|
1218
1216
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1217
|
+
// Folder aliases
|
|
1218
|
+
export { default as FolderIcon } from '../icons/folder';
|
|
1219
|
+
// FolderUp aliases
|
|
1220
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1219
1221
|
// Folders aliases
|
|
1220
1222
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1221
1223
|
// Footprints aliases
|
|
@@ -1236,30 +1238,28 @@ export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
|
1236
1238
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1237
1239
|
// GalleryHorizontalEnd aliases
|
|
1238
1240
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1239
|
-
// GalleryHorizontal aliases
|
|
1240
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1241
1241
|
// GalleryThumbnails aliases
|
|
1242
1242
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1243
1243
|
// GalleryVerticalEnd aliases
|
|
1244
1244
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1245
1245
|
// GalleryVertical aliases
|
|
1246
1246
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1247
|
+
// GalleryHorizontal aliases
|
|
1248
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1247
1249
|
// Gamepad2 aliases
|
|
1248
1250
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1249
1251
|
// GamepadDirectional aliases
|
|
1250
1252
|
export { default as GamepadDirectionalIcon } from '../icons/gamepad-directional';
|
|
1251
|
-
// Gauge aliases
|
|
1252
|
-
export { default as GaugeIcon } from '../icons/gauge';
|
|
1253
|
-
// Gavel aliases
|
|
1254
|
-
export { default as GavelIcon } from '../icons/gavel';
|
|
1255
1253
|
// Gamepad aliases
|
|
1256
1254
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1255
|
+
// Gauge aliases
|
|
1256
|
+
export { default as GaugeIcon } from '../icons/gauge';
|
|
1257
1257
|
// Gem aliases
|
|
1258
1258
|
export { default as GemIcon } from '../icons/gem';
|
|
1259
1259
|
// GeorgianLari aliases
|
|
1260
1260
|
export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
1261
|
-
//
|
|
1262
|
-
export { default as
|
|
1261
|
+
// Gavel aliases
|
|
1262
|
+
export { default as GavelIcon } from '../icons/gavel';
|
|
1263
1263
|
// Ghost aliases
|
|
1264
1264
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1265
1265
|
// GitBranchMinus aliases
|
|
@@ -1270,6 +1270,8 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1270
1270
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1271
1271
|
// GitCommitVertical aliases
|
|
1272
1272
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1273
|
+
// Gift aliases
|
|
1274
|
+
export { default as GiftIcon } from '../icons/gift';
|
|
1273
1275
|
// GitCompareArrows aliases
|
|
1274
1276
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1275
1277
|
// GitCompare aliases
|
|
@@ -1284,36 +1286,36 @@ export { default as GitMergeConflictIcon } from '../icons/git-merge-conflict';
|
|
|
1284
1286
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1285
1287
|
// GitPullRequestArrow aliases
|
|
1286
1288
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1287
|
-
// GitPullRequestCreateArrow aliases
|
|
1288
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1289
1289
|
// GitPullRequestClosed aliases
|
|
1290
1290
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1291
|
-
//
|
|
1292
|
-
export { default as
|
|
1291
|
+
// GitPullRequestCreateArrow aliases
|
|
1292
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1293
1293
|
// GitPullRequestCreate aliases
|
|
1294
1294
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1295
|
+
// GitPullRequestDraft aliases
|
|
1296
|
+
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1295
1297
|
// GitPullRequest aliases
|
|
1296
1298
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1297
|
-
// Glasses aliases
|
|
1298
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1299
1299
|
// GlassWater aliases
|
|
1300
1300
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1301
|
+
// Glasses aliases
|
|
1302
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1301
1303
|
// GlobeCheck aliases
|
|
1302
1304
|
export { default as GlobeCheckIcon } from '../icons/globe-check';
|
|
1303
1305
|
// GlobeLock aliases
|
|
1304
1306
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1305
|
-
// GlobeX aliases
|
|
1306
|
-
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1307
1307
|
// GlobeOff aliases
|
|
1308
1308
|
export { default as GlobeOffIcon } from '../icons/globe-off';
|
|
1309
|
+
// GlobeX aliases
|
|
1310
|
+
export { default as GlobeXIcon } from '../icons/globe-x';
|
|
1309
1311
|
// Globe aliases
|
|
1310
1312
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1311
|
-
// GraduationCap aliases
|
|
1312
|
-
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1313
1313
|
// Goal aliases
|
|
1314
1314
|
export { default as GoalIcon } from '../icons/goal';
|
|
1315
1315
|
// Gpu aliases
|
|
1316
1316
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1317
|
+
// GraduationCap aliases
|
|
1318
|
+
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1317
1319
|
// Grape aliases
|
|
1318
1320
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1319
1321
|
// Grid3x2 aliases
|
|
@@ -1340,38 +1342,38 @@ export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
|
1340
1342
|
export { default as HandFistIcon } from '../icons/hand-fist';
|
|
1341
1343
|
// HandHeart aliases
|
|
1342
1344
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1345
|
+
// HandPlatter aliases
|
|
1346
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1343
1347
|
// HandMetal aliases
|
|
1344
1348
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1345
1349
|
// Hand aliases
|
|
1346
1350
|
export { default as HandIcon } from '../icons/hand';
|
|
1347
|
-
// HandPlatter aliases
|
|
1348
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1349
|
-
// Handbag aliases
|
|
1350
|
-
export { default as HandbagIcon } from '../icons/handbag';
|
|
1351
1351
|
// Handshake aliases
|
|
1352
1352
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1353
|
+
// Handbag aliases
|
|
1354
|
+
export { default as HandbagIcon } from '../icons/handbag';
|
|
1353
1355
|
// HardDriveDownload aliases
|
|
1354
1356
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1355
|
-
// HardDrive aliases
|
|
1356
|
-
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1357
1357
|
// HardDriveUpload aliases
|
|
1358
1358
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1359
|
-
//
|
|
1360
|
-
export { default as
|
|
1359
|
+
// HardDrive aliases
|
|
1360
|
+
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1361
1361
|
// Hash aliases
|
|
1362
1362
|
export { default as HashIcon } from '../icons/hash';
|
|
1363
|
+
// HardHat aliases
|
|
1364
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1363
1365
|
// HatGlasses aliases
|
|
1364
1366
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1365
1367
|
// Haze aliases
|
|
1366
1368
|
export { default as HazeIcon } from '../icons/haze';
|
|
1367
|
-
// Hd aliases
|
|
1368
|
-
export { default as HdIcon } from '../icons/hd';
|
|
1369
1369
|
// HdmiPort aliases
|
|
1370
1370
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1371
|
-
//
|
|
1372
|
-
export { default as
|
|
1371
|
+
// Hd aliases
|
|
1372
|
+
export { default as HdIcon } from '../icons/hd';
|
|
1373
1373
|
// Heading2 aliases
|
|
1374
1374
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1375
|
+
// Heading1 aliases
|
|
1376
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1375
1377
|
// Heading3 aliases
|
|
1376
1378
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1377
1379
|
// Heading4 aliases
|
|
@@ -1382,26 +1384,26 @@ export { default as Heading5Icon } from '../icons/heading-5';
|
|
|
1382
1384
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1383
1385
|
// Heading aliases
|
|
1384
1386
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1385
|
-
// Headset aliases
|
|
1386
|
-
export { default as HeadsetIcon } from '../icons/headset';
|
|
1387
1387
|
// HeadphoneOff aliases
|
|
1388
1388
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1389
1389
|
// Headphones aliases
|
|
1390
1390
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1391
|
+
// Headset aliases
|
|
1392
|
+
export { default as HeadsetIcon } from '../icons/headset';
|
|
1391
1393
|
// HeartCrack aliases
|
|
1392
1394
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1393
1395
|
// HeartHandshake aliases
|
|
1394
1396
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1395
1397
|
// HeartMinus aliases
|
|
1396
1398
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1397
|
-
// HeartOff aliases
|
|
1398
|
-
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1399
1399
|
// HeartPlus aliases
|
|
1400
1400
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1401
|
-
//
|
|
1402
|
-
export { default as
|
|
1401
|
+
// HeartOff aliases
|
|
1402
|
+
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1403
1403
|
// HeartX aliases
|
|
1404
1404
|
export { default as HeartXIcon } from '../icons/heart-x';
|
|
1405
|
+
// HeartPulse aliases
|
|
1406
|
+
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1405
1407
|
// Heater aliases
|
|
1406
1408
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1407
1409
|
// Heart aliases
|
|
@@ -1442,28 +1444,28 @@ export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
|
1442
1444
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1443
1445
|
// ImagePlay aliases
|
|
1444
1446
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1445
|
-
// ImageUp aliases
|
|
1446
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1447
1447
|
// ImagePlus aliases
|
|
1448
1448
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1449
|
+
// ImageUp aliases
|
|
1450
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1449
1451
|
// ImageUpscale aliases
|
|
1450
1452
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1451
|
-
// Image aliases
|
|
1452
|
-
export { default as ImageIcon } from '../icons/image';
|
|
1453
1453
|
// Images aliases
|
|
1454
1454
|
export { default as ImagesIcon } from '../icons/images';
|
|
1455
1455
|
// Import aliases
|
|
1456
1456
|
export { default as ImportIcon } from '../icons/import';
|
|
1457
|
-
//
|
|
1458
|
-
export { default as
|
|
1457
|
+
// Image aliases
|
|
1458
|
+
export { default as ImageIcon } from '../icons/image';
|
|
1459
1459
|
// Inbox aliases
|
|
1460
1460
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1461
|
+
// IndianRupee aliases
|
|
1462
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1461
1463
|
// Infinity aliases
|
|
1462
1464
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1463
|
-
// InspectionPanel aliases
|
|
1464
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1465
1465
|
// Info aliases
|
|
1466
1466
|
export { default as InfoIcon } from '../icons/info';
|
|
1467
|
+
// InspectionPanel aliases
|
|
1468
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1467
1469
|
// Italic aliases
|
|
1468
1470
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1469
1471
|
// IterationCcw aliases
|
|
@@ -1472,14 +1474,14 @@ export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
|
1472
1474
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1473
1475
|
// Joystick aliases
|
|
1474
1476
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1475
|
-
// Kanban aliases
|
|
1476
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1477
1477
|
// JapaneseYen aliases
|
|
1478
1478
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1479
|
-
//
|
|
1480
|
-
export { default as
|
|
1479
|
+
// Kanban aliases
|
|
1480
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1481
1481
|
// Kayak aliases
|
|
1482
1482
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1483
|
+
// KeyRound aliases
|
|
1484
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1483
1485
|
// KeySquare aliases
|
|
1484
1486
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1485
1487
|
// Key aliases
|
|
@@ -1498,10 +1500,10 @@ export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
|
1498
1500
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1499
1501
|
// LampWallDown aliases
|
|
1500
1502
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1501
|
-
// LampWallUp aliases
|
|
1502
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1503
1503
|
// Lamp aliases
|
|
1504
1504
|
export { default as LampIcon } from '../icons/lamp';
|
|
1505
|
+
// LampWallUp aliases
|
|
1506
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1505
1507
|
// LandPlot aliases
|
|
1506
1508
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1507
1509
|
// Landmark aliases
|
|
@@ -1510,16 +1512,16 @@ export { default as LandmarkIcon } from '../icons/landmark';
|
|
|
1510
1512
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1511
1513
|
// LaptopMinimalCheck aliases
|
|
1512
1514
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1513
|
-
// LassoSelect aliases
|
|
1514
|
-
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1515
1515
|
// Laptop aliases
|
|
1516
1516
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1517
|
+
// LassoSelect aliases
|
|
1518
|
+
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1517
1519
|
// Lasso aliases
|
|
1518
1520
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1519
|
-
// LayerArrowUp aliases
|
|
1520
|
-
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1521
1521
|
// LayerArrowDown aliases
|
|
1522
1522
|
export { default as LayerArrowDownIcon } from '../icons/layer-arrow-down';
|
|
1523
|
+
// LayerArrowUp aliases
|
|
1524
|
+
export { default as LayerArrowUpIcon } from '../icons/layer-arrow-up';
|
|
1523
1525
|
// Layers2 aliases
|
|
1524
1526
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1525
1527
|
// LayersArrowDown aliases
|
|
@@ -1532,60 +1534,62 @@ export { default as LayersMinusIcon } from '../icons/layers-minus';
|
|
|
1532
1534
|
export { default as LayersPlusIcon } from '../icons/layers-plus';
|
|
1533
1535
|
// LayoutDashboard aliases
|
|
1534
1536
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1535
|
-
// LayoutFreeform aliases
|
|
1536
|
-
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1537
1537
|
// LayoutGrid aliases
|
|
1538
1538
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1539
1539
|
// LayoutList aliases
|
|
1540
1540
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1541
|
+
// LayoutFreeform aliases
|
|
1542
|
+
export { default as LayoutFreeformIcon } from '../icons/layout-freeform';
|
|
1541
1543
|
// LayoutPanelLeft aliases
|
|
1542
1544
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1543
1545
|
// LayoutPanelTop aliases
|
|
1544
1546
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1545
|
-
// Leaf aliases
|
|
1546
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1547
1547
|
// LayoutTemplate aliases
|
|
1548
1548
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1549
|
+
// Leaf aliases
|
|
1550
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1549
1551
|
// LeafyGreen aliases
|
|
1550
1552
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1551
1553
|
// Lectern aliases
|
|
1552
1554
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1553
1555
|
// LensConcave aliases
|
|
1554
1556
|
export { default as LensConcaveIcon } from '../icons/lens-concave';
|
|
1557
|
+
// LensConvex aliases
|
|
1558
|
+
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1555
1559
|
// LibraryBig aliases
|
|
1556
1560
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1557
1561
|
// Library aliases
|
|
1558
1562
|
export { default as LibraryIcon } from '../icons/library';
|
|
1559
|
-
// LensConvex aliases
|
|
1560
|
-
export { default as LensConvexIcon } from '../icons/lens-convex';
|
|
1561
1563
|
// LifeBuoy aliases
|
|
1562
1564
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1563
|
-
// LightbulbOff aliases
|
|
1564
|
-
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1565
1565
|
// Ligature aliases
|
|
1566
1566
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1567
|
-
// LineDotRightHorizontal aliases
|
|
1568
|
-
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1569
1567
|
// Lightbulb aliases
|
|
1570
1568
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1569
|
+
// LineDotRightHorizontal aliases
|
|
1570
|
+
export { default as LineDotRightHorizontalIcon } from '../icons/line-dot-right-horizontal';
|
|
1571
|
+
// LightbulbOff aliases
|
|
1572
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1571
1573
|
// LineSquiggle aliases
|
|
1572
1574
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1573
1575
|
// LineStyle aliases
|
|
1574
1576
|
export { default as LineStyleIcon } from '../icons/line-style';
|
|
1575
1577
|
// Link2Off aliases
|
|
1576
1578
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1579
|
+
// Link2 aliases
|
|
1580
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1577
1581
|
// Link aliases
|
|
1578
1582
|
export { default as LinkIcon } from '../icons/link';
|
|
1579
1583
|
// ListCheck aliases
|
|
1580
1584
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1581
|
-
// Link2 aliases
|
|
1582
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1583
1585
|
// ListChecks aliases
|
|
1584
1586
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1585
1587
|
// ListChevronsDownUp aliases
|
|
1586
1588
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1587
1589
|
// ListChevronsUpDown aliases
|
|
1588
1590
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1591
|
+
// ListClock aliases
|
|
1592
|
+
export { default as ListClockIcon } from '../icons/list-clock';
|
|
1589
1593
|
// ListCollapse aliases
|
|
1590
1594
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1591
1595
|
// ListEnd aliases
|
|
@@ -1602,20 +1606,20 @@ export { default as ListMusicIcon } from '../icons/list-music';
|
|
|
1602
1606
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1603
1607
|
// ListPlus aliases
|
|
1604
1608
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1605
|
-
// ListSortAscending aliases
|
|
1606
|
-
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1607
1609
|
// ListRestart aliases
|
|
1608
1610
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1609
1611
|
// ListSortDescending aliases
|
|
1610
1612
|
export { default as ListSortDescendingIcon } from '../icons/list-sort-descending';
|
|
1613
|
+
// ListSortAscending aliases
|
|
1614
|
+
export { default as ListSortAscendingIcon } from '../icons/list-sort-ascending';
|
|
1611
1615
|
// ListStart aliases
|
|
1612
1616
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1617
|
+
// ListTree aliases
|
|
1618
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1613
1619
|
// ListTodo aliases
|
|
1614
1620
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1615
1621
|
// ListVideo aliases
|
|
1616
1622
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1617
|
-
// ListTree aliases
|
|
1618
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1619
1623
|
// ListX aliases
|
|
1620
1624
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1621
1625
|
// List aliases
|
|
@@ -1638,50 +1642,52 @@ export { default as LockIcon } from '../icons/lock';
|
|
|
1638
1642
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1639
1643
|
// LogOut aliases
|
|
1640
1644
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1641
|
-
// Lollipop aliases
|
|
1642
|
-
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1643
|
-
// Luggage aliases
|
|
1644
|
-
export { default as LuggageIcon } from '../icons/luggage';
|
|
1645
1645
|
// Logs aliases
|
|
1646
1646
|
export { default as LogsIcon } from '../icons/logs';
|
|
1647
|
-
//
|
|
1648
|
-
export { default as
|
|
1647
|
+
// Luggage aliases
|
|
1648
|
+
export { default as LuggageIcon } from '../icons/luggage';
|
|
1649
1649
|
// Magnet aliases
|
|
1650
1650
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1651
|
+
// Lollipop aliases
|
|
1652
|
+
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1653
|
+
// MailBadge aliases
|
|
1654
|
+
export { default as MailBadgeIcon } from '../icons/mail-badge';
|
|
1651
1655
|
// MailCheck aliases
|
|
1652
1656
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1657
|
+
// MailClock aliases
|
|
1658
|
+
export { default as MailClockIcon } from '../icons/mail-clock';
|
|
1653
1659
|
// MailMinus aliases
|
|
1654
1660
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1655
1661
|
// MailOpen aliases
|
|
1656
1662
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1657
1663
|
// MailPlus aliases
|
|
1658
1664
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1659
|
-
// MailWarning aliases
|
|
1660
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1661
1665
|
// MailSearch aliases
|
|
1662
1666
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1663
1667
|
// MailX aliases
|
|
1664
1668
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1665
|
-
//
|
|
1666
|
-
export { default as
|
|
1669
|
+
// MailWarning aliases
|
|
1670
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1667
1671
|
// Mail aliases
|
|
1668
1672
|
export { default as MailIcon } from '../icons/mail';
|
|
1669
|
-
//
|
|
1670
|
-
export { default as
|
|
1671
|
-
// MapMinus aliases
|
|
1672
|
-
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1673
|
+
// Mailbox aliases
|
|
1674
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1673
1675
|
// Mails aliases
|
|
1674
1676
|
export { default as MailsIcon } from '../icons/mails';
|
|
1677
|
+
// MapMinus aliases
|
|
1678
|
+
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1679
|
+
// MapPinCheckInside aliases
|
|
1680
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1675
1681
|
// MapPinCheck aliases
|
|
1676
1682
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1677
1683
|
// MapPinHouse aliases
|
|
1678
1684
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1679
1685
|
// MapPinMinusInside aliases
|
|
1680
1686
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1681
|
-
// MapPinMinus aliases
|
|
1682
|
-
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1683
1687
|
// MapPinOff aliases
|
|
1684
1688
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1689
|
+
// MapPinMinus aliases
|
|
1690
|
+
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1685
1691
|
// MapPinPlusInside aliases
|
|
1686
1692
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1687
1693
|
// MapPinPlus aliases
|
|
@@ -1702,10 +1708,10 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1702
1708
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1703
1709
|
// MarsStroke aliases
|
|
1704
1710
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1705
|
-
// Martini aliases
|
|
1706
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1707
1711
|
// Mars aliases
|
|
1708
1712
|
export { default as MarsIcon } from '../icons/mars';
|
|
1713
|
+
// Martini aliases
|
|
1714
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1709
1715
|
// Maximize2 aliases
|
|
1710
1716
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1711
1717
|
// Maximize aliases
|
|
@@ -1728,46 +1734,46 @@ export { default as MessageCircleCheckIcon } from '../icons/message-circle-check
|
|
|
1728
1734
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1729
1735
|
// MessageCircleDashed aliases
|
|
1730
1736
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1737
|
+
// MessageCircleHeart aliases
|
|
1738
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1731
1739
|
// MessageCircleMore aliases
|
|
1732
1740
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1733
1741
|
// MessageCircleOff aliases
|
|
1734
1742
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1735
|
-
// MessageCircleHeart aliases
|
|
1736
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1737
1743
|
// MessageCirclePlus aliases
|
|
1738
1744
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1739
1745
|
// MessageCircleReply aliases
|
|
1740
1746
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1741
|
-
// MessageCircleWarning aliases
|
|
1742
|
-
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1743
1747
|
// MessageCircleX aliases
|
|
1744
1748
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1745
|
-
// MessageSquareCheck aliases
|
|
1746
|
-
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1747
1749
|
// MessageCircle aliases
|
|
1748
1750
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1751
|
+
// MessageSquareCheck aliases
|
|
1752
|
+
export { default as MessageSquareCheckIcon } from '../icons/message-square-check';
|
|
1753
|
+
// MessageCircleWarning aliases
|
|
1754
|
+
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1749
1755
|
// MessageSquareCode aliases
|
|
1750
1756
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1751
|
-
// MessageSquareDashed aliases
|
|
1752
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1753
1757
|
// MessageSquareDiff aliases
|
|
1754
1758
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1759
|
+
// MessageSquareDashed aliases
|
|
1760
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1755
1761
|
// MessageSquareDot aliases
|
|
1756
1762
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1757
1763
|
// MessageSquareHeart aliases
|
|
1758
1764
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1759
|
-
// MessageSquareMore aliases
|
|
1760
|
-
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1761
1765
|
// MessageSquareLock aliases
|
|
1762
1766
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1767
|
+
// MessageSquareMore aliases
|
|
1768
|
+
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1763
1769
|
// MessageSquarePlus aliases
|
|
1764
1770
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1765
1771
|
// MessageSquareOff aliases
|
|
1766
1772
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1767
|
-
// MessageSquareQuote aliases
|
|
1768
|
-
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1769
1773
|
// MessageSquareReply aliases
|
|
1770
1774
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1775
|
+
// MessageSquareQuote aliases
|
|
1776
|
+
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1771
1777
|
// MessageSquareShare aliases
|
|
1772
1778
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1773
1779
|
// MessageSquareText aliases
|
|
@@ -1782,40 +1788,42 @@ export { default as MessageSquareIcon } from '../icons/message-square';
|
|
|
1782
1788
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1783
1789
|
// Metronome aliases
|
|
1784
1790
|
export { default as MetronomeIcon } from '../icons/metronome';
|
|
1785
|
-
// MicOff aliases
|
|
1786
|
-
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1787
1791
|
// MicAudioLines aliases
|
|
1788
1792
|
export { default as MicAudioLinesIcon } from '../icons/mic-audio-lines';
|
|
1793
|
+
// MicOff aliases
|
|
1794
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1789
1795
|
// Mic aliases
|
|
1790
1796
|
export { default as MicIcon } from '../icons/mic';
|
|
1791
|
-
// Microchip aliases
|
|
1792
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1793
1797
|
// Microscope aliases
|
|
1794
1798
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1799
|
+
// Microchip aliases
|
|
1800
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1795
1801
|
// Microwave aliases
|
|
1796
1802
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1797
|
-
//
|
|
1798
|
-
export { default as
|
|
1803
|
+
// MidiPort aliases
|
|
1804
|
+
export { default as MidiPortIcon } from '../icons/midi-port';
|
|
1799
1805
|
// Milestone aliases
|
|
1800
1806
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1801
1807
|
// MilkOff aliases
|
|
1802
1808
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1809
|
+
// Milk aliases
|
|
1810
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1803
1811
|
// Minimize2 aliases
|
|
1804
1812
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1805
1813
|
// Minimize aliases
|
|
1806
1814
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1807
|
-
// MirrorRectangular aliases
|
|
1808
|
-
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1809
1815
|
// Minus aliases
|
|
1810
1816
|
export { default as MinusIcon } from '../icons/minus';
|
|
1817
|
+
// MirrorRectangular aliases
|
|
1818
|
+
export { default as MirrorRectangularIcon } from '../icons/mirror-rectangular';
|
|
1811
1819
|
// MirrorRound aliases
|
|
1812
1820
|
export { default as MirrorRoundIcon } from '../icons/mirror-round';
|
|
1821
|
+
// MonitorCheck aliases
|
|
1822
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1813
1823
|
// MonitorCog aliases
|
|
1814
1824
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1815
1825
|
// MonitorCloud aliases
|
|
1816
1826
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1817
|
-
// MonitorCheck aliases
|
|
1818
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1819
1827
|
// MonitorDot aliases
|
|
1820
1828
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1821
1829
|
// MonitorDown aliases
|
|
@@ -1834,14 +1842,18 @@ export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
|
1834
1842
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1835
1843
|
// MonitorUp aliases
|
|
1836
1844
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1837
|
-
// Monitor aliases
|
|
1838
|
-
export { default as MonitorIcon } from '../icons/monitor';
|
|
1839
1845
|
// MonitorX aliases
|
|
1840
1846
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1847
|
+
// Monitor aliases
|
|
1848
|
+
export { default as MonitorIcon } from '../icons/monitor';
|
|
1841
1849
|
// MoonStar aliases
|
|
1842
1850
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1843
1851
|
// Moon aliases
|
|
1844
1852
|
export { default as MoonIcon } from '../icons/moon';
|
|
1853
|
+
// Mop aliases
|
|
1854
|
+
export { default as MopIcon } from '../icons/mop';
|
|
1855
|
+
// MopSparkles aliases
|
|
1856
|
+
export { default as MopSparklesIcon } from '../icons/mop-sparkles';
|
|
1845
1857
|
// Mosque aliases
|
|
1846
1858
|
export { default as MosqueIcon } from '../icons/mosque';
|
|
1847
1859
|
// Motorbike aliases
|
|
@@ -1850,38 +1862,38 @@ export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
|
1850
1862
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1851
1863
|
// Mountain aliases
|
|
1852
1864
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1853
|
-
// MouseOff aliases
|
|
1854
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1855
1865
|
// MouseLeft aliases
|
|
1856
1866
|
export { default as MouseLeftIcon } from '../icons/mouse-left';
|
|
1867
|
+
// MouseOff aliases
|
|
1868
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1857
1869
|
// MousePointer2Off aliases
|
|
1858
1870
|
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1859
1871
|
// MousePointer2 aliases
|
|
1860
1872
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1861
1873
|
// MousePointerBan aliases
|
|
1862
1874
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1863
|
-
// MousePointerClick aliases
|
|
1864
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1865
1875
|
// MousePointer aliases
|
|
1866
1876
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1867
|
-
//
|
|
1868
|
-
export { default as
|
|
1877
|
+
// MousePointerClick aliases
|
|
1878
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1869
1879
|
// Mouse aliases
|
|
1870
1880
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1881
|
+
// MouseRight aliases
|
|
1882
|
+
export { default as MouseRightIcon } from '../icons/mouse-right';
|
|
1873
1883
|
// MoveDiagonal aliases
|
|
1874
1884
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1885
|
+
// MoveDiagonal2 aliases
|
|
1886
|
+
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1875
1887
|
// MoveDownLeft aliases
|
|
1876
1888
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1877
1889
|
// MoveDownRight aliases
|
|
1878
1890
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1879
1891
|
// MoveDown aliases
|
|
1880
1892
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1881
|
-
// MoveHorizontal aliases
|
|
1882
|
-
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1883
1893
|
// MoveLeft aliases
|
|
1884
1894
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1895
|
+
// MoveHorizontal aliases
|
|
1896
|
+
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1885
1897
|
// MoveRight aliases
|
|
1886
1898
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1887
1899
|
// MoveUpLeft aliases
|
|
@@ -1896,12 +1908,12 @@ export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
|
1896
1908
|
export { default as MoveIcon } from '../icons/move';
|
|
1897
1909
|
// Music2 aliases
|
|
1898
1910
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1911
|
+
// Music4 aliases
|
|
1912
|
+
export { default as Music4Icon } from '../icons/music-4';
|
|
1899
1913
|
// Music3 aliases
|
|
1900
1914
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1901
1915
|
// Music aliases
|
|
1902
1916
|
export { default as MusicIcon } from '../icons/music';
|
|
1903
|
-
// Music4 aliases
|
|
1904
|
-
export { default as Music4Icon } from '../icons/music-4';
|
|
1905
1917
|
// Navigation2Off aliases
|
|
1906
1918
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1907
1919
|
// Navigation2 aliases
|
|
@@ -1934,10 +1946,10 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1934
1946
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1935
1947
|
// Nut aliases
|
|
1936
1948
|
export { default as NutIcon } from '../icons/nut';
|
|
1937
|
-
// OctagonMinus aliases
|
|
1938
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1939
1949
|
// Octagon aliases
|
|
1940
1950
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1951
|
+
// OctagonMinus aliases
|
|
1952
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1941
1953
|
// Omega aliases
|
|
1942
1954
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1943
1955
|
// Option aliases
|
|
@@ -1958,16 +1970,16 @@ export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
|
1958
1970
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1959
1971
|
// PackageSearch aliases
|
|
1960
1972
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1961
|
-
// Package aliases
|
|
1962
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1963
1973
|
// PackageX aliases
|
|
1964
1974
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1975
|
+
// Package aliases
|
|
1976
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1965
1977
|
// PaintBucket aliases
|
|
1966
1978
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1967
|
-
// Paintbrush aliases
|
|
1968
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1969
1979
|
// PaintRoller aliases
|
|
1970
1980
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1981
|
+
// Paintbrush aliases
|
|
1982
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1971
1983
|
// Palette aliases
|
|
1972
1984
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1973
1985
|
// Panda aliases
|
|
@@ -1978,12 +1990,12 @@ export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
|
1978
1990
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1979
1991
|
// PanelBottom aliases
|
|
1980
1992
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1993
|
+
// PanelLeftRightDashed aliases
|
|
1994
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1981
1995
|
// PanelRightClose aliases
|
|
1982
1996
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1983
1997
|
// PanelRightOpen aliases
|
|
1984
1998
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1985
|
-
// PanelLeftRightDashed aliases
|
|
1986
|
-
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1987
1999
|
// PanelRight aliases
|
|
1988
2000
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1989
2001
|
// PanelTopBottomDashed aliases
|
|
@@ -2000,10 +2012,10 @@ export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
|
2000
2012
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
2001
2013
|
// PaperBag aliases
|
|
2002
2014
|
export { default as PaperBagIcon } from '../icons/paper-bag';
|
|
2003
|
-
// Paperclip aliases
|
|
2004
|
-
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2005
2015
|
// Parasol aliases
|
|
2006
2016
|
export { default as ParasolIcon } from '../icons/parasol';
|
|
2017
|
+
// Paperclip aliases
|
|
2018
|
+
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
2007
2019
|
// Parentheses aliases
|
|
2008
2020
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
2009
2021
|
// ParkingMeter aliases
|
|
@@ -2012,10 +2024,10 @@ export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
|
2012
2024
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
2013
2025
|
// Pause aliases
|
|
2014
2026
|
export { default as PauseIcon } from '../icons/pause';
|
|
2015
|
-
// PcCase aliases
|
|
2016
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2017
2027
|
// PawPrint aliases
|
|
2018
2028
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
2029
|
+
// PcCase aliases
|
|
2030
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
2019
2031
|
// PenOff aliases
|
|
2020
2032
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
2021
2033
|
// PenTool aliases
|
|
@@ -2040,46 +2052,46 @@ export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
|
2040
2052
|
export { default as PhiIcon } from '../icons/phi';
|
|
2041
2053
|
// PhilippinePeso aliases
|
|
2042
2054
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
2043
|
-
// PhoneForwarded aliases
|
|
2044
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2045
2055
|
// PhoneCall aliases
|
|
2046
2056
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
2047
|
-
//
|
|
2048
|
-
export { default as
|
|
2057
|
+
// PhoneForwarded aliases
|
|
2058
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
2049
2059
|
// PhoneMissed aliases
|
|
2050
2060
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
2051
2061
|
// PhoneOff aliases
|
|
2052
2062
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
2053
|
-
//
|
|
2054
|
-
export { default as
|
|
2063
|
+
// PhoneIncoming aliases
|
|
2064
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
2055
2065
|
// PhoneOutgoing aliases
|
|
2056
2066
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
2067
|
+
// Phone aliases
|
|
2068
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
2057
2069
|
// Pi aliases
|
|
2058
2070
|
export { default as PiIcon } from '../icons/pi';
|
|
2059
|
-
// Pickaxe aliases
|
|
2060
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2061
2071
|
// Piano aliases
|
|
2062
2072
|
export { default as PianoIcon } from '../icons/piano';
|
|
2063
|
-
//
|
|
2064
|
-
export { default as
|
|
2073
|
+
// Pickaxe aliases
|
|
2074
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
2065
2075
|
// PictureInPicture aliases
|
|
2066
2076
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
2067
2077
|
// PiggyBank aliases
|
|
2068
2078
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
2069
2079
|
// PilcrowLeft aliases
|
|
2070
2080
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2081
|
+
// PictureInPicture2 aliases
|
|
2082
|
+
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
2073
2083
|
// Pilcrow aliases
|
|
2074
2084
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
2085
|
+
// PilcrowRight aliases
|
|
2086
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
2075
2087
|
// PillBottle aliases
|
|
2076
2088
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
2077
2089
|
// Pill aliases
|
|
2078
2090
|
export { default as PillIcon } from '../icons/pill';
|
|
2079
|
-
// PinOff aliases
|
|
2080
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2081
2091
|
// Pin aliases
|
|
2082
2092
|
export { default as PinIcon } from '../icons/pin';
|
|
2093
|
+
// PinOff aliases
|
|
2094
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
2083
2095
|
// Pipette aliases
|
|
2084
2096
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
2085
2097
|
// Pizza aliases
|
|
@@ -2096,70 +2108,70 @@ export { default as PlayOffIcon } from '../icons/play-off';
|
|
|
2096
2108
|
export { default as PlayIcon } from '../icons/play';
|
|
2097
2109
|
// Plug2 aliases
|
|
2098
2110
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
2099
|
-
// Plug aliases
|
|
2100
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
2101
|
-
// Plus aliases
|
|
2102
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
2103
2111
|
// PocketKnife aliases
|
|
2104
2112
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2113
|
+
// Plug aliases
|
|
2114
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
2105
2115
|
// Podium aliases
|
|
2106
2116
|
export { default as PodiumIcon } from '../icons/podium';
|
|
2117
|
+
// Plus aliases
|
|
2118
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
2107
2119
|
// Pointer aliases
|
|
2108
2120
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2109
2121
|
// PointerOff aliases
|
|
2110
2122
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
2111
2123
|
// Popcorn aliases
|
|
2112
2124
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2113
|
-
// PoundSterling aliases
|
|
2114
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2115
2125
|
// Popsicle aliases
|
|
2116
2126
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2127
|
+
// PoundSterling aliases
|
|
2128
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2117
2129
|
// PowerOff aliases
|
|
2118
2130
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2119
|
-
// Presentation aliases
|
|
2120
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2121
2131
|
// Power aliases
|
|
2122
2132
|
export { default as PowerIcon } from '../icons/power';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2133
|
+
// Presentation aliases
|
|
2134
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2125
2135
|
// PrinterX aliases
|
|
2126
2136
|
export { default as PrinterXIcon } from '../icons/printer-x';
|
|
2137
|
+
// PrinterCheck aliases
|
|
2138
|
+
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2127
2139
|
// Printer aliases
|
|
2128
2140
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2129
2141
|
// Projector aliases
|
|
2130
2142
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2131
2143
|
// Puzzle aliases
|
|
2132
2144
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2133
|
-
// Proportions aliases
|
|
2134
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2135
2145
|
// Pyramid aliases
|
|
2136
2146
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2137
|
-
//
|
|
2138
|
-
export { default as
|
|
2139
|
-
// Rabbit aliases
|
|
2140
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2147
|
+
// Proportions aliases
|
|
2148
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2141
2149
|
// Quote aliases
|
|
2142
2150
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2143
|
-
//
|
|
2144
|
-
export { default as
|
|
2151
|
+
// Rabbit aliases
|
|
2152
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2145
2153
|
// Radar aliases
|
|
2146
2154
|
export { default as RadarIcon } from '../icons/radar';
|
|
2147
|
-
//
|
|
2148
|
-
export { default as
|
|
2155
|
+
// Radiation aliases
|
|
2156
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2157
|
+
// QrCode aliases
|
|
2158
|
+
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2149
2159
|
// RadioOff aliases
|
|
2150
2160
|
export { default as RadioOffIcon } from '../icons/radio-off';
|
|
2151
2161
|
// RadioReceiver aliases
|
|
2152
2162
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2163
|
+
// Radical aliases
|
|
2164
|
+
export { default as RadicalIcon } from '../icons/radical';
|
|
2165
|
+
// Radius aliases
|
|
2166
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2153
2167
|
// RadioTower aliases
|
|
2154
2168
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2155
2169
|
// Radio aliases
|
|
2156
2170
|
export { default as RadioIcon } from '../icons/radio';
|
|
2157
|
-
// Rainbow aliases
|
|
2158
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2159
|
-
// Radius aliases
|
|
2160
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2161
2171
|
// Rat aliases
|
|
2162
2172
|
export { default as RatIcon } from '../icons/rat';
|
|
2173
|
+
// Rainbow aliases
|
|
2174
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2163
2175
|
// Ratio aliases
|
|
2164
2176
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2165
2177
|
// ReceiptCent aliases
|
|
@@ -2174,12 +2186,12 @@ export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen
|
|
|
2174
2186
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2175
2187
|
// ReceiptRussianRuble aliases
|
|
2176
2188
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2189
|
+
// ReceiptSwissFranc aliases
|
|
2190
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2177
2191
|
// ReceiptText aliases
|
|
2178
2192
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2179
2193
|
// ReceiptTurkishLira aliases
|
|
2180
2194
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2181
|
-
// ReceiptSwissFranc aliases
|
|
2182
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2183
2195
|
// Receipt aliases
|
|
2184
2196
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2185
2197
|
// RectangleCircle aliases
|
|
@@ -2190,60 +2202,60 @@ export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
|
2190
2202
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2191
2203
|
// RectangleVertical aliases
|
|
2192
2204
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2193
|
-
// Redo2 aliases
|
|
2194
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2195
2205
|
// Recycle aliases
|
|
2196
2206
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2197
|
-
//
|
|
2198
|
-
export { default as
|
|
2199
|
-
// RedoDot aliases
|
|
2200
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2207
|
+
// Redo2 aliases
|
|
2208
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2201
2209
|
// RefreshCcwDot aliases
|
|
2202
2210
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2203
|
-
//
|
|
2204
|
-
export { default as
|
|
2205
|
-
// RefreshCw aliases
|
|
2206
|
-
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2211
|
+
// RedoDot aliases
|
|
2212
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2207
2213
|
// RefreshCcw aliases
|
|
2208
2214
|
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2209
|
-
//
|
|
2210
|
-
export { default as
|
|
2215
|
+
// Redo aliases
|
|
2216
|
+
export { default as RedoIcon } from '../icons/redo';
|
|
2217
|
+
// RefreshCw aliases
|
|
2218
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2219
|
+
// RefreshCwOff aliases
|
|
2220
|
+
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2211
2221
|
// Refrigerator aliases
|
|
2212
2222
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2223
|
+
// Regex aliases
|
|
2224
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2213
2225
|
// RemoveFormatting aliases
|
|
2214
2226
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2215
2227
|
// Repeat1 aliases
|
|
2216
2228
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2217
2229
|
// Repeat2 aliases
|
|
2218
2230
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2231
|
+
// ReplaceAll aliases
|
|
2232
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2219
2233
|
// RepeatOff aliases
|
|
2220
2234
|
export { default as RepeatOffIcon } from '../icons/repeat-off';
|
|
2221
2235
|
// Repeat aliases
|
|
2222
2236
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2223
|
-
// ReplaceAll aliases
|
|
2224
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2225
2237
|
// Replace aliases
|
|
2226
2238
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2227
|
-
// ReplyAll aliases
|
|
2228
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2229
2239
|
// Reply aliases
|
|
2230
2240
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2231
2241
|
// Rewind aliases
|
|
2232
2242
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2243
|
+
// ReplyAll aliases
|
|
2244
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2233
2245
|
// Ribbon aliases
|
|
2234
2246
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2235
|
-
// Road aliases
|
|
2236
|
-
export { default as RoadIcon } from '../icons/road';
|
|
2237
2247
|
// Rocket aliases
|
|
2238
2248
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2249
|
+
// Road aliases
|
|
2250
|
+
export { default as RoadIcon } from '../icons/road';
|
|
2239
2251
|
// RockingChair aliases
|
|
2240
2252
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2241
|
-
// RollerCoaster aliases
|
|
2242
|
-
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2243
|
-
// Rose aliases
|
|
2244
|
-
export { default as RoseIcon } from '../icons/rose';
|
|
2245
2253
|
// RotateCcwKey aliases
|
|
2246
2254
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2255
|
+
// Rose aliases
|
|
2256
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2257
|
+
// RollerCoaster aliases
|
|
2258
|
+
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2247
2259
|
// RotateCcwSquare aliases
|
|
2248
2260
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2249
2261
|
// RotateCcw aliases
|
|
@@ -2252,22 +2264,22 @@ export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
|
2252
2264
|
export { default as RotateCwFadingClockIcon } from '../icons/rotate-cw-fading-clock';
|
|
2253
2265
|
// RotateCwSquare aliases
|
|
2254
2266
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2255
|
-
// RotateCw aliases
|
|
2256
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2257
2267
|
// RouteOff aliases
|
|
2258
2268
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2259
|
-
//
|
|
2260
|
-
export { default as
|
|
2269
|
+
// RotateCw aliases
|
|
2270
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2261
2271
|
// Route aliases
|
|
2262
2272
|
export { default as RouteIcon } from '../icons/route';
|
|
2273
|
+
// Router aliases
|
|
2274
|
+
export { default as RouterIcon } from '../icons/router';
|
|
2263
2275
|
// Rows4 aliases
|
|
2264
2276
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2277
|
+
// Rss aliases
|
|
2278
|
+
export { default as RssIcon } from '../icons/rss';
|
|
2265
2279
|
// RulerDimensionLine aliases
|
|
2266
2280
|
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2267
2281
|
// Ruler aliases
|
|
2268
2282
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2269
|
-
// Rss aliases
|
|
2270
|
-
export { default as RssIcon } from '../icons/rss';
|
|
2271
2283
|
// RussianRuble aliases
|
|
2272
2284
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2273
2285
|
// Sailboat aliases
|
|
@@ -2276,26 +2288,26 @@ export { default as SailboatIcon } from '../icons/sailboat';
|
|
|
2276
2288
|
export { default as SaladIcon } from '../icons/salad';
|
|
2277
2289
|
// Sandwich aliases
|
|
2278
2290
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2279
|
-
// Satellite aliases
|
|
2280
|
-
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2281
2291
|
// SatelliteDish aliases
|
|
2282
2292
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2283
2293
|
// SaudiRiyal aliases
|
|
2284
2294
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2295
|
+
// Satellite aliases
|
|
2296
|
+
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2285
2297
|
// SaveAll aliases
|
|
2286
2298
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2287
2299
|
// SaveCheck aliases
|
|
2288
2300
|
export { default as SaveCheckIcon } from '../icons/save-check';
|
|
2289
|
-
// SaveOff aliases
|
|
2290
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2291
2301
|
// SavePen aliases
|
|
2292
2302
|
export { default as SavePenIcon } from '../icons/save-pen';
|
|
2293
2303
|
// SavePlus aliases
|
|
2294
2304
|
export { default as SavePlusIcon } from '../icons/save-plus';
|
|
2295
|
-
//
|
|
2296
|
-
export { default as
|
|
2305
|
+
// SaveOff aliases
|
|
2306
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2297
2307
|
// Save aliases
|
|
2298
2308
|
export { default as SaveIcon } from '../icons/save';
|
|
2309
|
+
// Scale aliases
|
|
2310
|
+
export { default as ScaleIcon } from '../icons/scale';
|
|
2299
2311
|
// Scaling aliases
|
|
2300
2312
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2301
2313
|
// ScanBarcode aliases
|
|
@@ -2322,14 +2334,14 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2322
2334
|
export { default as ScanIcon } from '../icons/scan';
|
|
2323
2335
|
// School aliases
|
|
2324
2336
|
export { default as SchoolIcon } from '../icons/school';
|
|
2325
|
-
// ScissorsLineDashed aliases
|
|
2326
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2327
|
-
// ScreenShareOff aliases
|
|
2328
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2329
2337
|
// Scissors aliases
|
|
2330
2338
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2331
2339
|
// Scooter aliases
|
|
2332
2340
|
export { default as ScooterIcon } from '../icons/scooter';
|
|
2341
|
+
// ScissorsLineDashed aliases
|
|
2342
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2343
|
+
// ScreenShareOff aliases
|
|
2344
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2333
2345
|
// ScreenShare aliases
|
|
2334
2346
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2335
2347
|
// ScrollText aliases
|
|
@@ -2340,28 +2352,28 @@ export { default as ScrollIcon } from '../icons/scroll';
|
|
|
2340
2352
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2341
2353
|
// SearchAlert aliases
|
|
2342
2354
|
export { default as SearchAlertIcon } from '../icons/search-alert';
|
|
2343
|
-
// SearchCode aliases
|
|
2344
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2345
2355
|
// SearchSlash aliases
|
|
2346
2356
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2357
|
+
// SearchCode aliases
|
|
2358
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2347
2359
|
// SearchX aliases
|
|
2348
2360
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2349
|
-
// Section aliases
|
|
2350
|
-
export { default as SectionIcon } from '../icons/section';
|
|
2351
2361
|
// Search aliases
|
|
2352
2362
|
export { default as SearchIcon } from '../icons/search';
|
|
2353
|
-
// SendToBack aliases
|
|
2354
|
-
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2355
2363
|
// Send aliases
|
|
2356
2364
|
export { default as SendIcon } from '../icons/send';
|
|
2365
|
+
// Section aliases
|
|
2366
|
+
export { default as SectionIcon } from '../icons/section';
|
|
2357
2367
|
// SeparatorHorizontal aliases
|
|
2358
2368
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2369
|
+
// SendToBack aliases
|
|
2370
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2371
|
+
// ServerCog aliases
|
|
2372
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2359
2373
|
// SeparatorVertical aliases
|
|
2360
2374
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2361
2375
|
// ServerCrash aliases
|
|
2362
2376
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2363
|
-
// ServerCog aliases
|
|
2364
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2365
2377
|
// ServerOff aliases
|
|
2366
2378
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2367
2379
|
// ServerPlus aliases
|
|
@@ -2370,98 +2382,98 @@ export { default as ServerPlusIcon } from '../icons/server-plus';
|
|
|
2370
2382
|
export { default as ServerIcon } from '../icons/server';
|
|
2371
2383
|
// Settings2 aliases
|
|
2372
2384
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2373
|
-
// Settings aliases
|
|
2374
|
-
export { default as SettingsIcon } from '../icons/settings';
|
|
2375
2385
|
// Shapes aliases
|
|
2376
2386
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2377
2387
|
// Share2 aliases
|
|
2378
2388
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2389
|
+
// Settings aliases
|
|
2390
|
+
export { default as SettingsIcon } from '../icons/settings';
|
|
2391
|
+
// Share aliases
|
|
2392
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2379
2393
|
// Sheet aliases
|
|
2380
2394
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2381
2395
|
// Shell aliases
|
|
2382
2396
|
export { default as ShellIcon } from '../icons/shell';
|
|
2383
2397
|
// ShelvingUnit aliases
|
|
2384
2398
|
export { default as ShelvingUnitIcon } from '../icons/shelving-unit';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2399
|
+
// ShieldAlert aliases
|
|
2400
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2387
2401
|
// ShieldBan aliases
|
|
2388
2402
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2389
2403
|
// ShieldCheck aliases
|
|
2390
2404
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2391
|
-
//
|
|
2392
|
-
export { default as
|
|
2405
|
+
// ShieldCog aliases
|
|
2406
|
+
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2393
2407
|
// ShieldCogCorner aliases
|
|
2394
2408
|
export { default as ShieldCogCornerIcon } from '../icons/shield-cog-corner';
|
|
2395
2409
|
// ShieldEllipsis aliases
|
|
2396
2410
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2397
|
-
// ShieldCog aliases
|
|
2398
|
-
export { default as ShieldCogIcon } from '../icons/shield-cog';
|
|
2399
2411
|
// ShieldHalf aliases
|
|
2400
2412
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2401
|
-
// ShieldKeyhole aliases
|
|
2402
|
-
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2403
2413
|
// ShieldLock aliases
|
|
2404
2414
|
export { default as ShieldLockIcon } from '../icons/shield-lock';
|
|
2405
|
-
// ShieldMinus aliases
|
|
2406
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2407
2415
|
// ShieldOff aliases
|
|
2408
2416
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2417
|
+
// ShieldMinus aliases
|
|
2418
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2419
|
+
// ShieldKeyhole aliases
|
|
2420
|
+
export { default as ShieldKeyholeIcon } from '../icons/shield-keyhole';
|
|
2409
2421
|
// ShieldPlus aliases
|
|
2410
2422
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2411
2423
|
// ShieldUser aliases
|
|
2412
2424
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2425
|
+
// ShipWheel aliases
|
|
2426
|
+
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2413
2427
|
// Shield aliases
|
|
2414
2428
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2415
2429
|
// Ship aliases
|
|
2416
2430
|
export { default as ShipIcon } from '../icons/ship';
|
|
2417
|
-
// ShipWheel aliases
|
|
2418
|
-
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2419
2431
|
// Shirt aliases
|
|
2420
2432
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2421
2433
|
// ShoppingBag aliases
|
|
2422
2434
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2423
|
-
// ShoppingBasket aliases
|
|
2424
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2425
2435
|
// ShoppingCart aliases
|
|
2426
2436
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2427
2437
|
// Shovel aliases
|
|
2428
2438
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2429
|
-
// Shredder aliases
|
|
2430
|
-
export { default as ShredderIcon } from '../icons/shredder';
|
|
2431
2439
|
// ShowerHead aliases
|
|
2432
2440
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2433
|
-
//
|
|
2434
|
-
export { default as
|
|
2441
|
+
// ShoppingBasket aliases
|
|
2442
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2443
|
+
// Shredder aliases
|
|
2444
|
+
export { default as ShredderIcon } from '../icons/shredder';
|
|
2435
2445
|
// Shrimp aliases
|
|
2436
2446
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2437
|
-
//
|
|
2438
|
-
export { default as
|
|
2447
|
+
// Shrink aliases
|
|
2448
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2439
2449
|
// Shrub aliases
|
|
2440
2450
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2451
|
+
// Shuffle aliases
|
|
2452
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2443
2453
|
// SignalHigh aliases
|
|
2444
2454
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2455
|
+
// Sigma aliases
|
|
2456
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2457
|
+
// SignalMedium aliases
|
|
2458
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2445
2459
|
// SignalLow aliases
|
|
2446
2460
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2447
2461
|
// SignalZero aliases
|
|
2448
2462
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2449
|
-
// SignalMedium aliases
|
|
2450
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2451
|
-
// Signature aliases
|
|
2452
|
-
export { default as SignatureIcon } from '../icons/signature';
|
|
2453
2463
|
// Signal aliases
|
|
2454
2464
|
export { default as SignalIcon } from '../icons/signal';
|
|
2465
|
+
// Signature aliases
|
|
2466
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2455
2467
|
// SignpostBig aliases
|
|
2456
2468
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2457
2469
|
// Signpost aliases
|
|
2458
2470
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2459
2471
|
// Siren aliases
|
|
2460
2472
|
export { default as SirenIcon } from '../icons/siren';
|
|
2461
|
-
// SkipBack aliases
|
|
2462
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2463
2473
|
// SkipForward aliases
|
|
2464
2474
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2475
|
+
// SkipBack aliases
|
|
2476
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2465
2477
|
// Skull aliases
|
|
2466
2478
|
export { default as SkullIcon } from '../icons/skull';
|
|
2467
2479
|
// Slash aliases
|
|
@@ -2476,12 +2488,12 @@ export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging'
|
|
|
2476
2488
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2477
2489
|
// Smartphone aliases
|
|
2478
2490
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2491
|
+
// Snail aliases
|
|
2492
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2479
2493
|
// Snowflake aliases
|
|
2480
2494
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2481
2495
|
// SoapDispenserDroplet aliases
|
|
2482
2496
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2483
|
-
// Snail aliases
|
|
2484
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2485
2497
|
// Sofa aliases
|
|
2486
2498
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2487
2499
|
// SolarPanel aliases
|
|
@@ -2490,60 +2502,62 @@ export { default as SolarPanelIcon } from '../icons/solar-panel';
|
|
|
2490
2502
|
export { default as SoupIcon } from '../icons/soup';
|
|
2491
2503
|
// Space aliases
|
|
2492
2504
|
export { default as SpaceIcon } from '../icons/space';
|
|
2493
|
-
// Spade aliases
|
|
2494
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2495
2505
|
// Sparkle aliases
|
|
2496
2506
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2497
2507
|
// Speaker aliases
|
|
2498
2508
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2499
|
-
//
|
|
2500
|
-
export { default as
|
|
2509
|
+
// Spade aliases
|
|
2510
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2501
2511
|
// SpellCheck2 aliases
|
|
2502
2512
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2513
|
+
// Speech aliases
|
|
2514
|
+
export { default as SpeechIcon } from '../icons/speech';
|
|
2503
2515
|
// SpellCheck aliases
|
|
2504
2516
|
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2505
2517
|
// SplinePointer aliases
|
|
2506
2518
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2507
|
-
// Spline aliases
|
|
2508
|
-
export { default as SplineIcon } from '../icons/spline';
|
|
2509
2519
|
// Split aliases
|
|
2510
2520
|
export { default as SplitIcon } from '../icons/split';
|
|
2511
|
-
//
|
|
2512
|
-
export { default as
|
|
2521
|
+
// Spline aliases
|
|
2522
|
+
export { default as SplineIcon } from '../icons/spline';
|
|
2513
2523
|
// Spool aliases
|
|
2514
2524
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2525
|
+
// SportShoe aliases
|
|
2526
|
+
export { default as SportShoeIcon } from '../icons/sport-shoe';
|
|
2515
2527
|
// Spotlight aliases
|
|
2516
2528
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2517
2529
|
// SprayCan aliases
|
|
2518
2530
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2519
|
-
// Sprout aliases
|
|
2520
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2521
2531
|
// SquareArrowRightEnter aliases
|
|
2522
2532
|
export { default as SquareArrowRightEnterIcon } from '../icons/square-arrow-right-enter';
|
|
2523
|
-
//
|
|
2524
|
-
export { default as
|
|
2533
|
+
// Sprout aliases
|
|
2534
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2525
2535
|
// SquareDashedBottomCode aliases
|
|
2526
2536
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2537
|
+
// SquareArrowRightExit aliases
|
|
2538
|
+
export { default as SquareArrowRightExitIcon } from '../icons/square-arrow-right-exit';
|
|
2527
2539
|
// SquareDashedBottom aliases
|
|
2528
2540
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2529
2541
|
// SquareDashedTopSolid aliases
|
|
2530
2542
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2531
2543
|
// SquarePause aliases
|
|
2532
2544
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2545
|
+
// SquareDimensions aliases
|
|
2546
|
+
export { default as SquareDimensionsIcon } from '../icons/square-dimensions';
|
|
2533
2547
|
// SquareOff aliases
|
|
2534
2548
|
export { default as SquareOffIcon } from '../icons/square-off';
|
|
2535
2549
|
// SquareRadical aliases
|
|
2536
2550
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2537
|
-
// SquareRoundCorner aliases
|
|
2538
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2539
2551
|
// SquareSquare aliases
|
|
2540
2552
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2541
|
-
// SquareStar aliases
|
|
2542
|
-
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2543
2553
|
// SquareStack aliases
|
|
2544
2554
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2555
|
+
// SquareRoundCorner aliases
|
|
2556
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2545
2557
|
// SquareStop aliases
|
|
2546
2558
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2559
|
+
// SquareStar aliases
|
|
2560
|
+
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2547
2561
|
// SquareText aliases
|
|
2548
2562
|
export { default as SquareTextIcon } from '../icons/square-text';
|
|
2549
2563
|
// Square aliases
|
|
@@ -2556,14 +2570,14 @@ export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
|
2556
2570
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2557
2571
|
// SquaresUnite aliases
|
|
2558
2572
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2559
|
-
// SquircleDashed aliases
|
|
2560
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2561
2573
|
// Squircle aliases
|
|
2562
2574
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2563
|
-
//
|
|
2564
|
-
export { default as
|
|
2575
|
+
// SquircleDashed aliases
|
|
2576
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2565
2577
|
// Stamp aliases
|
|
2566
2578
|
export { default as StampIcon } from '../icons/stamp';
|
|
2579
|
+
// Squirrel aliases
|
|
2580
|
+
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2567
2581
|
// StarCheck aliases
|
|
2568
2582
|
export { default as StarCheckIcon } from '../icons/star-check';
|
|
2569
2583
|
// StarHalf aliases
|
|
@@ -2572,14 +2586,14 @@ export { default as StarHalfIcon } from '../icons/star-half';
|
|
|
2572
2586
|
export { default as StarMinusIcon } from '../icons/star-minus';
|
|
2573
2587
|
// StarOff aliases
|
|
2574
2588
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2575
|
-
// StarPlus aliases
|
|
2576
|
-
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2577
2589
|
// StarX aliases
|
|
2578
2590
|
export { default as StarXIcon } from '../icons/star-x';
|
|
2579
2591
|
// Star aliases
|
|
2580
2592
|
export { default as StarIcon } from '../icons/star';
|
|
2581
2593
|
// StepBack aliases
|
|
2582
2594
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2595
|
+
// StarPlus aliases
|
|
2596
|
+
export { default as StarPlusIcon } from '../icons/star-plus';
|
|
2583
2597
|
// StepForward aliases
|
|
2584
2598
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2585
2599
|
// Stethoscope aliases
|
|
@@ -2590,16 +2604,16 @@ export { default as StickerIcon } from '../icons/sticker';
|
|
|
2590
2604
|
export { default as StickyNoteCheckIcon } from '../icons/sticky-note-check';
|
|
2591
2605
|
// StickyNoteMinus aliases
|
|
2592
2606
|
export { default as StickyNoteMinusIcon } from '../icons/sticky-note-minus';
|
|
2593
|
-
// StickyNoteOff aliases
|
|
2594
|
-
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2595
2607
|
// StickyNotePlus aliases
|
|
2596
2608
|
export { default as StickyNotePlusIcon } from '../icons/sticky-note-plus';
|
|
2597
|
-
//
|
|
2598
|
-
export { default as
|
|
2609
|
+
// StickyNoteOff aliases
|
|
2610
|
+
export { default as StickyNoteOffIcon } from '../icons/sticky-note-off';
|
|
2599
2611
|
// StickyNote aliases
|
|
2600
2612
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2601
2613
|
// StickyNotes aliases
|
|
2602
2614
|
export { default as StickyNotesIcon } from '../icons/sticky-notes';
|
|
2615
|
+
// StickyNoteX aliases
|
|
2616
|
+
export { default as StickyNoteXIcon } from '../icons/sticky-note-x';
|
|
2603
2617
|
// Stone aliases
|
|
2604
2618
|
export { default as StoneIcon } from '../icons/stone';
|
|
2605
2619
|
// Store aliases
|
|
@@ -2608,40 +2622,40 @@ export { default as StoreIcon } from '../icons/store';
|
|
|
2608
2622
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2609
2623
|
// StretchVertical aliases
|
|
2610
2624
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2611
|
-
// Strikethrough aliases
|
|
2612
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2613
2625
|
// Subscript aliases
|
|
2614
2626
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2627
|
+
// Strikethrough aliases
|
|
2628
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2615
2629
|
// Summary aliases
|
|
2616
2630
|
export { default as SummaryIcon } from '../icons/summary';
|
|
2617
2631
|
// SunDim aliases
|
|
2618
2632
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2619
|
-
// SunMedium aliases
|
|
2620
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2621
2633
|
// SunMoon aliases
|
|
2622
2634
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2635
|
+
// SunMedium aliases
|
|
2636
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2623
2637
|
// SunSnow aliases
|
|
2624
2638
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2625
|
-
// Sunrise aliases
|
|
2626
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2627
2639
|
// Sun aliases
|
|
2628
2640
|
export { default as SunIcon } from '../icons/sun';
|
|
2629
|
-
//
|
|
2630
|
-
export { default as
|
|
2631
|
-
// Superscript aliases
|
|
2632
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2641
|
+
// Sunrise aliases
|
|
2642
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2633
2643
|
// SwatchBook aliases
|
|
2634
2644
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2645
|
+
// Superscript aliases
|
|
2646
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2647
|
+
// Sunset aliases
|
|
2648
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2635
2649
|
// SwissFranc aliases
|
|
2636
2650
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2637
|
-
// Sword aliases
|
|
2638
|
-
export { default as SwordIcon } from '../icons/sword';
|
|
2639
2651
|
// SwitchCamera aliases
|
|
2640
2652
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2641
|
-
//
|
|
2642
|
-
export { default as
|
|
2653
|
+
// Sword aliases
|
|
2654
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2643
2655
|
// Syringe aliases
|
|
2644
2656
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2657
|
+
// Swords aliases
|
|
2658
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2645
2659
|
// Table2 aliases
|
|
2646
2660
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2647
2661
|
// TableCellsMerge aliases
|
|
@@ -2650,38 +2664,38 @@ export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
|
2650
2664
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2651
2665
|
// TableColumnsSplit aliases
|
|
2652
2666
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2653
|
-
// TableOfContents aliases
|
|
2654
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2655
2667
|
// TableProperties aliases
|
|
2656
2668
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2657
|
-
//
|
|
2658
|
-
export { default as
|
|
2669
|
+
// TableOfContents aliases
|
|
2670
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2659
2671
|
// Table aliases
|
|
2660
2672
|
export { default as TableIcon } from '../icons/table';
|
|
2661
|
-
//
|
|
2662
|
-
export { default as
|
|
2673
|
+
// TableRowsSplit aliases
|
|
2674
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2663
2675
|
// TabletSmartphone aliases
|
|
2664
2676
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2677
|
+
// Tablet aliases
|
|
2678
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2665
2679
|
// Tablets aliases
|
|
2666
2680
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2667
|
-
// TagPlus aliases
|
|
2668
|
-
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2669
2681
|
// TagX aliases
|
|
2670
2682
|
export { default as TagXIcon } from '../icons/tag-x';
|
|
2683
|
+
// TagPlus aliases
|
|
2684
|
+
export { default as TagPlusIcon } from '../icons/tag-plus';
|
|
2671
2685
|
// Tag aliases
|
|
2672
2686
|
export { default as TagIcon } from '../icons/tag';
|
|
2673
|
-
// Tally1 aliases
|
|
2674
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2675
|
-
// Tally2 aliases
|
|
2676
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2677
2687
|
// Tags aliases
|
|
2678
2688
|
export { default as TagsIcon } from '../icons/tags';
|
|
2689
|
+
// Tally1 aliases
|
|
2690
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2679
2691
|
// Tally3 aliases
|
|
2680
2692
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2681
|
-
//
|
|
2682
|
-
export { default as
|
|
2693
|
+
// Tally2 aliases
|
|
2694
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2683
2695
|
// Tally5 aliases
|
|
2684
2696
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2697
|
+
// Tally4 aliases
|
|
2698
|
+
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2685
2699
|
// Tangent aliases
|
|
2686
2700
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2687
2701
|
// Target aliases
|
|
@@ -2692,16 +2706,16 @@ export { default as TelescopeIcon } from '../icons/telescope';
|
|
|
2692
2706
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2693
2707
|
// Tent aliases
|
|
2694
2708
|
export { default as TentIcon } from '../icons/tent';
|
|
2695
|
-
// TestTube aliases
|
|
2696
|
-
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2697
2709
|
// Terminal aliases
|
|
2698
2710
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2699
|
-
//
|
|
2700
|
-
export { default as
|
|
2711
|
+
// TestTube aliases
|
|
2712
|
+
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2701
2713
|
// TextCursorInput aliases
|
|
2702
2714
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2703
2715
|
// TextCursor aliases
|
|
2704
2716
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2717
|
+
// TestTubes aliases
|
|
2718
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2705
2719
|
// TextQuote aliases
|
|
2706
2720
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2707
2721
|
// TextSearch aliases
|
|
@@ -2716,36 +2730,36 @@ export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
|
2716
2730
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2717
2731
|
// ThumbsDown aliases
|
|
2718
2732
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2719
|
-
// TicketMinus aliases
|
|
2720
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2721
2733
|
// ThumbsUp aliases
|
|
2722
2734
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2735
|
+
// TicketMinus aliases
|
|
2736
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2737
|
+
// TicketPercent aliases
|
|
2738
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2723
2739
|
// TicketCheck aliases
|
|
2724
2740
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2725
2741
|
// TicketPlus aliases
|
|
2726
2742
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2727
|
-
// TicketPercent aliases
|
|
2728
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2729
2743
|
// TicketSlash aliases
|
|
2730
2744
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2731
2745
|
// TicketX aliases
|
|
2732
2746
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2733
2747
|
// Ticket aliases
|
|
2734
2748
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2735
|
-
// Tickets aliases
|
|
2736
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2737
2749
|
// TicketsPlane aliases
|
|
2738
2750
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2751
|
+
// Tickets aliases
|
|
2752
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2739
2753
|
// Timeline aliases
|
|
2740
2754
|
export { default as TimelineIcon } from '../icons/timeline';
|
|
2741
2755
|
// TimerOff aliases
|
|
2742
2756
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2743
2757
|
// TimerReset aliases
|
|
2744
2758
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2745
|
-
// ToggleLeft aliases
|
|
2746
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2747
2759
|
// Timer aliases
|
|
2748
2760
|
export { default as TimerIcon } from '../icons/timer';
|
|
2761
|
+
// ToggleLeft aliases
|
|
2762
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2749
2763
|
// ToggleRight aliases
|
|
2750
2764
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2751
2765
|
// Toilet aliases
|
|
@@ -2754,22 +2768,22 @@ export { default as ToiletIcon } from '../icons/toilet';
|
|
|
2754
2768
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2755
2769
|
// Toolbox aliases
|
|
2756
2770
|
export { default as ToolboxIcon } from '../icons/toolbox';
|
|
2757
|
-
// Torus aliases
|
|
2758
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2759
2771
|
// Tornado aliases
|
|
2760
2772
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2773
|
+
// Torus aliases
|
|
2774
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2761
2775
|
// TouchpadOff aliases
|
|
2762
2776
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2763
2777
|
// Touchpad aliases
|
|
2764
2778
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2765
|
-
// TowelRack aliases
|
|
2766
|
-
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2767
2779
|
// TowerControl aliases
|
|
2768
2780
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2769
|
-
//
|
|
2770
|
-
export { default as
|
|
2781
|
+
// TowelRack aliases
|
|
2782
|
+
export { default as TowelRackIcon } from '../icons/towel-rack';
|
|
2771
2783
|
// ToyBrick aliases
|
|
2772
2784
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2785
|
+
// Tractor aliases
|
|
2786
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2773
2787
|
// TrafficCone aliases
|
|
2774
2788
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2775
2789
|
// TrainFrontTunnel aliases
|
|
@@ -2794,40 +2808,40 @@ export { default as TreesIcon } from '../icons/trees';
|
|
|
2794
2808
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2795
2809
|
// TrendingUpDown aliases
|
|
2796
2810
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2797
|
-
// TrendingUp aliases
|
|
2798
|
-
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2799
2811
|
// TriangleDashed aliases
|
|
2800
2812
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2813
|
+
// TrendingUp aliases
|
|
2814
|
+
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2801
2815
|
// TriangleRight aliases
|
|
2802
2816
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2803
|
-
// Trophy aliases
|
|
2804
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2805
2817
|
// Triangle aliases
|
|
2806
2818
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2819
|
+
// Trophy aliases
|
|
2820
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2807
2821
|
// TruckElectric aliases
|
|
2808
2822
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2809
2823
|
// Truck aliases
|
|
2810
2824
|
export { default as TruckIcon } from '../icons/truck';
|
|
2811
|
-
// TurkishLira aliases
|
|
2812
|
-
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2813
2825
|
// Turntable aliases
|
|
2814
2826
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2815
2827
|
// Turtle aliases
|
|
2816
2828
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2829
|
+
// TurkishLira aliases
|
|
2830
|
+
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2817
2831
|
// TvMinimalPlay aliases
|
|
2818
2832
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2819
|
-
// Tv aliases
|
|
2820
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2821
2833
|
// TypeOutline aliases
|
|
2822
2834
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2835
|
+
// Tv aliases
|
|
2836
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2823
2837
|
// Type aliases
|
|
2824
2838
|
export { default as TypeIcon } from '../icons/type';
|
|
2825
2839
|
// UmbrellaOff aliases
|
|
2826
2840
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2827
|
-
// Underline aliases
|
|
2828
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2829
2841
|
// Umbrella aliases
|
|
2830
2842
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2843
|
+
// Underline aliases
|
|
2844
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2831
2845
|
// Undo2 aliases
|
|
2832
2846
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2833
2847
|
// UndoDot aliases
|
|
@@ -2838,32 +2852,34 @@ export { default as UndoIcon } from '../icons/undo';
|
|
|
2838
2852
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2839
2853
|
// UnfoldVertical aliases
|
|
2840
2854
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2841
|
-
// Ungroup aliases
|
|
2842
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2843
2855
|
// Unlink2 aliases
|
|
2844
2856
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2845
2857
|
// Unlink aliases
|
|
2846
2858
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2859
|
+
// Ungroup aliases
|
|
2860
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2847
2861
|
// Unplug aliases
|
|
2848
2862
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2849
2863
|
// Upload aliases
|
|
2850
2864
|
export { default as UploadIcon } from '../icons/upload';
|
|
2865
|
+
// UsbCPort aliases
|
|
2866
|
+
export { default as UsbCPortIcon } from '../icons/usb-c-port';
|
|
2851
2867
|
// Usb aliases
|
|
2852
2868
|
export { default as UsbIcon } from '../icons/usb';
|
|
2869
|
+
// UserCheck aliases
|
|
2870
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2853
2871
|
// UserCog aliases
|
|
2854
2872
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2855
2873
|
// UserKey aliases
|
|
2856
2874
|
export { default as UserKeyIcon } from '../icons/user-key';
|
|
2857
2875
|
// UserLock aliases
|
|
2858
2876
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2859
|
-
// UserCheck aliases
|
|
2860
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2861
|
-
// UserPlus aliases
|
|
2862
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2863
|
-
// UserMinus aliases
|
|
2864
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2865
2877
|
// UserPen aliases
|
|
2866
2878
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2879
|
+
// UserMinus aliases
|
|
2880
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2881
|
+
// UserPlus aliases
|
|
2882
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2867
2883
|
// UserRoundArrowLeft aliases
|
|
2868
2884
|
export { default as UserRoundArrowLeftIcon } from '../icons/user-round-arrow-left';
|
|
2869
2885
|
// UserRoundKey aliases
|
|
@@ -2882,44 +2898,44 @@ export { default as UserStarIcon } from '../icons/user-star';
|
|
|
2882
2898
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2883
2899
|
// User aliases
|
|
2884
2900
|
export { default as UserIcon } from '../icons/user';
|
|
2885
|
-
// Variable aliases
|
|
2886
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2887
2901
|
// Users aliases
|
|
2888
2902
|
export { default as UsersIcon } from '../icons/users';
|
|
2889
2903
|
// UtilityPole aliases
|
|
2890
2904
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2891
|
-
// Vault aliases
|
|
2892
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2893
2905
|
// Van aliases
|
|
2894
2906
|
export { default as VanIcon } from '../icons/van';
|
|
2895
|
-
//
|
|
2896
|
-
export { default as
|
|
2897
|
-
//
|
|
2898
|
-
export { default as
|
|
2907
|
+
// Variable aliases
|
|
2908
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2909
|
+
// Vault aliases
|
|
2910
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2899
2911
|
// Vegan aliases
|
|
2900
2912
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2901
2913
|
// VenusAndMars aliases
|
|
2902
2914
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2915
|
+
// VectorSquare aliases
|
|
2916
|
+
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2917
|
+
// VenetianMask aliases
|
|
2918
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2903
2919
|
// Venus aliases
|
|
2904
2920
|
export { default as VenusIcon } from '../icons/venus';
|
|
2905
|
-
// Vibrate aliases
|
|
2906
|
-
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2907
2921
|
// VibrateOff aliases
|
|
2908
2922
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2909
2923
|
// VideoOff aliases
|
|
2910
2924
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2911
2925
|
// Video aliases
|
|
2912
2926
|
export { default as VideoIcon } from '../icons/video';
|
|
2927
|
+
// Vibrate aliases
|
|
2928
|
+
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2929
|
+
// View aliases
|
|
2930
|
+
export { default as ViewIcon } from '../icons/view';
|
|
2913
2931
|
// Videotape aliases
|
|
2914
2932
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2933
|
+
// Volume1 aliases
|
|
2934
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2915
2935
|
// Voicemail aliases
|
|
2916
2936
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2917
|
-
// View aliases
|
|
2918
|
-
export { default as ViewIcon } from '../icons/view';
|
|
2919
2937
|
// Volleyball aliases
|
|
2920
2938
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2921
|
-
// Volume1 aliases
|
|
2922
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2923
2939
|
// VolumeOff aliases
|
|
2924
2940
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2925
2941
|
// Volume2 aliases
|
|
@@ -2928,40 +2944,40 @@ export { default as Volume2Icon } from '../icons/volume-2';
|
|
|
2928
2944
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2929
2945
|
// Volume aliases
|
|
2930
2946
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2947
|
+
// Wallet aliases
|
|
2948
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2931
2949
|
// Vote aliases
|
|
2932
2950
|
export { default as VoteIcon } from '../icons/vote';
|
|
2933
2951
|
// WalletCards aliases
|
|
2934
2952
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2935
|
-
// Wallet aliases
|
|
2936
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2937
2953
|
// Wallpaper aliases
|
|
2938
2954
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2939
2955
|
// Wand aliases
|
|
2940
2956
|
export { default as WandIcon } from '../icons/wand';
|
|
2941
2957
|
// Warehouse aliases
|
|
2942
2958
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2943
|
-
// Watch aliases
|
|
2944
|
-
export { default as WatchIcon } from '../icons/watch';
|
|
2945
2959
|
// WashingMachine aliases
|
|
2946
2960
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2961
|
+
// Watch aliases
|
|
2962
|
+
export { default as WatchIcon } from '../icons/watch';
|
|
2947
2963
|
// WavesArrowDown aliases
|
|
2948
2964
|
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2949
2965
|
// WavesArrowUp aliases
|
|
2950
2966
|
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2951
|
-
// WavesLadder aliases
|
|
2952
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2953
2967
|
// WavesVertical aliases
|
|
2954
2968
|
export { default as WavesVerticalIcon } from '../icons/waves-vertical';
|
|
2969
|
+
// WavesLadder aliases
|
|
2970
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2955
2971
|
// Waypoints aliases
|
|
2956
2972
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2957
2973
|
// WebcamOff aliases
|
|
2958
2974
|
export { default as WebcamOffIcon } from '../icons/webcam-off';
|
|
2975
|
+
// Webcam aliases
|
|
2976
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2959
2977
|
// WebhookOff aliases
|
|
2960
2978
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2961
2979
|
// Webhook aliases
|
|
2962
2980
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2963
|
-
// Webcam aliases
|
|
2964
|
-
export { default as WebcamIcon } from '../icons/webcam';
|
|
2965
2981
|
// WeightTilde aliases
|
|
2966
2982
|
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2967
2983
|
// Weight aliases
|
|
@@ -2970,38 +2986,38 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2970
2986
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2971
2987
|
// Wheat aliases
|
|
2972
2988
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2973
|
-
// WholeWord aliases
|
|
2974
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2975
2989
|
// WifiCog aliases
|
|
2976
2990
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2977
2991
|
// WifiHigh aliases
|
|
2978
2992
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2979
2993
|
// WifiLow aliases
|
|
2980
2994
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2995
|
+
// WholeWord aliases
|
|
2996
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2981
2997
|
// WifiOff aliases
|
|
2982
2998
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2999
|
+
// WifiSync aliases
|
|
3000
|
+
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2983
3001
|
// WifiPen aliases
|
|
2984
3002
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2985
3003
|
// WifiZero aliases
|
|
2986
3004
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2987
3005
|
// Wifi aliases
|
|
2988
3006
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2989
|
-
// WifiSync aliases
|
|
2990
|
-
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2991
|
-
// WindArrowDown aliases
|
|
2992
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2993
3007
|
// Wind aliases
|
|
2994
3008
|
export { default as WindIcon } from '../icons/wind';
|
|
3009
|
+
// WindArrowDown aliases
|
|
3010
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2995
3011
|
// WineOff aliases
|
|
2996
3012
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2997
3013
|
// Wine aliases
|
|
2998
3014
|
export { default as WineIcon } from '../icons/wine';
|
|
2999
3015
|
// Workflow aliases
|
|
3000
3016
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
3001
|
-
// Worm aliases
|
|
3002
|
-
export { default as WormIcon } from '../icons/worm';
|
|
3003
3017
|
// WrenchOff aliases
|
|
3004
3018
|
export { default as WrenchOffIcon } from '../icons/wrench-off';
|
|
3019
|
+
// Worm aliases
|
|
3020
|
+
export { default as WormIcon } from '../icons/worm';
|
|
3005
3021
|
// Wrench aliases
|
|
3006
3022
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
3007
3023
|
// XLineTop aliases
|
|
@@ -3014,60 +3030,60 @@ export { default as ZapOffIcon } from '../icons/zap-off';
|
|
|
3014
3030
|
export { default as ZapIcon } from '../icons/zap';
|
|
3015
3031
|
// ZodiacAquarius aliases
|
|
3016
3032
|
export { default as ZodiacAquariusIcon } from '../icons/zodiac-aquarius';
|
|
3033
|
+
// ZodiacCancer aliases
|
|
3034
|
+
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3017
3035
|
// ZodiacAries aliases
|
|
3018
3036
|
export { default as ZodiacAriesIcon } from '../icons/zodiac-aries';
|
|
3019
3037
|
// ZodiacCapricorn aliases
|
|
3020
3038
|
export { default as ZodiacCapricornIcon } from '../icons/zodiac-capricorn';
|
|
3021
|
-
// ZodiacCancer aliases
|
|
3022
|
-
export { default as ZodiacCancerIcon } from '../icons/zodiac-cancer';
|
|
3023
3039
|
// ZodiacGemini aliases
|
|
3024
3040
|
export { default as ZodiacGeminiIcon } from '../icons/zodiac-gemini';
|
|
3025
|
-
// ZodiacLeo aliases
|
|
3026
|
-
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3027
3041
|
// ZodiacLibra aliases
|
|
3028
3042
|
export { default as ZodiacLibraIcon } from '../icons/zodiac-libra';
|
|
3029
|
-
// ZodiacOphiuchus aliases
|
|
3030
|
-
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3031
3043
|
// ZodiacPisces aliases
|
|
3032
3044
|
export { default as ZodiacPiscesIcon } from '../icons/zodiac-pisces';
|
|
3045
|
+
// ZodiacLeo aliases
|
|
3046
|
+
export { default as ZodiacLeoIcon } from '../icons/zodiac-leo';
|
|
3047
|
+
// ZodiacOphiuchus aliases
|
|
3048
|
+
export { default as ZodiacOphiuchusIcon } from '../icons/zodiac-ophiuchus';
|
|
3033
3049
|
// ZodiacSagittarius aliases
|
|
3034
3050
|
export { default as ZodiacSagittariusIcon } from '../icons/zodiac-sagittarius';
|
|
3035
|
-
// ZodiacScorpio aliases
|
|
3036
|
-
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3037
3051
|
// ZodiacTaurus aliases
|
|
3038
3052
|
export { default as ZodiacTaurusIcon } from '../icons/zodiac-taurus';
|
|
3039
|
-
//
|
|
3040
|
-
export { default as
|
|
3053
|
+
// ZodiacScorpio aliases
|
|
3054
|
+
export { default as ZodiacScorpioIcon } from '../icons/zodiac-scorpio';
|
|
3041
3055
|
// ZodiacVirgo aliases
|
|
3042
3056
|
export { default as ZodiacVirgoIcon } from '../icons/zodiac-virgo';
|
|
3057
|
+
// ZoomIn aliases
|
|
3058
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
3043
3059
|
// ZoomOut aliases
|
|
3044
3060
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
3045
3061
|
// ArrowDown01 aliases
|
|
3046
3062
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
3047
3063
|
// ArrowDown10 aliases
|
|
3048
3064
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
3049
|
-
// ArrowUp10 aliases
|
|
3050
|
-
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3051
3065
|
// ArrowUp01 aliases
|
|
3052
3066
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
3067
|
+
// ArrowUp10 aliases
|
|
3068
|
+
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
3053
3069
|
// AlarmClockCheck aliases
|
|
3054
3070
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
3055
3071
|
export {
|
|
3056
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. */
|
|
3057
3073
|
default as AlarmCheckIcon
|
|
3058
3074
|
} from '../icons/alarm-clock-check';
|
|
3059
|
-
// AlarmClockPlus aliases
|
|
3060
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3061
|
-
export {
|
|
3062
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3063
|
-
default as AlarmPlusIcon
|
|
3064
|
-
} from '../icons/alarm-clock-plus';
|
|
3065
3075
|
// AlarmClockMinus aliases
|
|
3066
3076
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
3067
3077
|
export {
|
|
3068
3078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. */
|
|
3069
3079
|
default as AlarmMinusIcon
|
|
3070
3080
|
} from '../icons/alarm-clock-minus';
|
|
3081
|
+
// AlarmClockPlus aliases
|
|
3082
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
3083
|
+
export {
|
|
3084
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. */
|
|
3085
|
+
default as AlarmPlusIcon
|
|
3086
|
+
} from '../icons/alarm-clock-plus';
|
|
3071
3087
|
// ArrowDownAZ aliases
|
|
3072
3088
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
3073
3089
|
export {
|
|
@@ -3086,30 +3102,24 @@ export {
|
|
|
3086
3102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
3087
3103
|
default as ArrowDownZaIcon
|
|
3088
3104
|
} from '../icons/arrow-down-z-a';
|
|
3089
|
-
// ArrowUpAZ aliases
|
|
3090
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3091
|
-
export {
|
|
3092
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3093
|
-
default as ArrowUpAzIcon
|
|
3094
|
-
} from '../icons/arrow-up-a-z';
|
|
3095
3105
|
// ArrowUpNarrowWide aliases
|
|
3096
3106
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
3097
3107
|
export {
|
|
3098
3108
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. */
|
|
3099
3109
|
default as SortAscIcon
|
|
3100
3110
|
} from '../icons/arrow-up-narrow-wide';
|
|
3111
|
+
// ArrowUpAZ aliases
|
|
3112
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
3113
|
+
export {
|
|
3114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
3115
|
+
default as ArrowUpAzIcon
|
|
3116
|
+
} from '../icons/arrow-up-a-z';
|
|
3101
3117
|
// ArrowUpZA aliases
|
|
3102
3118
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
3103
3119
|
export {
|
|
3104
3120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
3105
3121
|
default as ArrowUpZaIcon
|
|
3106
3122
|
} from '../icons/arrow-up-z-a';
|
|
3107
|
-
// BadgeCheck aliases
|
|
3108
|
-
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3109
|
-
export {
|
|
3110
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3111
|
-
default as VerifiedIcon
|
|
3112
|
-
} from '../icons/badge-check';
|
|
3113
3123
|
// Axis3d aliases
|
|
3114
3124
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
3115
3125
|
export {
|
|
@@ -3122,6 +3132,18 @@ export {
|
|
|
3122
3132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
3123
3133
|
default as BadgeHelpIcon
|
|
3124
3134
|
} from '../icons/badge-question-mark';
|
|
3135
|
+
// BadgeCheck aliases
|
|
3136
|
+
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
3137
|
+
export {
|
|
3138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. */
|
|
3139
|
+
default as VerifiedIcon
|
|
3140
|
+
} from '../icons/badge-check';
|
|
3141
|
+
// BetweenHorizontalEnd aliases
|
|
3142
|
+
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3143
|
+
export {
|
|
3144
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3145
|
+
default as BetweenHorizonalEndIcon
|
|
3146
|
+
} from '../icons/between-horizontal-end';
|
|
3125
3147
|
// BetweenHorizontalStart aliases
|
|
3126
3148
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
3127
3149
|
export {
|
|
@@ -3140,42 +3162,36 @@ export {
|
|
|
3140
3162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
3141
3163
|
default as CurlyBracesIcon
|
|
3142
3164
|
} from '../icons/braces';
|
|
3143
|
-
// BetweenHorizontalEnd aliases
|
|
3144
|
-
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
3145
|
-
export {
|
|
3146
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
3147
|
-
default as BetweenHorizonalEndIcon
|
|
3148
|
-
} from '../icons/between-horizontal-end';
|
|
3149
3165
|
// Captions aliases
|
|
3150
3166
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
3151
3167
|
export {
|
|
3152
3168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
3153
3169
|
default as SubtitlesIcon
|
|
3154
3170
|
} from '../icons/captions';
|
|
3155
|
-
// ChartArea aliases
|
|
3156
|
-
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3157
|
-
export {
|
|
3158
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3159
|
-
default as AreaChartIcon
|
|
3160
|
-
} from '../icons/chart-area';
|
|
3161
3171
|
// ChartBarBig aliases
|
|
3162
3172
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
3163
3173
|
export {
|
|
3164
3174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. */
|
|
3165
3175
|
default as BarChartHorizontalBigIcon
|
|
3166
3176
|
} from '../icons/chart-bar-big';
|
|
3167
|
-
//
|
|
3168
|
-
export { default as
|
|
3177
|
+
// ChartArea aliases
|
|
3178
|
+
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
3169
3179
|
export {
|
|
3170
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3171
|
-
default as
|
|
3172
|
-
} from '../icons/chart-
|
|
3180
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. */
|
|
3181
|
+
default as AreaChartIcon
|
|
3182
|
+
} from '../icons/chart-area';
|
|
3173
3183
|
// ChartBar aliases
|
|
3174
3184
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
3175
3185
|
export {
|
|
3176
3186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. */
|
|
3177
3187
|
default as BarChartHorizontalIcon
|
|
3178
3188
|
} from '../icons/chart-bar';
|
|
3189
|
+
// ChartCandlestick aliases
|
|
3190
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
3191
|
+
export {
|
|
3192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. */
|
|
3193
|
+
default as CandlestickChartIcon
|
|
3194
|
+
} from '../icons/chart-candlestick';
|
|
3179
3195
|
// ChartColumnBig aliases
|
|
3180
3196
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
3181
3197
|
export {
|
|
@@ -3188,30 +3204,24 @@ export {
|
|
|
3188
3204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. */
|
|
3189
3205
|
default as BarChart4Icon
|
|
3190
3206
|
} from '../icons/chart-column-increasing';
|
|
3191
|
-
// ChartLine aliases
|
|
3192
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3193
|
-
export {
|
|
3194
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3195
|
-
default as LineChartIcon
|
|
3196
|
-
} from '../icons/chart-line';
|
|
3197
3207
|
// ChartColumn aliases
|
|
3198
3208
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
3199
3209
|
export {
|
|
3200
3210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. */
|
|
3201
3211
|
default as BarChart3Icon
|
|
3202
3212
|
} from '../icons/chart-column';
|
|
3213
|
+
// ChartLine aliases
|
|
3214
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
3215
|
+
export {
|
|
3216
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
3217
|
+
default as LineChartIcon
|
|
3218
|
+
} from '../icons/chart-line';
|
|
3203
3219
|
// ChartNoAxesColumnIncreasing aliases
|
|
3204
3220
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
3205
3221
|
export {
|
|
3206
3222
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
3207
3223
|
default as BarChartIcon
|
|
3208
3224
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3209
|
-
// ChartNoAxesGantt aliases
|
|
3210
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3211
|
-
export {
|
|
3212
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3213
|
-
default as GanttChartIcon
|
|
3214
|
-
} from '../icons/chart-no-axes-gantt';
|
|
3215
3225
|
// ChartNoAxesColumn aliases
|
|
3216
3226
|
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3217
3227
|
export {
|
|
@@ -3224,6 +3234,12 @@ export {
|
|
|
3224
3234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. */
|
|
3225
3235
|
default as PieChartIcon
|
|
3226
3236
|
} from '../icons/chart-pie';
|
|
3237
|
+
// ChartNoAxesGantt aliases
|
|
3238
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3239
|
+
export {
|
|
3240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. */
|
|
3241
|
+
default as GanttChartIcon
|
|
3242
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3227
3243
|
// ChartScatter aliases
|
|
3228
3244
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3229
3245
|
export {
|
|
@@ -3236,18 +3252,18 @@ export {
|
|
|
3236
3252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. */
|
|
3237
3253
|
default as AlertCircleIcon
|
|
3238
3254
|
} from '../icons/circle-alert';
|
|
3239
|
-
// CircleArrowDown aliases
|
|
3240
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3241
|
-
export {
|
|
3242
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3243
|
-
default as ArrowDownCircleIcon
|
|
3244
|
-
} from '../icons/circle-arrow-down';
|
|
3245
3255
|
// CircleArrowLeft aliases
|
|
3246
3256
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3247
3257
|
export {
|
|
3248
3258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
3249
3259
|
default as ArrowLeftCircleIcon
|
|
3250
3260
|
} from '../icons/circle-arrow-left';
|
|
3261
|
+
// CircleArrowDown aliases
|
|
3262
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3263
|
+
export {
|
|
3264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. */
|
|
3265
|
+
default as ArrowDownCircleIcon
|
|
3266
|
+
} from '../icons/circle-arrow-down';
|
|
3251
3267
|
// CircleArrowOutDownLeft aliases
|
|
3252
3268
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
3253
3269
|
export {
|
|
@@ -3266,24 +3282,18 @@ export {
|
|
|
3266
3282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. */
|
|
3267
3283
|
default as ArrowUpRightFromCircleIcon
|
|
3268
3284
|
} from '../icons/circle-arrow-out-up-right';
|
|
3269
|
-
// CircleArrowOutUpLeft aliases
|
|
3270
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3271
|
-
export {
|
|
3272
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3273
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3274
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3275
3285
|
// CircleArrowRight aliases
|
|
3276
3286
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
3277
3287
|
export {
|
|
3278
3288
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
3279
3289
|
default as ArrowRightCircleIcon
|
|
3280
3290
|
} from '../icons/circle-arrow-right';
|
|
3281
|
-
//
|
|
3282
|
-
export { default as
|
|
3291
|
+
// CircleArrowOutUpLeft aliases
|
|
3292
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3283
3293
|
export {
|
|
3284
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3285
|
-
default as
|
|
3286
|
-
} from '../icons/circle-
|
|
3294
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. */
|
|
3295
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3296
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3287
3297
|
// CircleArrowUp aliases
|
|
3288
3298
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3289
3299
|
export {
|
|
@@ -3296,6 +3306,12 @@ export {
|
|
|
3296
3306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. */
|
|
3297
3307
|
default as CheckCircle2Icon
|
|
3298
3308
|
} from '../icons/circle-check';
|
|
3309
|
+
// CircleCheckBig aliases
|
|
3310
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3311
|
+
export {
|
|
3312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
3313
|
+
default as CheckCircleIcon
|
|
3314
|
+
} from '../icons/circle-check-big';
|
|
3299
3315
|
// CircleChevronLeft aliases
|
|
3300
3316
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3301
3317
|
export {
|
|
@@ -3332,18 +3348,18 @@ export {
|
|
|
3332
3348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
3333
3349
|
default as GaugeCircleIcon
|
|
3334
3350
|
} from '../icons/circle-gauge';
|
|
3335
|
-
// CircleParkingOff aliases
|
|
3336
|
-
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3337
|
-
export {
|
|
3338
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3339
|
-
default as ParkingCircleOffIcon
|
|
3340
|
-
} from '../icons/circle-parking-off';
|
|
3341
3351
|
// CircleMinus aliases
|
|
3342
3352
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3343
3353
|
export {
|
|
3344
3354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
3345
3355
|
default as MinusCircleIcon
|
|
3346
3356
|
} from '../icons/circle-minus';
|
|
3357
|
+
// CircleParkingOff aliases
|
|
3358
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3359
|
+
export {
|
|
3360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
3361
|
+
default as ParkingCircleOffIcon
|
|
3362
|
+
} from '../icons/circle-parking-off';
|
|
3347
3363
|
// CirclePause aliases
|
|
3348
3364
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
3349
3365
|
export {
|
|
@@ -3356,40 +3372,30 @@ export {
|
|
|
3356
3372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
3357
3373
|
default as ParkingCircleIcon
|
|
3358
3374
|
} from '../icons/circle-parking';
|
|
3359
|
-
// CirclePlay aliases
|
|
3360
|
-
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3361
|
-
export {
|
|
3362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3363
|
-
default as PlayCircleIcon
|
|
3364
|
-
} from '../icons/circle-play';
|
|
3365
3375
|
// CirclePercent aliases
|
|
3366
3376
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
3367
3377
|
export {
|
|
3368
3378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. */
|
|
3369
3379
|
default as PercentCircleIcon
|
|
3370
3380
|
} from '../icons/circle-percent';
|
|
3371
|
-
//
|
|
3372
|
-
export { default as
|
|
3381
|
+
// CirclePlay aliases
|
|
3382
|
+
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3373
3383
|
export {
|
|
3374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3375
|
-
default as
|
|
3376
|
-
} from '../icons/circle-
|
|
3384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
3385
|
+
default as PlayCircleIcon
|
|
3386
|
+
} from '../icons/circle-play';
|
|
3377
3387
|
// CirclePower aliases
|
|
3378
3388
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3379
3389
|
export {
|
|
3380
3390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. */
|
|
3381
3391
|
default as PowerCircleIcon
|
|
3382
3392
|
} from '../icons/circle-power';
|
|
3383
|
-
//
|
|
3384
|
-
export { default as
|
|
3385
|
-
export {
|
|
3386
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3387
|
-
default as HelpCircleIcon
|
|
3388
|
-
} from '../icons/circle-question-mark';
|
|
3393
|
+
// CirclePlus aliases
|
|
3394
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3389
3395
|
export {
|
|
3390
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3391
|
-
default as
|
|
3392
|
-
} from '../icons/circle-
|
|
3396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. */
|
|
3397
|
+
default as PlusCircleIcon
|
|
3398
|
+
} from '../icons/circle-plus';
|
|
3393
3399
|
// CircleSlash2 aliases
|
|
3394
3400
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3395
3401
|
export {
|
|
@@ -3402,48 +3408,58 @@ export {
|
|
|
3402
3408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
3403
3409
|
default as UserCircle2Icon
|
|
3404
3410
|
} from '../icons/circle-user-round';
|
|
3411
|
+
// CircleQuestionMark aliases
|
|
3412
|
+
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3413
|
+
export {
|
|
3414
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3415
|
+
default as HelpCircleIcon
|
|
3416
|
+
} from '../icons/circle-question-mark';
|
|
3417
|
+
export {
|
|
3418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. */
|
|
3419
|
+
default as CircleHelpIcon
|
|
3420
|
+
} from '../icons/circle-question-mark';
|
|
3405
3421
|
// CircleStop aliases
|
|
3406
3422
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3407
3423
|
export {
|
|
3408
3424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
3409
3425
|
default as StopCircleIcon
|
|
3410
3426
|
} from '../icons/circle-stop';
|
|
3411
|
-
// CircleUser aliases
|
|
3412
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3413
|
-
export {
|
|
3414
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3415
|
-
default as UserCircleIcon
|
|
3416
|
-
} from '../icons/circle-user';
|
|
3417
|
-
// CircleX aliases
|
|
3418
|
-
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3419
|
-
export {
|
|
3420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3421
|
-
default as XCircleIcon
|
|
3422
|
-
} from '../icons/circle-x';
|
|
3423
3427
|
// ClipboardPenLine aliases
|
|
3424
3428
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3425
3429
|
export {
|
|
3426
3430
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. */
|
|
3427
3431
|
default as ClipboardSignatureIcon
|
|
3428
3432
|
} from '../icons/clipboard-pen-line';
|
|
3433
|
+
// CircleUser aliases
|
|
3434
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3435
|
+
export {
|
|
3436
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. */
|
|
3437
|
+
default as UserCircleIcon
|
|
3438
|
+
} from '../icons/circle-user';
|
|
3429
3439
|
// ClipboardPen aliases
|
|
3430
3440
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3431
3441
|
export {
|
|
3432
3442
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. */
|
|
3433
3443
|
default as ClipboardEditIcon
|
|
3434
3444
|
} from '../icons/clipboard-pen';
|
|
3435
|
-
// CloudUpload aliases
|
|
3436
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3437
|
-
export {
|
|
3438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3439
|
-
default as UploadCloudIcon
|
|
3440
|
-
} from '../icons/cloud-upload';
|
|
3441
3445
|
// CloudDownload aliases
|
|
3442
3446
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3443
3447
|
export {
|
|
3444
3448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. */
|
|
3445
3449
|
default as DownloadCloudIcon
|
|
3446
3450
|
} from '../icons/cloud-download';
|
|
3451
|
+
// CircleX aliases
|
|
3452
|
+
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3453
|
+
export {
|
|
3454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. */
|
|
3455
|
+
default as XCircleIcon
|
|
3456
|
+
} from '../icons/circle-x';
|
|
3457
|
+
// CloudUpload aliases
|
|
3458
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3459
|
+
export {
|
|
3460
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. */
|
|
3461
|
+
default as UploadCloudIcon
|
|
3462
|
+
} from '../icons/cloud-upload';
|
|
3447
3463
|
// CodeXml aliases
|
|
3448
3464
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3449
3465
|
export {
|
|
@@ -3466,12 +3482,6 @@ export {
|
|
|
3466
3482
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. */
|
|
3467
3483
|
default as TableConfigIcon
|
|
3468
3484
|
} from '../icons/columns-3-cog';
|
|
3469
|
-
// ContactRound aliases
|
|
3470
|
-
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3471
|
-
export {
|
|
3472
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3473
|
-
default as Contact2Icon
|
|
3474
|
-
} from '../icons/contact-round';
|
|
3475
3485
|
// Columns3 aliases
|
|
3476
3486
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3477
3487
|
export {
|
|
@@ -3490,6 +3500,12 @@ export {
|
|
|
3490
3500
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
3491
3501
|
default as Globe2Icon
|
|
3492
3502
|
} from '../icons/earth';
|
|
3503
|
+
// ContactRound aliases
|
|
3504
|
+
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3505
|
+
export {
|
|
3506
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. */
|
|
3507
|
+
default as Contact2Icon
|
|
3508
|
+
} from '../icons/contact-round';
|
|
3493
3509
|
// EllipsisVertical aliases
|
|
3494
3510
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3495
3511
|
export {
|
|
@@ -3508,12 +3524,6 @@ export {
|
|
|
3508
3524
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. */
|
|
3509
3525
|
default as MoreHorizontalIcon
|
|
3510
3526
|
} from '../icons/ellipsis';
|
|
3511
|
-
// FaceNeutral aliases
|
|
3512
|
-
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3513
|
-
export {
|
|
3514
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3515
|
-
default as MehIcon
|
|
3516
|
-
} from '../icons/face-neutral';
|
|
3517
3527
|
// FaceExpressionless aliases
|
|
3518
3528
|
export { default as FaceExpressionlessIcon } from '../icons/face-expressionless';
|
|
3519
3529
|
export {
|
|
@@ -3526,18 +3536,24 @@ export {
|
|
|
3526
3536
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
3527
3537
|
default as LaughIcon
|
|
3528
3538
|
} from '../icons/face-grinning';
|
|
3529
|
-
//
|
|
3530
|
-
export { default as
|
|
3539
|
+
// FaceNeutral aliases
|
|
3540
|
+
export { default as FaceNeutralIcon } from '../icons/face-neutral';
|
|
3531
3541
|
export {
|
|
3532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3533
|
-
default as
|
|
3534
|
-
} from '../icons/face-
|
|
3542
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
3543
|
+
default as MehIcon
|
|
3544
|
+
} from '../icons/face-neutral';
|
|
3535
3545
|
// FaceSlightlySmilingPlus aliases
|
|
3536
3546
|
export { default as FaceSlightlySmilingPlusIcon } from '../icons/face-slightly-smiling-plus';
|
|
3537
3547
|
export {
|
|
3538
3548
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlySmilingPlus} instead. */
|
|
3539
3549
|
default as SmilePlusIcon
|
|
3540
3550
|
} from '../icons/face-slightly-smiling-plus';
|
|
3551
|
+
// FaceSlightlyFrowning aliases
|
|
3552
|
+
export { default as FaceSlightlyFrowningIcon } from '../icons/face-slightly-frowning';
|
|
3553
|
+
export {
|
|
3554
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceSlightlyFrowning} instead. */
|
|
3555
|
+
default as FrownIcon
|
|
3556
|
+
} from '../icons/face-slightly-frowning';
|
|
3541
3557
|
// FaceSlightlySmiling aliases
|
|
3542
3558
|
export { default as FaceSlightlySmilingIcon } from '../icons/face-slightly-smiling';
|
|
3543
3559
|
export {
|
|
@@ -3550,30 +3566,36 @@ export {
|
|
|
3550
3566
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. */
|
|
3551
3567
|
default as FileAxis3DIcon
|
|
3552
3568
|
} from '../icons/file-axis-3d';
|
|
3569
|
+
// FileBracesCorner aliases
|
|
3570
|
+
export { default as FileBracesCornerIcon } from '../icons/file-braces-corner';
|
|
3571
|
+
export {
|
|
3572
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. */
|
|
3573
|
+
default as FileJson2Icon
|
|
3574
|
+
} from '../icons/file-braces-corner';
|
|
3553
3575
|
// FileBadge aliases
|
|
3554
3576
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
3555
3577
|
export {
|
|
3556
3578
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. */
|
|
3557
3579
|
default as FileBadge2Icon
|
|
3558
3580
|
} from '../icons/file-badge';
|
|
3559
|
-
//
|
|
3560
|
-
export { default as
|
|
3581
|
+
// FileBraces aliases
|
|
3582
|
+
export { default as FileBracesIcon } from '../icons/file-braces';
|
|
3561
3583
|
export {
|
|
3562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3563
|
-
default as
|
|
3564
|
-
} from '../icons/file-braces
|
|
3584
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. */
|
|
3585
|
+
default as FileJsonIcon
|
|
3586
|
+
} from '../icons/file-braces';
|
|
3565
3587
|
// FileChartColumnIncreasing aliases
|
|
3566
3588
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3567
3589
|
export {
|
|
3568
3590
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
3569
3591
|
default as FileBarChartIcon
|
|
3570
3592
|
} from '../icons/file-chart-column-increasing';
|
|
3571
|
-
//
|
|
3572
|
-
export { default as
|
|
3593
|
+
// FileChartLine aliases
|
|
3594
|
+
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3573
3595
|
export {
|
|
3574
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3575
|
-
default as
|
|
3576
|
-
} from '../icons/file-
|
|
3596
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
3597
|
+
default as FileLineChartIcon
|
|
3598
|
+
} from '../icons/file-chart-line';
|
|
3577
3599
|
// FileChartColumn aliases
|
|
3578
3600
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3579
3601
|
export {
|
|
@@ -3586,24 +3608,18 @@ export {
|
|
|
3586
3608
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. */
|
|
3587
3609
|
default as FileCheck2Icon
|
|
3588
3610
|
} from '../icons/file-check-corner';
|
|
3589
|
-
//
|
|
3590
|
-
export { default as
|
|
3611
|
+
// FileCodeCorner aliases
|
|
3612
|
+
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3591
3613
|
export {
|
|
3592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3593
|
-
default as
|
|
3594
|
-
} from '../icons/file-
|
|
3614
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3615
|
+
default as FileCode2Icon
|
|
3616
|
+
} from '../icons/file-code-corner';
|
|
3595
3617
|
// FileChartPie aliases
|
|
3596
3618
|
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3597
3619
|
export {
|
|
3598
3620
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. */
|
|
3599
3621
|
default as FilePieChartIcon
|
|
3600
3622
|
} from '../icons/file-chart-pie';
|
|
3601
|
-
// FileCodeCorner aliases
|
|
3602
|
-
export { default as FileCodeCornerIcon } from '../icons/file-code-corner';
|
|
3603
|
-
export {
|
|
3604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCodeCorner} instead. */
|
|
3605
|
-
default as FileCode2Icon
|
|
3606
|
-
} from '../icons/file-code-corner';
|
|
3607
3623
|
// FileCog aliases
|
|
3608
3624
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3609
3625
|
export {
|
|
@@ -3626,30 +3642,36 @@ export {
|
|
|
3626
3642
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. */
|
|
3627
3643
|
default as FileAudio2Icon
|
|
3628
3644
|
} from '../icons/file-headphone';
|
|
3645
|
+
// FileLock aliases
|
|
3646
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3647
|
+
export {
|
|
3648
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
3649
|
+
default as FileLock2Icon
|
|
3650
|
+
} from '../icons/file-lock';
|
|
3629
3651
|
// FileKey aliases
|
|
3630
3652
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
3631
3653
|
export {
|
|
3632
3654
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. */
|
|
3633
3655
|
default as FileKey2Icon
|
|
3634
3656
|
} from '../icons/file-key';
|
|
3635
|
-
//
|
|
3636
|
-
export { default as
|
|
3657
|
+
// FilePenLine aliases
|
|
3658
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3637
3659
|
export {
|
|
3638
|
-
/** @deprecated The icon was
|
|
3639
|
-
default as
|
|
3640
|
-
} from '../icons/file-
|
|
3660
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
3661
|
+
default as FileSignatureIcon
|
|
3662
|
+
} from '../icons/file-pen-line';
|
|
3641
3663
|
// FileMinusCorner aliases
|
|
3642
3664
|
export { default as FileMinusCornerIcon } from '../icons/file-minus-corner';
|
|
3643
3665
|
export {
|
|
3644
3666
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
3645
3667
|
default as FileMinus2Icon
|
|
3646
3668
|
} from '../icons/file-minus-corner';
|
|
3647
|
-
//
|
|
3648
|
-
export { default as
|
|
3669
|
+
// FilePen aliases
|
|
3670
|
+
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3649
3671
|
export {
|
|
3650
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3651
|
-
default as
|
|
3652
|
-
} from '../icons/file-pen
|
|
3672
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. */
|
|
3673
|
+
default as FileEditIcon
|
|
3674
|
+
} from '../icons/file-pen';
|
|
3653
3675
|
// FilePlay aliases
|
|
3654
3676
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3655
3677
|
export {
|
|
@@ -3668,12 +3690,6 @@ export {
|
|
|
3668
3690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
3669
3691
|
default as FilePlus2Icon
|
|
3670
3692
|
} from '../icons/file-plus-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
3693
|
// FileSearchCorner aliases
|
|
3678
3694
|
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3679
3695
|
export {
|
|
@@ -3774,12 +3790,6 @@ export {
|
|
|
3774
3790
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. */
|
|
3775
3791
|
default as Grid3X3Icon
|
|
3776
3792
|
} from '../icons/grid-3x3';
|
|
3777
|
-
// HandHelping aliases
|
|
3778
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3779
|
-
export {
|
|
3780
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3781
|
-
default as HelpingHandIcon
|
|
3782
|
-
} from '../icons/hand-helping';
|
|
3783
3793
|
// House aliases
|
|
3784
3794
|
export { default as HouseIcon } from '../icons/house';
|
|
3785
3795
|
export {
|
|
@@ -3792,6 +3802,12 @@ export {
|
|
|
3792
3802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
3793
3803
|
default as GrabIcon
|
|
3794
3804
|
} from '../icons/hand-grab';
|
|
3805
|
+
// HandHelping aliases
|
|
3806
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3807
|
+
export {
|
|
3808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
3809
|
+
default as HelpingHandIcon
|
|
3810
|
+
} from '../icons/hand-helping';
|
|
3795
3811
|
// IceCreamBowl aliases
|
|
3796
3812
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3797
3813
|
export {
|
|
@@ -3810,6 +3826,12 @@ export {
|
|
|
3810
3826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. */
|
|
3811
3827
|
default as Laptop2Icon
|
|
3812
3828
|
} from '../icons/laptop-minimal';
|
|
3829
|
+
// Layers aliases
|
|
3830
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3831
|
+
export {
|
|
3832
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3833
|
+
default as Layers3Icon
|
|
3834
|
+
} from '../icons/layers';
|
|
3813
3835
|
// ListIndentDecrease aliases
|
|
3814
3836
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3815
3837
|
export {
|
|
@@ -3830,12 +3852,6 @@ export {
|
|
|
3830
3852
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. */
|
|
3831
3853
|
default as IndentIncreaseIcon
|
|
3832
3854
|
} from '../icons/list-indent-increase';
|
|
3833
|
-
// Layers aliases
|
|
3834
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3835
|
-
export {
|
|
3836
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. */
|
|
3837
|
-
default as Layers3Icon
|
|
3838
|
-
} from '../icons/layers';
|
|
3839
3855
|
// LoaderCircle aliases
|
|
3840
3856
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3841
3857
|
export {
|
|
@@ -3848,6 +3864,12 @@ export {
|
|
|
3848
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. */
|
|
3849
3865
|
default as UnlockKeyholeIcon
|
|
3850
3866
|
} from '../icons/lock-keyhole-open';
|
|
3867
|
+
// MailQuestionMark aliases
|
|
3868
|
+
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3869
|
+
export {
|
|
3870
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3871
|
+
default as MailQuestionIcon
|
|
3872
|
+
} from '../icons/mail-question-mark';
|
|
3851
3873
|
// LockOpen aliases
|
|
3852
3874
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3853
3875
|
export {
|
|
@@ -3860,12 +3882,6 @@ export {
|
|
|
3860
3882
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. */
|
|
3861
3883
|
default as LocationEditIcon
|
|
3862
3884
|
} from '../icons/map-pin-pen';
|
|
3863
|
-
// MailQuestionMark aliases
|
|
3864
|
-
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3865
|
-
export {
|
|
3866
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MailQuestionMark} instead. */
|
|
3867
|
-
default as MailQuestionIcon
|
|
3868
|
-
} from '../icons/mail-question-mark';
|
|
3869
3885
|
// MessageCircleQuestionMark aliases
|
|
3870
3886
|
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3871
3887
|
export {
|
|
@@ -3878,54 +3894,54 @@ export {
|
|
|
3878
3894
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicSignal} instead. */
|
|
3879
3895
|
default as PodcastIcon
|
|
3880
3896
|
} from '../icons/mic-signal';
|
|
3881
|
-
// Move3d aliases
|
|
3882
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3883
|
-
export {
|
|
3884
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3885
|
-
default as Move3DIcon
|
|
3886
|
-
} from '../icons/move-3d';
|
|
3887
3897
|
// MicVocal aliases
|
|
3888
3898
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3889
3899
|
export {
|
|
3890
3900
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. */
|
|
3891
3901
|
default as Mic2Icon
|
|
3892
3902
|
} from '../icons/mic-vocal';
|
|
3903
|
+
// Move3d aliases
|
|
3904
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3905
|
+
export {
|
|
3906
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. */
|
|
3907
|
+
default as Move3DIcon
|
|
3908
|
+
} from '../icons/move-3d';
|
|
3893
3909
|
// OctagonAlert aliases
|
|
3894
3910
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3895
3911
|
export {
|
|
3896
3912
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. */
|
|
3897
3913
|
default as AlertOctagonIcon
|
|
3898
3914
|
} from '../icons/octagon-alert';
|
|
3899
|
-
//
|
|
3900
|
-
export { default as
|
|
3915
|
+
// OctagonX aliases
|
|
3916
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3901
3917
|
export {
|
|
3902
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3903
|
-
default as
|
|
3904
|
-
} from '../icons/
|
|
3918
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3919
|
+
default as XOctagonIcon
|
|
3920
|
+
} from '../icons/octagon-x';
|
|
3905
3921
|
// OctagonPause aliases
|
|
3906
3922
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3907
3923
|
export {
|
|
3908
3924
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. */
|
|
3909
3925
|
default as PauseOctagonIcon
|
|
3910
3926
|
} from '../icons/octagon-pause';
|
|
3911
|
-
//
|
|
3912
|
-
export { default as
|
|
3913
|
-
export {
|
|
3914
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. */
|
|
3915
|
-
default as XOctagonIcon
|
|
3916
|
-
} from '../icons/octagon-x';
|
|
3917
|
-
// PanelLeftClose aliases
|
|
3918
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3927
|
+
// PaintbrushVertical aliases
|
|
3928
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3919
3929
|
export {
|
|
3920
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3921
|
-
default as
|
|
3922
|
-
} from '../icons/
|
|
3930
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. */
|
|
3931
|
+
default as Paintbrush2Icon
|
|
3932
|
+
} from '../icons/paintbrush-vertical';
|
|
3923
3933
|
// PanelBottomDashed aliases
|
|
3924
3934
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3925
3935
|
export {
|
|
3926
3936
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. */
|
|
3927
3937
|
default as PanelBottomInactiveIcon
|
|
3928
3938
|
} from '../icons/panel-bottom-dashed';
|
|
3939
|
+
// PanelLeftClose aliases
|
|
3940
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3941
|
+
export {
|
|
3942
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. */
|
|
3943
|
+
default as SidebarCloseIcon
|
|
3944
|
+
} from '../icons/panel-left-close';
|
|
3929
3945
|
// PanelLeftDashed aliases
|
|
3930
3946
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3931
3947
|
export {
|
|
@@ -3938,18 +3954,18 @@ export {
|
|
|
3938
3954
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. */
|
|
3939
3955
|
default as SidebarOpenIcon
|
|
3940
3956
|
} from '../icons/panel-left-open';
|
|
3941
|
-
// PanelLeft aliases
|
|
3942
|
-
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3943
|
-
export {
|
|
3944
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3945
|
-
default as SidebarIcon
|
|
3946
|
-
} from '../icons/panel-left';
|
|
3947
3957
|
// PanelRightDashed aliases
|
|
3948
3958
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3949
3959
|
export {
|
|
3950
3960
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. */
|
|
3951
3961
|
default as PanelRightInactiveIcon
|
|
3952
3962
|
} from '../icons/panel-right-dashed';
|
|
3963
|
+
// PanelLeft aliases
|
|
3964
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3965
|
+
export {
|
|
3966
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. */
|
|
3967
|
+
default as SidebarIcon
|
|
3968
|
+
} from '../icons/panel-left';
|
|
3953
3969
|
// PanelTopDashed aliases
|
|
3954
3970
|
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3955
3971
|
export {
|
|
@@ -3980,30 +3996,30 @@ export {
|
|
|
3980
3996
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
3981
3997
|
default as PlugZap2Icon
|
|
3982
3998
|
} from '../icons/plug-zap';
|
|
3983
|
-
// Rotate3d aliases
|
|
3984
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3985
|
-
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
3987
|
-
default as Rotate3DIcon
|
|
3988
|
-
} from '../icons/rotate-3d';
|
|
3989
3999
|
// RectangleEllipsis aliases
|
|
3990
4000
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3991
4001
|
export {
|
|
3992
4002
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
3993
4003
|
default as FormInputIcon
|
|
3994
4004
|
} from '../icons/rectangle-ellipsis';
|
|
3995
|
-
//
|
|
3996
|
-
export { default as
|
|
4005
|
+
// Rotate3d aliases
|
|
4006
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3997
4007
|
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3999
|
-
default as
|
|
4000
|
-
} from '../icons/
|
|
4008
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. */
|
|
4009
|
+
default as Rotate3DIcon
|
|
4010
|
+
} from '../icons/rotate-3d';
|
|
4001
4011
|
// RotateCcwClock aliases
|
|
4002
4012
|
export { default as RotateCcwClockIcon } from '../icons/rotate-ccw-clock';
|
|
4003
4013
|
export {
|
|
4004
4014
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
4005
4015
|
default as HistoryIcon
|
|
4006
4016
|
} from '../icons/rotate-ccw-clock';
|
|
4017
|
+
// Rows2 aliases
|
|
4018
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
4019
|
+
export {
|
|
4020
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
4021
|
+
default as RowsIcon
|
|
4022
|
+
} from '../icons/rows-2';
|
|
4007
4023
|
// Rows3 aliases
|
|
4008
4024
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
4009
4025
|
export {
|
|
@@ -4028,36 +4044,42 @@ export {
|
|
|
4028
4044
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. */
|
|
4029
4045
|
default as ShieldQuestionIcon
|
|
4030
4046
|
} from '../icons/shield-question-mark';
|
|
4031
|
-
// ShieldX aliases
|
|
4032
|
-
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4033
|
-
export {
|
|
4034
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4035
|
-
default as ShieldCloseIcon
|
|
4036
|
-
} from '../icons/shield-x';
|
|
4037
|
-
// Sparkles aliases
|
|
4038
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4039
|
-
export {
|
|
4040
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4041
|
-
default as StarsIcon
|
|
4042
|
-
} from '../icons/sparkles';
|
|
4043
4047
|
// SlidersVertical aliases
|
|
4044
4048
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
4045
4049
|
export {
|
|
4046
4050
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. */
|
|
4047
4051
|
default as SlidersIcon
|
|
4048
4052
|
} from '../icons/sliders-vertical';
|
|
4053
|
+
// ShieldX aliases
|
|
4054
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
4055
|
+
export {
|
|
4056
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. */
|
|
4057
|
+
default as ShieldCloseIcon
|
|
4058
|
+
} from '../icons/shield-x';
|
|
4049
4059
|
// SquareActivity aliases
|
|
4050
4060
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
4051
4061
|
export {
|
|
4052
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. */
|
|
4053
4063
|
default as ActivitySquareIcon
|
|
4054
4064
|
} from '../icons/square-activity';
|
|
4065
|
+
// Sparkles aliases
|
|
4066
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. */
|
|
4069
|
+
default as StarsIcon
|
|
4070
|
+
} from '../icons/sparkles';
|
|
4055
4071
|
// SquareArrowDownLeft aliases
|
|
4056
4072
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
4057
4073
|
export {
|
|
4058
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. */
|
|
4059
4075
|
default as ArrowDownLeftSquareIcon
|
|
4060
4076
|
} from '../icons/square-arrow-down-left';
|
|
4077
|
+
// SquareArrowDown aliases
|
|
4078
|
+
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4079
|
+
export {
|
|
4080
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4081
|
+
default as ArrowDownSquareIcon
|
|
4082
|
+
} from '../icons/square-arrow-down';
|
|
4061
4083
|
// SquareArrowDownRight aliases
|
|
4062
4084
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
4063
4085
|
export {
|
|
@@ -4070,42 +4092,36 @@ export {
|
|
|
4070
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
4071
4093
|
default as ArrowLeftSquareIcon
|
|
4072
4094
|
} from '../icons/square-arrow-left';
|
|
4073
|
-
// SquareArrowDown aliases
|
|
4074
|
-
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
4075
|
-
export {
|
|
4076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
4077
|
-
default as ArrowDownSquareIcon
|
|
4078
|
-
} from '../icons/square-arrow-down';
|
|
4079
|
-
// SquareArrowOutDownRight aliases
|
|
4080
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4081
|
-
export {
|
|
4082
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4083
|
-
default as ArrowDownRightFromSquareIcon
|
|
4084
|
-
} from '../icons/square-arrow-out-down-right';
|
|
4085
4095
|
// SquareArrowOutDownLeft aliases
|
|
4086
4096
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
4087
4097
|
export {
|
|
4088
4098
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
4089
4099
|
default as ArrowDownLeftFromSquareIcon
|
|
4090
4100
|
} from '../icons/square-arrow-out-down-left';
|
|
4091
|
-
//
|
|
4092
|
-
export { default as
|
|
4101
|
+
// SquareArrowOutUpLeft aliases
|
|
4102
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
4093
4103
|
export {
|
|
4094
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4095
|
-
default as
|
|
4096
|
-
} from '../icons/square-arrow-out-up-
|
|
4104
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. */
|
|
4105
|
+
default as ArrowUpLeftFromSquareIcon
|
|
4106
|
+
} from '../icons/square-arrow-out-up-left';
|
|
4097
4107
|
// SquareArrowRight aliases
|
|
4098
4108
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
4099
4109
|
export {
|
|
4100
4110
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. */
|
|
4101
4111
|
default as ArrowRightSquareIcon
|
|
4102
4112
|
} from '../icons/square-arrow-right';
|
|
4103
|
-
//
|
|
4104
|
-
export { default as
|
|
4113
|
+
// SquareArrowOutDownRight aliases
|
|
4114
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
4105
4115
|
export {
|
|
4106
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4107
|
-
default as
|
|
4108
|
-
} from '../icons/square-arrow-out-
|
|
4116
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. */
|
|
4117
|
+
default as ArrowDownRightFromSquareIcon
|
|
4118
|
+
} from '../icons/square-arrow-out-down-right';
|
|
4119
|
+
// SquareArrowOutUpRight aliases
|
|
4120
|
+
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. */
|
|
4123
|
+
default as ArrowUpRightFromSquareIcon
|
|
4124
|
+
} from '../icons/square-arrow-out-up-right';
|
|
4109
4125
|
// SquareArrowUpLeft aliases
|
|
4110
4126
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
4111
4127
|
export {
|
|
@@ -4124,36 +4140,30 @@ export {
|
|
|
4124
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. */
|
|
4125
4141
|
default as ArrowUpRightSquareIcon
|
|
4126
4142
|
} from '../icons/square-arrow-up-right';
|
|
4127
|
-
// SquareBottomDashedScissors aliases
|
|
4128
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4129
|
-
export {
|
|
4130
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4131
|
-
default as ScissorsSquareDashedBottomIcon
|
|
4132
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
4133
4143
|
// SquareAsterisk aliases
|
|
4134
4144
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
4135
4145
|
export {
|
|
4136
4146
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
4137
4147
|
default as AsteriskSquareIcon
|
|
4138
4148
|
} from '../icons/square-asterisk';
|
|
4139
|
-
//
|
|
4140
|
-
export { default as
|
|
4149
|
+
// SquareBottomDashedScissors aliases
|
|
4150
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
4141
4151
|
export {
|
|
4142
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4143
|
-
default as
|
|
4144
|
-
} from '../icons/square-
|
|
4152
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
4153
|
+
default as ScissorsSquareDashedBottomIcon
|
|
4154
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
4145
4155
|
// SquareCenterlineDashedVertical aliases
|
|
4146
4156
|
export { default as SquareCenterlineDashedVerticalIcon } from '../icons/square-centerline-dashed-vertical';
|
|
4147
4157
|
export {
|
|
4148
4158
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
4149
4159
|
default as FlipVerticalIcon
|
|
4150
4160
|
} from '../icons/square-centerline-dashed-vertical';
|
|
4151
|
-
//
|
|
4152
|
-
export { default as
|
|
4161
|
+
// SquareCenterlineDashedHorizontal aliases
|
|
4162
|
+
export { default as SquareCenterlineDashedHorizontalIcon } from '../icons/square-centerline-dashed-horizontal';
|
|
4153
4163
|
export {
|
|
4154
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4155
|
-
default as
|
|
4156
|
-
} from '../icons/square-
|
|
4164
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. */
|
|
4165
|
+
default as FlipHorizontalIcon
|
|
4166
|
+
} from '../icons/square-centerline-dashed-horizontal';
|
|
4157
4167
|
// SquareCheck aliases
|
|
4158
4168
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
4159
4169
|
export {
|
|
@@ -4170,18 +4180,18 @@ export {
|
|
|
4170
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
4171
4181
|
default as SquareGanttChartIcon
|
|
4172
4182
|
} from '../icons/square-chart-gantt';
|
|
4183
|
+
// SquareCheckBig aliases
|
|
4184
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
4185
|
+
export {
|
|
4186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
4187
|
+
default as CheckSquareIcon
|
|
4188
|
+
} from '../icons/square-check-big';
|
|
4173
4189
|
// SquareChevronDown aliases
|
|
4174
4190
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
4175
4191
|
export {
|
|
4176
4192
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
4177
4193
|
default as ChevronDownSquareIcon
|
|
4178
4194
|
} from '../icons/square-chevron-down';
|
|
4179
|
-
// SquareChevronLeft aliases
|
|
4180
|
-
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4181
|
-
export {
|
|
4182
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4183
|
-
default as ChevronLeftSquareIcon
|
|
4184
|
-
} from '../icons/square-chevron-left';
|
|
4185
4195
|
// SquareChevronRight aliases
|
|
4186
4196
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
4187
4197
|
export {
|
|
@@ -4194,6 +4204,12 @@ export {
|
|
|
4194
4204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
4195
4205
|
default as ChevronUpSquareIcon
|
|
4196
4206
|
} from '../icons/square-chevron-up';
|
|
4207
|
+
// SquareChevronLeft aliases
|
|
4208
|
+
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
4209
|
+
export {
|
|
4210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. */
|
|
4211
|
+
default as ChevronLeftSquareIcon
|
|
4212
|
+
} from '../icons/square-chevron-left';
|
|
4197
4213
|
// SquareCode aliases
|
|
4198
4214
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
4199
4215
|
export {
|
|
@@ -4246,42 +4262,48 @@ export {
|
|
|
4246
4262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. */
|
|
4247
4263
|
default as EqualSquareIcon
|
|
4248
4264
|
} from '../icons/square-equal';
|
|
4249
|
-
// SquareFunction aliases
|
|
4250
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4251
|
-
export {
|
|
4252
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4253
|
-
default as FunctionSquareIcon
|
|
4254
|
-
} from '../icons/square-function';
|
|
4255
4265
|
// SquareKanban aliases
|
|
4256
4266
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
4257
4267
|
export {
|
|
4258
4268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. */
|
|
4259
4269
|
default as KanbanSquareIcon
|
|
4260
4270
|
} from '../icons/square-kanban';
|
|
4261
|
-
//
|
|
4262
|
-
export { default as
|
|
4271
|
+
// SquareFunction aliases
|
|
4272
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
4263
4273
|
export {
|
|
4264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4265
|
-
default as
|
|
4266
|
-
} from '../icons/square-
|
|
4274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. */
|
|
4275
|
+
default as FunctionSquareIcon
|
|
4276
|
+
} from '../icons/square-function';
|
|
4267
4277
|
// SquareM aliases
|
|
4268
4278
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
4269
4279
|
export {
|
|
4270
4280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareM} instead. */
|
|
4271
4281
|
default as MSquareIcon
|
|
4272
4282
|
} from '../icons/square-m';
|
|
4283
|
+
// SquareMenu aliases
|
|
4284
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
4285
|
+
export {
|
|
4286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. */
|
|
4287
|
+
default as MenuSquareIcon
|
|
4288
|
+
} from '../icons/square-menu';
|
|
4273
4289
|
// SquareMinus aliases
|
|
4274
4290
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
4275
4291
|
export {
|
|
4276
4292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. */
|
|
4277
4293
|
default as MinusSquareIcon
|
|
4278
4294
|
} from '../icons/square-minus';
|
|
4279
|
-
//
|
|
4280
|
-
export { default as
|
|
4295
|
+
// SquareLibrary aliases
|
|
4296
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
4281
4297
|
export {
|
|
4282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4283
|
-
default as
|
|
4284
|
-
} from '../icons/square-
|
|
4298
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. */
|
|
4299
|
+
default as LibrarySquareIcon
|
|
4300
|
+
} from '../icons/square-library';
|
|
4301
|
+
// SquareParkingOff aliases
|
|
4302
|
+
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4303
|
+
export {
|
|
4304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4305
|
+
default as ParkingSquareOffIcon
|
|
4306
|
+
} from '../icons/square-parking-off';
|
|
4285
4307
|
// SquareMousePointer aliases
|
|
4286
4308
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
4287
4309
|
export {
|
|
@@ -4308,12 +4330,6 @@ export {
|
|
|
4308
4330
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. */
|
|
4309
4331
|
default as PenSquareIcon
|
|
4310
4332
|
} from '../icons/square-pen';
|
|
4311
|
-
// SquareParkingOff aliases
|
|
4312
|
-
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4313
|
-
export {
|
|
4314
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. */
|
|
4315
|
-
default as ParkingSquareOffIcon
|
|
4316
|
-
} from '../icons/square-parking-off';
|
|
4317
4333
|
// SquarePercent aliases
|
|
4318
4334
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
4319
4335
|
export {
|
|
@@ -4326,18 +4342,18 @@ export {
|
|
|
4326
4342
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
4327
4343
|
default as PiSquareIcon
|
|
4328
4344
|
} from '../icons/square-pi';
|
|
4329
|
-
// SquarePilcrow aliases
|
|
4330
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4331
|
-
export {
|
|
4332
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4333
|
-
default as PilcrowSquareIcon
|
|
4334
|
-
} from '../icons/square-pilcrow';
|
|
4335
4345
|
// SquarePlay aliases
|
|
4336
4346
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4337
4347
|
export {
|
|
4338
4348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. */
|
|
4339
4349
|
default as PlaySquareIcon
|
|
4340
4350
|
} from '../icons/square-play';
|
|
4351
|
+
// SquarePilcrow aliases
|
|
4352
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
4353
|
+
export {
|
|
4354
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
4355
|
+
default as PilcrowSquareIcon
|
|
4356
|
+
} from '../icons/square-pilcrow';
|
|
4341
4357
|
// SquarePlus aliases
|
|
4342
4358
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4343
4359
|
export {
|
|
@@ -4356,30 +4372,30 @@ export {
|
|
|
4356
4372
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. */
|
|
4357
4373
|
default as ScissorsSquareIcon
|
|
4358
4374
|
} from '../icons/square-scissors';
|
|
4359
|
-
// SquareSigma aliases
|
|
4360
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4361
|
-
export {
|
|
4362
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4363
|
-
default as SigmaSquareIcon
|
|
4364
|
-
} from '../icons/square-sigma';
|
|
4365
4375
|
// SquareSlash aliases
|
|
4366
4376
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4367
4377
|
export {
|
|
4368
4378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. */
|
|
4369
4379
|
default as SlashSquareIcon
|
|
4370
4380
|
} from '../icons/square-slash';
|
|
4371
|
-
//
|
|
4372
|
-
export { default as
|
|
4381
|
+
// SquareSigma aliases
|
|
4382
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4373
4383
|
export {
|
|
4374
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4375
|
-
default as
|
|
4376
|
-
} from '../icons/square-
|
|
4384
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. */
|
|
4385
|
+
default as SigmaSquareIcon
|
|
4386
|
+
} from '../icons/square-sigma';
|
|
4377
4387
|
// SquareSplitHorizontal aliases
|
|
4378
4388
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4379
4389
|
export {
|
|
4380
4390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. */
|
|
4381
4391
|
default as SplitSquareHorizontalIcon
|
|
4382
4392
|
} from '../icons/square-split-horizontal';
|
|
4393
|
+
// SquareSplitVertical aliases
|
|
4394
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
4395
|
+
export {
|
|
4396
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. */
|
|
4397
|
+
default as SplitSquareVerticalIcon
|
|
4398
|
+
} from '../icons/square-split-vertical';
|
|
4383
4399
|
// SquareUserRound aliases
|
|
4384
4400
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4385
4401
|
export {
|
|
@@ -4392,18 +4408,18 @@ export {
|
|
|
4392
4408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. */
|
|
4393
4409
|
default as TerminalSquareIcon
|
|
4394
4410
|
} from '../icons/square-terminal';
|
|
4395
|
-
// SquareX aliases
|
|
4396
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
4397
|
-
export {
|
|
4398
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4399
|
-
default as XSquareIcon
|
|
4400
|
-
} from '../icons/square-x';
|
|
4401
4411
|
// SquareUser aliases
|
|
4402
4412
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4403
4413
|
export {
|
|
4404
4414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. */
|
|
4405
4415
|
default as UserSquareIcon
|
|
4406
4416
|
} from '../icons/square-user';
|
|
4417
|
+
// SquareX aliases
|
|
4418
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
4419
|
+
export {
|
|
4420
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. */
|
|
4421
|
+
default as XSquareIcon
|
|
4422
|
+
} from '../icons/square-x';
|
|
4407
4423
|
// TestTubeDiagonal aliases
|
|
4408
4424
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
4409
4425
|
export {
|
|
@@ -4422,6 +4438,16 @@ export {
|
|
|
4422
4438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
4423
4439
|
default as AlignRightIcon
|
|
4424
4440
|
} from '../icons/text-align-end';
|
|
4441
|
+
// TextAlignStart aliases
|
|
4442
|
+
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4443
|
+
export {
|
|
4444
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4445
|
+
default as TextIcon
|
|
4446
|
+
} from '../icons/text-align-start';
|
|
4447
|
+
export {
|
|
4448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. */
|
|
4449
|
+
default as AlignLeftIcon
|
|
4450
|
+
} from '../icons/text-align-start';
|
|
4425
4451
|
// TextAlignJustify aliases
|
|
4426
4452
|
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4427
4453
|
export {
|
|
@@ -4434,28 +4460,18 @@ export {
|
|
|
4434
4460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. */
|
|
4435
4461
|
default as LetterTextIcon
|
|
4436
4462
|
} from '../icons/text-initial';
|
|
4437
|
-
//
|
|
4438
|
-
export { default as
|
|
4439
|
-
export {
|
|
4440
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. */
|
|
4441
|
-
default as TextIcon
|
|
4442
|
-
} from '../icons/text-align-start';
|
|
4463
|
+
// TextWrap aliases
|
|
4464
|
+
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4443
4465
|
export {
|
|
4444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4445
|
-
default as
|
|
4446
|
-
} from '../icons/text-
|
|
4466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4467
|
+
default as WrapTextIcon
|
|
4468
|
+
} from '../icons/text-wrap';
|
|
4447
4469
|
// TramFront aliases
|
|
4448
4470
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4449
4471
|
export {
|
|
4450
4472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
4451
4473
|
default as TrainIcon
|
|
4452
4474
|
} from '../icons/tram-front';
|
|
4453
|
-
// TextWrap aliases
|
|
4454
|
-
export { default as TextWrapIcon } from '../icons/text-wrap';
|
|
4455
|
-
export {
|
|
4456
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
4457
|
-
default as WrapTextIcon
|
|
4458
|
-
} from '../icons/text-wrap';
|
|
4459
4475
|
// TreePalm aliases
|
|
4460
4476
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4461
4477
|
export {
|
|
@@ -4468,18 +4484,18 @@ export {
|
|
|
4468
4484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
4469
4485
|
default as AlertTriangleIcon
|
|
4470
4486
|
} from '../icons/triangle-alert';
|
|
4471
|
-
// TvMinimal aliases
|
|
4472
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4473
|
-
export {
|
|
4474
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4475
|
-
default as Tv2Icon
|
|
4476
|
-
} from '../icons/tv-minimal';
|
|
4477
4487
|
// University aliases
|
|
4478
4488
|
export { default as UniversityIcon } from '../icons/university';
|
|
4479
4489
|
export {
|
|
4480
4490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
4481
4491
|
default as School2Icon
|
|
4482
4492
|
} from '../icons/university';
|
|
4493
|
+
// TvMinimal aliases
|
|
4494
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4495
|
+
export {
|
|
4496
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
4497
|
+
default as Tv2Icon
|
|
4498
|
+
} from '../icons/tv-minimal';
|
|
4483
4499
|
// UserRoundCheck aliases
|
|
4484
4500
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4485
4501
|
export {
|
|
@@ -4492,18 +4508,18 @@ export {
|
|
|
4492
4508
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. */
|
|
4493
4509
|
default as UserCog2Icon
|
|
4494
4510
|
} from '../icons/user-round-cog';
|
|
4495
|
-
// UserRoundMinus aliases
|
|
4496
|
-
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4497
|
-
export {
|
|
4498
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4499
|
-
default as UserMinus2Icon
|
|
4500
|
-
} from '../icons/user-round-minus';
|
|
4501
4511
|
// UserRoundPlus aliases
|
|
4502
4512
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
4503
4513
|
export {
|
|
4504
4514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. */
|
|
4505
4515
|
default as UserPlus2Icon
|
|
4506
4516
|
} from '../icons/user-round-plus';
|
|
4517
|
+
// UserRoundMinus aliases
|
|
4518
|
+
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
4519
|
+
export {
|
|
4520
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. */
|
|
4521
|
+
default as UserMinus2Icon
|
|
4522
|
+
} from '../icons/user-round-minus';
|
|
4507
4523
|
// UserRoundX aliases
|
|
4508
4524
|
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4509
4525
|
export {
|
|
@@ -4534,18 +4550,18 @@ export {
|
|
|
4534
4550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
4535
4551
|
default as ForkKnifeIcon
|
|
4536
4552
|
} from '../icons/utensils';
|
|
4537
|
-
// WandSparkles aliases
|
|
4538
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4539
|
-
export {
|
|
4540
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4541
|
-
default as Wand2Icon
|
|
4542
|
-
} from '../icons/wand-sparkles';
|
|
4543
4553
|
// WalletMinimal aliases
|
|
4544
4554
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
4545
4555
|
export {
|
|
4546
4556
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
4547
4557
|
default as Wallet2Icon
|
|
4548
4558
|
} from '../icons/wallet-minimal';
|
|
4559
|
+
// WandSparkles aliases
|
|
4560
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
4561
|
+
export {
|
|
4562
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. */
|
|
4563
|
+
default as Wand2Icon
|
|
4564
|
+
} from '../icons/wand-sparkles';
|
|
4549
4565
|
// WavesHorizontal aliases
|
|
4550
4566
|
export { default as WavesHorizontalIcon } from '../icons/waves-horizontal';
|
|
4551
4567
|
export {
|