@lucide/astro 0.554.0 → 0.556.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 +4 -2
- package/src/aliases/aliases.ts +58 -58
- package/src/aliases/prefixed.ts +530 -516
- package/src/aliases/suffixed.ts +794 -780
- package/src/icons/book-search.ts +18 -0
- package/src/icons/bubbles.ts +2 -2
- package/src/icons/calendars.ts +2 -2
- package/src/icons/flashlight-off.ts +2 -2
- package/src/icons/flashlight.ts +2 -2
- package/src/icons/form.ts +18 -0
- package/src/icons/index.ts +94 -87
- package/src/icons/plug.ts +2 -2
- package/src/icons/scale.ts +2 -2
- package/src/icons/scooter.ts +18 -0
- package/src/icons/square-bottom-dashed-scissors.ts +2 -2
- package/src/icons/square-scissors.ts +2 -2
- package/src/icons/thermometer-sun.ts +2 -2
- package/src/icons/van.ts +18 -0
- package/src/icons/waves-arrow-down.ts +18 -0
- package/src/icons/waves-arrow-up.ts +18 -0
- package/src/icons/weight-tilde.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,133 +1,135 @@
|
|
|
1
1
|
// AArrowUp aliases
|
|
2
2
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
3
|
-
//
|
|
4
|
-
export { default as
|
|
3
|
+
// AArrowDown aliases
|
|
4
|
+
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
5
|
+
// ALargeSmall aliases
|
|
6
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
7
|
// Activity aliases
|
|
6
8
|
export { default as ActivityIcon } from '../icons/activity';
|
|
7
9
|
// AirVent aliases
|
|
8
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
9
11
|
// Airplay aliases
|
|
10
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
11
|
-
// ALargeSmall aliases
|
|
12
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
13
13
|
// AlarmClockOff aliases
|
|
14
14
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
|
-
//
|
|
16
|
-
export { default as
|
|
15
|
+
// Accessibility aliases
|
|
16
|
+
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
//
|
|
20
|
-
export { default as
|
|
19
|
+
// Album aliases
|
|
20
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
21
21
|
// AlignCenterHorizontal aliases
|
|
22
22
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
23
|
-
//
|
|
24
|
-
export { default as
|
|
23
|
+
// AlarmSmoke aliases
|
|
24
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
25
25
|
// AlignEndHorizontal aliases
|
|
26
26
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
27
|
// AlignEndVertical aliases
|
|
28
28
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
29
|
-
// AlignHorizontalDistributeCenter aliases
|
|
30
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
31
29
|
// AlignHorizontalDistributeEnd aliases
|
|
32
30
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
31
|
+
// AlignHorizontalDistributeCenter aliases
|
|
32
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
33
|
// AlignHorizontalDistributeStart aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
35
35
|
// AlignHorizontalJustifyCenter aliases
|
|
36
36
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
37
|
// AlignHorizontalJustifyEnd aliases
|
|
38
38
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
39
|
+
// AlignHorizontalJustifyStart aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
39
41
|
// AlignHorizontalSpaceAround aliases
|
|
40
42
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
41
43
|
// AlignHorizontalSpaceBetween aliases
|
|
42
44
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
43
|
-
//
|
|
44
|
-
export { default as
|
|
45
|
+
// AlignStartHorizontal aliases
|
|
46
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
45
47
|
// AlignStartVertical aliases
|
|
46
48
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
47
49
|
// AlignVerticalDistributeCenter aliases
|
|
48
50
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
49
|
-
// AlignStartHorizontal aliases
|
|
50
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
51
51
|
// AlignVerticalDistributeEnd aliases
|
|
52
52
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
53
|
-
// AlignVerticalJustifyCenter aliases
|
|
54
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
55
53
|
// AlignVerticalDistributeStart aliases
|
|
56
54
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
57
|
-
//
|
|
58
|
-
export { default as
|
|
55
|
+
// AlignVerticalJustifyCenter aliases
|
|
56
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
59
57
|
// AlignVerticalJustifyEnd aliases
|
|
60
58
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
61
|
-
//
|
|
62
|
-
export { default as
|
|
59
|
+
// AlignVerticalJustifyStart aliases
|
|
60
|
+
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
63
61
|
// AlignVerticalSpaceBetween aliases
|
|
64
62
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
65
|
-
//
|
|
66
|
-
export { default as
|
|
63
|
+
// AlignVerticalSpaceAround aliases
|
|
64
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
65
|
+
// AlignCenterVertical aliases
|
|
66
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
67
67
|
// Ambulance aliases
|
|
68
68
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
69
|
+
// Ampersand aliases
|
|
70
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
69
71
|
// Ampersands aliases
|
|
70
72
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
71
73
|
// Amphora aliases
|
|
72
74
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
73
|
-
// Anchor aliases
|
|
74
|
-
export { default as AnchorIcon } from '../icons/anchor';
|
|
75
|
-
// Angry aliases
|
|
76
|
-
export { default as AngryIcon } from '../icons/angry';
|
|
77
75
|
// Annoyed aliases
|
|
78
76
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
79
|
-
//
|
|
80
|
-
export { default as
|
|
77
|
+
// Anchor aliases
|
|
78
|
+
export { default as AnchorIcon } from '../icons/anchor';
|
|
81
79
|
// Anvil aliases
|
|
82
80
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
83
|
-
//
|
|
84
|
-
export { default as
|
|
81
|
+
// Antenna aliases
|
|
82
|
+
export { default as AntennaIcon } from '../icons/antenna';
|
|
85
83
|
// Aperture aliases
|
|
86
84
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
85
|
+
// AppWindowMac aliases
|
|
86
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
87
87
|
// AppWindow aliases
|
|
88
88
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
89
89
|
// Apple aliases
|
|
90
90
|
export { default as AppleIcon } from '../icons/apple';
|
|
91
|
-
// ArchiveX aliases
|
|
92
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
93
91
|
// ArchiveRestore aliases
|
|
94
92
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
93
|
+
// ArchiveX aliases
|
|
94
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
95
95
|
// Archive aliases
|
|
96
96
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
97
97
|
// Armchair aliases
|
|
98
98
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
99
|
-
// ArrowBigDown aliases
|
|
100
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
101
99
|
// ArrowBigDownDash aliases
|
|
102
100
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
103
101
|
// ArrowBigLeftDash aliases
|
|
104
102
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
105
|
-
//
|
|
106
|
-
export { default as
|
|
103
|
+
// ArrowBigDown aliases
|
|
104
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
107
105
|
// ArrowBigLeft aliases
|
|
108
106
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
109
|
-
//
|
|
110
|
-
export { default as
|
|
107
|
+
// ArrowBigRightDash aliases
|
|
108
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
111
109
|
// ArrowBigRight aliases
|
|
112
110
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
113
|
-
//
|
|
114
|
-
export { default as
|
|
111
|
+
// ArrowBigUpDash aliases
|
|
112
|
+
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
115
113
|
// ArrowBigUp aliases
|
|
116
114
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
115
|
+
// ArrowDownFromLine aliases
|
|
116
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
117
117
|
// ArrowDownLeft aliases
|
|
118
118
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
119
|
+
// Angry aliases
|
|
120
|
+
export { default as AngryIcon } from '../icons/angry';
|
|
119
121
|
// ArrowDownNarrowWide aliases
|
|
120
122
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
121
123
|
// ArrowDownToDot aliases
|
|
122
124
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
123
125
|
// ArrowDownRight aliases
|
|
124
126
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
125
|
-
// ArrowDownToLine aliases
|
|
126
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
127
127
|
// ArrowDownUp aliases
|
|
128
128
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
129
129
|
// ArrowDown aliases
|
|
130
130
|
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
131
|
+
// ArrowDownToLine aliases
|
|
132
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
131
133
|
// ArrowLeftFromLine aliases
|
|
132
134
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
133
135
|
// ArrowLeftRight aliases
|
|
@@ -148,16 +150,16 @@ export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
|
148
150
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
149
151
|
// ArrowUpFromDot aliases
|
|
150
152
|
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
151
|
-
// ArrowUpLeft aliases
|
|
152
|
-
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
153
153
|
// ArrowUpFromLine aliases
|
|
154
154
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
155
|
+
// ArrowUpLeft aliases
|
|
156
|
+
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
155
157
|
// ArrowUpRight aliases
|
|
156
158
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
157
|
-
// ArrowUpWideNarrow aliases
|
|
158
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
159
159
|
// ArrowUpToLine aliases
|
|
160
160
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
161
|
+
// ArrowUpWideNarrow aliases
|
|
162
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
161
163
|
// ArrowUp aliases
|
|
162
164
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
163
165
|
// ArrowsUpFromLine aliases
|
|
@@ -168,66 +170,64 @@ export { default as AsteriskIcon } from '../icons/asterisk';
|
|
|
168
170
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
169
171
|
// AudioLines aliases
|
|
170
172
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
171
|
-
// Atom aliases
|
|
172
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
173
173
|
// AudioWaveform aliases
|
|
174
174
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
175
175
|
// Award aliases
|
|
176
176
|
export { default as AwardIcon } from '../icons/award';
|
|
177
177
|
// Axe aliases
|
|
178
178
|
export { default as AxeIcon } from '../icons/axe';
|
|
179
|
-
// Backpack aliases
|
|
180
|
-
export { default as BackpackIcon } from '../icons/backpack';
|
|
181
179
|
// Baby aliases
|
|
182
180
|
export { default as BabyIcon } from '../icons/baby';
|
|
183
|
-
//
|
|
184
|
-
export { default as
|
|
181
|
+
// Backpack aliases
|
|
182
|
+
export { default as BackpackIcon } from '../icons/backpack';
|
|
185
183
|
// BadgeAlert aliases
|
|
186
184
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
185
|
+
// BadgeCent aliases
|
|
186
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
187
|
+
// BadgeDollarSign aliases
|
|
188
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
187
189
|
// BadgeEuro aliases
|
|
188
190
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
189
|
-
// BadgeIndianRupee aliases
|
|
190
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
191
191
|
// BadgeInfo aliases
|
|
192
192
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeJapaneseYen aliases
|
|
196
194
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
195
|
+
// BadgeIndianRupee aliases
|
|
196
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
197
197
|
// BadgePercent aliases
|
|
198
198
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
199
199
|
// BadgeMinus aliases
|
|
200
200
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
201
|
-
// BadgePlus aliases
|
|
202
|
-
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
203
201
|
// BadgePoundSterling aliases
|
|
204
202
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
205
203
|
// BadgeRussianRuble aliases
|
|
206
204
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
207
|
-
//
|
|
208
|
-
export { default as
|
|
205
|
+
// BadgePlus aliases
|
|
206
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
209
207
|
// BadgeSwissFranc aliases
|
|
210
208
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
209
|
+
// BadgeTurkishLira aliases
|
|
210
|
+
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
211
211
|
// BadgeX aliases
|
|
212
212
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
213
213
|
// Badge aliases
|
|
214
214
|
export { default as BadgeIcon } from '../icons/badge';
|
|
215
|
+
// Atom aliases
|
|
216
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
215
217
|
// BaggageClaim aliases
|
|
216
218
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
217
|
-
// BanknoteArrowDown aliases
|
|
218
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
219
219
|
// Ban aliases
|
|
220
220
|
export { default as BanIcon } from '../icons/ban';
|
|
221
|
-
// Banana aliases
|
|
222
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
223
221
|
// Bandage aliases
|
|
224
222
|
export { default as BandageIcon } from '../icons/bandage';
|
|
223
|
+
// BanknoteArrowDown aliases
|
|
224
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
225
|
+
// BanknoteX aliases
|
|
226
|
+
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
225
227
|
// BanknoteArrowUp aliases
|
|
226
228
|
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
227
229
|
// Banknote aliases
|
|
228
230
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
229
|
-
// BanknoteX aliases
|
|
230
|
-
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
231
231
|
// Barcode aliases
|
|
232
232
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
233
233
|
// Barrel aliases
|
|
@@ -242,42 +242,42 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
242
242
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
243
243
|
// BatteryLow aliases
|
|
244
244
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
245
|
+
// BatteryMedium aliases
|
|
246
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
245
247
|
// BatteryPlus aliases
|
|
246
248
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
247
249
|
// BatteryWarning aliases
|
|
248
250
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
249
|
-
// BatteryMedium aliases
|
|
250
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
|
-
// BeanOff aliases
|
|
252
|
-
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
253
251
|
// Battery aliases
|
|
254
252
|
export { default as BatteryIcon } from '../icons/battery';
|
|
255
253
|
// Beaker aliases
|
|
256
254
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
257
|
-
//
|
|
258
|
-
export { default as
|
|
255
|
+
// BeanOff aliases
|
|
256
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
257
|
+
// Banana aliases
|
|
258
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
259
259
|
// Bean aliases
|
|
260
260
|
export { default as BeanIcon } from '../icons/bean';
|
|
261
|
+
// BedDouble aliases
|
|
262
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
261
263
|
// BedSingle aliases
|
|
262
264
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
263
|
-
// Beef aliases
|
|
264
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
265
265
|
// Bed aliases
|
|
266
266
|
export { default as BedIcon } from '../icons/bed';
|
|
267
|
-
//
|
|
268
|
-
export { default as
|
|
267
|
+
// Beef aliases
|
|
268
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
269
269
|
// Beer aliases
|
|
270
270
|
export { default as BeerIcon } from '../icons/beer';
|
|
271
|
-
// BellElectric aliases
|
|
272
|
-
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
273
271
|
// BellDot aliases
|
|
274
272
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
273
|
+
// BellElectric aliases
|
|
274
|
+
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
275
275
|
// BellMinus aliases
|
|
276
276
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
277
|
-
// BellPlus aliases
|
|
278
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
279
277
|
// BellOff aliases
|
|
280
278
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
279
|
+
// BellPlus aliases
|
|
280
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
281
281
|
// BellRing aliases
|
|
282
282
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
283
283
|
// Bell aliases
|
|
@@ -294,58 +294,58 @@ export { default as BikeIcon } from '../icons/bike';
|
|
|
294
294
|
export { default as BinaryIcon } from '../icons/binary';
|
|
295
295
|
// Binoculars aliases
|
|
296
296
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
297
|
-
// Bird aliases
|
|
298
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
299
|
-
// Birdhouse aliases
|
|
300
|
-
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
301
297
|
// Biohazard aliases
|
|
302
298
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
299
|
+
// Birdhouse aliases
|
|
300
|
+
export { default as BirdhouseIcon } from '../icons/birdhouse';
|
|
301
|
+
// BeerOff aliases
|
|
302
|
+
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
303
|
+
// Bird aliases
|
|
304
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
303
305
|
// Bitcoin aliases
|
|
304
306
|
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
305
|
-
// Blinds aliases
|
|
306
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
307
307
|
// Blend aliases
|
|
308
308
|
export { default as BlendIcon } from '../icons/blend';
|
|
309
|
-
//
|
|
310
|
-
export { default as
|
|
311
|
-
// Blocks aliases
|
|
312
|
-
export { default as BlocksIcon } from '../icons/blocks';
|
|
309
|
+
// Blinds aliases
|
|
310
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
313
311
|
// BluetoothConnected aliases
|
|
314
312
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
315
|
-
//
|
|
316
|
-
export { default as
|
|
313
|
+
// BluetoothOff aliases
|
|
314
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
315
|
// BluetoothSearching aliases
|
|
318
316
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
319
|
-
// Bolt aliases
|
|
320
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
321
317
|
// Bold aliases
|
|
322
318
|
export { default as BoldIcon } from '../icons/bold';
|
|
319
|
+
// Bluetooth aliases
|
|
320
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
321
|
// Bone aliases
|
|
324
322
|
export { default as BoneIcon } from '../icons/bone';
|
|
323
|
+
// Bolt aliases
|
|
324
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
325
|
+
// BookA aliases
|
|
326
|
+
export { default as BookAIcon } from '../icons/book-a';
|
|
325
327
|
// Bomb aliases
|
|
326
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
327
329
|
// BookAlert aliases
|
|
328
330
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
329
331
|
// BookAudio aliases
|
|
330
332
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
331
|
-
// BookA aliases
|
|
332
|
-
export { default as BookAIcon } from '../icons/book-a';
|
|
333
333
|
// BookCheck aliases
|
|
334
334
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
335
|
+
// BookCopy aliases
|
|
336
|
+
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
335
337
|
// BookDown aliases
|
|
336
338
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
337
339
|
// BookHeadphones aliases
|
|
338
340
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
339
341
|
// BookHeart aliases
|
|
340
342
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
341
|
-
// BookCopy aliases
|
|
342
|
-
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookImage aliases
|
|
344
344
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
345
|
-
// BookLock aliases
|
|
346
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
347
345
|
// BookKey aliases
|
|
348
346
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
347
|
+
// BookLock aliases
|
|
348
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
349
349
|
// BookMarked aliases
|
|
350
350
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
351
351
|
// BookMinus aliases
|
|
@@ -358,52 +358,56 @@ export { default as BookOpenIcon } from '../icons/book-open';
|
|
|
358
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
359
|
// BookPlus aliases
|
|
360
360
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
361
|
-
//
|
|
362
|
-
export { default as
|
|
361
|
+
// BookSearch aliases
|
|
362
|
+
export { default as BookSearchIcon } from '../icons/book-search';
|
|
363
|
+
// Blocks aliases
|
|
364
|
+
export { default as BlocksIcon } from '../icons/blocks';
|
|
363
365
|
// BookText aliases
|
|
364
366
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
367
|
// BookUp2 aliases
|
|
366
368
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
367
371
|
// BookUp aliases
|
|
368
372
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
369
|
-
//
|
|
370
|
-
export { default as
|
|
373
|
+
// Book aliases
|
|
374
|
+
export { default as BookIcon } from '../icons/book';
|
|
371
375
|
// BookX aliases
|
|
372
376
|
export { default as BookXIcon } from '../icons/book-x';
|
|
373
377
|
// BookmarkCheck aliases
|
|
374
378
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
375
|
-
// BookmarkPlus aliases
|
|
376
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
377
379
|
// BookmarkMinus aliases
|
|
378
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
379
|
-
//
|
|
380
|
-
export { default as
|
|
381
|
+
// BookmarkPlus aliases
|
|
382
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
|
+
// BookmarkX aliases
|
|
384
|
+
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
381
385
|
// Bookmark aliases
|
|
382
386
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
383
387
|
// BotMessageSquare aliases
|
|
384
388
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
385
|
-
// BookmarkX aliases
|
|
386
|
-
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
389
|
// BoomBox aliases
|
|
388
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
|
+
// BotOff aliases
|
|
392
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
389
393
|
// Bot aliases
|
|
390
394
|
export { default as BotIcon } from '../icons/bot';
|
|
391
395
|
// BottleWine aliases
|
|
392
396
|
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
393
|
-
// BotOff aliases
|
|
394
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
|
-
// Box aliases
|
|
396
|
-
export { default as BoxIcon } from '../icons/box';
|
|
397
397
|
// BowArrow aliases
|
|
398
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
|
+
// Box aliases
|
|
400
|
+
export { default as BoxIcon } from '../icons/box';
|
|
399
401
|
// Boxes aliases
|
|
400
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
+
// BrainCircuit aliases
|
|
404
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
|
+
// BookUser aliases
|
|
406
|
+
export { default as BookUserIcon } from '../icons/book-user';
|
|
401
407
|
// Brackets aliases
|
|
402
408
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
409
|
// BrainCog aliases
|
|
404
410
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
405
|
-
// BrainCircuit aliases
|
|
406
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
411
|
// Brain aliases
|
|
408
412
|
export { default as BrainIcon } from '../icons/brain';
|
|
409
413
|
// BrickWallFire aliases
|
|
@@ -412,30 +416,28 @@ export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
|
412
416
|
export { default as BrickWallShieldIcon } from '../icons/brick-wall-shield';
|
|
413
417
|
// BrickWall aliases
|
|
414
418
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
415
|
-
// BriefcaseMedical aliases
|
|
416
|
-
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
417
|
-
// BriefcaseConveyorBelt aliases
|
|
418
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
419
|
// BriefcaseBusiness aliases
|
|
420
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
|
+
// BriefcaseConveyorBelt aliases
|
|
422
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
423
|
// Briefcase aliases
|
|
422
424
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
|
-
//
|
|
424
|
-
export { default as
|
|
425
|
+
// BriefcaseMedical aliases
|
|
426
|
+
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
427
|
// BringToFront aliases
|
|
426
428
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
|
-
//
|
|
428
|
-
export { default as
|
|
429
|
+
// BrushCleaning aliases
|
|
430
|
+
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
431
|
// Brush aliases
|
|
430
432
|
export { default as BrushIcon } from '../icons/brush';
|
|
431
433
|
// BugOff aliases
|
|
432
434
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
435
|
-
// Bug aliases
|
|
436
|
-
export { default as BugIcon } from '../icons/bug';
|
|
435
|
+
// Bubbles aliases
|
|
436
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
437
|
// BugPlay aliases
|
|
438
438
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
439
|
+
// Bug aliases
|
|
440
|
+
export { default as BugIcon } from '../icons/bug';
|
|
439
441
|
// Building2 aliases
|
|
440
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
441
443
|
// Building aliases
|
|
@@ -450,28 +452,28 @@ export { default as CableCarIcon } from '../icons/cable-car';
|
|
|
450
452
|
export { default as CableIcon } from '../icons/cable';
|
|
451
453
|
// CakeSlice aliases
|
|
452
454
|
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
|
-
// Calculator aliases
|
|
454
|
-
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Cake aliases
|
|
456
456
|
export { default as CakeIcon } from '../icons/cake';
|
|
457
|
+
// Calculator aliases
|
|
458
|
+
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
459
|
// Calendar1 aliases
|
|
458
460
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
461
|
// CalendarArrowDown aliases
|
|
460
462
|
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
463
|
// CalendarArrowUp aliases
|
|
462
464
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
|
-
// CalendarCheck2 aliases
|
|
464
|
-
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
465
|
// CalendarCheck aliases
|
|
466
466
|
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
|
-
//
|
|
468
|
-
export { default as
|
|
469
|
-
// CalendarFold aliases
|
|
470
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
467
|
+
// CalendarCheck2 aliases
|
|
468
|
+
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
471
469
|
// CalendarClock aliases
|
|
472
470
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
471
|
+
// CalendarCog aliases
|
|
472
|
+
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
473
473
|
// CalendarDays aliases
|
|
474
474
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
475
|
+
// CalendarFold aliases
|
|
476
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
477
|
// CalendarHeart aliases
|
|
476
478
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
477
479
|
// CalendarMinus2 aliases
|
|
@@ -488,24 +490,24 @@ export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
|
488
490
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
489
491
|
// CalendarSearch aliases
|
|
490
492
|
export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
491
|
-
// CalendarX2 aliases
|
|
492
|
-
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
493
493
|
// CalendarSync aliases
|
|
494
494
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
495
|
-
//
|
|
496
|
-
export { default as
|
|
495
|
+
// CalendarX2 aliases
|
|
496
|
+
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
497
497
|
// CalendarX aliases
|
|
498
498
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
|
+
// Calendar aliases
|
|
500
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
501
|
// Calendars aliases
|
|
500
502
|
export { default as CalendarsIcon } from '../icons/calendars';
|
|
501
|
-
// Camera aliases
|
|
502
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
|
-
//
|
|
506
|
-
export { default as
|
|
505
|
+
// Camera aliases
|
|
506
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
507
507
|
// CandyCane aliases
|
|
508
508
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
+
// CandyOff aliases
|
|
510
|
+
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
511
|
// Candy aliases
|
|
510
512
|
export { default as CandyIcon } from '../icons/candy';
|
|
511
513
|
// Cannabis aliases
|
|
@@ -516,12 +518,12 @@ export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
|
516
518
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
517
519
|
// CarTaxiFront aliases
|
|
518
520
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
519
|
-
// Car aliases
|
|
520
|
-
export { default as CarIcon } from '../icons/car';
|
|
521
521
|
// Caravan aliases
|
|
522
522
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
523
523
|
// CardSim aliases
|
|
524
524
|
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
|
+
// Car aliases
|
|
526
|
+
export { default as CarIcon } from '../icons/car';
|
|
525
527
|
// Carrot aliases
|
|
526
528
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
527
529
|
// CaseLower aliases
|
|
@@ -536,38 +538,38 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
536
538
|
export { default as CastIcon } from '../icons/cast';
|
|
537
539
|
// Castle aliases
|
|
538
540
|
export { default as CastleIcon } from '../icons/castle';
|
|
539
|
-
// Cctv aliases
|
|
540
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
541
541
|
// Cat aliases
|
|
542
542
|
export { default as CatIcon } from '../icons/cat';
|
|
543
|
-
//
|
|
544
|
-
export { default as
|
|
543
|
+
// Cctv aliases
|
|
544
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
545
545
|
// ChartBarDecreasing aliases
|
|
546
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
+
// ChartBarIncreasing aliases
|
|
548
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
547
549
|
// ChartBarStacked aliases
|
|
548
550
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
551
|
// ChartColumnDecreasing aliases
|
|
550
552
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
551
553
|
// ChartColumnStacked aliases
|
|
552
554
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
553
|
-
// ChartNetwork aliases
|
|
554
|
-
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
555
|
// ChartGantt aliases
|
|
556
556
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
557
|
+
// ChartNetwork aliases
|
|
558
|
+
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
559
|
// ChartNoAxesCombined aliases
|
|
558
560
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
559
561
|
// ChartNoAxesColumnDecreasing aliases
|
|
560
562
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
561
|
-
// ChartSpline aliases
|
|
562
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
563
563
|
// CheckCheck aliases
|
|
564
564
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
+
// ChartSpline aliases
|
|
566
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
567
|
+
// CheckLine aliases
|
|
568
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
565
569
|
// Check aliases
|
|
566
570
|
export { default as CheckIcon } from '../icons/check';
|
|
567
571
|
// ChefHat aliases
|
|
568
572
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
|
-
// CheckLine aliases
|
|
570
|
-
export { default as CheckLineIcon } from '../icons/check-line';
|
|
571
573
|
// Cherry aliases
|
|
572
574
|
export { default as CherryIcon } from '../icons/cherry';
|
|
573
575
|
// ChessBishop aliases
|
|
@@ -578,10 +580,10 @@ export { default as ChessKingIcon } from '../icons/chess-king';
|
|
|
578
580
|
export { default as ChessKnightIcon } from '../icons/chess-knight';
|
|
579
581
|
// ChessPawn aliases
|
|
580
582
|
export { default as ChessPawnIcon } from '../icons/chess-pawn';
|
|
581
|
-
// ChessQueen aliases
|
|
582
|
-
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
583
583
|
// ChessRook aliases
|
|
584
584
|
export { default as ChessRookIcon } from '../icons/chess-rook';
|
|
585
|
+
// ChessQueen aliases
|
|
586
|
+
export { default as ChessQueenIcon } from '../icons/chess-queen';
|
|
585
587
|
// ChevronDown aliases
|
|
586
588
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
587
589
|
// ChevronFirst aliases
|
|
@@ -608,20 +610,20 @@ export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
|
608
610
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
609
611
|
// ChevronsRight aliases
|
|
610
612
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
611
|
-
// ChevronsUpDown aliases
|
|
612
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
613
613
|
// ChevronsUp aliases
|
|
614
614
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
615
|
-
//
|
|
616
|
-
export { default as
|
|
615
|
+
// ChevronsUpDown aliases
|
|
616
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
617
617
|
// CigaretteOff aliases
|
|
618
618
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
619
|
+
// Church aliases
|
|
620
|
+
export { default as ChurchIcon } from '../icons/church';
|
|
619
621
|
// Cigarette aliases
|
|
620
622
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
621
|
-
// CircleDashed aliases
|
|
622
|
-
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
623
623
|
// CircleDollarSign aliases
|
|
624
624
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
625
|
+
// CircleDashed aliases
|
|
626
|
+
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
625
627
|
// CircleDotDashed aliases
|
|
626
628
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
627
629
|
// CircleDot aliases
|
|
@@ -636,20 +638,20 @@ export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow
|
|
|
636
638
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
637
639
|
// CircleOff aliases
|
|
638
640
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
639
|
-
// CircleSlash aliases
|
|
640
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
641
641
|
// CirclePoundSterling aliases
|
|
642
642
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
643
|
+
// CircleSlash aliases
|
|
644
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
643
645
|
// CircleSmall aliases
|
|
644
646
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
645
647
|
// CircleStar aliases
|
|
646
648
|
export { default as CircleStarIcon } from '../icons/circle-star';
|
|
647
649
|
// Circle aliases
|
|
648
650
|
export { default as CircleIcon } from '../icons/circle';
|
|
649
|
-
// CircuitBoard aliases
|
|
650
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
651
651
|
// Citrus aliases
|
|
652
652
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
653
|
+
// CircuitBoard aliases
|
|
654
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
653
655
|
// Clapperboard aliases
|
|
654
656
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
655
657
|
// ClipboardCheck aliases
|
|
@@ -660,10 +662,10 @@ export { default as ClipboardClockIcon } from '../icons/clipboard-clock';
|
|
|
660
662
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
661
663
|
// ClipboardList aliases
|
|
662
664
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
663
|
-
// ClipboardPaste aliases
|
|
664
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
665
665
|
// ClipboardMinus aliases
|
|
666
666
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
667
|
+
// ClipboardPaste aliases
|
|
668
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
667
669
|
// ClipboardPlus aliases
|
|
668
670
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
669
671
|
// ClipboardType aliases
|
|
@@ -674,10 +676,10 @@ export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
|
674
676
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
675
677
|
// Clock1 aliases
|
|
676
678
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
677
|
-
// Clock10 aliases
|
|
678
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
679
679
|
// Clock11 aliases
|
|
680
680
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
681
|
+
// Clock10 aliases
|
|
682
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
681
683
|
// Clock12 aliases
|
|
682
684
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
683
685
|
// Clock2 aliases
|
|
@@ -698,12 +700,12 @@ export { default as Clock8Icon } from '../icons/clock-8';
|
|
|
698
700
|
export { default as Clock9Icon } from '../icons/clock-9';
|
|
699
701
|
// ClockAlert aliases
|
|
700
702
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
701
|
-
// ClockArrowDown aliases
|
|
702
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
703
703
|
// ClockArrowUp aliases
|
|
704
704
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
705
705
|
// ClockCheck aliases
|
|
706
706
|
export { default as ClockCheckIcon } from '../icons/clock-check';
|
|
707
|
+
// ClockArrowDown aliases
|
|
708
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
707
709
|
// ClockFading aliases
|
|
708
710
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
709
711
|
// ClockPlus aliases
|
|
@@ -724,10 +726,10 @@ export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
|
724
726
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
725
727
|
// CloudHail aliases
|
|
726
728
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
727
|
-
// CloudLightning aliases
|
|
728
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
729
729
|
// CloudMoonRain aliases
|
|
730
730
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
731
|
+
// CloudLightning aliases
|
|
732
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
731
733
|
// CloudMoon aliases
|
|
732
734
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
733
735
|
// CloudOff aliases
|
|
@@ -744,10 +746,10 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
744
746
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
745
747
|
// Cloud aliases
|
|
746
748
|
export { default as CloudIcon } from '../icons/cloud';
|
|
747
|
-
// Cloudy aliases
|
|
748
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
749
749
|
// Clover aliases
|
|
750
750
|
export { default as CloverIcon } from '../icons/clover';
|
|
751
|
+
// Cloudy aliases
|
|
752
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
751
753
|
// Club aliases
|
|
752
754
|
export { default as ClubIcon } from '../icons/club';
|
|
753
755
|
// Code aliases
|
|
@@ -756,10 +758,10 @@ export { default as CodeIcon } from '../icons/code';
|
|
|
756
758
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
757
759
|
// Codesandbox aliases
|
|
758
760
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
759
|
-
// Cog aliases
|
|
760
|
-
export { default as CogIcon } from '../icons/cog';
|
|
761
761
|
// Coffee aliases
|
|
762
762
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
763
|
+
// Cog aliases
|
|
764
|
+
export { default as CogIcon } from '../icons/cog';
|
|
763
765
|
// Coins aliases
|
|
764
766
|
export { default as CoinsIcon } from '../icons/coins';
|
|
765
767
|
// Columns4 aliases
|
|
@@ -774,10 +776,10 @@ export { default as CompassIcon } from '../icons/compass';
|
|
|
774
776
|
export { default as ComponentIcon } from '../icons/component';
|
|
775
777
|
// Computer aliases
|
|
776
778
|
export { default as ComputerIcon } from '../icons/computer';
|
|
777
|
-
// ConciergeBell aliases
|
|
778
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
779
779
|
// Cone aliases
|
|
780
780
|
export { default as ConeIcon } from '../icons/cone';
|
|
781
|
+
// ConciergeBell aliases
|
|
782
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
781
783
|
// Construction aliases
|
|
782
784
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
783
785
|
// Contact aliases
|
|
@@ -800,20 +802,20 @@ export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
|
800
802
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
801
803
|
// CopyX aliases
|
|
802
804
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
803
|
-
// Copyleft aliases
|
|
804
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
805
805
|
// Copy aliases
|
|
806
806
|
export { default as CopyIcon } from '../icons/copy';
|
|
807
|
+
// Copyleft aliases
|
|
808
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
807
809
|
// Copyright aliases
|
|
808
810
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
809
811
|
// CornerDownLeft aliases
|
|
810
812
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
811
813
|
// CornerDownRight aliases
|
|
812
814
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
813
|
-
// CornerLeftDown aliases
|
|
814
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
815
815
|
// CornerLeftUp aliases
|
|
816
816
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
817
|
+
// CornerLeftDown aliases
|
|
818
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
817
819
|
// CornerRightDown aliases
|
|
818
820
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
819
821
|
// CornerRightUp aliases
|
|
@@ -836,12 +838,12 @@ export { default as CropIcon } from '../icons/crop';
|
|
|
836
838
|
export { default as CrossIcon } from '../icons/cross';
|
|
837
839
|
// Crosshair aliases
|
|
838
840
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
841
|
+
// CupSoda aliases
|
|
842
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
839
843
|
// Crown aliases
|
|
840
844
|
export { default as CrownIcon } from '../icons/crown';
|
|
841
845
|
// Cuboid aliases
|
|
842
846
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
843
|
-
// CupSoda aliases
|
|
844
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
845
847
|
// Currency aliases
|
|
846
848
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
847
849
|
// Cylinder aliases
|
|
@@ -850,40 +852,40 @@ export { default as CylinderIcon } from '../icons/cylinder';
|
|
|
850
852
|
export { default as DamIcon } from '../icons/dam';
|
|
851
853
|
// DatabaseBackup aliases
|
|
852
854
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
855
|
+
// Database aliases
|
|
856
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
853
857
|
// DatabaseZap aliases
|
|
854
858
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
855
859
|
// DecimalsArrowLeft aliases
|
|
856
860
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
857
|
-
// Database aliases
|
|
858
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
859
861
|
// DecimalsArrowRight aliases
|
|
860
862
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
861
863
|
// Delete aliases
|
|
862
864
|
export { default as DeleteIcon } from '../icons/delete';
|
|
863
865
|
// Dessert aliases
|
|
864
866
|
export { default as DessertIcon } from '../icons/dessert';
|
|
865
|
-
// Diameter aliases
|
|
866
|
-
export { default as DiameterIcon } from '../icons/diameter';
|
|
867
867
|
// DiamondMinus aliases
|
|
868
868
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
869
|
+
// Diameter aliases
|
|
870
|
+
export { default as DiameterIcon } from '../icons/diameter';
|
|
871
871
|
// Diamond aliases
|
|
872
872
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
873
|
+
// DiamondPlus aliases
|
|
874
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
873
875
|
// Dice1 aliases
|
|
874
876
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
875
|
-
// Dice3 aliases
|
|
876
|
-
export { default as Dice3Icon } from '../icons/dice-3';
|
|
877
877
|
// Dice2 aliases
|
|
878
878
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
879
|
+
// Dice3 aliases
|
|
880
|
+
export { default as Dice3Icon } from '../icons/dice-3';
|
|
879
881
|
// Dice4 aliases
|
|
880
882
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
883
|
+
// Dices aliases
|
|
884
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
881
885
|
// Dice5 aliases
|
|
882
886
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
883
887
|
// Dice6 aliases
|
|
884
888
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
885
|
-
// Dices aliases
|
|
886
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
887
889
|
// Diff aliases
|
|
888
890
|
export { default as DiffIcon } from '../icons/diff';
|
|
889
891
|
// Disc2 aliases
|
|
@@ -906,16 +908,16 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
906
908
|
export { default as DogIcon } from '../icons/dog';
|
|
907
909
|
// DollarSign aliases
|
|
908
910
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
911
|
+
// DoorClosed aliases
|
|
912
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
909
913
|
// Donut aliases
|
|
910
914
|
export { default as DonutIcon } from '../icons/donut';
|
|
911
915
|
// DoorClosedLocked aliases
|
|
912
916
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
913
|
-
// DoorClosed aliases
|
|
914
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
915
|
-
// Dot aliases
|
|
916
|
-
export { default as DotIcon } from '../icons/dot';
|
|
917
917
|
// DoorOpen aliases
|
|
918
918
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
919
|
+
// Dot aliases
|
|
920
|
+
export { default as DotIcon } from '../icons/dot';
|
|
919
921
|
// Download aliases
|
|
920
922
|
export { default as DownloadIcon } from '../icons/download';
|
|
921
923
|
// DraftingCompass aliases
|
|
@@ -930,18 +932,18 @@ export { default as DrillIcon } from '../icons/drill';
|
|
|
930
932
|
export { default as DroneIcon } from '../icons/drone';
|
|
931
933
|
// DropletOff aliases
|
|
932
934
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
933
|
-
// Droplet aliases
|
|
934
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
935
935
|
// Droplets aliases
|
|
936
936
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
937
|
+
// Droplet aliases
|
|
938
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
937
939
|
// Drum aliases
|
|
938
940
|
export { default as DrumIcon } from '../icons/drum';
|
|
939
941
|
// Drumstick aliases
|
|
940
942
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
941
|
-
// Dumbbell aliases
|
|
942
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
943
943
|
// EarOff aliases
|
|
944
944
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
945
|
+
// Dumbbell aliases
|
|
946
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
945
947
|
// Ear aliases
|
|
946
948
|
export { default as EarIcon } from '../icons/ear';
|
|
947
949
|
// EarthLock aliases
|
|
@@ -962,10 +964,10 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
962
964
|
export { default as EqualIcon } from '../icons/equal';
|
|
963
965
|
// Eraser aliases
|
|
964
966
|
export { default as EraserIcon } from '../icons/eraser';
|
|
965
|
-
// EthernetPort aliases
|
|
966
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
967
967
|
// Euro aliases
|
|
968
968
|
export { default as EuroIcon } from '../icons/euro';
|
|
969
|
+
// EthernetPort aliases
|
|
970
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
969
971
|
// EvCharger aliases
|
|
970
972
|
export { default as EvChargerIcon } from '../icons/ev-charger';
|
|
971
973
|
// Expand aliases
|
|
@@ -974,22 +976,22 @@ export { default as ExpandIcon } from '../icons/expand';
|
|
|
974
976
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
975
977
|
// EyeClosed aliases
|
|
976
978
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
977
|
-
// EyeOff aliases
|
|
978
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
979
|
-
// Eye aliases
|
|
980
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
981
979
|
// Facebook aliases
|
|
982
980
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
981
|
+
// EyeOff aliases
|
|
982
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
983
983
|
// Factory aliases
|
|
984
984
|
export { default as FactoryIcon } from '../icons/factory';
|
|
985
|
+
// Eye aliases
|
|
986
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
985
987
|
// Fan aliases
|
|
986
988
|
export { default as FanIcon } from '../icons/fan';
|
|
987
989
|
// FastForward aliases
|
|
988
990
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
989
|
-
// Feather aliases
|
|
990
|
-
export { default as FeatherIcon } from '../icons/feather';
|
|
991
991
|
// Fence aliases
|
|
992
992
|
export { default as FenceIcon } from '../icons/fence';
|
|
993
|
+
// Feather aliases
|
|
994
|
+
export { default as FeatherIcon } from '../icons/feather';
|
|
993
995
|
// FerrisWheel aliases
|
|
994
996
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
995
997
|
// Figma aliases
|
|
@@ -1020,10 +1022,10 @@ export { default as FileInputIcon } from '../icons/file-input';
|
|
|
1020
1022
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1021
1023
|
// FileMusic aliases
|
|
1022
1024
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1023
|
-
// FileOutput aliases
|
|
1024
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1025
1025
|
// FilePlus aliases
|
|
1026
1026
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1027
|
+
// FileOutput aliases
|
|
1028
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1027
1029
|
// FileScan aliases
|
|
1028
1030
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1029
1031
|
// FileSearch aliases
|
|
@@ -1056,10 +1058,10 @@ export { default as FileIcon } from '../icons/file';
|
|
|
1056
1058
|
export { default as FilesIcon } from '../icons/files';
|
|
1057
1059
|
// Film aliases
|
|
1058
1060
|
export { default as FilmIcon } from '../icons/film';
|
|
1059
|
-
// FireExtinguisher aliases
|
|
1060
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1061
1061
|
// FishOff aliases
|
|
1062
1062
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1063
|
+
// FireExtinguisher aliases
|
|
1064
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1063
1065
|
// FishSymbol aliases
|
|
1064
1066
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1065
1067
|
// Fish aliases
|
|
@@ -1120,10 +1122,10 @@ export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
|
1120
1122
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1121
1123
|
// FolderGit2 aliases
|
|
1122
1124
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1123
|
-
// FolderGit aliases
|
|
1124
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1125
|
// FolderHeart aliases
|
|
1126
1126
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1127
|
+
// FolderGit aliases
|
|
1128
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1127
1129
|
// FolderInput aliases
|
|
1128
1130
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1129
1131
|
// FolderKanban aliases
|
|
@@ -1142,10 +1144,10 @@ export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
|
1142
1144
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1143
1145
|
// FolderPlus aliases
|
|
1144
1146
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1145
|
-
// FolderRoot aliases
|
|
1146
|
-
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1147
1147
|
// FolderSearch2 aliases
|
|
1148
1148
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
|
+
// FolderRoot aliases
|
|
1150
|
+
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1149
1151
|
// FolderSearch aliases
|
|
1150
1152
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1151
1153
|
// FolderSymlink aliases
|
|
@@ -1166,6 +1168,8 @@ export { default as FoldersIcon } from '../icons/folders';
|
|
|
1166
1168
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1167
1169
|
// Forklift aliases
|
|
1168
1170
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1171
|
+
// Form aliases
|
|
1172
|
+
export { default as FormIcon } from '../icons/form';
|
|
1169
1173
|
// Forward aliases
|
|
1170
1174
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1171
1175
|
// Frame aliases
|
|
@@ -1174,14 +1178,14 @@ export { default as FrameIcon } from '../icons/frame';
|
|
|
1174
1178
|
export { default as FramerIcon } from '../icons/framer';
|
|
1175
1179
|
// Frown aliases
|
|
1176
1180
|
export { default as FrownIcon } from '../icons/frown';
|
|
1177
|
-
// Fullscreen aliases
|
|
1178
|
-
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1179
1181
|
// Fuel aliases
|
|
1180
1182
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1183
|
+
// Fullscreen aliases
|
|
1184
|
+
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1183
1185
|
// FunnelPlus aliases
|
|
1184
1186
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1187
|
+
// GalleryHorizontalEnd aliases
|
|
1188
|
+
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1185
1189
|
// GalleryHorizontal aliases
|
|
1186
1190
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1187
1191
|
// GalleryThumbnails aliases
|
|
@@ -1212,16 +1216,16 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1212
1216
|
export { default as GitBranchMinusIcon } from '../icons/git-branch-minus';
|
|
1213
1217
|
// GitBranchPlus aliases
|
|
1214
1218
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1215
|
-
// GitBranch aliases
|
|
1216
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1217
1219
|
// GitCommitVertical aliases
|
|
1218
1220
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1221
|
+
// GitBranch aliases
|
|
1222
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1219
1223
|
// GitCompareArrows aliases
|
|
1220
1224
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1221
|
-
// GitCompare aliases
|
|
1222
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1223
1225
|
// GitFork aliases
|
|
1224
1226
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1227
|
+
// GitCompare aliases
|
|
1228
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1225
1229
|
// GitGraph aliases
|
|
1226
1230
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1227
1231
|
// GitMerge aliases
|
|
@@ -1236,18 +1240,18 @@ export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-requ
|
|
|
1236
1240
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1237
1241
|
// GitPullRequestDraft aliases
|
|
1238
1242
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1239
|
-
// GitPullRequest aliases
|
|
1240
|
-
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1241
1243
|
// Github aliases
|
|
1242
1244
|
export { default as GithubIcon } from '../icons/github';
|
|
1245
|
+
// GitPullRequest aliases
|
|
1246
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1243
1247
|
// Gitlab aliases
|
|
1244
1248
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1245
1249
|
// GlassWater aliases
|
|
1246
1250
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1247
|
-
// Glasses aliases
|
|
1248
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1249
1251
|
// GlobeLock aliases
|
|
1250
1252
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1253
|
+
// Glasses aliases
|
|
1254
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1251
1255
|
// Globe aliases
|
|
1252
1256
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1253
1257
|
// Goal aliases
|
|
@@ -1258,18 +1262,18 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1258
1262
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1259
1263
|
// Grape aliases
|
|
1260
1264
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1261
|
-
// GripHorizontal aliases
|
|
1262
|
-
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1263
1265
|
// Grid3x2 aliases
|
|
1264
1266
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1267
|
+
// GripHorizontal aliases
|
|
1268
|
+
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1265
1269
|
// Grip aliases
|
|
1266
1270
|
export { default as GripIcon } from '../icons/grip';
|
|
1267
1271
|
// GripVertical aliases
|
|
1268
1272
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1269
|
-
// Guitar aliases
|
|
1270
|
-
export { default as GuitarIcon } from '../icons/guitar';
|
|
1271
1273
|
// Group aliases
|
|
1272
1274
|
export { default as GroupIcon } from '../icons/group';
|
|
1275
|
+
// Guitar aliases
|
|
1276
|
+
export { default as GuitarIcon } from '../icons/guitar';
|
|
1273
1277
|
// Ham aliases
|
|
1274
1278
|
export { default as HamIcon } from '../icons/ham';
|
|
1275
1279
|
// Hamburger aliases
|
|
@@ -1288,10 +1292,10 @@ export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
|
1288
1292
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1289
1293
|
// Hand aliases
|
|
1290
1294
|
export { default as HandIcon } from '../icons/hand';
|
|
1291
|
-
// Handshake aliases
|
|
1292
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1293
1295
|
// Handbag aliases
|
|
1294
1296
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1297
|
+
// Handshake aliases
|
|
1298
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1295
1299
|
// HardDriveDownload aliases
|
|
1296
1300
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1297
1301
|
// HardDriveUpload aliases
|
|
@@ -1300,18 +1304,18 @@ export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
|
1300
1304
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1301
1305
|
// HardHat aliases
|
|
1302
1306
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1303
|
-
// Hash aliases
|
|
1304
|
-
export { default as HashIcon } from '../icons/hash';
|
|
1305
1307
|
// HatGlasses aliases
|
|
1306
1308
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1309
|
+
// Hash aliases
|
|
1310
|
+
export { default as HashIcon } from '../icons/hash';
|
|
1307
1311
|
// Haze aliases
|
|
1308
1312
|
export { default as HazeIcon } from '../icons/haze';
|
|
1309
1313
|
// HdmiPort aliases
|
|
1310
1314
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1311
|
-
// Heading1 aliases
|
|
1312
|
-
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1313
1315
|
// Heading2 aliases
|
|
1314
1316
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1317
|
+
// Heading1 aliases
|
|
1318
|
+
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1315
1319
|
// Heading3 aliases
|
|
1316
1320
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1317
1321
|
// Heading4 aliases
|
|
@@ -1324,12 +1328,12 @@ export { default as Heading6Icon } from '../icons/heading-6';
|
|
|
1324
1328
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1325
1329
|
// HeadphoneOff aliases
|
|
1326
1330
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1327
|
-
// Headphones aliases
|
|
1328
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1329
1331
|
// Headset aliases
|
|
1330
1332
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1331
1333
|
// HeartCrack aliases
|
|
1332
1334
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1335
|
+
// Headphones aliases
|
|
1336
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1333
1337
|
// HeartHandshake aliases
|
|
1334
1338
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1335
1339
|
// HeartMinus aliases
|
|
@@ -1346,10 +1350,10 @@ export { default as HeartIcon } from '../icons/heart';
|
|
|
1346
1350
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1347
1351
|
// Helicopter aliases
|
|
1348
1352
|
export { default as HelicopterIcon } from '../icons/helicopter';
|
|
1349
|
-
// Highlighter aliases
|
|
1350
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1351
1353
|
// Hexagon aliases
|
|
1352
1354
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1355
|
+
// Highlighter aliases
|
|
1356
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1353
1357
|
// History aliases
|
|
1354
1358
|
export { default as HistoryIcon } from '../icons/history';
|
|
1355
1359
|
// HopOff aliases
|
|
@@ -1358,10 +1362,10 @@ export { default as HopOffIcon } from '../icons/hop-off';
|
|
|
1358
1362
|
export { default as HopIcon } from '../icons/hop';
|
|
1359
1363
|
// Hospital aliases
|
|
1360
1364
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1361
|
-
// Hotel aliases
|
|
1362
|
-
export { default as HotelIcon } from '../icons/hotel';
|
|
1363
1365
|
// Hourglass aliases
|
|
1364
1366
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1367
|
+
// Hotel aliases
|
|
1368
|
+
export { default as HotelIcon } from '../icons/hotel';
|
|
1365
1369
|
// HouseHeart aliases
|
|
1366
1370
|
export { default as HouseHeartIcon } from '../icons/house-heart';
|
|
1367
1371
|
// HousePlug aliases
|
|
@@ -1380,10 +1384,10 @@ export { default as ImageDownIcon } from '../icons/image-down';
|
|
|
1380
1384
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1381
1385
|
// ImageOff aliases
|
|
1382
1386
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1383
|
-
// ImagePlus aliases
|
|
1384
|
-
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1385
1387
|
// ImagePlay aliases
|
|
1386
1388
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1389
|
+
// ImagePlus aliases
|
|
1390
|
+
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1387
1391
|
// ImageUp aliases
|
|
1388
1392
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1389
1393
|
// ImageUpscale aliases
|
|
@@ -1392,26 +1396,26 @@ export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
|
1392
1396
|
export { default as ImageIcon } from '../icons/image';
|
|
1393
1397
|
// Images aliases
|
|
1394
1398
|
export { default as ImagesIcon } from '../icons/images';
|
|
1395
|
-
// Inbox aliases
|
|
1396
|
-
export { default as InboxIcon } from '../icons/inbox';
|
|
1397
1399
|
// Import aliases
|
|
1398
1400
|
export { default as ImportIcon } from '../icons/import';
|
|
1401
|
+
// Inbox aliases
|
|
1402
|
+
export { default as InboxIcon } from '../icons/inbox';
|
|
1399
1403
|
// IndianRupee aliases
|
|
1400
1404
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1401
1405
|
// Infinity aliases
|
|
1402
1406
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1403
|
-
// Info aliases
|
|
1404
|
-
export { default as InfoIcon } from '../icons/info';
|
|
1405
|
-
// InspectionPanel aliases
|
|
1406
|
-
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1407
1407
|
// Instagram aliases
|
|
1408
1408
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1409
|
+
// Info aliases
|
|
1410
|
+
export { default as InfoIcon } from '../icons/info';
|
|
1409
1411
|
// Italic aliases
|
|
1410
1412
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1411
|
-
//
|
|
1412
|
-
export { default as
|
|
1413
|
+
// InspectionPanel aliases
|
|
1414
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1413
1415
|
// IterationCw aliases
|
|
1414
1416
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1417
|
+
// IterationCcw aliases
|
|
1418
|
+
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1415
1419
|
// Joystick aliases
|
|
1416
1420
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1417
1421
|
// JapaneseYen aliases
|
|
@@ -1420,62 +1424,62 @@ export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
|
1420
1424
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1421
1425
|
// Kayak aliases
|
|
1422
1426
|
export { default as KayakIcon } from '../icons/kayak';
|
|
1423
|
-
// KeySquare aliases
|
|
1424
|
-
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1425
1427
|
// KeyRound aliases
|
|
1426
1428
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1429
|
+
// KeySquare aliases
|
|
1430
|
+
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1427
1431
|
// Key aliases
|
|
1428
1432
|
export { default as KeyIcon } from '../icons/key';
|
|
1429
1433
|
// KeyboardMusic aliases
|
|
1430
1434
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1431
1435
|
// KeyboardOff aliases
|
|
1432
1436
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1433
|
-
// Keyboard aliases
|
|
1434
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1435
1437
|
// LampCeiling aliases
|
|
1436
1438
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1439
|
+
// Keyboard aliases
|
|
1440
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1437
1441
|
// LampDesk aliases
|
|
1438
1442
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1439
1443
|
// LampFloor aliases
|
|
1440
1444
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1441
|
-
// LampWallUp aliases
|
|
1442
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1443
1445
|
// LampWallDown aliases
|
|
1444
1446
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1447
|
+
// LampWallUp aliases
|
|
1448
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1445
1449
|
// Lamp aliases
|
|
1446
1450
|
export { default as LampIcon } from '../icons/lamp';
|
|
1451
|
+
// LandPlot aliases
|
|
1452
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1447
1453
|
// Landmark aliases
|
|
1448
1454
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1449
1455
|
// Languages aliases
|
|
1450
1456
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1451
|
-
// LandPlot aliases
|
|
1452
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1453
|
-
// Laptop aliases
|
|
1454
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1455
|
-
// LaptopMinimalCheck aliases
|
|
1456
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1457
1457
|
// LassoSelect aliases
|
|
1458
1458
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1459
|
-
//
|
|
1460
|
-
export { default as
|
|
1459
|
+
// LaptopMinimalCheck aliases
|
|
1460
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1461
|
+
// Laptop aliases
|
|
1462
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1461
1463
|
// Laugh aliases
|
|
1462
1464
|
export { default as LaughIcon } from '../icons/laugh';
|
|
1465
|
+
// Lasso aliases
|
|
1466
|
+
export { default as LassoIcon } from '../icons/lasso';
|
|
1463
1467
|
// LayoutDashboard aliases
|
|
1464
1468
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1465
|
-
// Layers2 aliases
|
|
1466
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1467
1469
|
// LayoutGrid aliases
|
|
1468
1470
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1471
|
+
// Layers2 aliases
|
|
1472
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1469
1473
|
// LayoutList aliases
|
|
1470
1474
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1471
1475
|
// LayoutPanelLeft aliases
|
|
1472
1476
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1473
1477
|
// LayoutPanelTop aliases
|
|
1474
1478
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1475
|
-
// LayoutTemplate aliases
|
|
1476
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1477
1479
|
// Leaf aliases
|
|
1478
1480
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1481
|
+
// LayoutTemplate aliases
|
|
1482
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1479
1483
|
// LeafyGreen aliases
|
|
1480
1484
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1481
1485
|
// Lectern aliases
|
|
@@ -1484,30 +1488,30 @@ export { default as LecternIcon } from '../icons/lectern';
|
|
|
1484
1488
|
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1485
1489
|
// Library aliases
|
|
1486
1490
|
export { default as LibraryIcon } from '../icons/library';
|
|
1487
|
-
// LifeBuoy aliases
|
|
1488
|
-
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1489
1491
|
// Ligature aliases
|
|
1490
1492
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1491
|
-
//
|
|
1492
|
-
export { default as
|
|
1493
|
+
// LifeBuoy aliases
|
|
1494
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1493
1495
|
// Lightbulb aliases
|
|
1494
1496
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1495
1497
|
// LineSquiggle aliases
|
|
1496
1498
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1497
|
-
//
|
|
1498
|
-
export { default as
|
|
1499
|
+
// LightbulbOff aliases
|
|
1500
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1499
1501
|
// Link2 aliases
|
|
1500
1502
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1503
|
+
// Link2Off aliases
|
|
1504
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1503
1505
|
// Linkedin aliases
|
|
1504
1506
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1507
|
+
// Link aliases
|
|
1508
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1505
1509
|
// ListCheck aliases
|
|
1506
1510
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1507
|
-
// ListChecks aliases
|
|
1508
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1509
1511
|
// ListChevronsDownUp aliases
|
|
1510
1512
|
export { default as ListChevronsDownUpIcon } from '../icons/list-chevrons-down-up';
|
|
1513
|
+
// ListChecks aliases
|
|
1514
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1511
1515
|
// ListChevronsUpDown aliases
|
|
1512
1516
|
export { default as ListChevronsUpDownIcon } from '../icons/list-chevrons-up-down';
|
|
1513
1517
|
// ListCollapse aliases
|
|
@@ -1520,14 +1524,14 @@ export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
|
1520
1524
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1521
1525
|
// ListMinus aliases
|
|
1522
1526
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1523
|
-
// ListMusic aliases
|
|
1524
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1525
1527
|
// ListOrdered aliases
|
|
1526
1528
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1527
|
-
//
|
|
1528
|
-
export { default as
|
|
1529
|
+
// ListMusic aliases
|
|
1530
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1529
1531
|
// ListRestart aliases
|
|
1530
1532
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1533
|
+
// ListPlus aliases
|
|
1534
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1531
1535
|
// ListStart aliases
|
|
1532
1536
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1533
1537
|
// ListTodo aliases
|
|
@@ -1546,20 +1550,20 @@ export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
|
1546
1550
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1547
1551
|
// LocateFixed aliases
|
|
1548
1552
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1549
|
-
// Locate aliases
|
|
1550
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1551
1553
|
// LocateOff aliases
|
|
1552
1554
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1553
|
-
// LockKeyhole aliases
|
|
1554
|
-
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1555
1555
|
// Lock aliases
|
|
1556
1556
|
export { default as LockIcon } from '../icons/lock';
|
|
1557
|
+
// Locate aliases
|
|
1558
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1559
|
+
// LockKeyhole aliases
|
|
1560
|
+
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1557
1561
|
// LogIn aliases
|
|
1558
1562
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1559
|
-
// LogOut aliases
|
|
1560
|
-
export { default as LogOutIcon } from '../icons/log-out';
|
|
1561
1563
|
// Logs aliases
|
|
1562
1564
|
export { default as LogsIcon } from '../icons/logs';
|
|
1565
|
+
// LogOut aliases
|
|
1566
|
+
export { default as LogOutIcon } from '../icons/log-out';
|
|
1563
1567
|
// Lollipop aliases
|
|
1564
1568
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1565
1569
|
// Luggage aliases
|
|
@@ -1574,24 +1578,24 @@ export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
|
1574
1578
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1575
1579
|
// MailPlus aliases
|
|
1576
1580
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1577
|
-
// MailWarning aliases
|
|
1578
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1579
1581
|
// MailSearch aliases
|
|
1580
1582
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1583
|
+
// MailWarning aliases
|
|
1584
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1581
1585
|
// MailX aliases
|
|
1582
1586
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1583
|
-
// Mailbox aliases
|
|
1584
|
-
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1585
1587
|
// Mail aliases
|
|
1586
1588
|
export { default as MailIcon } from '../icons/mail';
|
|
1587
|
-
//
|
|
1588
|
-
export { default as
|
|
1589
|
+
// Mailbox aliases
|
|
1590
|
+
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1589
1591
|
// MapMinus aliases
|
|
1590
1592
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1591
|
-
//
|
|
1592
|
-
export { default as
|
|
1593
|
+
// Mails aliases
|
|
1594
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1593
1595
|
// MapPinCheckInside aliases
|
|
1594
1596
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1597
|
+
// MapPinCheck aliases
|
|
1598
|
+
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1595
1599
|
// MapPinHouse aliases
|
|
1596
1600
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1597
1601
|
// MapPinMinusInside aliases
|
|
@@ -1604,10 +1608,10 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1604
1608
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1605
1609
|
// MapPinPlus aliases
|
|
1606
1610
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1607
|
-
// MapPinX aliases
|
|
1608
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1609
1611
|
// MapPinXInside aliases
|
|
1610
1612
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1613
|
+
// MapPinX aliases
|
|
1614
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1611
1615
|
// MapPin aliases
|
|
1612
1616
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1613
1617
|
// MapPinned aliases
|
|
@@ -1616,24 +1620,24 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1616
1620
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1617
1621
|
// Map aliases
|
|
1618
1622
|
export { default as MapIcon } from '../icons/map';
|
|
1619
|
-
// Martini aliases
|
|
1620
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1621
|
-
// Mars aliases
|
|
1622
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1623
1623
|
// MarsStroke aliases
|
|
1624
1624
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1625
|
+
// Mars aliases
|
|
1626
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1627
|
+
// Martini aliases
|
|
1628
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1625
1629
|
// Maximize2 aliases
|
|
1626
1630
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1627
1631
|
// Maximize aliases
|
|
1628
1632
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1629
1633
|
// Medal aliases
|
|
1630
1634
|
export { default as MedalIcon } from '../icons/medal';
|
|
1635
|
+
// Megaphone aliases
|
|
1636
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1631
1637
|
// MegaphoneOff aliases
|
|
1632
1638
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1633
1639
|
// Meh aliases
|
|
1634
1640
|
export { default as MehIcon } from '../icons/meh';
|
|
1635
|
-
// Megaphone aliases
|
|
1636
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1637
1641
|
// MemoryStick aliases
|
|
1638
1642
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1639
1643
|
// Menu aliases
|
|
@@ -1646,10 +1650,10 @@ export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
|
1646
1650
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1647
1651
|
// MessageCircleHeart aliases
|
|
1648
1652
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1649
|
-
// MessageCircleMore aliases
|
|
1650
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1651
1653
|
// MessageCircleOff aliases
|
|
1652
1654
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1655
|
+
// MessageCircleMore aliases
|
|
1656
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1653
1657
|
// MessageCirclePlus aliases
|
|
1654
1658
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1655
1659
|
// MessageCircleReply aliases
|
|
@@ -1662,16 +1666,16 @@ export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
|
1662
1666
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1663
1667
|
// MessageSquareCode aliases
|
|
1664
1668
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1665
|
-
// MessageSquareDashed aliases
|
|
1666
|
-
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1667
1669
|
// MessageSquareDiff aliases
|
|
1668
1670
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1671
|
+
// MessageSquareDashed aliases
|
|
1672
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1673
|
+
// MessageSquareHeart aliases
|
|
1674
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1669
1675
|
// MessageSquareDot aliases
|
|
1670
1676
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1671
1677
|
// MessageSquareLock aliases
|
|
1672
1678
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1673
|
-
// MessageSquareHeart aliases
|
|
1674
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1675
1679
|
// MessageSquareMore aliases
|
|
1676
1680
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1677
1681
|
// MessageSquareOff aliases
|
|
@@ -1686,10 +1690,10 @@ export { default as MessageSquareReplyIcon } from '../icons/message-square-reply
|
|
|
1686
1690
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1687
1691
|
// MessageSquareText aliases
|
|
1688
1692
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1689
|
-
// MessageSquareWarning aliases
|
|
1690
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1691
1693
|
// MessageSquareX aliases
|
|
1692
1694
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1695
|
+
// MessageSquareWarning aliases
|
|
1696
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1693
1697
|
// MessageSquare aliases
|
|
1694
1698
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1695
1699
|
// MessagesSquare aliases
|
|
@@ -1698,10 +1702,10 @@ export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
|
1698
1702
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1699
1703
|
// Mic aliases
|
|
1700
1704
|
export { default as MicIcon } from '../icons/mic';
|
|
1701
|
-
// Microchip aliases
|
|
1702
|
-
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1703
1705
|
// Microscope aliases
|
|
1704
1706
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1707
|
+
// Microchip aliases
|
|
1708
|
+
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1705
1709
|
// Microwave aliases
|
|
1706
1710
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1707
1711
|
// Milestone aliases
|
|
@@ -1720,10 +1724,10 @@ export { default as MinusIcon } from '../icons/minus';
|
|
|
1720
1724
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1721
1725
|
// MonitorCloud aliases
|
|
1722
1726
|
export { default as MonitorCloudIcon } from '../icons/monitor-cloud';
|
|
1723
|
-
// MonitorCog aliases
|
|
1724
|
-
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1725
1727
|
// MonitorDot aliases
|
|
1726
1728
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1729
|
+
// MonitorCog aliases
|
|
1730
|
+
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1727
1731
|
// MonitorDown aliases
|
|
1728
1732
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1729
1733
|
// MonitorOff aliases
|
|
@@ -1746,20 +1750,20 @@ export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
|
1746
1750
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1747
1751
|
// MoonStar aliases
|
|
1748
1752
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1749
|
-
// Moon aliases
|
|
1750
|
-
export { default as MoonIcon } from '../icons/moon';
|
|
1751
1753
|
// Motorbike aliases
|
|
1752
1754
|
export { default as MotorbikeIcon } from '../icons/motorbike';
|
|
1755
|
+
// Moon aliases
|
|
1756
|
+
export { default as MoonIcon } from '../icons/moon';
|
|
1753
1757
|
// MountainSnow aliases
|
|
1754
1758
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1755
1759
|
// Mountain aliases
|
|
1756
1760
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1757
1761
|
// MouseOff aliases
|
|
1758
1762
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1759
|
-
// MousePointer2Off aliases
|
|
1760
|
-
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1761
1763
|
// MousePointer2 aliases
|
|
1762
1764
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1765
|
+
// MousePointer2Off aliases
|
|
1766
|
+
export { default as MousePointer2OffIcon } from '../icons/mouse-pointer-2-off';
|
|
1763
1767
|
// MousePointerBan aliases
|
|
1764
1768
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1765
1769
|
// MousePointerClick aliases
|
|
@@ -1772,54 +1776,52 @@ export { default as MouseIcon } from '../icons/mouse';
|
|
|
1772
1776
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1773
1777
|
// MoveDiagonal aliases
|
|
1774
1778
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1775
|
-
// MoveDownLeft aliases
|
|
1776
|
-
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1777
1779
|
// MoveDownRight aliases
|
|
1778
1780
|
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1781
|
+
// MoveDownLeft aliases
|
|
1782
|
+
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1779
1783
|
// MoveDown aliases
|
|
1780
1784
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1781
|
-
// MoveLeft aliases
|
|
1782
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1783
1785
|
// MoveHorizontal aliases
|
|
1784
1786
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1785
|
-
//
|
|
1786
|
-
export { default as
|
|
1787
|
+
// MoveLeft aliases
|
|
1788
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1787
1789
|
// MoveUpLeft aliases
|
|
1788
1790
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1789
|
-
//
|
|
1790
|
-
export { default as
|
|
1791
|
+
// MoveRight aliases
|
|
1792
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1791
1793
|
// MoveUp aliases
|
|
1792
1794
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1795
|
+
// MoveUpRight aliases
|
|
1796
|
+
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1793
1797
|
// MoveVertical aliases
|
|
1794
1798
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1795
|
-
// Move aliases
|
|
1796
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1797
1799
|
// Music2 aliases
|
|
1798
1800
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1799
|
-
//
|
|
1800
|
-
export { default as
|
|
1801
|
+
// Move aliases
|
|
1802
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1801
1803
|
// Music aliases
|
|
1802
1804
|
export { default as MusicIcon } from '../icons/music';
|
|
1805
|
+
// Music3 aliases
|
|
1806
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1803
1807
|
// Music4 aliases
|
|
1804
1808
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1805
1809
|
// Navigation2Off aliases
|
|
1806
1810
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1807
1811
|
// Navigation2 aliases
|
|
1808
1812
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1809
|
-
// Navigation aliases
|
|
1810
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
1813
|
// NavigationOff aliases
|
|
1812
1814
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1815
|
+
// Navigation aliases
|
|
1816
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1813
1817
|
// Network aliases
|
|
1814
1818
|
export { default as NetworkIcon } from '../icons/network';
|
|
1815
|
-
// Newspaper aliases
|
|
1816
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1817
1819
|
// Nfc aliases
|
|
1818
1820
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1819
|
-
// NonBinary aliases
|
|
1820
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1821
1821
|
// NotebookPen aliases
|
|
1822
1822
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1823
|
+
// NonBinary aliases
|
|
1824
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1823
1825
|
// NotebookTabs aliases
|
|
1824
1826
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1825
1827
|
// NotebookText aliases
|
|
@@ -1872,40 +1874,40 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1872
1874
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1873
1875
|
// Panda aliases
|
|
1874
1876
|
export { default as PandaIcon } from '../icons/panda';
|
|
1877
|
+
// PanelLeftRightDashed aliases
|
|
1878
|
+
export { default as PanelLeftRightDashedIcon } from '../icons/panel-left-right-dashed';
|
|
1879
|
+
// PanelBottomOpen aliases
|
|
1880
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1875
1881
|
// PanelBottomClose aliases
|
|
1876
1882
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1877
1883
|
// PanelBottom aliases
|
|
1878
1884
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1879
|
-
//
|
|
1880
|
-
export { default as
|
|
1881
|
-
//
|
|
1882
|
-
export { default as
|
|
1885
|
+
// PanelRightOpen aliases
|
|
1886
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1887
|
+
// PanelRight aliases
|
|
1888
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1883
1889
|
// PanelRightClose aliases
|
|
1884
1890
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1885
1891
|
// PanelTopBottomDashed aliases
|
|
1886
1892
|
export { default as PanelTopBottomDashedIcon } from '../icons/panel-top-bottom-dashed';
|
|
1887
|
-
// PanelRight aliases
|
|
1888
|
-
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1889
|
-
// PanelRightOpen aliases
|
|
1890
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1891
1893
|
// PanelTopClose aliases
|
|
1892
1894
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1893
|
-
// PanelTopOpen aliases
|
|
1894
|
-
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1895
1895
|
// PanelTop aliases
|
|
1896
1896
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1897
|
-
//
|
|
1898
|
-
export { default as
|
|
1897
|
+
// PanelTopOpen aliases
|
|
1898
|
+
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1899
1899
|
// PanelsRightBottom aliases
|
|
1900
1900
|
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1901
|
+
// PanelsLeftBottom aliases
|
|
1902
|
+
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1901
1903
|
// Paperclip aliases
|
|
1902
1904
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1903
|
-
// ParkingMeter aliases
|
|
1904
|
-
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1905
1905
|
// Parentheses aliases
|
|
1906
1906
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1907
1907
|
// PartyPopper aliases
|
|
1908
1908
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1909
|
+
// ParkingMeter aliases
|
|
1910
|
+
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1909
1911
|
// Pause aliases
|
|
1910
1912
|
export { default as PauseIcon } from '../icons/pause';
|
|
1911
1913
|
// PcCase aliases
|
|
@@ -1916,38 +1918,38 @@ export { default as PawPrintIcon } from '../icons/paw-print';
|
|
|
1916
1918
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1917
1919
|
// PenTool aliases
|
|
1918
1920
|
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1919
|
-
// PencilLine aliases
|
|
1920
|
-
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1921
1921
|
// PencilOff aliases
|
|
1922
1922
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1923
|
-
//
|
|
1924
|
-
export { default as
|
|
1923
|
+
// PencilLine aliases
|
|
1924
|
+
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1925
1925
|
// Pencil aliases
|
|
1926
1926
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1927
|
+
// PencilRuler aliases
|
|
1928
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1927
1929
|
// Pentagon aliases
|
|
1928
1930
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1929
1931
|
// Percent aliases
|
|
1930
1932
|
export { default as PercentIcon } from '../icons/percent';
|
|
1931
1933
|
// PhilippinePeso aliases
|
|
1932
1934
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1933
|
-
// PhoneCall aliases
|
|
1934
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1935
1935
|
// PersonStanding aliases
|
|
1936
1936
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1937
1937
|
// PhoneForwarded aliases
|
|
1938
1938
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1939
|
-
//
|
|
1940
|
-
export { default as
|
|
1939
|
+
// PhoneCall aliases
|
|
1940
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1941
1941
|
// PhoneMissed aliases
|
|
1942
1942
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1943
|
-
//
|
|
1944
|
-
export { default as
|
|
1943
|
+
// PhoneIncoming aliases
|
|
1944
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1945
1945
|
// PhoneOutgoing aliases
|
|
1946
1946
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1947
|
-
//
|
|
1948
|
-
export { default as
|
|
1947
|
+
// PhoneOff aliases
|
|
1948
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1949
1949
|
// Pi aliases
|
|
1950
1950
|
export { default as PiIcon } from '../icons/pi';
|
|
1951
|
+
// Phone aliases
|
|
1952
|
+
export { default as PhoneIcon } from '../icons/phone';
|
|
1951
1953
|
// Piano aliases
|
|
1952
1954
|
export { default as PianoIcon } from '../icons/piano';
|
|
1953
1955
|
// Pickaxe aliases
|
|
@@ -1962,26 +1964,28 @@ export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
|
1962
1964
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1963
1965
|
// PilcrowRight aliases
|
|
1964
1966
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1965
|
-
// Pilcrow aliases
|
|
1966
|
-
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1967
1967
|
// PillBottle aliases
|
|
1968
1968
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1969
|
+
// Pilcrow aliases
|
|
1970
|
+
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1969
1971
|
// Pill aliases
|
|
1970
1972
|
export { default as PillIcon } from '../icons/pill';
|
|
1971
|
-
// Pin aliases
|
|
1972
|
-
export { default as PinIcon } from '../icons/pin';
|
|
1973
1973
|
// PinOff aliases
|
|
1974
1974
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1975
1975
|
// Pipette aliases
|
|
1976
1976
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1977
|
+
// Pin aliases
|
|
1978
|
+
export { default as PinIcon } from '../icons/pin';
|
|
1977
1979
|
// Pizza aliases
|
|
1978
1980
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1979
|
-
// PlaneLanding aliases
|
|
1980
|
-
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1981
1981
|
// PlaneTakeoff aliases
|
|
1982
1982
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1983
|
+
// PlaneLanding aliases
|
|
1984
|
+
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1983
1985
|
// Plane aliases
|
|
1984
1986
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1987
|
+
// Newspaper aliases
|
|
1988
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1985
1989
|
// Play aliases
|
|
1986
1990
|
export { default as PlayIcon } from '../icons/play';
|
|
1987
1991
|
// Plug2 aliases
|
|
@@ -1990,20 +1994,20 @@ export { default as Plug2Icon } from '../icons/plug-2';
|
|
|
1990
1994
|
export { default as PlusIcon } from '../icons/plus';
|
|
1991
1995
|
// Plug aliases
|
|
1992
1996
|
export { default as PlugIcon } from '../icons/plug';
|
|
1993
|
-
// PocketKnife aliases
|
|
1994
|
-
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1995
1997
|
// Pocket aliases
|
|
1996
1998
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1999
|
+
// PocketKnife aliases
|
|
2000
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2001
|
+
// Podcast aliases
|
|
2002
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1997
2003
|
// PointerOff aliases
|
|
1998
2004
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1999
2005
|
// Pointer aliases
|
|
2000
2006
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2001
|
-
// Podcast aliases
|
|
2002
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
|
-
// Popsicle aliases
|
|
2004
|
-
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2005
2007
|
// Popcorn aliases
|
|
2006
2008
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2009
|
+
// Popsicle aliases
|
|
2010
|
+
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2007
2011
|
// PoundSterling aliases
|
|
2008
2012
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2009
2013
|
// PowerOff aliases
|
|
@@ -2036,14 +2040,14 @@ export { default as RadarIcon } from '../icons/radar';
|
|
|
2036
2040
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
2041
|
// Radical aliases
|
|
2038
2042
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2039
|
-
// RadioTower aliases
|
|
2040
|
-
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2041
2043
|
// RadioReceiver aliases
|
|
2042
2044
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2043
|
-
//
|
|
2044
|
-
export { default as
|
|
2045
|
+
// RadioTower aliases
|
|
2046
|
+
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2045
2047
|
// Radius aliases
|
|
2046
2048
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2049
|
+
// Radio aliases
|
|
2050
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2047
2051
|
// RailSymbol aliases
|
|
2048
2052
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2049
2053
|
// Rainbow aliases
|
|
@@ -2052,36 +2056,36 @@ export { default as RainbowIcon } from '../icons/rainbow';
|
|
|
2052
2056
|
export { default as RatIcon } from '../icons/rat';
|
|
2053
2057
|
// Ratio aliases
|
|
2054
2058
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2055
|
-
// ReceiptCent aliases
|
|
2056
|
-
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2057
2059
|
// ReceiptEuro aliases
|
|
2058
2060
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2059
2061
|
// ReceiptIndianRupee aliases
|
|
2060
2062
|
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2063
|
+
// ReceiptCent aliases
|
|
2064
|
+
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2061
2065
|
// ReceiptJapaneseYen aliases
|
|
2062
2066
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2063
2067
|
// ReceiptPoundSterling aliases
|
|
2064
2068
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2065
|
-
// ReceiptSwissFranc aliases
|
|
2066
|
-
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2067
2069
|
// ReceiptRussianRuble aliases
|
|
2068
2070
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2071
|
+
// ReceiptSwissFranc aliases
|
|
2072
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2069
2073
|
// ReceiptText aliases
|
|
2070
2074
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2071
2075
|
// ReceiptTurkishLira aliases
|
|
2072
2076
|
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
2077
|
// Receipt aliases
|
|
2074
2078
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2075
|
-
// RectangleCircle aliases
|
|
2076
|
-
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2077
2079
|
// RectangleGoggles aliases
|
|
2078
2080
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2081
|
+
// RectangleCircle aliases
|
|
2082
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2079
2083
|
// RectangleHorizontal aliases
|
|
2080
2084
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2081
|
-
// RectangleVertical aliases
|
|
2082
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2083
2085
|
// Recycle aliases
|
|
2084
2086
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2087
|
+
// RectangleVertical aliases
|
|
2088
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
2089
|
// Redo2 aliases
|
|
2086
2090
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2087
2091
|
// RedoDot aliases
|
|
@@ -2106,30 +2110,30 @@ export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
|
2106
2110
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2107
2111
|
// Repeat2 aliases
|
|
2108
2112
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2109
|
-
// Repeat aliases
|
|
2110
|
-
export { default as RepeatIcon } from '../icons/repeat';
|
|
2111
2113
|
// ReplaceAll aliases
|
|
2112
2114
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2115
|
+
// Repeat aliases
|
|
2116
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2113
2117
|
// Replace aliases
|
|
2114
2118
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2115
2119
|
// ReplyAll aliases
|
|
2116
2120
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2121
|
+
// Reply aliases
|
|
2122
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2117
2123
|
// Rewind aliases
|
|
2118
2124
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2119
2125
|
// Ribbon aliases
|
|
2120
2126
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2121
|
-
// Reply aliases
|
|
2122
|
-
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
2127
|
// Rocket aliases
|
|
2124
2128
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2125
|
-
// RockingChair aliases
|
|
2126
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2127
2129
|
// RollerCoaster aliases
|
|
2128
2130
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2129
|
-
//
|
|
2130
|
-
export { default as
|
|
2131
|
+
// RockingChair aliases
|
|
2132
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2131
2133
|
// RotateCcwKey aliases
|
|
2132
2134
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2135
|
+
// Rose aliases
|
|
2136
|
+
export { default as RoseIcon } from '../icons/rose';
|
|
2133
2137
|
// RotateCcwSquare aliases
|
|
2134
2138
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2135
2139
|
// RotateCcw aliases
|
|
@@ -2144,12 +2148,12 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2144
2148
|
export { default as RouteIcon } from '../icons/route';
|
|
2145
2149
|
// Router aliases
|
|
2146
2150
|
export { default as RouterIcon } from '../icons/router';
|
|
2147
|
-
// Rows4 aliases
|
|
2148
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2149
|
-
// RulerDimensionLine aliases
|
|
2150
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
2151
|
// Rss aliases
|
|
2152
2152
|
export { default as RssIcon } from '../icons/rss';
|
|
2153
|
+
// RulerDimensionLine aliases
|
|
2154
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2155
|
+
// Rows4 aliases
|
|
2156
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2153
2157
|
// Ruler aliases
|
|
2154
2158
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
2159
|
// RussianRuble aliases
|
|
@@ -2176,10 +2180,10 @@ export { default as SaveIcon } from '../icons/save';
|
|
|
2176
2180
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2177
2181
|
// Scaling aliases
|
|
2178
2182
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2179
|
-
// ScanBarcode aliases
|
|
2180
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2181
2183
|
// ScanEye aliases
|
|
2182
2184
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2185
|
+
// ScanBarcode aliases
|
|
2186
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2183
2187
|
// ScanFace aliases
|
|
2184
2188
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
2189
|
// ScanHeart aliases
|
|
@@ -2192,14 +2196,16 @@ export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
|
2192
2196
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2193
2197
|
// ScanText aliases
|
|
2194
2198
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2195
|
-
// Scan aliases
|
|
2196
|
-
export { default as ScanIcon } from '../icons/scan';
|
|
2197
2199
|
// School aliases
|
|
2198
2200
|
export { default as SchoolIcon } from '../icons/school';
|
|
2199
2201
|
// ScissorsLineDashed aliases
|
|
2200
2202
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2203
|
+
// Scan aliases
|
|
2204
|
+
export { default as ScanIcon } from '../icons/scan';
|
|
2201
2205
|
// Scissors aliases
|
|
2202
2206
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2207
|
+
// Scooter aliases
|
|
2208
|
+
export { default as ScooterIcon } from '../icons/scooter';
|
|
2203
2209
|
// ScreenShareOff aliases
|
|
2204
2210
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2205
2211
|
// ScreenShare aliases
|
|
@@ -2214,12 +2220,12 @@ export { default as SearchCheckIcon } from '../icons/search-check';
|
|
|
2214
2220
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2215
2221
|
// SearchSlash aliases
|
|
2216
2222
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2223
|
+
// Search aliases
|
|
2224
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2217
2225
|
// SearchX aliases
|
|
2218
2226
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2219
2227
|
// Section aliases
|
|
2220
2228
|
export { default as SectionIcon } from '../icons/section';
|
|
2221
|
-
// Search aliases
|
|
2222
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2223
2229
|
// SendToBack aliases
|
|
2224
2230
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2225
2231
|
// Send aliases
|
|
@@ -2228,30 +2234,30 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2228
2234
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2229
2235
|
// SeparatorVertical aliases
|
|
2230
2236
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2237
|
+
// ServerCog aliases
|
|
2238
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2231
2239
|
// ServerCrash aliases
|
|
2232
2240
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2233
2241
|
// ServerOff aliases
|
|
2234
2242
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2235
|
-
// ServerCog aliases
|
|
2236
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2237
|
-
// Server aliases
|
|
2238
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2239
2243
|
// Settings2 aliases
|
|
2240
2244
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2245
|
+
// Server aliases
|
|
2246
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2241
2247
|
// Settings aliases
|
|
2242
2248
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2243
2249
|
// Shapes aliases
|
|
2244
2250
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2245
2251
|
// Share2 aliases
|
|
2246
2252
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2247
|
-
// Share aliases
|
|
2248
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2249
2253
|
// Sheet aliases
|
|
2250
2254
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
|
-
//
|
|
2252
|
-
export { default as
|
|
2255
|
+
// Share aliases
|
|
2256
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2253
2257
|
// ShieldAlert aliases
|
|
2254
2258
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2259
|
+
// Shell aliases
|
|
2260
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2255
2261
|
// ShieldBan aliases
|
|
2256
2262
|
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2257
2263
|
// ShieldCheck aliases
|
|
@@ -2260,30 +2266,30 @@ export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
|
2260
2266
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2261
2267
|
// ShieldHalf aliases
|
|
2262
2268
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2263
|
-
// ShieldMinus aliases
|
|
2264
|
-
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2265
2269
|
// ShieldOff aliases
|
|
2266
2270
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2271
|
+
// ShieldMinus aliases
|
|
2272
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2267
2273
|
// ShieldPlus aliases
|
|
2268
2274
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2269
|
-
// ShieldUser aliases
|
|
2270
|
-
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2271
2275
|
// Shield aliases
|
|
2272
2276
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2273
2277
|
// ShipWheel aliases
|
|
2274
2278
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2279
|
+
// ShieldUser aliases
|
|
2280
|
+
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2275
2281
|
// Ship aliases
|
|
2276
2282
|
export { default as ShipIcon } from '../icons/ship';
|
|
2277
|
-
// Shirt aliases
|
|
2278
|
-
export { default as ShirtIcon } from '../icons/shirt';
|
|
2279
2283
|
// ShoppingBag aliases
|
|
2280
2284
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2285
|
+
// Shirt aliases
|
|
2286
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2281
2287
|
// ShoppingBasket aliases
|
|
2282
2288
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2283
|
-
// ShoppingCart aliases
|
|
2284
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2285
2289
|
// Shovel aliases
|
|
2286
2290
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2291
|
+
// ShoppingCart aliases
|
|
2292
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2287
2293
|
// ShowerHead aliases
|
|
2288
2294
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2289
2295
|
// Shredder aliases
|
|
@@ -2304,14 +2310,14 @@ export { default as SignalHighIcon } from '../icons/signal-high';
|
|
|
2304
2310
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2305
2311
|
// SignalMedium aliases
|
|
2306
2312
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2307
|
-
// SignalZero aliases
|
|
2308
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2309
2313
|
// Signal aliases
|
|
2310
2314
|
export { default as SignalIcon } from '../icons/signal';
|
|
2311
2315
|
// Signature aliases
|
|
2312
2316
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2313
2317
|
// SignpostBig aliases
|
|
2314
2318
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2319
|
+
// SignalZero aliases
|
|
2320
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2315
2321
|
// Signpost aliases
|
|
2316
2322
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
2323
|
// Siren aliases
|
|
@@ -2330,10 +2336,10 @@ export { default as SlashIcon } from '../icons/slash';
|
|
|
2330
2336
|
export { default as SliceIcon } from '../icons/slice';
|
|
2331
2337
|
// SlidersHorizontal aliases
|
|
2332
2338
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2333
|
-
// SmartphoneCharging aliases
|
|
2334
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2335
2339
|
// SmartphoneNfc aliases
|
|
2336
2340
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2341
|
+
// SmartphoneCharging aliases
|
|
2342
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2337
2343
|
// Smartphone aliases
|
|
2338
2344
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2339
2345
|
// SmilePlus aliases
|
|
@@ -2358,10 +2364,10 @@ export { default as SpaceIcon } from '../icons/space';
|
|
|
2358
2364
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2359
2365
|
// Sparkle aliases
|
|
2360
2366
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2361
|
-
// Speaker aliases
|
|
2362
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2363
2367
|
// Speech aliases
|
|
2364
2368
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2369
|
+
// Speaker aliases
|
|
2370
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2365
2371
|
// SpellCheck2 aliases
|
|
2366
2372
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2367
2373
|
// SpellCheck aliases
|
|
@@ -2372,46 +2378,46 @@ export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
|
2372
2378
|
export { default as SplineIcon } from '../icons/spline';
|
|
2373
2379
|
// Split aliases
|
|
2374
2380
|
export { default as SplitIcon } from '../icons/split';
|
|
2375
|
-
// Spool aliases
|
|
2376
|
-
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
2381
|
// Spotlight aliases
|
|
2378
2382
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
|
-
//
|
|
2380
|
-
export { default as
|
|
2383
|
+
// Spool aliases
|
|
2384
|
+
export { default as SpoolIcon } from '../icons/spool';
|
|
2381
2385
|
// SprayCan aliases
|
|
2382
2386
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2383
|
-
//
|
|
2384
|
-
export { default as
|
|
2387
|
+
// Sprout aliases
|
|
2388
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2385
2389
|
// SquareDashedBottom aliases
|
|
2386
2390
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2391
|
+
// SquareDashedBottomCode aliases
|
|
2392
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2387
2393
|
// SquareDashedTopSolid aliases
|
|
2388
2394
|
export { default as SquareDashedTopSolidIcon } from '../icons/square-dashed-top-solid';
|
|
2389
2395
|
// SquarePause aliases
|
|
2390
2396
|
export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
2391
2397
|
// SquareRadical aliases
|
|
2392
2398
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2393
|
-
// SquareRoundCorner aliases
|
|
2394
|
-
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2395
2399
|
// SquareSquare aliases
|
|
2396
2400
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2397
|
-
//
|
|
2398
|
-
export { default as
|
|
2401
|
+
// SquareRoundCorner aliases
|
|
2402
|
+
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2399
2403
|
// SquareStar aliases
|
|
2400
2404
|
export { default as SquareStarIcon } from '../icons/square-star';
|
|
2405
|
+
// SquareStack aliases
|
|
2406
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2401
2407
|
// Square aliases
|
|
2402
2408
|
export { default as SquareIcon } from '../icons/square';
|
|
2403
2409
|
// SquareStop aliases
|
|
2404
2410
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2405
|
-
// SquaresIntersect aliases
|
|
2406
|
-
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2407
2411
|
// SquaresExclude aliases
|
|
2408
2412
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
2413
|
// SquaresSubtract aliases
|
|
2410
2414
|
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2411
|
-
//
|
|
2412
|
-
export { default as
|
|
2415
|
+
// SquaresIntersect aliases
|
|
2416
|
+
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2413
2417
|
// SquaresUnite aliases
|
|
2414
2418
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2419
|
+
// SquircleDashed aliases
|
|
2420
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2415
2421
|
// Squircle aliases
|
|
2416
2422
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2417
2423
|
// Squirrel aliases
|
|
@@ -2422,10 +2428,10 @@ export { default as StampIcon } from '../icons/stamp';
|
|
|
2422
2428
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2423
2429
|
// Star aliases
|
|
2424
2430
|
export { default as StarIcon } from '../icons/star';
|
|
2425
|
-
// StarOff aliases
|
|
2426
|
-
export { default as StarOffIcon } from '../icons/star-off';
|
|
2427
2431
|
// StepBack aliases
|
|
2428
2432
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2433
|
+
// StarOff aliases
|
|
2434
|
+
export { default as StarOffIcon } from '../icons/star-off';
|
|
2429
2435
|
// StepForward aliases
|
|
2430
2436
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2431
2437
|
// Stethoscope aliases
|
|
@@ -2434,46 +2440,46 @@ export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
|
2434
2440
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2435
2441
|
// StickyNote aliases
|
|
2436
2442
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2437
|
-
// Store aliases
|
|
2438
|
-
export { default as StoreIcon } from '../icons/store';
|
|
2439
2443
|
// StretchVertical aliases
|
|
2440
2444
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2445
|
+
// Store aliases
|
|
2446
|
+
export { default as StoreIcon } from '../icons/store';
|
|
2443
2447
|
// Strikethrough aliases
|
|
2444
2448
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2449
|
+
// StretchHorizontal aliases
|
|
2450
|
+
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2445
2451
|
// Subscript aliases
|
|
2446
2452
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2447
2453
|
// SunDim aliases
|
|
2448
2454
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2449
2455
|
// SunMedium aliases
|
|
2450
2456
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2451
|
-
// SunSnow aliases
|
|
2452
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
2457
|
// SunMoon aliases
|
|
2454
2458
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2455
|
-
//
|
|
2456
|
-
export { default as
|
|
2459
|
+
// SunSnow aliases
|
|
2460
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2457
2461
|
// Sunrise aliases
|
|
2458
2462
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2459
2463
|
// Sunset aliases
|
|
2460
2464
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2465
|
+
// Sun aliases
|
|
2466
|
+
export { default as SunIcon } from '../icons/sun';
|
|
2461
2467
|
// Superscript aliases
|
|
2462
2468
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2463
2469
|
// SwatchBook aliases
|
|
2464
2470
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2465
|
-
// SwissFranc aliases
|
|
2466
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2467
2471
|
// SwitchCamera aliases
|
|
2468
2472
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2469
|
-
//
|
|
2470
|
-
export { default as
|
|
2473
|
+
// SwissFranc aliases
|
|
2474
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2471
2475
|
// Swords aliases
|
|
2472
2476
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2473
|
-
// Table2 aliases
|
|
2474
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2475
2477
|
// Syringe aliases
|
|
2476
2478
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2479
|
+
// Sword aliases
|
|
2480
|
+
export { default as SwordIcon } from '../icons/sword';
|
|
2481
|
+
// Table2 aliases
|
|
2482
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2477
2483
|
// TableCellsMerge aliases
|
|
2478
2484
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2479
2485
|
// TableCellsSplit aliases
|
|
@@ -2482,10 +2488,10 @@ export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
|
2482
2488
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2483
2489
|
// TableProperties aliases
|
|
2484
2490
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2485
|
-
// TableOfContents aliases
|
|
2486
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2487
2491
|
// TableRowsSplit aliases
|
|
2488
2492
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2493
|
+
// TableOfContents aliases
|
|
2494
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2489
2495
|
// Table aliases
|
|
2490
2496
|
export { default as TableIcon } from '../icons/table';
|
|
2491
2497
|
// TabletSmartphone aliases
|
|
@@ -2496,14 +2502,14 @@ export { default as TabletIcon } from '../icons/tablet';
|
|
|
2496
2502
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2497
2503
|
// Tag aliases
|
|
2498
2504
|
export { default as TagIcon } from '../icons/tag';
|
|
2499
|
-
// Tags aliases
|
|
2500
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2501
|
-
// Tally1 aliases
|
|
2502
|
-
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2503
2505
|
// Tally2 aliases
|
|
2504
2506
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2507
|
+
// Tags aliases
|
|
2508
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2505
2509
|
// Tally3 aliases
|
|
2506
2510
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2511
|
+
// Tally1 aliases
|
|
2512
|
+
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2507
2513
|
// Tally4 aliases
|
|
2508
2514
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2509
2515
|
// Tally5 aliases
|
|
@@ -2526,12 +2532,12 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2526
2532
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2527
2533
|
// TextCursorInput aliases
|
|
2528
2534
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2529
|
-
// TextQuote aliases
|
|
2530
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2531
2535
|
// TextCursor aliases
|
|
2532
2536
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2533
2537
|
// TextSearch aliases
|
|
2534
2538
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2539
|
+
// TextQuote aliases
|
|
2540
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2535
2541
|
// Theater aliases
|
|
2536
2542
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
2543
|
// ThermometerSnowflake aliases
|
|
@@ -2540,40 +2546,40 @@ export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowfl
|
|
|
2540
2546
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2541
2547
|
// Thermometer aliases
|
|
2542
2548
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2543
|
-
// ThumbsDown aliases
|
|
2544
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2545
2549
|
// ThumbsUp aliases
|
|
2546
2550
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2547
2551
|
// TicketCheck aliases
|
|
2548
2552
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2553
|
+
// ThumbsDown aliases
|
|
2554
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2549
2555
|
// TicketMinus aliases
|
|
2550
2556
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
2557
|
// TicketPercent aliases
|
|
2552
2558
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2553
|
-
// TicketSlash aliases
|
|
2554
|
-
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
2559
|
// TicketPlus aliases
|
|
2556
2560
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2557
|
-
//
|
|
2558
|
-
export { default as
|
|
2561
|
+
// TicketSlash aliases
|
|
2562
|
+
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2559
2563
|
// Ticket aliases
|
|
2560
2564
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2565
|
+
// TicketX aliases
|
|
2566
|
+
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2561
2567
|
// TicketsPlane aliases
|
|
2562
2568
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2569
|
+
// Tickets aliases
|
|
2570
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2563
2571
|
// TimerOff aliases
|
|
2564
2572
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2565
2573
|
// TimerReset aliases
|
|
2566
2574
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2567
|
-
// Tickets aliases
|
|
2568
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2569
2575
|
// Timer aliases
|
|
2570
2576
|
export { default as TimerIcon } from '../icons/timer';
|
|
2571
|
-
// ToggleLeft aliases
|
|
2572
|
-
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2573
|
-
// ToggleRight aliases
|
|
2574
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2575
2577
|
// Toilet aliases
|
|
2576
2578
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2579
|
+
// ToggleRight aliases
|
|
2580
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2581
|
+
// ToggleLeft aliases
|
|
2582
|
+
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2577
2583
|
// ToolCase aliases
|
|
2578
2584
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2579
2585
|
// Tornado aliases
|
|
@@ -2584,12 +2590,12 @@ export { default as TorusIcon } from '../icons/torus';
|
|
|
2584
2590
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2585
2591
|
// Touchpad aliases
|
|
2586
2592
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2587
|
-
// TowerControl aliases
|
|
2588
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2589
|
-
// Tractor aliases
|
|
2590
|
-
export { default as TractorIcon } from '../icons/tractor';
|
|
2591
2593
|
// ToyBrick aliases
|
|
2592
2594
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2595
|
+
// Tractor aliases
|
|
2596
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2597
|
+
// TowerControl aliases
|
|
2598
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2593
2599
|
// TrafficCone aliases
|
|
2594
2600
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2595
2601
|
// TrainFrontTunnel aliases
|
|
@@ -2604,28 +2610,28 @@ export { default as TransgenderIcon } from '../icons/transgender';
|
|
|
2604
2610
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2605
2611
|
// Trash aliases
|
|
2606
2612
|
export { default as TrashIcon } from '../icons/trash';
|
|
2607
|
-
// TreePine aliases
|
|
2608
|
-
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2609
|
-
// Trees aliases
|
|
2610
|
-
export { default as TreesIcon } from '../icons/trees';
|
|
2611
2613
|
// TreeDeciduous aliases
|
|
2612
2614
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2615
|
+
// Trees aliases
|
|
2616
|
+
export { default as TreesIcon } from '../icons/trees';
|
|
2613
2617
|
// Trello aliases
|
|
2614
2618
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2619
|
+
// TreePine aliases
|
|
2620
|
+
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2615
2621
|
// TrendingDown aliases
|
|
2616
2622
|
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2617
2623
|
// TrendingUpDown aliases
|
|
2618
2624
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2619
2625
|
// TrendingUp aliases
|
|
2620
2626
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2621
|
-
// TriangleDashed aliases
|
|
2622
|
-
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2623
2627
|
// TriangleRight aliases
|
|
2624
2628
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2625
|
-
//
|
|
2626
|
-
export { default as
|
|
2629
|
+
// TriangleDashed aliases
|
|
2630
|
+
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2627
2631
|
// Triangle aliases
|
|
2628
2632
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2633
|
+
// Trophy aliases
|
|
2634
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2629
2635
|
// TruckElectric aliases
|
|
2630
2636
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2631
2637
|
// Truck aliases
|
|
@@ -2634,10 +2640,10 @@ export { default as TruckIcon } from '../icons/truck';
|
|
|
2634
2640
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2635
2641
|
// Turntable aliases
|
|
2636
2642
|
export { default as TurntableIcon } from '../icons/turntable';
|
|
2637
|
-
// TvMinimalPlay aliases
|
|
2638
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2639
2643
|
// Tv aliases
|
|
2640
2644
|
export { default as TvIcon } from '../icons/tv';
|
|
2645
|
+
// TvMinimalPlay aliases
|
|
2646
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2641
2647
|
// Turtle aliases
|
|
2642
2648
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2643
2649
|
// Twitch aliases
|
|
@@ -2652,28 +2658,28 @@ export { default as TypeIcon } from '../icons/type';
|
|
|
2652
2658
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2653
2659
|
// Umbrella aliases
|
|
2654
2660
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2655
|
-
// Undo2 aliases
|
|
2656
|
-
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2657
2661
|
// Underline aliases
|
|
2658
2662
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2663
|
+
// Undo2 aliases
|
|
2664
|
+
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2665
|
+
// Undo aliases
|
|
2666
|
+
export { default as UndoIcon } from '../icons/undo';
|
|
2659
2667
|
// UndoDot aliases
|
|
2660
2668
|
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2661
2669
|
// UnfoldHorizontal aliases
|
|
2662
2670
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2663
2671
|
// UnfoldVertical aliases
|
|
2664
2672
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2665
|
-
// Undo aliases
|
|
2666
|
-
export { default as UndoIcon } from '../icons/undo';
|
|
2667
2673
|
// Ungroup aliases
|
|
2668
2674
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2669
|
-
// Unlink2 aliases
|
|
2670
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2671
|
-
// Unplug aliases
|
|
2672
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2673
2675
|
// Unlink aliases
|
|
2674
2676
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2677
|
+
// Unlink2 aliases
|
|
2678
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2675
2679
|
// Upload aliases
|
|
2676
2680
|
export { default as UploadIcon } from '../icons/upload';
|
|
2681
|
+
// Unplug aliases
|
|
2682
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2677
2683
|
// Usb aliases
|
|
2678
2684
|
export { default as UsbIcon } from '../icons/usb';
|
|
2679
2685
|
// UserCheck aliases
|
|
@@ -2684,10 +2690,10 @@ export { default as UserCogIcon } from '../icons/user-cog';
|
|
|
2684
2690
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2685
2691
|
// UserMinus aliases
|
|
2686
2692
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2687
|
-
// UserPlus aliases
|
|
2688
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2689
2693
|
// UserPen aliases
|
|
2690
2694
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2695
|
+
// UserPlus aliases
|
|
2696
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2691
2697
|
// UserRoundPen aliases
|
|
2692
2698
|
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2693
2699
|
// UserRoundSearch aliases
|
|
@@ -2704,22 +2710,24 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2704
2710
|
export { default as UsersIcon } from '../icons/users';
|
|
2705
2711
|
// UtilityPole aliases
|
|
2706
2712
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2713
|
+
// Van aliases
|
|
2714
|
+
export { default as VanIcon } from '../icons/van';
|
|
2707
2715
|
// Variable aliases
|
|
2708
2716
|
export { default as VariableIcon } from '../icons/variable';
|
|
2709
2717
|
// Vault aliases
|
|
2710
2718
|
export { default as VaultIcon } from '../icons/vault';
|
|
2711
|
-
// Vegan aliases
|
|
2712
|
-
export { default as VeganIcon } from '../icons/vegan';
|
|
2713
2719
|
// VectorSquare aliases
|
|
2714
2720
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2721
|
+
// Vegan aliases
|
|
2722
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2715
2723
|
// VenetianMask aliases
|
|
2716
2724
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2717
2725
|
// VenusAndMars aliases
|
|
2718
2726
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2719
|
-
// Venus aliases
|
|
2720
|
-
export { default as VenusIcon } from '../icons/venus';
|
|
2721
2727
|
// VibrateOff aliases
|
|
2722
2728
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2729
|
+
// Venus aliases
|
|
2730
|
+
export { default as VenusIcon } from '../icons/venus';
|
|
2723
2731
|
// Vibrate aliases
|
|
2724
2732
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2725
2733
|
// VideoOff aliases
|
|
@@ -2734,18 +2742,18 @@ export { default as ViewIcon } from '../icons/view';
|
|
|
2734
2742
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2735
2743
|
// Volleyball aliases
|
|
2736
2744
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2737
|
-
// Volume1 aliases
|
|
2738
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2739
2745
|
// Volume2 aliases
|
|
2740
2746
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2747
|
+
// Volume1 aliases
|
|
2748
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2741
2749
|
// VolumeOff aliases
|
|
2742
2750
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2743
|
-
// VolumeX aliases
|
|
2744
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2745
2751
|
// Volume aliases
|
|
2746
2752
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
2753
|
// Vote aliases
|
|
2748
2754
|
export { default as VoteIcon } from '../icons/vote';
|
|
2755
|
+
// VolumeX aliases
|
|
2756
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2749
2757
|
// WalletCards aliases
|
|
2750
2758
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2751
2759
|
// Wallet aliases
|
|
@@ -2760,34 +2768,40 @@ export { default as WarehouseIcon } from '../icons/warehouse';
|
|
|
2760
2768
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2761
2769
|
// Watch aliases
|
|
2762
2770
|
export { default as WatchIcon } from '../icons/watch';
|
|
2763
|
-
//
|
|
2764
|
-
export { default as
|
|
2771
|
+
// WavesArrowDown aliases
|
|
2772
|
+
export { default as WavesArrowDownIcon } from '../icons/waves-arrow-down';
|
|
2773
|
+
// WavesArrowUp aliases
|
|
2774
|
+
export { default as WavesArrowUpIcon } from '../icons/waves-arrow-up';
|
|
2765
2775
|
// WavesLadder aliases
|
|
2766
2776
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2777
|
+
// Waves aliases
|
|
2778
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2767
2779
|
// Waypoints aliases
|
|
2768
2780
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2769
2781
|
// Webcam aliases
|
|
2770
2782
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2771
2783
|
// WebhookOff aliases
|
|
2772
2784
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2785
|
+
// WeightTilde aliases
|
|
2786
|
+
export { default as WeightTildeIcon } from '../icons/weight-tilde';
|
|
2773
2787
|
// Webhook aliases
|
|
2774
2788
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2775
2789
|
// Weight aliases
|
|
2776
2790
|
export { default as WeightIcon } from '../icons/weight';
|
|
2777
2791
|
// WheatOff aliases
|
|
2778
2792
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2779
|
-
// WholeWord aliases
|
|
2780
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2781
|
-
// WifiCog aliases
|
|
2782
|
-
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2783
2793
|
// Wheat aliases
|
|
2784
2794
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2795
|
+
// WholeWord aliases
|
|
2796
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2785
2797
|
// WifiHigh aliases
|
|
2786
2798
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2787
|
-
//
|
|
2788
|
-
export { default as
|
|
2799
|
+
// WifiCog aliases
|
|
2800
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2789
2801
|
// WifiOff aliases
|
|
2790
2802
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2803
|
+
// WifiLow aliases
|
|
2804
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2791
2805
|
// WifiPen aliases
|
|
2792
2806
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2793
2807
|
// WifiSync aliases
|
|
@@ -2830,18 +2844,18 @@ export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
|
2830
2844
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2831
2845
|
// ArrowUp10 aliases
|
|
2832
2846
|
export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
2833
|
-
// AlarmClockMinus aliases
|
|
2834
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2835
|
-
export {
|
|
2836
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2837
|
-
default as AlarmMinusIcon
|
|
2838
|
-
} from '../icons/alarm-clock-minus';
|
|
2839
2847
|
// AlarmClockCheck aliases
|
|
2840
2848
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2841
2849
|
export {
|
|
2842
2850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockCheck} instead. This alias will be removed in v1.0 */
|
|
2843
2851
|
default as AlarmCheckIcon
|
|
2844
2852
|
} from '../icons/alarm-clock-check';
|
|
2853
|
+
// AlarmClockMinus aliases
|
|
2854
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2855
|
+
export {
|
|
2856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
2857
|
+
default as AlarmMinusIcon
|
|
2858
|
+
} from '../icons/alarm-clock-minus';
|
|
2845
2859
|
// AlarmClockPlus aliases
|
|
2846
2860
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2847
2861
|
export {
|
|
@@ -2914,6 +2928,12 @@ export {
|
|
|
2914
2928
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2915
2929
|
default as BetweenHorizonalStartIcon
|
|
2916
2930
|
} from '../icons/between-horizontal-start';
|
|
2931
|
+
// Braces aliases
|
|
2932
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2933
|
+
export {
|
|
2934
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
2935
|
+
default as CurlyBracesIcon
|
|
2936
|
+
} from '../icons/braces';
|
|
2917
2937
|
// BookDashed aliases
|
|
2918
2938
|
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2919
2939
|
export {
|
|
@@ -2926,36 +2946,30 @@ export {
|
|
|
2926
2946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
2927
2947
|
default as SubtitlesIcon
|
|
2928
2948
|
} from '../icons/captions';
|
|
2949
|
+
// ChartBar aliases
|
|
2950
|
+
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2951
|
+
export {
|
|
2952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2953
|
+
default as BarChartHorizontalIcon
|
|
2954
|
+
} from '../icons/chart-bar';
|
|
2929
2955
|
// ChartArea aliases
|
|
2930
2956
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2931
2957
|
export {
|
|
2932
2958
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2933
2959
|
default as AreaChartIcon
|
|
2934
2960
|
} from '../icons/chart-area';
|
|
2935
|
-
//
|
|
2936
|
-
export { default as
|
|
2961
|
+
// ChartCandlestick aliases
|
|
2962
|
+
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2937
2963
|
export {
|
|
2938
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2939
|
-
default as
|
|
2940
|
-
} from '../icons/
|
|
2964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2965
|
+
default as CandlestickChartIcon
|
|
2966
|
+
} from '../icons/chart-candlestick';
|
|
2941
2967
|
// ChartBarBig aliases
|
|
2942
2968
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2943
2969
|
export {
|
|
2944
2970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2945
2971
|
default as BarChartHorizontalBigIcon
|
|
2946
2972
|
} from '../icons/chart-bar-big';
|
|
2947
|
-
// ChartBar aliases
|
|
2948
|
-
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2949
|
-
export {
|
|
2950
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
2951
|
-
default as BarChartHorizontalIcon
|
|
2952
|
-
} from '../icons/chart-bar';
|
|
2953
|
-
// ChartCandlestick aliases
|
|
2954
|
-
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2955
|
-
export {
|
|
2956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
2957
|
-
default as CandlestickChartIcon
|
|
2958
|
-
} from '../icons/chart-candlestick';
|
|
2959
2973
|
// ChartColumnBig aliases
|
|
2960
2974
|
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2961
2975
|
export {
|
|
@@ -2968,42 +2982,42 @@ export {
|
|
|
2968
2982
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2969
2983
|
default as BarChart4Icon
|
|
2970
2984
|
} from '../icons/chart-column-increasing';
|
|
2971
|
-
// ChartLine aliases
|
|
2972
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2973
|
-
export {
|
|
2974
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2975
|
-
default as LineChartIcon
|
|
2976
|
-
} from '../icons/chart-line';
|
|
2977
2985
|
// ChartColumn aliases
|
|
2978
2986
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2979
2987
|
export {
|
|
2980
2988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2981
2989
|
default as BarChart3Icon
|
|
2982
2990
|
} from '../icons/chart-column';
|
|
2983
|
-
//
|
|
2984
|
-
export { default as
|
|
2985
|
-
export {
|
|
2986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
2987
|
-
default as BarChart2Icon
|
|
2988
|
-
} from '../icons/chart-no-axes-column';
|
|
2989
|
-
// ChartNoAxesGantt aliases
|
|
2990
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2991
|
+
// ChartLine aliases
|
|
2992
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2991
2993
|
export {
|
|
2992
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
2993
|
-
default as
|
|
2994
|
-
} from '../icons/chart-
|
|
2994
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
2995
|
+
default as LineChartIcon
|
|
2996
|
+
} from '../icons/chart-line';
|
|
2995
2997
|
// ChartNoAxesColumnIncreasing aliases
|
|
2996
2998
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2997
2999
|
export {
|
|
2998
3000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2999
3001
|
default as BarChartIcon
|
|
3000
3002
|
} from '../icons/chart-no-axes-column-increasing';
|
|
3003
|
+
// ChartNoAxesColumn aliases
|
|
3004
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
3005
|
+
export {
|
|
3006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
3007
|
+
default as BarChart2Icon
|
|
3008
|
+
} from '../icons/chart-no-axes-column';
|
|
3001
3009
|
// ChartPie aliases
|
|
3002
3010
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
3003
3011
|
export {
|
|
3004
3012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
3005
3013
|
default as PieChartIcon
|
|
3006
3014
|
} from '../icons/chart-pie';
|
|
3015
|
+
// ChartNoAxesGantt aliases
|
|
3016
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
3017
|
+
export {
|
|
3018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
3019
|
+
default as GanttChartIcon
|
|
3020
|
+
} from '../icons/chart-no-axes-gantt';
|
|
3007
3021
|
// ChartScatter aliases
|
|
3008
3022
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
3009
3023
|
export {
|
|
@@ -3016,18 +3030,18 @@ export {
|
|
|
3016
3030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
|
|
3017
3031
|
default as ChromeIcon
|
|
3018
3032
|
} from '../icons/chromium';
|
|
3019
|
-
// CircleArrowDown aliases
|
|
3020
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3021
|
-
export {
|
|
3022
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3023
|
-
default as ArrowDownCircleIcon
|
|
3024
|
-
} from '../icons/circle-arrow-down';
|
|
3025
3033
|
// CircleAlert aliases
|
|
3026
3034
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
3027
3035
|
export {
|
|
3028
3036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
|
|
3029
3037
|
default as AlertCircleIcon
|
|
3030
3038
|
} from '../icons/circle-alert';
|
|
3039
|
+
// CircleArrowDown aliases
|
|
3040
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
3041
|
+
export {
|
|
3042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
3043
|
+
default as ArrowDownCircleIcon
|
|
3044
|
+
} from '../icons/circle-arrow-down';
|
|
3031
3045
|
// CircleArrowLeft aliases
|
|
3032
3046
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
3033
3047
|
export {
|
|
@@ -3046,12 +3060,6 @@ export {
|
|
|
3046
3060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3047
3061
|
default as ArrowDownRightFromCircleIcon
|
|
3048
3062
|
} from '../icons/circle-arrow-out-down-right';
|
|
3049
|
-
// CircleArrowOutUpLeft aliases
|
|
3050
|
-
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3051
|
-
export {
|
|
3052
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3053
|
-
default as ArrowUpLeftFromCircleIcon
|
|
3054
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
3055
3063
|
// CircleArrowOutUpRight aliases
|
|
3056
3064
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
3057
3065
|
export {
|
|
@@ -3064,18 +3072,18 @@ export {
|
|
|
3064
3072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
3065
3073
|
default as ArrowRightCircleIcon
|
|
3066
3074
|
} from '../icons/circle-arrow-right';
|
|
3075
|
+
// CircleArrowOutUpLeft aliases
|
|
3076
|
+
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
3077
|
+
export {
|
|
3078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
3079
|
+
default as ArrowUpLeftFromCircleIcon
|
|
3080
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
3067
3081
|
// CircleArrowUp aliases
|
|
3068
3082
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
3069
3083
|
export {
|
|
3070
3084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
3071
3085
|
default as ArrowUpCircleIcon
|
|
3072
3086
|
} from '../icons/circle-arrow-up';
|
|
3073
|
-
// CircleCheckBig aliases
|
|
3074
|
-
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3075
|
-
export {
|
|
3076
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3077
|
-
default as CheckCircleIcon
|
|
3078
|
-
} from '../icons/circle-check-big';
|
|
3079
3087
|
// CircleCheck aliases
|
|
3080
3088
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3081
3089
|
export {
|
|
@@ -3088,6 +3096,12 @@ export {
|
|
|
3088
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
3089
3097
|
default as ChevronDownCircleIcon
|
|
3090
3098
|
} from '../icons/circle-chevron-down';
|
|
3099
|
+
// CircleCheckBig aliases
|
|
3100
|
+
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
3101
|
+
export {
|
|
3102
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
3103
|
+
default as CheckCircleIcon
|
|
3104
|
+
} from '../icons/circle-check-big';
|
|
3091
3105
|
// CircleChevronLeft aliases
|
|
3092
3106
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3093
3107
|
export {
|
|
@@ -3218,18 +3232,18 @@ export {
|
|
|
3218
3232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
3219
3233
|
default as ClipboardEditIcon
|
|
3220
3234
|
} from '../icons/clipboard-pen';
|
|
3221
|
-
// CloudUpload aliases
|
|
3222
|
-
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3223
|
-
export {
|
|
3224
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3225
|
-
default as UploadCloudIcon
|
|
3226
|
-
} from '../icons/cloud-upload';
|
|
3227
3235
|
// CloudDownload aliases
|
|
3228
3236
|
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3229
3237
|
export {
|
|
3230
3238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
3231
3239
|
default as DownloadCloudIcon
|
|
3232
3240
|
} from '../icons/cloud-download';
|
|
3241
|
+
// CloudUpload aliases
|
|
3242
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3243
|
+
export {
|
|
3244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudUpload} instead. This alias will be removed in v1.0 */
|
|
3245
|
+
default as UploadCloudIcon
|
|
3246
|
+
} from '../icons/cloud-upload';
|
|
3233
3247
|
// CodeXml aliases
|
|
3234
3248
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3235
3249
|
export {
|
|
@@ -3276,18 +3290,18 @@ export {
|
|
|
3276
3290
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3277
3291
|
default as Globe2Icon
|
|
3278
3292
|
} from '../icons/earth';
|
|
3279
|
-
// Ellipsis aliases
|
|
3280
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3281
|
-
export {
|
|
3282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3283
|
-
default as MoreHorizontalIcon
|
|
3284
|
-
} from '../icons/ellipsis';
|
|
3285
3293
|
// EllipsisVertical aliases
|
|
3286
3294
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3287
3295
|
export {
|
|
3288
3296
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
3289
3297
|
default as MoreVerticalIcon
|
|
3290
3298
|
} from '../icons/ellipsis-vertical';
|
|
3299
|
+
// Ellipsis aliases
|
|
3300
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3301
|
+
export {
|
|
3302
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
3303
|
+
default as MoreHorizontalIcon
|
|
3304
|
+
} from '../icons/ellipsis';
|
|
3291
3305
|
// FileAxis3d aliases
|
|
3292
3306
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3293
3307
|
export {
|
|
@@ -3312,18 +3326,18 @@ export {
|
|
|
3312
3326
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
3313
3327
|
default as FileJsonIcon
|
|
3314
3328
|
} from '../icons/file-braces';
|
|
3315
|
-
// FileChartColumn aliases
|
|
3316
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3317
|
-
export {
|
|
3318
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3319
|
-
default as FileBarChart2Icon
|
|
3320
|
-
} from '../icons/file-chart-column';
|
|
3321
3329
|
// FileChartColumnIncreasing aliases
|
|
3322
3330
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3323
3331
|
export {
|
|
3324
3332
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3325
3333
|
default as FileBarChartIcon
|
|
3326
3334
|
} from '../icons/file-chart-column-increasing';
|
|
3335
|
+
// FileChartColumn aliases
|
|
3336
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3337
|
+
export {
|
|
3338
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3339
|
+
default as FileBarChart2Icon
|
|
3340
|
+
} from '../icons/file-chart-column';
|
|
3327
3341
|
// FileChartLine aliases
|
|
3328
3342
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3329
3343
|
export {
|
|
@@ -3354,6 +3368,16 @@ export {
|
|
|
3354
3368
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
3355
3369
|
default as FileCog2Icon
|
|
3356
3370
|
} from '../icons/file-cog';
|
|
3371
|
+
// FileHeadphone aliases
|
|
3372
|
+
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3373
|
+
export {
|
|
3374
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3375
|
+
default as FileAudioIcon
|
|
3376
|
+
} from '../icons/file-headphone';
|
|
3377
|
+
export {
|
|
3378
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3379
|
+
default as FileAudio2Icon
|
|
3380
|
+
} from '../icons/file-headphone';
|
|
3357
3381
|
// FileExclamationPoint aliases
|
|
3358
3382
|
export { default as FileExclamationPointIcon } from '../icons/file-exclamation-point';
|
|
3359
3383
|
export {
|
|
@@ -3366,16 +3390,6 @@ export {
|
|
|
3366
3390
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
3367
3391
|
default as FileKey2Icon
|
|
3368
3392
|
} from '../icons/file-key';
|
|
3369
|
-
// FileHeadphone aliases
|
|
3370
|
-
export { default as FileHeadphoneIcon } from '../icons/file-headphone';
|
|
3371
|
-
export {
|
|
3372
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3373
|
-
default as FileAudioIcon
|
|
3374
|
-
} from '../icons/file-headphone';
|
|
3375
|
-
export {
|
|
3376
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
3377
|
-
default as FileAudio2Icon
|
|
3378
|
-
} from '../icons/file-headphone';
|
|
3379
3393
|
// FileLock aliases
|
|
3380
3394
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
3381
3395
|
export {
|
|
@@ -3412,18 +3426,18 @@ export {
|
|
|
3412
3426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
3413
3427
|
default as FilePlus2Icon
|
|
3414
3428
|
} from '../icons/file-plus-corner';
|
|
3415
|
-
// FileSearchCorner aliases
|
|
3416
|
-
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3417
|
-
export {
|
|
3418
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3419
|
-
default as FileSearch2Icon
|
|
3420
|
-
} from '../icons/file-search-corner';
|
|
3421
3429
|
// FileQuestionMark aliases
|
|
3422
3430
|
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3423
3431
|
export {
|
|
3424
3432
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3425
3433
|
default as FileQuestionIcon
|
|
3426
3434
|
} from '../icons/file-question-mark';
|
|
3435
|
+
// FileSearchCorner aliases
|
|
3436
|
+
export { default as FileSearchCornerIcon } from '../icons/file-search-corner';
|
|
3437
|
+
export {
|
|
3438
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
3439
|
+
default as FileSearch2Icon
|
|
3440
|
+
} from '../icons/file-search-corner';
|
|
3427
3441
|
// FileSignal aliases
|
|
3428
3442
|
export { default as FileSignalIcon } from '../icons/file-signal';
|
|
3429
3443
|
export {
|
|
@@ -3436,18 +3450,18 @@ export {
|
|
|
3436
3450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
3437
3451
|
default as FileVideo2Icon
|
|
3438
3452
|
} from '../icons/file-video-camera';
|
|
3439
|
-
// FileXCorner aliases
|
|
3440
|
-
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3441
|
-
export {
|
|
3442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3443
|
-
default as FileX2Icon
|
|
3444
|
-
} from '../icons/file-x-corner';
|
|
3445
3453
|
// FileTypeCorner aliases
|
|
3446
3454
|
export { default as FileTypeCornerIcon } from '../icons/file-type-corner';
|
|
3447
3455
|
export {
|
|
3448
3456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
3449
3457
|
default as FileType2Icon
|
|
3450
3458
|
} from '../icons/file-type-corner';
|
|
3459
|
+
// FileXCorner aliases
|
|
3460
|
+
export { default as FileXCornerIcon } from '../icons/file-x-corner';
|
|
3461
|
+
export {
|
|
3462
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
3463
|
+
default as FileX2Icon
|
|
3464
|
+
} from '../icons/file-x-corner';
|
|
3451
3465
|
// FingerprintPattern aliases
|
|
3452
3466
|
export { default as FingerprintPatternIcon } from '../icons/fingerprint-pattern';
|
|
3453
3467
|
export {
|
|
@@ -3478,12 +3492,6 @@ export {
|
|
|
3478
3492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
3479
3493
|
default as FilterIcon
|
|
3480
3494
|
} from '../icons/funnel';
|
|
3481
|
-
// GitCommitHorizontal aliases
|
|
3482
|
-
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3483
|
-
export {
|
|
3484
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3485
|
-
default as GitCommitIcon
|
|
3486
|
-
} from '../icons/git-commit-horizontal';
|
|
3487
3495
|
// Grid2x2Check aliases
|
|
3488
3496
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3489
3497
|
export {
|
|
@@ -3508,6 +3516,12 @@ export {
|
|
|
3508
3516
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
3509
3517
|
default as Grid2X2Icon
|
|
3510
3518
|
} from '../icons/grid-2x2';
|
|
3519
|
+
// GitCommitHorizontal aliases
|
|
3520
|
+
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3521
|
+
export {
|
|
3522
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
3523
|
+
default as GitCommitIcon
|
|
3524
|
+
} from '../icons/git-commit-horizontal';
|
|
3511
3525
|
// Grid3x3 aliases
|
|
3512
3526
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3513
3527
|
export {
|
|
@@ -3548,18 +3562,18 @@ export {
|
|
|
3548
3562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamCone} instead. This alias will be removed in v1.0 */
|
|
3549
3563
|
default as IceCreamIcon
|
|
3550
3564
|
} from '../icons/ice-cream-cone';
|
|
3551
|
-
// Layers aliases
|
|
3552
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3553
|
-
export {
|
|
3554
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3555
|
-
default as Layers3Icon
|
|
3556
|
-
} from '../icons/layers';
|
|
3557
3565
|
// LaptopMinimal aliases
|
|
3558
3566
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3559
3567
|
export {
|
|
3560
3568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3561
3569
|
default as Laptop2Icon
|
|
3562
3570
|
} from '../icons/laptop-minimal';
|
|
3571
|
+
// Layers aliases
|
|
3572
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3573
|
+
export {
|
|
3574
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
3575
|
+
default as Layers3Icon
|
|
3576
|
+
} from '../icons/layers';
|
|
3563
3577
|
// ListIndentDecrease aliases
|
|
3564
3578
|
export { default as ListIndentDecreaseIcon } from '../icons/list-indent-decrease';
|
|
3565
3579
|
export {
|
|
@@ -3610,18 +3624,18 @@ export {
|
|
|
3610
3624
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3611
3625
|
default as LocationEditIcon
|
|
3612
3626
|
} from '../icons/map-pin-pen';
|
|
3613
|
-
// MessageCircleQuestionMark aliases
|
|
3614
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3615
|
-
export {
|
|
3616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3617
|
-
default as MessageCircleQuestionIcon
|
|
3618
|
-
} from '../icons/message-circle-question-mark';
|
|
3619
3627
|
// MicVocal aliases
|
|
3620
3628
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3621
3629
|
export {
|
|
3622
3630
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3623
3631
|
default as Mic2Icon
|
|
3624
3632
|
} from '../icons/mic-vocal';
|
|
3633
|
+
// MessageCircleQuestionMark aliases
|
|
3634
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3635
|
+
export {
|
|
3636
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
3637
|
+
default as MessageCircleQuestionIcon
|
|
3638
|
+
} from '../icons/message-circle-question-mark';
|
|
3625
3639
|
// Move3d aliases
|
|
3626
3640
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3627
3641
|
export {
|
|
@@ -3658,24 +3672,30 @@ export {
|
|
|
3658
3672
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
3659
3673
|
default as PanelBottomInactiveIcon
|
|
3660
3674
|
} from '../icons/panel-bottom-dashed';
|
|
3661
|
-
// PanelLeftClose aliases
|
|
3662
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3663
|
-
export {
|
|
3664
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3665
|
-
default as SidebarCloseIcon
|
|
3666
|
-
} from '../icons/panel-left-close';
|
|
3667
3675
|
// PanelLeftDashed aliases
|
|
3668
3676
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3669
3677
|
export {
|
|
3670
3678
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftDashed} instead. This alias will be removed in v1.0 */
|
|
3671
3679
|
default as PanelLeftInactiveIcon
|
|
3672
3680
|
} from '../icons/panel-left-dashed';
|
|
3681
|
+
// PanelLeftClose aliases
|
|
3682
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3683
|
+
export {
|
|
3684
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
3685
|
+
default as SidebarCloseIcon
|
|
3686
|
+
} from '../icons/panel-left-close';
|
|
3673
3687
|
// PanelLeftOpen aliases
|
|
3674
3688
|
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3675
3689
|
export {
|
|
3676
3690
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
3677
3691
|
default as SidebarOpenIcon
|
|
3678
3692
|
} from '../icons/panel-left-open';
|
|
3693
|
+
// PanelLeft aliases
|
|
3694
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3695
|
+
export {
|
|
3696
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
3697
|
+
default as SidebarIcon
|
|
3698
|
+
} from '../icons/panel-left';
|
|
3679
3699
|
// PanelRightDashed aliases
|
|
3680
3700
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3681
3701
|
export {
|
|
@@ -3688,24 +3708,18 @@ export {
|
|
|
3688
3708
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
3689
3709
|
default as PanelTopInactiveIcon
|
|
3690
3710
|
} from '../icons/panel-top-dashed';
|
|
3691
|
-
//
|
|
3692
|
-
export { default as
|
|
3711
|
+
// PanelsTopLeft aliases
|
|
3712
|
+
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3693
3713
|
export {
|
|
3694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3695
|
-
default as
|
|
3696
|
-
} from '../icons/
|
|
3714
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3715
|
+
default as LayoutIcon
|
|
3716
|
+
} from '../icons/panels-top-left';
|
|
3697
3717
|
// PenLine aliases
|
|
3698
3718
|
export { default as PenLineIcon } from '../icons/pen-line';
|
|
3699
3719
|
export {
|
|
3700
3720
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
3701
3721
|
default as Edit3Icon
|
|
3702
3722
|
} from '../icons/pen-line';
|
|
3703
|
-
// PanelsTopLeft aliases
|
|
3704
|
-
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3705
|
-
export {
|
|
3706
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
3707
|
-
default as LayoutIcon
|
|
3708
|
-
} from '../icons/panels-top-left';
|
|
3709
3723
|
// Pen aliases
|
|
3710
3724
|
export { default as PenIcon } from '../icons/pen';
|
|
3711
3725
|
export {
|
|
@@ -3724,36 +3738,30 @@ export {
|
|
|
3724
3738
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
3725
3739
|
default as FormInputIcon
|
|
3726
3740
|
} from '../icons/rectangle-ellipsis';
|
|
3727
|
-
// Rotate3d aliases
|
|
3728
|
-
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3729
|
-
export {
|
|
3730
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3731
|
-
default as Rotate3DIcon
|
|
3732
|
-
} from '../icons/rotate-3d';
|
|
3733
3741
|
// Rows2 aliases
|
|
3734
3742
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3735
3743
|
export {
|
|
3736
3744
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
3737
3745
|
default as RowsIcon
|
|
3738
3746
|
} from '../icons/rows-2';
|
|
3739
|
-
// Rows3 aliases
|
|
3740
|
-
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3741
|
-
export {
|
|
3742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3743
|
-
default as PanelsTopBottomIcon
|
|
3744
|
-
} from '../icons/rows-3';
|
|
3745
3747
|
// Scale3d aliases
|
|
3746
3748
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3747
3749
|
export {
|
|
3748
3750
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
3749
3751
|
default as Scale3DIcon
|
|
3750
3752
|
} from '../icons/scale-3d';
|
|
3751
|
-
//
|
|
3752
|
-
export { default as
|
|
3753
|
+
// Rotate3d aliases
|
|
3754
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3753
3755
|
export {
|
|
3754
|
-
/** @deprecated
|
|
3755
|
-
default as
|
|
3756
|
-
} from '../icons/
|
|
3756
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
3757
|
+
default as Rotate3DIcon
|
|
3758
|
+
} from '../icons/rotate-3d';
|
|
3759
|
+
// Rows3 aliases
|
|
3760
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3761
|
+
export {
|
|
3762
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
3763
|
+
default as PanelsTopBottomIcon
|
|
3764
|
+
} from '../icons/rows-3';
|
|
3757
3765
|
// ShieldQuestionMark aliases
|
|
3758
3766
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3759
3767
|
export {
|
|
@@ -3766,30 +3774,36 @@ export {
|
|
|
3766
3774
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|
|
3767
3775
|
default as ShieldCloseIcon
|
|
3768
3776
|
} from '../icons/shield-x';
|
|
3769
|
-
//
|
|
3770
|
-
export { default as
|
|
3777
|
+
// SendHorizontal aliases
|
|
3778
|
+
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3771
3779
|
export {
|
|
3772
|
-
/** @deprecated
|
|
3773
|
-
default as
|
|
3774
|
-
} from '../icons/
|
|
3780
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3781
|
+
default as SendHorizonalIcon
|
|
3782
|
+
} from '../icons/send-horizontal';
|
|
3775
3783
|
// Sparkles aliases
|
|
3776
3784
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3777
3785
|
export {
|
|
3778
3786
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
3779
3787
|
default as StarsIcon
|
|
3780
3788
|
} from '../icons/sparkles';
|
|
3781
|
-
//
|
|
3782
|
-
export { default as
|
|
3789
|
+
// SlidersVertical aliases
|
|
3790
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3783
3791
|
export {
|
|
3784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3785
|
-
default as
|
|
3786
|
-
} from '../icons/
|
|
3792
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
|
|
3793
|
+
default as SlidersIcon
|
|
3794
|
+
} from '../icons/sliders-vertical';
|
|
3787
3795
|
// SquareActivity aliases
|
|
3788
3796
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3789
3797
|
export {
|
|
3790
3798
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
3791
3799
|
default as ActivitySquareIcon
|
|
3792
3800
|
} from '../icons/square-activity';
|
|
3801
|
+
// SquareArrowDownLeft aliases
|
|
3802
|
+
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3803
|
+
export {
|
|
3804
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} instead. This alias will be removed in v1.0 */
|
|
3805
|
+
default as ArrowDownLeftSquareIcon
|
|
3806
|
+
} from '../icons/square-arrow-down-left';
|
|
3793
3807
|
// SquareArrowDownRight aliases
|
|
3794
3808
|
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3795
3809
|
export {
|
|
@@ -3802,12 +3816,6 @@ export {
|
|
|
3802
3816
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
3803
3817
|
default as ArrowDownSquareIcon
|
|
3804
3818
|
} from '../icons/square-arrow-down';
|
|
3805
|
-
// SquareArrowOutDownLeft aliases
|
|
3806
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3807
|
-
export {
|
|
3808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3809
|
-
default as ArrowDownLeftFromSquareIcon
|
|
3810
|
-
} from '../icons/square-arrow-out-down-left';
|
|
3811
3819
|
// SquareArrowLeft aliases
|
|
3812
3820
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3813
3821
|
export {
|
|
@@ -3820,6 +3828,12 @@ export {
|
|
|
3820
3828
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
3821
3829
|
default as ArrowDownRightFromSquareIcon
|
|
3822
3830
|
} from '../icons/square-arrow-out-down-right';
|
|
3831
|
+
// SquareArrowOutDownLeft aliases
|
|
3832
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3833
|
+
export {
|
|
3834
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
3835
|
+
default as ArrowDownLeftFromSquareIcon
|
|
3836
|
+
} from '../icons/square-arrow-out-down-left';
|
|
3823
3837
|
// SquareArrowOutUpLeft aliases
|
|
3824
3838
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3825
3839
|
export {
|
|
@@ -3850,24 +3864,24 @@ export {
|
|
|
3850
3864
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
3851
3865
|
default as ArrowUpRightSquareIcon
|
|
3852
3866
|
} from '../icons/square-arrow-up-right';
|
|
3853
|
-
//
|
|
3854
|
-
export { default as
|
|
3867
|
+
// SquareAsterisk aliases
|
|
3868
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3855
3869
|
export {
|
|
3856
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3857
|
-
default as
|
|
3858
|
-
} from '../icons/square-
|
|
3870
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
3871
|
+
default as AsteriskSquareIcon
|
|
3872
|
+
} from '../icons/square-asterisk';
|
|
3859
3873
|
// SquareBottomDashedScissors aliases
|
|
3860
3874
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3861
3875
|
export {
|
|
3862
3876
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
3863
3877
|
default as ScissorsSquareDashedBottomIcon
|
|
3864
3878
|
} from '../icons/square-bottom-dashed-scissors';
|
|
3865
|
-
//
|
|
3866
|
-
export { default as
|
|
3879
|
+
// SquareArrowUp aliases
|
|
3880
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3867
3881
|
export {
|
|
3868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3869
|
-
default as
|
|
3870
|
-
} from '../icons/square-
|
|
3882
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
3883
|
+
default as ArrowUpSquareIcon
|
|
3884
|
+
} from '../icons/square-arrow-up';
|
|
3871
3885
|
// SquareChartGantt aliases
|
|
3872
3886
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3873
3887
|
export {
|
|
@@ -3950,18 +3964,24 @@ export {
|
|
|
3950
3964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
3951
3965
|
default as DotSquareIcon
|
|
3952
3966
|
} from '../icons/square-dot';
|
|
3953
|
-
// SquareEqual aliases
|
|
3954
|
-
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3955
|
-
export {
|
|
3956
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3957
|
-
default as EqualSquareIcon
|
|
3958
|
-
} from '../icons/square-equal';
|
|
3959
3967
|
// SquareFunction aliases
|
|
3960
3968
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3961
3969
|
export {
|
|
3962
3970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
3963
3971
|
default as FunctionSquareIcon
|
|
3964
3972
|
} from '../icons/square-function';
|
|
3973
|
+
// SquareKanban aliases
|
|
3974
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3975
|
+
export {
|
|
3976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
3977
|
+
default as KanbanSquareIcon
|
|
3978
|
+
} from '../icons/square-kanban';
|
|
3979
|
+
// SquareEqual aliases
|
|
3980
|
+
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3981
|
+
export {
|
|
3982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
3983
|
+
default as EqualSquareIcon
|
|
3984
|
+
} from '../icons/square-equal';
|
|
3965
3985
|
// SquareLibrary aliases
|
|
3966
3986
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3967
3987
|
export {
|
|
@@ -3980,36 +4000,24 @@ export {
|
|
|
3980
4000
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
3981
4001
|
default as MenuSquareIcon
|
|
3982
4002
|
} from '../icons/square-menu';
|
|
3983
|
-
//
|
|
3984
|
-
export { default as
|
|
4003
|
+
// SquareMinus aliases
|
|
4004
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3985
4005
|
export {
|
|
3986
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
3987
|
-
default as
|
|
3988
|
-
} from '../icons/square-
|
|
4006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
4007
|
+
default as MinusSquareIcon
|
|
4008
|
+
} from '../icons/square-minus';
|
|
3989
4009
|
// SquareMousePointer aliases
|
|
3990
4010
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3991
4011
|
export {
|
|
3992
4012
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
3993
4013
|
default as InspectIcon
|
|
3994
4014
|
} from '../icons/square-mouse-pointer';
|
|
3995
|
-
// SquareMinus aliases
|
|
3996
|
-
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3997
|
-
export {
|
|
3998
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
3999
|
-
default as MinusSquareIcon
|
|
4000
|
-
} from '../icons/square-minus';
|
|
4001
4015
|
// SquareParkingOff aliases
|
|
4002
4016
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
4003
4017
|
export {
|
|
4004
4018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
4005
4019
|
default as ParkingSquareOffIcon
|
|
4006
4020
|
} from '../icons/square-parking-off';
|
|
4007
|
-
// SquareParking aliases
|
|
4008
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4009
|
-
export {
|
|
4010
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4011
|
-
default as ParkingSquareIcon
|
|
4012
|
-
} from '../icons/square-parking';
|
|
4013
4021
|
// SquarePen aliases
|
|
4014
4022
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
4015
4023
|
export {
|
|
@@ -4030,6 +4038,12 @@ export {
|
|
|
4030
4038
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
4031
4039
|
default as PercentSquareIcon
|
|
4032
4040
|
} from '../icons/square-percent';
|
|
4041
|
+
// SquareParking aliases
|
|
4042
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
4043
|
+
export {
|
|
4044
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
4045
|
+
default as ParkingSquareIcon
|
|
4046
|
+
} from '../icons/square-parking';
|
|
4033
4047
|
// SquarePi aliases
|
|
4034
4048
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
4035
4049
|
export {
|
|
@@ -4042,48 +4056,42 @@ export {
|
|
|
4042
4056
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
4043
4057
|
default as PilcrowSquareIcon
|
|
4044
4058
|
} from '../icons/square-pilcrow';
|
|
4045
|
-
// SquarePlay aliases
|
|
4046
|
-
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4047
|
-
export {
|
|
4048
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4049
|
-
default as PlaySquareIcon
|
|
4050
|
-
} from '../icons/square-play';
|
|
4051
4059
|
// SquarePlus aliases
|
|
4052
4060
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
4053
4061
|
export {
|
|
4054
4062
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
4055
4063
|
default as PlusSquareIcon
|
|
4056
4064
|
} from '../icons/square-plus';
|
|
4065
|
+
// SquarePlay aliases
|
|
4066
|
+
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
4067
|
+
export {
|
|
4068
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
4069
|
+
default as PlaySquareIcon
|
|
4070
|
+
} from '../icons/square-play';
|
|
4057
4071
|
// SquarePower aliases
|
|
4058
4072
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
4059
4073
|
export {
|
|
4060
4074
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
4061
4075
|
default as PowerSquareIcon
|
|
4062
4076
|
} from '../icons/square-power';
|
|
4063
|
-
// SquareSigma aliases
|
|
4064
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4065
|
-
export {
|
|
4066
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4067
|
-
default as SigmaSquareIcon
|
|
4068
|
-
} from '../icons/square-sigma';
|
|
4069
4077
|
// SquareScissors aliases
|
|
4070
4078
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
4071
4079
|
export {
|
|
4072
4080
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
4073
4081
|
default as ScissorsSquareIcon
|
|
4074
4082
|
} from '../icons/square-scissors';
|
|
4083
|
+
// SquareSigma aliases
|
|
4084
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
4085
|
+
export {
|
|
4086
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
4087
|
+
default as SigmaSquareIcon
|
|
4088
|
+
} from '../icons/square-sigma';
|
|
4075
4089
|
// SquareSlash aliases
|
|
4076
4090
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
4077
4091
|
export {
|
|
4078
4092
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
4079
4093
|
default as SlashSquareIcon
|
|
4080
4094
|
} from '../icons/square-slash';
|
|
4081
|
-
// SquareTerminal aliases
|
|
4082
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4083
|
-
export {
|
|
4084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4085
|
-
default as TerminalSquareIcon
|
|
4086
|
-
} from '../icons/square-terminal';
|
|
4087
4095
|
// SquareSplitHorizontal aliases
|
|
4088
4096
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
4089
4097
|
export {
|
|
@@ -4096,18 +4104,24 @@ export {
|
|
|
4096
4104
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
4097
4105
|
default as SplitSquareVerticalIcon
|
|
4098
4106
|
} from '../icons/square-split-vertical';
|
|
4099
|
-
//
|
|
4100
|
-
export { default as
|
|
4107
|
+
// SquareTerminal aliases
|
|
4108
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
4101
4109
|
export {
|
|
4102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4103
|
-
default as
|
|
4104
|
-
} from '../icons/square-
|
|
4110
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
4111
|
+
default as TerminalSquareIcon
|
|
4112
|
+
} from '../icons/square-terminal';
|
|
4105
4113
|
// SquareUser aliases
|
|
4106
4114
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
4107
4115
|
export {
|
|
4108
4116
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
4109
4117
|
default as UserSquareIcon
|
|
4110
4118
|
} from '../icons/square-user';
|
|
4119
|
+
// SquareUserRound aliases
|
|
4120
|
+
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
4121
|
+
export {
|
|
4122
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
4123
|
+
default as UserSquare2Icon
|
|
4124
|
+
} from '../icons/square-user-round';
|
|
4111
4125
|
// SquareX aliases
|
|
4112
4126
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
4113
4127
|
export {
|
|
@@ -4120,24 +4134,18 @@ export {
|
|
|
4120
4134
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|
|
4121
4135
|
default as TestTube2Icon
|
|
4122
4136
|
} from '../icons/test-tube-diagonal';
|
|
4123
|
-
// TextAlignEnd aliases
|
|
4124
|
-
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4125
|
-
export {
|
|
4126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4127
|
-
default as AlignRightIcon
|
|
4128
|
-
} from '../icons/text-align-end';
|
|
4129
4137
|
// TextAlignCenter aliases
|
|
4130
4138
|
export { default as TextAlignCenterIcon } from '../icons/text-align-center';
|
|
4131
4139
|
export {
|
|
4132
4140
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
4133
4141
|
default as AlignCenterIcon
|
|
4134
4142
|
} from '../icons/text-align-center';
|
|
4135
|
-
//
|
|
4136
|
-
export { default as
|
|
4143
|
+
// TextAlignEnd aliases
|
|
4144
|
+
export { default as TextAlignEndIcon } from '../icons/text-align-end';
|
|
4137
4145
|
export {
|
|
4138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4139
|
-
default as
|
|
4140
|
-
} from '../icons/text-align-
|
|
4146
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
4147
|
+
default as AlignRightIcon
|
|
4148
|
+
} from '../icons/text-align-end';
|
|
4141
4149
|
// TextAlignStart aliases
|
|
4142
4150
|
export { default as TextAlignStartIcon } from '../icons/text-align-start';
|
|
4143
4151
|
export {
|
|
@@ -4148,6 +4156,12 @@ export {
|
|
|
4148
4156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
4149
4157
|
default as AlignLeftIcon
|
|
4150
4158
|
} from '../icons/text-align-start';
|
|
4159
|
+
// TextAlignJustify aliases
|
|
4160
|
+
export { default as TextAlignJustifyIcon } from '../icons/text-align-justify';
|
|
4161
|
+
export {
|
|
4162
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
4163
|
+
default as AlignJustifyIcon
|
|
4164
|
+
} from '../icons/text-align-justify';
|
|
4151
4165
|
// TextInitial aliases
|
|
4152
4166
|
export { default as TextInitialIcon } from '../icons/text-initial';
|
|
4153
4167
|
export {
|
|
@@ -4166,6 +4180,12 @@ export {
|
|
|
4166
4180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
4167
4181
|
default as WrapTextIcon
|
|
4168
4182
|
} from '../icons/text-wrap';
|
|
4183
|
+
// TreePalm aliases
|
|
4184
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
4185
|
+
export {
|
|
4186
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
4187
|
+
default as PalmtreeIcon
|
|
4188
|
+
} from '../icons/tree-palm';
|
|
4169
4189
|
// TramFront aliases
|
|
4170
4190
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
4171
4191
|
export {
|
|
@@ -4178,24 +4198,18 @@ export {
|
|
|
4178
4198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
4179
4199
|
default as AlertTriangleIcon
|
|
4180
4200
|
} from '../icons/triangle-alert';
|
|
4181
|
-
//
|
|
4182
|
-
export { default as
|
|
4201
|
+
// TvMinimal aliases
|
|
4202
|
+
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4183
4203
|
export {
|
|
4184
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
4185
|
-
default as
|
|
4186
|
-
} from '../icons/
|
|
4204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4205
|
+
default as Tv2Icon
|
|
4206
|
+
} from '../icons/tv-minimal';
|
|
4187
4207
|
// University aliases
|
|
4188
4208
|
export { default as UniversityIcon } from '../icons/university';
|
|
4189
4209
|
export {
|
|
4190
4210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
4191
4211
|
default as School2Icon
|
|
4192
4212
|
} from '../icons/university';
|
|
4193
|
-
// TvMinimal aliases
|
|
4194
|
-
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
4195
|
-
export {
|
|
4196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
4197
|
-
default as Tv2Icon
|
|
4198
|
-
} from '../icons/tv-minimal';
|
|
4199
4213
|
// UserRoundCheck aliases
|
|
4200
4214
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
4201
4215
|
export {
|
|
@@ -4220,12 +4234,6 @@ export {
|
|
|
4220
4234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
4221
4235
|
default as UserPlus2Icon
|
|
4222
4236
|
} from '../icons/user-round-plus';
|
|
4223
|
-
// UserRoundX aliases
|
|
4224
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4225
|
-
export {
|
|
4226
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4227
|
-
default as UserX2Icon
|
|
4228
|
-
} from '../icons/user-round-x';
|
|
4229
4237
|
// UserRound aliases
|
|
4230
4238
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
4231
4239
|
export {
|
|
@@ -4238,6 +4246,12 @@ export {
|
|
|
4238
4246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
4239
4247
|
default as Users2Icon
|
|
4240
4248
|
} from '../icons/users-round';
|
|
4249
|
+
// UserRoundX aliases
|
|
4250
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
4251
|
+
export {
|
|
4252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
4253
|
+
default as UserX2Icon
|
|
4254
|
+
} from '../icons/user-round-x';
|
|
4241
4255
|
// UtensilsCrossed aliases
|
|
4242
4256
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
4243
4257
|
export {
|