@lucide/astro 0.514.0 → 0.516.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +61 -61
- package/src/aliases/prefixed.ts +551 -547
- package/src/aliases/suffixed.ts +878 -874
- package/src/icons/house-plus.ts +2 -2
- package/src/icons/index.ts +97 -95
- package/src/icons/mic.ts +2 -2
- package/src/icons/pocket.ts +2 -2
- package/src/icons/radiation.ts +2 -2
- package/src/icons/radio.ts +2 -2
- package/src/icons/rectangle-circle.ts +18 -0
- package/src/icons/stamp.ts +2 -2
- package/src/icons/wifi-cog.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
// AArrowDown aliases
|
|
2
2
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
|
-
// ALargeSmall aliases
|
|
4
|
-
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
3
|
// AArrowUp aliases
|
|
6
4
|
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
|
-
// Activity aliases
|
|
8
|
-
export { default as ActivityIcon } from '../icons/activity';
|
|
9
5
|
// Accessibility aliases
|
|
10
6
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
7
|
+
// ALargeSmall aliases
|
|
8
|
+
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
11
9
|
// AirVent aliases
|
|
12
10
|
export { default as AirVentIcon } from '../icons/air-vent';
|
|
11
|
+
// Activity aliases
|
|
12
|
+
export { default as ActivityIcon } from '../icons/activity';
|
|
13
13
|
// Airplay aliases
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClockOff aliases
|
|
@@ -22,124 +22,124 @@ export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignEndHorizontal aliases
|
|
26
|
-
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
27
25
|
// AlignCenterVertical aliases
|
|
28
26
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
|
+
// AlignCenter aliases
|
|
28
|
+
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
|
+
// AlignEndHorizontal aliases
|
|
30
|
+
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
31
|
// AlignEndVertical aliases
|
|
30
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
31
33
|
// AlignHorizontalDistributeCenter aliases
|
|
32
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
35
|
// AlignHorizontalDistributeEnd aliases
|
|
34
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
|
-
// AlignHorizontalJustifyCenter aliases
|
|
36
|
-
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
37
|
-
// AlignCenter aliases
|
|
38
|
-
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
39
37
|
// AlignHorizontalDistributeStart aliases
|
|
40
38
|
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
|
+
// AlignHorizontalJustifyCenter aliases
|
|
40
|
+
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
|
-
// AlignHorizontalSpaceAround aliases
|
|
44
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
45
43
|
// AlignHorizontalJustifyStart aliases
|
|
46
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
47
|
-
//
|
|
48
|
-
export { default as
|
|
49
|
-
// AlignJustify aliases
|
|
50
|
-
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
45
|
+
// AlignHorizontalSpaceAround aliases
|
|
46
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
51
47
|
// AlignHorizontalSpaceBetween aliases
|
|
52
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
+
// AlignJustify aliases
|
|
50
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignStartHorizontal aliases
|
|
54
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
55
|
// AlignRight aliases
|
|
54
56
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
57
|
// AlignStartVertical aliases
|
|
56
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
|
-
// AlignStartHorizontal aliases
|
|
58
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
59
59
|
// AlignVerticalDistributeCenter aliases
|
|
60
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
|
-
// AlignVerticalDistributeStart aliases
|
|
62
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
61
|
// AlignVerticalDistributeEnd aliases
|
|
64
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
+
// AlignVerticalDistributeStart aliases
|
|
64
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
65
|
// AlignVerticalJustifyEnd aliases
|
|
66
66
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
-
// AlignVerticalJustifyCenter aliases
|
|
68
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
69
67
|
// AlignVerticalJustifyStart aliases
|
|
70
68
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
69
|
+
// AlignVerticalJustifyCenter aliases
|
|
70
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
73
|
// AlignVerticalSpaceBetween aliases
|
|
74
74
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
79
|
// Ampersands aliases
|
|
78
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
81
|
// Amphora aliases
|
|
80
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
-
// Ampersand aliases
|
|
82
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
|
-
// Annoyed aliases
|
|
86
|
-
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
87
85
|
// Angry aliases
|
|
88
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
|
+
// Annoyed aliases
|
|
88
|
+
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
91
|
// Anvil aliases
|
|
92
92
|
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
93
|
// Aperture aliases
|
|
94
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindow aliases
|
|
96
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
95
|
// AppWindowMac aliases
|
|
98
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
+
// AppWindow aliases
|
|
98
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
-
// ArchiveX aliases
|
|
102
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
101
|
// ArchiveRestore aliases
|
|
104
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
105
103
|
// Archive aliases
|
|
106
104
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
105
|
+
// ArchiveX aliases
|
|
106
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
107
107
|
// Armchair aliases
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigDown aliases
|
|
112
|
-
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
111
|
// ArrowBigLeft aliases
|
|
114
112
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigDown aliases
|
|
114
|
+
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
117
115
|
// ArrowBigLeftDash aliases
|
|
118
116
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
|
+
// ArrowBigRightDash aliases
|
|
118
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigUpDash aliases
|
|
120
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
121
121
|
// ArrowBigRight aliases
|
|
122
122
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
123
123
|
// ArrowBigUp aliases
|
|
124
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
-
// ArrowDownLeft aliases
|
|
126
|
-
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
127
125
|
// ArrowDownFromLine aliases
|
|
128
126
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
|
+
// ArrowDownLeft aliases
|
|
128
|
+
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
|
+
// ArrowDownToDot aliases
|
|
130
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
129
131
|
// ArrowDownNarrowWide aliases
|
|
130
132
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
133
|
// ArrowDownRight aliases
|
|
132
134
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
-
// ArrowDownToDot aliases
|
|
134
|
-
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
137
|
// ArrowDownUp aliases
|
|
138
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
139
|
-
// ArrowDown aliases
|
|
140
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
141
139
|
// ArrowLeftFromLine aliases
|
|
142
140
|
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
141
|
+
// ArrowDown aliases
|
|
142
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
143
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
145
|
// ArrowLeftToLine aliases
|
|
@@ -148,126 +148,126 @@ export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
|
148
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
149
|
// ArrowRightFromLine aliases
|
|
150
150
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
// ArrowRightToLine aliases
|
|
152
|
-
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
153
|
-
// ArrowRight aliases
|
|
154
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
155
151
|
// ArrowRightLeft aliases
|
|
156
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
157
|
-
//
|
|
158
|
-
export { default as
|
|
153
|
+
// ArrowRightToLine aliases
|
|
154
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
159
155
|
// ArrowUpDown aliases
|
|
160
156
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
157
|
+
// ArrowRight aliases
|
|
158
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
161
159
|
// ArrowUpFromLine aliases
|
|
162
160
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
161
|
+
// ArrowUpFromDot aliases
|
|
162
|
+
export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
165
|
// ArrowUpRight aliases
|
|
166
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
-
// ArrowUp aliases
|
|
168
|
-
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
169
167
|
// ArrowUpToLine aliases
|
|
170
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
171
169
|
// ArrowUpWideNarrow aliases
|
|
172
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
173
|
-
//
|
|
174
|
-
export { default as
|
|
171
|
+
// ArrowUp aliases
|
|
172
|
+
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
173
|
// ArrowsUpFromLine aliases
|
|
176
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
177
|
-
// Asterisk aliases
|
|
178
|
-
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
175
|
// AtSign aliases
|
|
180
176
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
181
|
-
//
|
|
182
|
-
export { default as
|
|
177
|
+
// Asterisk aliases
|
|
178
|
+
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
179
|
+
// Atom aliases
|
|
180
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
183
181
|
// AudioLines aliases
|
|
184
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
+
// AudioWaveform aliases
|
|
184
|
+
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
185
|
// Award aliases
|
|
186
186
|
export { default as AwardIcon } from '../icons/award';
|
|
187
|
-
// Axe aliases
|
|
188
|
-
export { default as AxeIcon } from '../icons/axe';
|
|
189
187
|
// Baby aliases
|
|
190
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
|
-
// BadgeDollarSign aliases
|
|
194
|
-
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
195
193
|
// BadgeAlert aliases
|
|
196
194
|
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
+
// BadgeCent aliases
|
|
196
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
|
+
// BadgeDollarSign aliases
|
|
198
|
+
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
197
199
|
// BadgeEuro aliases
|
|
198
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
199
|
-
// BadgeIndianRupee aliases
|
|
200
|
-
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
201
201
|
// BadgeHelp aliases
|
|
202
202
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
203
|
-
// BadgeJapaneseYen aliases
|
|
204
|
-
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
|
-
// BadgeCent aliases
|
|
206
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
207
203
|
// BadgeInfo aliases
|
|
208
204
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
|
+
// BadgeIndianRupee aliases
|
|
206
|
+
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
209
207
|
// BadgeMinus aliases
|
|
210
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
+
// BadgeJapaneseYen aliases
|
|
210
|
+
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
211
|
// BadgePercent aliases
|
|
212
212
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
213
|
// BadgePlus aliases
|
|
214
214
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
|
+
// BadgePoundSterling aliases
|
|
216
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
217
|
// BadgeRussianRuble aliases
|
|
216
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
|
+
// Badge aliases
|
|
220
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
217
221
|
// BadgeSwissFranc aliases
|
|
218
222
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
219
|
-
// BadgePoundSterling aliases
|
|
220
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
221
223
|
// BadgeX aliases
|
|
222
224
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
-
// BaggageClaim aliases
|
|
224
|
-
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
225
|
-
// Badge aliases
|
|
226
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
227
|
-
// Banana aliases
|
|
228
|
-
export { default as BananaIcon } from '../icons/banana';
|
|
229
225
|
// Ban aliases
|
|
230
226
|
export { default as BanIcon } from '../icons/ban';
|
|
227
|
+
// BaggageClaim aliases
|
|
228
|
+
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
231
229
|
// Bandage aliases
|
|
232
230
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
// BanknoteArrowUp aliases
|
|
234
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
235
231
|
// BanknoteArrowDown aliases
|
|
236
232
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
233
|
+
// Banana aliases
|
|
234
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
239
|
// Banknote aliases
|
|
240
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
|
+
// Bath aliases
|
|
244
|
+
export { default as BathIcon } from '../icons/bath';
|
|
243
245
|
// Baseline aliases
|
|
244
246
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
245
247
|
// BatteryCharging aliases
|
|
246
248
|
export { default as BatteryChargingIcon } from '../icons/battery-charging';
|
|
247
|
-
// Bath aliases
|
|
248
|
-
export { default as BathIcon } from '../icons/bath';
|
|
249
|
-
// BatteryMedium aliases
|
|
250
|
-
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
251
249
|
// BatteryFull aliases
|
|
252
250
|
export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
253
251
|
// BatteryLow aliases
|
|
254
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
|
+
// BatteryMedium aliases
|
|
254
|
+
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
255
|
// BatteryPlus aliases
|
|
256
256
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
257
|
-
// Battery aliases
|
|
258
|
-
export { default as BatteryIcon } from '../icons/battery';
|
|
259
257
|
// BatteryWarning aliases
|
|
260
258
|
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
259
|
+
// Battery aliases
|
|
260
|
+
export { default as BatteryIcon } from '../icons/battery';
|
|
261
|
+
// Beaker aliases
|
|
262
|
+
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
263
|
// BeanOff aliases
|
|
262
264
|
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
263
265
|
// Bean aliases
|
|
264
266
|
export { default as BeanIcon } from '../icons/bean';
|
|
265
|
-
// Beaker aliases
|
|
266
|
-
export { default as BeakerIcon } from '../icons/beaker';
|
|
267
|
-
// BedSingle aliases
|
|
268
|
-
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
269
267
|
// BedDouble aliases
|
|
270
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
|
+
// BedSingle aliases
|
|
270
|
+
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
271
|
// Bed aliases
|
|
272
272
|
export { default as BedIcon } from '../icons/bed';
|
|
273
273
|
// Beef aliases
|
|
@@ -280,56 +280,56 @@ export { default as BeerIcon } from '../icons/beer';
|
|
|
280
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
281
|
// BellElectric aliases
|
|
282
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
-
// BellPlus aliases
|
|
284
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
285
283
|
// BellMinus aliases
|
|
286
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
285
|
// BellOff aliases
|
|
288
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
|
+
// BellRing aliases
|
|
288
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
289
|
+
// BellPlus aliases
|
|
290
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
291
|
// Bell aliases
|
|
290
292
|
export { default as BellIcon } from '../icons/bell';
|
|
291
293
|
// BetweenVerticalEnd aliases
|
|
292
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
293
|
-
// BellRing aliases
|
|
294
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
295
|
// BetweenVerticalStart aliases
|
|
296
296
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
|
-
// Binary aliases
|
|
300
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
301
299
|
// Bike aliases
|
|
302
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
+
// Binary aliases
|
|
302
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
303
303
|
// Binoculars aliases
|
|
304
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
305
305
|
// Biohazard aliases
|
|
306
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
307
|
-
// Bitcoin aliases
|
|
308
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
307
|
// Bird aliases
|
|
310
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Bitcoin aliases
|
|
310
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
311
311
|
// Blend aliases
|
|
312
312
|
export { default as BlendIcon } from '../icons/blend';
|
|
313
|
-
// Blinds aliases
|
|
314
|
-
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
313
|
// Blocks aliases
|
|
316
314
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
315
|
+
// Blinds aliases
|
|
316
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
319
317
|
// BluetoothOff aliases
|
|
320
318
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
|
+
// BluetoothConnected aliases
|
|
320
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
|
-
// Bomb aliases
|
|
326
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
327
|
-
// Bolt aliases
|
|
328
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
329
325
|
// Bold aliases
|
|
330
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
+
// Bolt aliases
|
|
328
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
331
329
|
// Bone aliases
|
|
332
330
|
export { default as BoneIcon } from '../icons/bone';
|
|
331
|
+
// Bomb aliases
|
|
332
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
333
333
|
// BookA aliases
|
|
334
334
|
export { default as BookAIcon } from '../icons/book-a';
|
|
335
335
|
// BookAlert aliases
|
|
@@ -342,10 +342,10 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
342
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
343
|
// BookDown aliases
|
|
344
344
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
345
|
-
// BookHeart aliases
|
|
346
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
345
|
// BookHeadphones aliases
|
|
348
346
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
351
|
// BookImage aliases
|
|
@@ -354,46 +354,46 @@ export { default as BookImageIcon } from '../icons/book-image';
|
|
|
354
354
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
355
355
|
// BookMarked aliases
|
|
356
356
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
357
|
-
// BookOpenCheck aliases
|
|
358
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
357
|
// BookMinus aliases
|
|
360
358
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
361
|
// BookOpenText aliases
|
|
362
362
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
363
363
|
// BookOpen aliases
|
|
364
364
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
365
365
|
// BookPlus aliases
|
|
366
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
-
// BookUp2 aliases
|
|
368
|
-
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
369
|
-
// BookType aliases
|
|
370
|
-
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
367
|
// BookText aliases
|
|
372
368
|
export { default as BookTextIcon } from '../icons/book-text';
|
|
369
|
+
// BookType aliases
|
|
370
|
+
export { default as BookTypeIcon } from '../icons/book-type';
|
|
371
|
+
// BookUp2 aliases
|
|
372
|
+
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
373
|
// BookUp aliases
|
|
374
374
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
375
|
// BookUser aliases
|
|
376
376
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
|
-
// BookmarkCheck aliases
|
|
378
|
-
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
379
377
|
// BookX aliases
|
|
380
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
379
|
+
// BookmarkCheck aliases
|
|
380
|
+
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
381
|
// Book aliases
|
|
382
382
|
export { default as BookIcon } from '../icons/book';
|
|
383
|
-
// BookmarkPlus aliases
|
|
384
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
383
|
// BookmarkMinus aliases
|
|
386
384
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
385
|
+
// BookmarkPlus aliases
|
|
386
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
387
387
|
// BookmarkX aliases
|
|
388
388
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
389
|
// BoomBox aliases
|
|
392
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
-
// BotOff aliases
|
|
394
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
391
|
// BotMessageSquare aliases
|
|
396
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
+
// Bookmark aliases
|
|
394
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
395
|
+
// BotOff aliases
|
|
396
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// Bot aliases
|
|
398
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
399
|
// BowArrow aliases
|
|
@@ -406,82 +406,82 @@ export { default as BoxesIcon } from '../icons/boxes';
|
|
|
406
406
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
407
407
|
// BrainCircuit aliases
|
|
408
408
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
-
// Brain aliases
|
|
410
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
411
409
|
// BrainCog aliases
|
|
412
410
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
413
411
|
// BrickWallFire aliases
|
|
414
412
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
|
-
// BrickWall aliases
|
|
416
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
413
|
// BriefcaseBusiness aliases
|
|
418
414
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
|
+
// BrickWall aliases
|
|
416
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
419
417
|
// BriefcaseConveyorBelt aliases
|
|
420
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
421
|
-
//
|
|
422
|
-
export { default as
|
|
419
|
+
// Brain aliases
|
|
420
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
423
421
|
// BriefcaseMedical aliases
|
|
424
422
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
423
|
+
// Briefcase aliases
|
|
424
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
425
|
// BringToFront aliases
|
|
426
426
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
427
427
|
// BrushCleaning aliases
|
|
428
428
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
429
|
-
// Brush aliases
|
|
430
|
-
export { default as BrushIcon } from '../icons/brush';
|
|
431
429
|
// Bubbles aliases
|
|
432
430
|
export { default as BubblesIcon } from '../icons/bubbles';
|
|
433
|
-
//
|
|
434
|
-
export { default as
|
|
431
|
+
// Brush aliases
|
|
432
|
+
export { default as BrushIcon } from '../icons/brush';
|
|
435
433
|
// BugOff aliases
|
|
436
434
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
-
//
|
|
438
|
-
export { default as
|
|
439
|
-
// Building aliases
|
|
440
|
-
export { default as BuildingIcon } from '../icons/building';
|
|
435
|
+
// BugPlay aliases
|
|
436
|
+
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
437
|
// Building2 aliases
|
|
442
438
|
export { default as Building2Icon } from '../icons/building-2';
|
|
439
|
+
// Building aliases
|
|
440
|
+
export { default as BuildingIcon } from '../icons/building';
|
|
441
|
+
// Bug aliases
|
|
442
|
+
export { default as BugIcon } from '../icons/bug';
|
|
443
443
|
// BusFront aliases
|
|
444
444
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
445
445
|
// Bus aliases
|
|
446
446
|
export { default as BusIcon } from '../icons/bus';
|
|
447
|
-
// Cable aliases
|
|
448
|
-
export { default as CableIcon } from '../icons/cable';
|
|
449
447
|
// CableCar aliases
|
|
450
448
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
451
|
-
//
|
|
452
|
-
export { default as
|
|
449
|
+
// Cable aliases
|
|
450
|
+
export { default as CableIcon } from '../icons/cable';
|
|
453
451
|
// Cake aliases
|
|
454
452
|
export { default as CakeIcon } from '../icons/cake';
|
|
453
|
+
// CakeSlice aliases
|
|
454
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
455
|
// Calculator aliases
|
|
456
456
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
457
|
-
// CalendarArrowDown aliases
|
|
458
|
-
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
459
457
|
// Calendar1 aliases
|
|
460
458
|
export { default as Calendar1Icon } from '../icons/calendar-1';
|
|
459
|
+
// CalendarArrowDown aliases
|
|
460
|
+
export { default as CalendarArrowDownIcon } from '../icons/calendar-arrow-down';
|
|
461
461
|
// CalendarArrowUp aliases
|
|
462
462
|
export { default as CalendarArrowUpIcon } from '../icons/calendar-arrow-up';
|
|
463
463
|
// CalendarCheck2 aliases
|
|
464
464
|
export { default as CalendarCheck2Icon } from '../icons/calendar-check-2';
|
|
465
|
-
// CalendarCheck aliases
|
|
466
|
-
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
467
465
|
// CalendarClock aliases
|
|
468
466
|
export { default as CalendarClockIcon } from '../icons/calendar-clock';
|
|
467
|
+
// CalendarCheck aliases
|
|
468
|
+
export { default as CalendarCheckIcon } from '../icons/calendar-check';
|
|
469
469
|
// CalendarCog aliases
|
|
470
470
|
export { default as CalendarCogIcon } from '../icons/calendar-cog';
|
|
471
471
|
// CalendarDays aliases
|
|
472
472
|
export { default as CalendarDaysIcon } from '../icons/calendar-days';
|
|
473
|
-
// CalendarFold aliases
|
|
474
|
-
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
475
473
|
// CalendarHeart aliases
|
|
476
474
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
475
|
+
// CalendarFold aliases
|
|
476
|
+
export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
477
477
|
// CalendarMinus2 aliases
|
|
478
478
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
479
|
-
// CalendarOff aliases
|
|
480
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
481
479
|
// CalendarMinus aliases
|
|
482
480
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
483
481
|
// CalendarPlus2 aliases
|
|
484
482
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
|
+
// CalendarOff aliases
|
|
484
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
485
485
|
// CalendarPlus aliases
|
|
486
486
|
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
487
487
|
// CalendarRange aliases
|
|
@@ -494,40 +494,40 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
494
494
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
495
495
|
// CalendarX aliases
|
|
496
496
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
497
|
-
// Calendar aliases
|
|
498
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
499
497
|
// CameraOff aliases
|
|
500
498
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
499
|
+
// Calendar aliases
|
|
500
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
501
501
|
// Camera aliases
|
|
502
502
|
export { default as CameraIcon } from '../icons/camera';
|
|
503
|
+
// CandyCane aliases
|
|
504
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
503
505
|
// CandyOff aliases
|
|
504
506
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
505
507
|
// Candy aliases
|
|
506
508
|
export { default as CandyIcon } from '../icons/candy';
|
|
507
|
-
// CandyCane aliases
|
|
508
|
-
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
509
|
-
// CaptionsOff aliases
|
|
510
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
509
|
// Cannabis aliases
|
|
512
510
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
511
|
+
// CaptionsOff aliases
|
|
512
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
513
513
|
// CarFront aliases
|
|
514
514
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// CarTaxiFront aliases
|
|
516
516
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
517
|
-
// CardSim aliases
|
|
518
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
519
|
-
// Caravan aliases
|
|
520
|
-
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
517
|
// Car aliases
|
|
522
518
|
export { default as CarIcon } from '../icons/car';
|
|
523
|
-
//
|
|
524
|
-
export { default as
|
|
525
|
-
//
|
|
526
|
-
export { default as
|
|
519
|
+
// Caravan aliases
|
|
520
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
521
|
+
// CardSim aliases
|
|
522
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
527
523
|
// Carrot aliases
|
|
528
524
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
525
|
+
// CaseLower aliases
|
|
526
|
+
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
527
|
// CaseUpper aliases
|
|
530
528
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
529
|
+
// CaseSensitive aliases
|
|
530
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
531
531
|
// CassetteTape aliases
|
|
532
532
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
533
533
|
// Cast aliases
|
|
@@ -538,28 +538,28 @@ export { default as CastleIcon } from '../icons/castle';
|
|
|
538
538
|
export { default as CatIcon } from '../icons/cat';
|
|
539
539
|
// Cctv aliases
|
|
540
540
|
export { default as CctvIcon } from '../icons/cctv';
|
|
541
|
-
// ChartBarDecreasing aliases
|
|
542
|
-
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
543
541
|
// ChartBarIncreasing aliases
|
|
544
542
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
545
|
-
//
|
|
546
|
-
export { default as
|
|
543
|
+
// ChartBarDecreasing aliases
|
|
544
|
+
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
545
|
// ChartBarStacked aliases
|
|
548
546
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
547
|
+
// ChartColumnDecreasing aliases
|
|
548
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartColumnStacked aliases
|
|
550
550
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
551
551
|
// ChartGantt aliases
|
|
552
552
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
|
+
// ChartNoAxesColumnDecreasing aliases
|
|
554
|
+
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
555
|
// ChartNetwork aliases
|
|
554
556
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
555
557
|
// ChartNoAxesCombined aliases
|
|
556
558
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
557
|
-
// ChartNoAxesColumnDecreasing aliases
|
|
558
|
-
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
|
-
// ChartSpline aliases
|
|
560
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
561
559
|
// CheckCheck aliases
|
|
562
560
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
561
|
+
// ChartSpline aliases
|
|
562
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
563
563
|
// CheckLine aliases
|
|
564
564
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
565
565
|
// Check aliases
|
|
@@ -568,172 +568,174 @@ export { default as CheckIcon } from '../icons/check';
|
|
|
568
568
|
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
569
569
|
// Cherry aliases
|
|
570
570
|
export { default as CherryIcon } from '../icons/cherry';
|
|
571
|
-
// ChevronDown aliases
|
|
572
|
-
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
573
571
|
// ChevronFirst aliases
|
|
574
572
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
573
|
+
// ChevronDown aliases
|
|
574
|
+
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
575
575
|
// ChevronLast aliases
|
|
576
576
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
577
577
|
// ChevronLeft aliases
|
|
578
578
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
579
|
-
// ChevronRight aliases
|
|
580
|
-
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
581
579
|
// ChevronUp aliases
|
|
582
580
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
581
|
+
// ChevronRight aliases
|
|
582
|
+
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
583
583
|
// ChevronsDownUp aliases
|
|
584
584
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
585
|
-
// ChevronsDown aliases
|
|
586
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
587
|
-
// ChevronsLeftRightEllipsis aliases
|
|
588
|
-
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
589
585
|
// ChevronsLeftRight aliases
|
|
590
586
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
591
|
-
//
|
|
592
|
-
export { default as
|
|
587
|
+
// ChevronsLeftRightEllipsis aliases
|
|
588
|
+
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
589
|
// ChevronsLeft aliases
|
|
594
590
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
591
|
+
// ChevronsDown aliases
|
|
592
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
595
593
|
// ChevronsRightLeft aliases
|
|
596
594
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
595
|
+
// ChevronsRight aliases
|
|
596
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
597
|
+
// Chrome aliases
|
|
598
|
+
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
599
|
// ChevronsUpDown aliases
|
|
598
600
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
601
|
// ChevronsUp aliases
|
|
600
602
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
601
|
-
// Chrome aliases
|
|
602
|
-
export { default as ChromeIcon } from '../icons/chrome';
|
|
603
603
|
// Church aliases
|
|
604
604
|
export { default as ChurchIcon } from '../icons/church';
|
|
605
605
|
// CigaretteOff aliases
|
|
606
606
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
607
|
-
// Cigarette aliases
|
|
608
|
-
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
609
607
|
// CircleDashed aliases
|
|
610
608
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
611
|
-
//
|
|
612
|
-
export { default as
|
|
609
|
+
// Cigarette aliases
|
|
610
|
+
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
613
611
|
// CircleDollarSign aliases
|
|
614
612
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
613
|
+
// CircleDotDashed aliases
|
|
614
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
615
615
|
// CircleEllipsis aliases
|
|
616
616
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
617
|
+
// CircleDot aliases
|
|
618
|
+
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
619
|
// CircleEqual aliases
|
|
618
620
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
619
621
|
// CircleFadingArrowUp aliases
|
|
620
622
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
621
|
-
// CircleDot aliases
|
|
622
|
-
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
623
|
-
// CircleFadingPlus aliases
|
|
624
|
-
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
625
623
|
// CircleOff aliases
|
|
626
624
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
627
|
-
//
|
|
628
|
-
export { default as
|
|
625
|
+
// CircleFadingPlus aliases
|
|
626
|
+
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
627
|
// CircleSlash aliases
|
|
630
628
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
629
|
+
// CirclePoundSterling aliases
|
|
630
|
+
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
631
|
// CircleSmall aliases
|
|
632
632
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
633
633
|
// Circle aliases
|
|
634
634
|
export { default as CircleIcon } from '../icons/circle';
|
|
635
|
-
// Citrus aliases
|
|
636
|
-
export { default as CitrusIcon } from '../icons/citrus';
|
|
637
635
|
// CircuitBoard aliases
|
|
638
636
|
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
639
|
-
// ClipboardCopy aliases
|
|
640
|
-
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
641
637
|
// Clapperboard aliases
|
|
642
638
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
639
|
+
// Citrus aliases
|
|
640
|
+
export { default as CitrusIcon } from '../icons/citrus';
|
|
643
641
|
// ClipboardCheck aliases
|
|
644
642
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
645
|
-
//
|
|
646
|
-
export { default as
|
|
643
|
+
// ClipboardCopy aliases
|
|
644
|
+
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
647
645
|
// ClipboardList aliases
|
|
648
646
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
647
|
+
// ClipboardMinus aliases
|
|
648
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
649
649
|
// ClipboardPaste aliases
|
|
650
650
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
651
651
|
// ClipboardPlus aliases
|
|
652
652
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
653
|
+
// ClipboardType aliases
|
|
654
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
653
655
|
// ClipboardX aliases
|
|
654
656
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
655
657
|
// Clipboard aliases
|
|
656
658
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
657
|
-
// ClipboardType aliases
|
|
658
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
659
659
|
// Clock1 aliases
|
|
660
660
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
661
661
|
// Clock10 aliases
|
|
662
662
|
export { default as Clock10Icon } from '../icons/clock-10';
|
|
663
|
-
// Clock12 aliases
|
|
664
|
-
export { default as Clock12Icon } from '../icons/clock-12';
|
|
665
663
|
// Clock11 aliases
|
|
666
664
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
665
|
+
// Clock12 aliases
|
|
666
|
+
export { default as Clock12Icon } from '../icons/clock-12';
|
|
667
667
|
// Clock2 aliases
|
|
668
668
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
669
669
|
// Clock3 aliases
|
|
670
670
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
671
|
-
// Clock4 aliases
|
|
672
|
-
export { default as Clock4Icon } from '../icons/clock-4';
|
|
673
671
|
// Clock5 aliases
|
|
674
672
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
675
673
|
// Clock6 aliases
|
|
676
674
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
675
|
+
// Clock4 aliases
|
|
676
|
+
export { default as Clock4Icon } from '../icons/clock-4';
|
|
677
677
|
// Clock7 aliases
|
|
678
678
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
679
|
-
// Clock9 aliases
|
|
680
|
-
export { default as Clock9Icon } from '../icons/clock-9';
|
|
681
679
|
// Clock8 aliases
|
|
682
680
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
681
|
+
// Clock9 aliases
|
|
682
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
683
683
|
// ClockAlert aliases
|
|
684
684
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
685
|
-
// ClockFading aliases
|
|
686
|
-
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
687
|
-
// ClockArrowDown aliases
|
|
688
|
-
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
689
685
|
// ClockArrowUp aliases
|
|
690
686
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
691
|
-
//
|
|
692
|
-
export { default as
|
|
687
|
+
// ClockArrowDown aliases
|
|
688
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
693
689
|
// Clock aliases
|
|
694
690
|
export { default as ClockIcon } from '../icons/clock';
|
|
691
|
+
// ClockFading aliases
|
|
692
|
+
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
693
|
+
// ClockPlus aliases
|
|
694
|
+
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
695
695
|
// CloudAlert aliases
|
|
696
696
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
697
|
-
// CloudCog aliases
|
|
698
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
699
697
|
// CloudCheck aliases
|
|
700
698
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
699
|
+
// CloudCog aliases
|
|
700
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
701
701
|
// CloudDrizzle aliases
|
|
702
702
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
703
703
|
// CloudFog aliases
|
|
704
704
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
705
705
|
// CloudHail aliases
|
|
706
706
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
707
|
-
// CloudLightning aliases
|
|
708
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
709
707
|
// CloudMoonRain aliases
|
|
710
708
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
709
|
+
// CloudLightning aliases
|
|
710
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
711
|
+
// CloudMoon aliases
|
|
712
|
+
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
711
713
|
// CloudOff aliases
|
|
712
714
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
713
715
|
// CloudRainWind aliases
|
|
714
716
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
715
717
|
// CloudRain aliases
|
|
716
718
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
717
|
-
// CloudMoon aliases
|
|
718
|
-
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
719
|
-
// CloudSunRain aliases
|
|
720
|
-
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
721
719
|
// CloudSnow aliases
|
|
722
720
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
721
|
+
// CloudSunRain aliases
|
|
722
|
+
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
723
723
|
// CloudSun aliases
|
|
724
724
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
725
|
+
// Cloudy aliases
|
|
726
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
725
727
|
// Cloud aliases
|
|
726
728
|
export { default as CloudIcon } from '../icons/cloud';
|
|
727
729
|
// Clover aliases
|
|
728
730
|
export { default as CloverIcon } from '../icons/clover';
|
|
729
|
-
// Cloudy aliases
|
|
730
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
731
731
|
// Club aliases
|
|
732
732
|
export { default as ClubIcon } from '../icons/club';
|
|
733
733
|
// Code aliases
|
|
734
734
|
export { default as CodeIcon } from '../icons/code';
|
|
735
735
|
// Codepen aliases
|
|
736
736
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
737
|
+
// Coffee aliases
|
|
738
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
737
739
|
// Codesandbox aliases
|
|
738
740
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
739
741
|
// Cog aliases
|
|
@@ -742,30 +744,28 @@ export { default as CogIcon } from '../icons/cog';
|
|
|
742
744
|
export { default as CoinsIcon } from '../icons/coins';
|
|
743
745
|
// Columns4 aliases
|
|
744
746
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
745
|
-
// Coffee aliases
|
|
746
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
747
747
|
// Combine aliases
|
|
748
748
|
export { default as CombineIcon } from '../icons/combine';
|
|
749
749
|
// Command aliases
|
|
750
750
|
export { default as CommandIcon } from '../icons/command';
|
|
751
|
-
// Computer aliases
|
|
752
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
753
751
|
// Compass aliases
|
|
754
752
|
export { default as CompassIcon } from '../icons/compass';
|
|
755
753
|
// Component aliases
|
|
756
754
|
export { default as ComponentIcon } from '../icons/component';
|
|
755
|
+
// Computer aliases
|
|
756
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
757
|
+
// ConciergeBell aliases
|
|
758
|
+
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
757
759
|
// Cone aliases
|
|
758
760
|
export { default as ConeIcon } from '../icons/cone';
|
|
761
|
+
// Container aliases
|
|
762
|
+
export { default as ContainerIcon } from '../icons/container';
|
|
759
763
|
// Construction aliases
|
|
760
764
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
761
|
-
// ConciergeBell aliases
|
|
762
|
-
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
763
|
-
// Contact aliases
|
|
764
|
-
export { default as ContactIcon } from '../icons/contact';
|
|
765
765
|
// Contrast aliases
|
|
766
766
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
767
|
-
//
|
|
768
|
-
export { default as
|
|
767
|
+
// Contact aliases
|
|
768
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
769
769
|
// Cookie aliases
|
|
770
770
|
export { default as CookieIcon } from '../icons/cookie';
|
|
771
771
|
// CookingPot aliases
|
|
@@ -782,38 +782,38 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
782
782
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
783
783
|
// Copy aliases
|
|
784
784
|
export { default as CopyIcon } from '../icons/copy';
|
|
785
|
-
// Copyleft aliases
|
|
786
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
787
785
|
// Copyright aliases
|
|
788
786
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
787
|
+
// Copyleft aliases
|
|
788
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
789
789
|
// CornerDownLeft aliases
|
|
790
790
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
791
|
+
// CornerLeftDown aliases
|
|
792
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
791
793
|
// CornerLeftUp aliases
|
|
792
794
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
793
795
|
// CornerDownRight aliases
|
|
794
796
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
795
|
-
// CornerLeftDown aliases
|
|
796
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
797
797
|
// CornerRightDown aliases
|
|
798
798
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
799
|
-
// CornerUpLeft aliases
|
|
800
|
-
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
801
|
-
// Cpu aliases
|
|
802
|
-
export { default as CpuIcon } from '../icons/cpu';
|
|
803
799
|
// CornerRightUp aliases
|
|
804
800
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
805
801
|
// CornerUpRight aliases
|
|
806
802
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
803
|
+
// Cpu aliases
|
|
804
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
807
805
|
// CreativeCommons aliases
|
|
808
806
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
807
|
+
// CornerUpLeft aliases
|
|
808
|
+
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
809
809
|
// CreditCard aliases
|
|
810
810
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
811
|
-
// Crop aliases
|
|
812
|
-
export { default as CropIcon } from '../icons/crop';
|
|
813
|
-
// Cross aliases
|
|
814
|
-
export { default as CrossIcon } from '../icons/cross';
|
|
815
811
|
// Croissant aliases
|
|
816
812
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
813
|
+
// Cross aliases
|
|
814
|
+
export { default as CrossIcon } from '../icons/cross';
|
|
815
|
+
// Crop aliases
|
|
816
|
+
export { default as CropIcon } from '../icons/crop';
|
|
817
817
|
// Crown aliases
|
|
818
818
|
export { default as CrownIcon } from '../icons/crown';
|
|
819
819
|
// Cuboid aliases
|
|
@@ -822,78 +822,78 @@ export { default as CuboidIcon } from '../icons/cuboid';
|
|
|
822
822
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
823
823
|
// Crosshair aliases
|
|
824
824
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
825
|
-
// Cylinder aliases
|
|
826
|
-
export { default as CylinderIcon } from '../icons/cylinder';
|
|
827
825
|
// Currency aliases
|
|
828
826
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
829
|
-
//
|
|
830
|
-
export { default as
|
|
827
|
+
// Cylinder aliases
|
|
828
|
+
export { default as CylinderIcon } from '../icons/cylinder';
|
|
831
829
|
// Dam aliases
|
|
832
830
|
export { default as DamIcon } from '../icons/dam';
|
|
833
|
-
//
|
|
834
|
-
export { default as
|
|
831
|
+
// DatabaseBackup aliases
|
|
832
|
+
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
835
833
|
// Database aliases
|
|
836
834
|
export { default as DatabaseIcon } from '../icons/database';
|
|
837
|
-
//
|
|
838
|
-
export { default as
|
|
839
|
-
// Dessert aliases
|
|
840
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
835
|
+
// DatabaseZap aliases
|
|
836
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
841
837
|
// DecimalsArrowLeft aliases
|
|
842
838
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
839
|
+
// DecimalsArrowRight aliases
|
|
840
|
+
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
843
841
|
// Delete aliases
|
|
844
842
|
export { default as DeleteIcon } from '../icons/delete';
|
|
843
|
+
// Dessert aliases
|
|
844
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
845
845
|
// Diameter aliases
|
|
846
846
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
847
847
|
// DiamondMinus aliases
|
|
848
848
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
849
|
-
// DiamondPlus aliases
|
|
850
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
851
849
|
// Diamond aliases
|
|
852
850
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
851
|
+
// DiamondPlus aliases
|
|
852
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
853
|
+
// Dice2 aliases
|
|
854
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
853
855
|
// Dice1 aliases
|
|
854
856
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
855
857
|
// Dice3 aliases
|
|
856
858
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
857
|
-
// Dice2 aliases
|
|
858
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
859
859
|
// Dice4 aliases
|
|
860
860
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
861
|
-
// Dices aliases
|
|
862
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
863
861
|
// Dice5 aliases
|
|
864
862
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
863
|
+
// Dice6 aliases
|
|
864
|
+
export { default as Dice6Icon } from '../icons/dice-6';
|
|
865
|
+
// Dices aliases
|
|
866
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
865
867
|
// Diff aliases
|
|
866
868
|
export { default as DiffIcon } from '../icons/diff';
|
|
867
869
|
// Disc2 aliases
|
|
868
870
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
869
|
-
//
|
|
870
|
-
export { default as
|
|
871
|
+
// DiscAlbum aliases
|
|
872
|
+
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
871
873
|
// Disc3 aliases
|
|
872
874
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
873
875
|
// Disc aliases
|
|
874
876
|
export { default as DiscIcon } from '../icons/disc';
|
|
875
|
-
// DiscAlbum aliases
|
|
876
|
-
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
877
877
|
// Divide aliases
|
|
878
878
|
export { default as DivideIcon } from '../icons/divide';
|
|
879
879
|
// DnaOff aliases
|
|
880
880
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
881
881
|
// Dna aliases
|
|
882
882
|
export { default as DnaIcon } from '../icons/dna';
|
|
883
|
+
// DollarSign aliases
|
|
884
|
+
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
883
885
|
// Dock aliases
|
|
884
886
|
export { default as DockIcon } from '../icons/dock';
|
|
885
887
|
// Dog aliases
|
|
886
888
|
export { default as DogIcon } from '../icons/dog';
|
|
887
|
-
// DollarSign aliases
|
|
888
|
-
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
889
889
|
// Donut aliases
|
|
890
890
|
export { default as DonutIcon } from '../icons/donut';
|
|
891
|
+
// DoorClosedLocked aliases
|
|
892
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
891
893
|
// DoorClosed aliases
|
|
892
894
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
893
895
|
// DoorOpen aliases
|
|
894
896
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
895
|
-
// DoorClosedLocked aliases
|
|
896
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
897
897
|
// Dot aliases
|
|
898
898
|
export { default as DotIcon } from '../icons/dot';
|
|
899
899
|
// Download aliases
|
|
@@ -904,112 +904,112 @@ export { default as DramaIcon } from '../icons/drama';
|
|
|
904
904
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
905
905
|
// Dribbble aliases
|
|
906
906
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
907
|
+
// DropletOff aliases
|
|
908
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
907
909
|
// Drill aliases
|
|
908
910
|
export { default as DrillIcon } from '../icons/drill';
|
|
909
911
|
// Droplet aliases
|
|
910
912
|
export { default as DropletIcon } from '../icons/droplet';
|
|
911
|
-
// DropletOff aliases
|
|
912
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
913
913
|
// Droplets aliases
|
|
914
914
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
915
915
|
// Drum aliases
|
|
916
916
|
export { default as DrumIcon } from '../icons/drum';
|
|
917
|
-
// Dumbbell aliases
|
|
918
|
-
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
919
917
|
// Drumstick aliases
|
|
920
918
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
919
|
+
// Dumbbell aliases
|
|
920
|
+
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
921
921
|
// EarOff aliases
|
|
922
922
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
923
|
-
// Ear aliases
|
|
924
|
-
export { default as EarIcon } from '../icons/ear';
|
|
925
923
|
// EarthLock aliases
|
|
926
924
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
925
|
+
// Ear aliases
|
|
926
|
+
export { default as EarIcon } from '../icons/ear';
|
|
927
927
|
// Eclipse aliases
|
|
928
928
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
929
|
-
// EggFried aliases
|
|
930
|
-
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
931
929
|
// EggOff aliases
|
|
932
930
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
931
|
+
// EggFried aliases
|
|
932
|
+
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
935
933
|
// Egg aliases
|
|
936
934
|
export { default as EggIcon } from '../icons/egg';
|
|
937
|
-
// Equal aliases
|
|
938
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
939
935
|
// EqualNot aliases
|
|
940
936
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
937
|
+
// Equal aliases
|
|
938
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
939
|
+
// EqualApproximately aliases
|
|
940
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
941
941
|
// Eraser aliases
|
|
942
942
|
export { default as EraserIcon } from '../icons/eraser';
|
|
943
|
+
// EthernetPort aliases
|
|
944
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
943
945
|
// Euro aliases
|
|
944
946
|
export { default as EuroIcon } from '../icons/euro';
|
|
945
|
-
// ExternalLink aliases
|
|
946
|
-
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
947
947
|
// Expand aliases
|
|
948
948
|
export { default as ExpandIcon } from '../icons/expand';
|
|
949
|
-
//
|
|
950
|
-
export { default as
|
|
949
|
+
// ExternalLink aliases
|
|
950
|
+
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
951
951
|
// EyeClosed aliases
|
|
952
952
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
953
|
-
// EyeOff aliases
|
|
954
|
-
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
955
953
|
// Eye aliases
|
|
956
954
|
export { default as EyeIcon } from '../icons/eye';
|
|
957
955
|
// Facebook aliases
|
|
958
956
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
957
|
+
// EyeOff aliases
|
|
958
|
+
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
959
959
|
// Factory aliases
|
|
960
960
|
export { default as FactoryIcon } from '../icons/factory';
|
|
961
|
-
// FastForward aliases
|
|
962
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
963
|
-
// Fan aliases
|
|
964
|
-
export { default as FanIcon } from '../icons/fan';
|
|
965
961
|
// Feather aliases
|
|
966
962
|
export { default as FeatherIcon } from '../icons/feather';
|
|
963
|
+
// Fan aliases
|
|
964
|
+
export { default as FanIcon } from '../icons/fan';
|
|
967
965
|
// Fence aliases
|
|
968
966
|
export { default as FenceIcon } from '../icons/fence';
|
|
967
|
+
// FastForward aliases
|
|
968
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
969
969
|
// FerrisWheel aliases
|
|
970
970
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
971
971
|
// Figma aliases
|
|
972
972
|
export { default as FigmaIcon } from '../icons/figma';
|
|
973
|
-
// FileArchive aliases
|
|
974
|
-
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
975
973
|
// FileAudio2 aliases
|
|
976
974
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
977
975
|
// FileAudio aliases
|
|
978
976
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
979
|
-
//
|
|
980
|
-
export { default as
|
|
977
|
+
// FileArchive aliases
|
|
978
|
+
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
981
979
|
// FileBadge aliases
|
|
982
980
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
981
|
+
// FileBadge2 aliases
|
|
982
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
983
983
|
// FileBox aliases
|
|
984
984
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
985
|
-
// FileCheck aliases
|
|
986
|
-
export { default as FileCheckIcon } from '../icons/file-check';
|
|
987
985
|
// FileCheck2 aliases
|
|
988
986
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
989
987
|
// FileClock aliases
|
|
990
988
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
991
|
-
//
|
|
992
|
-
export { default as
|
|
989
|
+
// FileCheck aliases
|
|
990
|
+
export { default as FileCheckIcon } from '../icons/file-check';
|
|
993
991
|
// FileCode2 aliases
|
|
994
992
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
993
|
+
// FileCode aliases
|
|
994
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
995
995
|
// FileDiff aliases
|
|
996
996
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
997
|
-
// FileDigit aliases
|
|
998
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
999
997
|
// FileDown aliases
|
|
1000
998
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
999
|
+
// FileDigit aliases
|
|
1000
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
1001
|
+
// FileHeart aliases
|
|
1002
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1001
1003
|
// FileImage aliases
|
|
1002
1004
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
1003
1005
|
// FileInput aliases
|
|
1004
1006
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
1005
|
-
// FileHeart aliases
|
|
1006
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
1007
1007
|
// FileJson2 aliases
|
|
1008
1008
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1009
|
-
// FileJson aliases
|
|
1010
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1011
1009
|
// FileKey2 aliases
|
|
1012
1010
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1011
|
+
// FileJson aliases
|
|
1012
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1013
1013
|
// FileKey aliases
|
|
1014
1014
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1015
1015
|
// FileLock2 aliases
|
|
@@ -1018,94 +1018,94 @@ export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
|
1018
1018
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1019
1019
|
// FileMinus2 aliases
|
|
1020
1020
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1021
|
-
// FileMusic aliases
|
|
1022
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1023
|
-
// FileOutput aliases
|
|
1024
|
-
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1025
1021
|
// FileMinus aliases
|
|
1026
1022
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1023
|
+
// FileMusic aliases
|
|
1024
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1027
1025
|
// FilePlus2 aliases
|
|
1028
1026
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1029
|
-
//
|
|
1030
|
-
export { default as
|
|
1031
|
-
// FileScan aliases
|
|
1032
|
-
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1027
|
+
// FileOutput aliases
|
|
1028
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1033
1029
|
// FileQuestion aliases
|
|
1034
1030
|
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1031
|
+
// FileScan aliases
|
|
1032
|
+
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1033
|
+
// FilePlus aliases
|
|
1034
|
+
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1035
1035
|
// FileSearch2 aliases
|
|
1036
1036
|
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1037
1037
|
// FileSearch aliases
|
|
1038
1038
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1039
|
-
// FileSliders aliases
|
|
1040
|
-
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1041
1039
|
// FileSpreadsheet aliases
|
|
1042
1040
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1043
|
-
//
|
|
1044
|
-
export { default as
|
|
1041
|
+
// FileSliders aliases
|
|
1042
|
+
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1045
1043
|
// FileStack aliases
|
|
1046
1044
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1045
|
+
// FileSymlink aliases
|
|
1046
|
+
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1047
1047
|
// FileTerminal aliases
|
|
1048
1048
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1049
|
-
// FileText aliases
|
|
1050
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1051
1049
|
// FileType2 aliases
|
|
1052
1050
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1051
|
+
// FileText aliases
|
|
1052
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1053
1053
|
// FileType aliases
|
|
1054
1054
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1055
|
-
// FileUp aliases
|
|
1056
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1057
|
-
// FileUser aliases
|
|
1058
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1059
1055
|
// FileVideo2 aliases
|
|
1060
1056
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1057
|
+
// FileUp aliases
|
|
1058
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1061
1059
|
// FileVideo aliases
|
|
1062
1060
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1061
|
+
// FileUser aliases
|
|
1062
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1063
1063
|
// FileVolume2 aliases
|
|
1064
1064
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1065
1065
|
// FileVolume aliases
|
|
1066
1066
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1067
|
-
// FileWarning aliases
|
|
1068
|
-
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1069
1067
|
// FileX2 aliases
|
|
1070
1068
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1071
1069
|
// FileX aliases
|
|
1072
1070
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1073
|
-
//
|
|
1074
|
-
export { default as
|
|
1075
|
-
// Fingerprint aliases
|
|
1076
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1071
|
+
// FileWarning aliases
|
|
1072
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1077
1073
|
// File aliases
|
|
1078
1074
|
export { default as FileIcon } from '../icons/file';
|
|
1079
1075
|
// Film aliases
|
|
1080
1076
|
export { default as FilmIcon } from '../icons/film';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1077
|
+
// Files aliases
|
|
1078
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1079
|
+
// Fingerprint aliases
|
|
1080
|
+
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1083
1081
|
// FishOff aliases
|
|
1084
1082
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1085
1083
|
// FishSymbol aliases
|
|
1086
1084
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1085
|
+
// FireExtinguisher aliases
|
|
1086
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
1087
|
// Fish aliases
|
|
1088
1088
|
export { default as FishIcon } from '../icons/fish';
|
|
1089
|
-
// FlagOff aliases
|
|
1090
|
-
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1091
1089
|
// FlagTriangleLeft aliases
|
|
1092
1090
|
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1091
|
+
// FlagOff aliases
|
|
1092
|
+
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1093
1093
|
// FlagTriangleRight aliases
|
|
1094
1094
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1095
1095
|
// Flag aliases
|
|
1096
1096
|
export { default as FlagIcon } from '../icons/flag';
|
|
1097
1097
|
// FlameKindling aliases
|
|
1098
1098
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1099
|
+
// FlashlightOff aliases
|
|
1100
|
+
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1099
1101
|
// Flame aliases
|
|
1100
1102
|
export { default as FlameIcon } from '../icons/flame';
|
|
1103
|
+
// Flashlight aliases
|
|
1104
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1101
1105
|
// FlaskConicalOff aliases
|
|
1102
1106
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1103
|
-
// FlashlightOff aliases
|
|
1104
|
-
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1105
1107
|
// FlaskConical aliases
|
|
1106
1108
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1107
|
-
// Flashlight aliases
|
|
1108
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
1109
|
// FlaskRound aliases
|
|
1110
1110
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1111
1111
|
// FlipHorizontal2 aliases
|
|
@@ -1118,30 +1118,30 @@ export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
|
1118
1118
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1119
1119
|
// Flower2 aliases
|
|
1120
1120
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1121
|
-
// Flower aliases
|
|
1122
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1123
1121
|
// Focus aliases
|
|
1124
1122
|
export { default as FocusIcon } from '../icons/focus';
|
|
1125
1123
|
// FoldHorizontal aliases
|
|
1126
1124
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1125
|
+
// Flower aliases
|
|
1126
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1127
1127
|
// FoldVertical aliases
|
|
1128
1128
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1129
|
-
// FolderClock aliases
|
|
1130
|
-
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1131
1129
|
// FolderArchive aliases
|
|
1132
1130
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1133
1131
|
// FolderCheck aliases
|
|
1134
1132
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1133
|
+
// FolderClock aliases
|
|
1134
|
+
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1135
1135
|
// FolderClosed aliases
|
|
1136
1136
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1137
1137
|
// FolderCode aliases
|
|
1138
1138
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1139
|
+
// FolderDot aliases
|
|
1140
|
+
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1139
1141
|
// FolderDown aliases
|
|
1140
1142
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1141
1143
|
// FolderGit2 aliases
|
|
1142
1144
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1143
|
-
// FolderDot aliases
|
|
1144
|
-
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1145
|
// FolderGit aliases
|
|
1146
1146
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1147
1147
|
// FolderHeart aliases
|
|
@@ -1150,16 +1150,16 @@ export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
|
1150
1150
|
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1151
1151
|
// FolderKanban aliases
|
|
1152
1152
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1153
|
-
// FolderKey aliases
|
|
1154
|
-
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1155
1153
|
// FolderLock aliases
|
|
1156
1154
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1157
|
-
//
|
|
1158
|
-
export { default as
|
|
1159
|
-
// FolderOpenDot aliases
|
|
1160
|
-
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1155
|
+
// FolderKey aliases
|
|
1156
|
+
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1161
1157
|
// FolderMinus aliases
|
|
1162
1158
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1159
|
+
// FolderOpenDot aliases
|
|
1160
|
+
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1161
|
+
// FolderOpen aliases
|
|
1162
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1163
1163
|
// FolderOutput aliases
|
|
1164
1164
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1165
1165
|
// FolderPlus aliases
|
|
@@ -1168,56 +1168,54 @@ export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
|
1168
1168
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1169
1169
|
// FolderSearch2 aliases
|
|
1170
1170
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1171
|
-
// FolderSearch aliases
|
|
1172
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1173
1171
|
// FolderSymlink aliases
|
|
1174
1172
|
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1175
|
-
//
|
|
1176
|
-
export { default as
|
|
1177
|
-
// FolderUp aliases
|
|
1178
|
-
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1173
|
+
// FolderSearch aliases
|
|
1174
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1179
1175
|
// FolderTree aliases
|
|
1180
1176
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1177
|
+
// FolderSync aliases
|
|
1178
|
+
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1183
1179
|
// Folder aliases
|
|
1184
1180
|
export { default as FolderIcon } from '../icons/folder';
|
|
1181
|
+
// FolderX aliases
|
|
1182
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1183
|
+
// FolderUp aliases
|
|
1184
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1185
1185
|
// Folders aliases
|
|
1186
1186
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1187
1187
|
// Footprints aliases
|
|
1188
1188
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1189
1189
|
// Forklift aliases
|
|
1190
1190
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1191
|
-
// Forward aliases
|
|
1192
|
-
export { default as ForwardIcon } from '../icons/forward';
|
|
1193
1191
|
// Frame aliases
|
|
1194
1192
|
export { default as FrameIcon } from '../icons/frame';
|
|
1195
1193
|
// Framer aliases
|
|
1196
1194
|
export { default as FramerIcon } from '../icons/framer';
|
|
1195
|
+
// Forward aliases
|
|
1196
|
+
export { default as ForwardIcon } from '../icons/forward';
|
|
1197
1197
|
// Frown aliases
|
|
1198
1198
|
export { default as FrownIcon } from '../icons/frown';
|
|
1199
|
-
// Fuel aliases
|
|
1200
|
-
export { default as FuelIcon } from '../icons/fuel';
|
|
1201
1199
|
// Fullscreen aliases
|
|
1202
1200
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1201
|
+
// Fuel aliases
|
|
1202
|
+
export { default as FuelIcon } from '../icons/fuel';
|
|
1203
1203
|
// FunnelPlus aliases
|
|
1204
1204
|
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1205
|
-
// GalleryHorizontal aliases
|
|
1206
|
-
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1207
|
-
// GalleryThumbnails aliases
|
|
1208
|
-
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1209
1205
|
// GalleryHorizontalEnd aliases
|
|
1210
1206
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1211
|
-
//
|
|
1212
|
-
export { default as
|
|
1207
|
+
// GalleryThumbnails aliases
|
|
1208
|
+
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1209
|
+
// GalleryHorizontal aliases
|
|
1210
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1213
1211
|
// GalleryVerticalEnd aliases
|
|
1214
1212
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1213
|
+
// GalleryVertical aliases
|
|
1214
|
+
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1215
1215
|
// Gamepad2 aliases
|
|
1216
1216
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1217
1217
|
// Gauge aliases
|
|
1218
1218
|
export { default as GaugeIcon } from '../icons/gauge';
|
|
1219
|
-
// Gamepad aliases
|
|
1220
|
-
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1221
1219
|
// Gavel aliases
|
|
1222
1220
|
export { default as GavelIcon } from '../icons/gavel';
|
|
1223
1221
|
// Gem aliases
|
|
@@ -1228,10 +1226,12 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1228
1226
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1229
1227
|
// GitBranchPlus aliases
|
|
1230
1228
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1231
|
-
// GitCommitVertical aliases
|
|
1232
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1233
1229
|
// GitBranch aliases
|
|
1234
1230
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1231
|
+
// Gamepad aliases
|
|
1232
|
+
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1233
|
+
// GitCommitVertical aliases
|
|
1234
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1235
1235
|
// GitCompareArrows aliases
|
|
1236
1236
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1237
1237
|
// GitCompare aliases
|
|
@@ -1266,18 +1266,18 @@ export { default as GlassesIcon } from '../icons/glasses';
|
|
|
1266
1266
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1267
1267
|
// Globe aliases
|
|
1268
1268
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1269
|
-
// Goal aliases
|
|
1270
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1271
1269
|
// Gpu aliases
|
|
1272
1270
|
export { default as GpuIcon } from '../icons/gpu';
|
|
1271
|
+
// Goal aliases
|
|
1272
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1273
1273
|
// Grab aliases
|
|
1274
1274
|
export { default as GrabIcon } from '../icons/grab';
|
|
1275
1275
|
// GraduationCap aliases
|
|
1276
1276
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1277
|
-
// Grid3x2 aliases
|
|
1278
|
-
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1279
1277
|
// Grape aliases
|
|
1280
1278
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1279
|
+
// Grid3x2 aliases
|
|
1280
|
+
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1281
1281
|
// GripHorizontal aliases
|
|
1282
1282
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1283
1283
|
// GripVertical aliases
|
|
@@ -1288,24 +1288,24 @@ export { default as GripIcon } from '../icons/grip';
|
|
|
1288
1288
|
export { default as GroupIcon } from '../icons/group';
|
|
1289
1289
|
// Guitar aliases
|
|
1290
1290
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1291
|
-
// Hamburger aliases
|
|
1292
|
-
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1293
1291
|
// Ham aliases
|
|
1294
1292
|
export { default as HamIcon } from '../icons/ham';
|
|
1293
|
+
// Hamburger aliases
|
|
1294
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1295
1295
|
// Hammer aliases
|
|
1296
1296
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1297
1297
|
// HandCoins aliases
|
|
1298
1298
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1299
|
-
// HandMetal aliases
|
|
1300
|
-
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1301
|
-
// HandPlatter aliases
|
|
1302
|
-
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1303
1299
|
// HandHeart aliases
|
|
1304
1300
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1301
|
+
// HandPlatter aliases
|
|
1302
|
+
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1303
|
+
// HandMetal aliases
|
|
1304
|
+
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
1305
|
// Handshake aliases
|
|
1308
1306
|
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1307
|
+
// Hand aliases
|
|
1308
|
+
export { default as HandIcon } from '../icons/hand';
|
|
1309
1309
|
// HardDriveDownload aliases
|
|
1310
1310
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1311
1311
|
// HardDriveUpload aliases
|
|
@@ -1320,32 +1320,32 @@ export { default as HashIcon } from '../icons/hash';
|
|
|
1320
1320
|
export { default as HazeIcon } from '../icons/haze';
|
|
1321
1321
|
// HdmiPort aliases
|
|
1322
1322
|
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1323
|
-
// Heading2 aliases
|
|
1324
|
-
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1325
1323
|
// Heading1 aliases
|
|
1326
1324
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1327
|
-
//
|
|
1328
|
-
export { default as
|
|
1325
|
+
// Heading2 aliases
|
|
1326
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1329
1327
|
// Heading3 aliases
|
|
1330
1328
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1329
|
+
// Heading4 aliases
|
|
1330
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1331
1331
|
// Heading5 aliases
|
|
1332
1332
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1333
1333
|
// Heading6 aliases
|
|
1334
1334
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1335
1335
|
// Heading aliases
|
|
1336
1336
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1337
|
-
// Headphones aliases
|
|
1338
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1339
1337
|
// HeadphoneOff aliases
|
|
1340
1338
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1339
|
+
// Headphones aliases
|
|
1340
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1341
1341
|
// Headset aliases
|
|
1342
1342
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1343
|
+
// HeartCrack aliases
|
|
1344
|
+
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1343
1345
|
// HeartHandshake aliases
|
|
1344
1346
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1345
1347
|
// HeartMinus aliases
|
|
1346
1348
|
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1347
|
-
// HeartCrack aliases
|
|
1348
|
-
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1349
1349
|
// HeartOff aliases
|
|
1350
1350
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1351
1351
|
// HeartPlus aliases
|
|
@@ -1356,18 +1356,18 @@ export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
|
1356
1356
|
export { default as HeartIcon } from '../icons/heart';
|
|
1357
1357
|
// Heater aliases
|
|
1358
1358
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1359
|
-
// Highlighter aliases
|
|
1360
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1361
1359
|
// Hexagon aliases
|
|
1362
1360
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1361
|
+
// Highlighter aliases
|
|
1362
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1363
1363
|
// History aliases
|
|
1364
1364
|
export { default as HistoryIcon } from '../icons/history';
|
|
1365
1365
|
// HopOff aliases
|
|
1366
1366
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1367
|
-
// Hop aliases
|
|
1368
|
-
export { default as HopIcon } from '../icons/hop';
|
|
1369
1367
|
// Hospital aliases
|
|
1370
1368
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1369
|
+
// Hop aliases
|
|
1370
|
+
export { default as HopIcon } from '../icons/hop';
|
|
1371
1371
|
// Hotel aliases
|
|
1372
1372
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1373
1373
|
// Hourglass aliases
|
|
@@ -1378,32 +1378,32 @@ export { default as HousePlugIcon } from '../icons/house-plug';
|
|
|
1378
1378
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1379
1379
|
// HouseWifi aliases
|
|
1380
1380
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1381
|
-
// IdCard aliases
|
|
1382
|
-
export { default as IdCardIcon } from '../icons/id-card';
|
|
1383
1381
|
// IdCardLanyard aliases
|
|
1384
1382
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1383
|
+
// IdCard aliases
|
|
1384
|
+
export { default as IdCardIcon } from '../icons/id-card';
|
|
1385
1385
|
// ImageDown aliases
|
|
1386
1386
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1387
|
+
// ImageMinus aliases
|
|
1388
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1387
1389
|
// ImageOff aliases
|
|
1388
1390
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1389
1391
|
// ImagePlay aliases
|
|
1390
1392
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1391
|
-
// ImageMinus aliases
|
|
1392
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1393
1393
|
// ImagePlus aliases
|
|
1394
1394
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1395
|
-
// ImageUp aliases
|
|
1396
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1397
1395
|
// ImageUpscale aliases
|
|
1398
1396
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1399
|
-
//
|
|
1400
|
-
export { default as
|
|
1397
|
+
// ImageUp aliases
|
|
1398
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1401
1399
|
// Image aliases
|
|
1402
1400
|
export { default as ImageIcon } from '../icons/image';
|
|
1403
|
-
// Import aliases
|
|
1404
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1405
1401
|
// Inbox aliases
|
|
1406
1402
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1403
|
+
// Images aliases
|
|
1404
|
+
export { default as ImagesIcon } from '../icons/images';
|
|
1405
|
+
// Import aliases
|
|
1406
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1407
1407
|
// IndianRupee aliases
|
|
1408
1408
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1409
1409
|
// Infinity aliases
|
|
@@ -1412,10 +1412,10 @@ export { default as InfinityIcon } from '../icons/infinity';
|
|
|
1412
1412
|
export { default as InfoIcon } from '../icons/info';
|
|
1413
1413
|
// InspectionPanel aliases
|
|
1414
1414
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1415
|
-
// Italic aliases
|
|
1416
|
-
export { default as ItalicIcon } from '../icons/italic';
|
|
1417
1415
|
// Instagram aliases
|
|
1418
1416
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1417
|
+
// Italic aliases
|
|
1418
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1419
1419
|
// IterationCcw aliases
|
|
1420
1420
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1421
1421
|
// IterationCw aliases
|
|
@@ -1424,84 +1424,84 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1424
1424
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1425
1425
|
// Joystick aliases
|
|
1426
1426
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1427
|
-
// Kanban aliases
|
|
1428
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1429
1427
|
// KeyRound aliases
|
|
1430
1428
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1429
|
+
// Kanban aliases
|
|
1430
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1431
1431
|
// KeySquare aliases
|
|
1432
1432
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1433
1433
|
// Key aliases
|
|
1434
1434
|
export { default as KeyIcon } from '../icons/key';
|
|
1435
1435
|
// KeyboardOff aliases
|
|
1436
1436
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1437
|
-
// Keyboard aliases
|
|
1438
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1439
1437
|
// KeyboardMusic aliases
|
|
1440
1438
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1439
|
+
// Keyboard aliases
|
|
1440
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1441
1441
|
// LampCeiling aliases
|
|
1442
1442
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1443
|
-
// LampDesk aliases
|
|
1444
|
-
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1445
1443
|
// LampFloor aliases
|
|
1446
1444
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1447
|
-
//
|
|
1448
|
-
export { default as
|
|
1445
|
+
// LampDesk aliases
|
|
1446
|
+
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1449
1447
|
// LampWallDown aliases
|
|
1450
1448
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1449
|
+
// Lamp aliases
|
|
1450
|
+
export { default as LampIcon } from '../icons/lamp';
|
|
1451
|
+
// LampWallUp aliases
|
|
1452
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1451
1453
|
// LandPlot aliases
|
|
1452
1454
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1453
1455
|
// Languages aliases
|
|
1454
1456
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1455
|
-
// Lamp aliases
|
|
1456
|
-
export { default as LampIcon } from '../icons/lamp';
|
|
1457
|
-
// LaptopMinimalCheck aliases
|
|
1458
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1459
1457
|
// Landmark aliases
|
|
1460
1458
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1459
|
+
// LaptopMinimalCheck aliases
|
|
1460
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1461
1461
|
// Laptop aliases
|
|
1462
1462
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1463
|
-
// Laugh aliases
|
|
1464
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1465
1463
|
// LassoSelect aliases
|
|
1466
1464
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1465
|
+
// Laugh aliases
|
|
1466
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1467
1467
|
// Lasso aliases
|
|
1468
1468
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1469
1469
|
// Layers2 aliases
|
|
1470
1470
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1471
1471
|
// LayoutGrid aliases
|
|
1472
1472
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1473
|
-
// LayoutList aliases
|
|
1474
|
-
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1475
1473
|
// LayoutDashboard aliases
|
|
1476
1474
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1477
1475
|
// LayoutPanelLeft aliases
|
|
1478
1476
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1479
|
-
// LayoutPanelTop aliases
|
|
1480
|
-
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1481
1477
|
// LayoutTemplate aliases
|
|
1482
1478
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1479
|
+
// LayoutPanelTop aliases
|
|
1480
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1483
1481
|
// Leaf aliases
|
|
1484
1482
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1485
|
-
//
|
|
1486
|
-
export { default as
|
|
1483
|
+
// LayoutList aliases
|
|
1484
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1487
1485
|
// LeafyGreen aliases
|
|
1488
1486
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1489
|
-
//
|
|
1490
|
-
export { default as
|
|
1487
|
+
// Lectern aliases
|
|
1488
|
+
export { default as LecternIcon } from '../icons/lectern';
|
|
1491
1489
|
// LetterText aliases
|
|
1492
1490
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1491
|
+
// LibraryBig aliases
|
|
1492
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1493
1493
|
// Library aliases
|
|
1494
1494
|
export { default as LibraryIcon } from '../icons/library';
|
|
1495
1495
|
// LifeBuoy aliases
|
|
1496
1496
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1497
|
-
// Ligature aliases
|
|
1498
|
-
export { default as LigatureIcon } from '../icons/ligature';
|
|
1499
1497
|
// LightbulbOff aliases
|
|
1500
1498
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1501
|
-
//
|
|
1502
|
-
export { default as
|
|
1499
|
+
// Ligature aliases
|
|
1500
|
+
export { default as LigatureIcon } from '../icons/ligature';
|
|
1503
1501
|
// Lightbulb aliases
|
|
1504
1502
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1503
|
+
// Link2Off aliases
|
|
1504
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1505
1505
|
// Link2 aliases
|
|
1506
1506
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1507
1507
|
// Link aliases
|
|
@@ -1510,10 +1510,10 @@ export { default as LinkIcon } from '../icons/link';
|
|
|
1510
1510
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1511
1511
|
// Linkedin aliases
|
|
1512
1512
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1513
|
-
// ListCollapse aliases
|
|
1514
|
-
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1515
1513
|
// ListCheck aliases
|
|
1516
1514
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1515
|
+
// ListCollapse aliases
|
|
1516
|
+
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1517
1517
|
// ListEnd aliases
|
|
1518
1518
|
export { default as ListEndIcon } from '../icons/list-end';
|
|
1519
1519
|
// ListFilterPlus aliases
|
|
@@ -1524,34 +1524,34 @@ export { default as ListFilterIcon } from '../icons/list-filter';
|
|
|
1524
1524
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1525
1525
|
// ListOrdered aliases
|
|
1526
1526
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1527
|
-
// ListMusic aliases
|
|
1528
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1529
1527
|
// ListPlus aliases
|
|
1530
1528
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1529
|
+
// ListMusic aliases
|
|
1530
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1531
1531
|
// ListRestart aliases
|
|
1532
1532
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1533
|
-
// ListStart aliases
|
|
1534
|
-
export { default as ListStartIcon } from '../icons/list-start';
|
|
1535
1533
|
// ListTodo aliases
|
|
1536
1534
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1535
|
+
// ListStart aliases
|
|
1536
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1537
1537
|
// ListVideo aliases
|
|
1538
1538
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1539
|
-
// ListTree aliases
|
|
1540
|
-
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1541
1539
|
// List aliases
|
|
1542
1540
|
export { default as ListIcon } from '../icons/list';
|
|
1541
|
+
// ListTree aliases
|
|
1542
|
+
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1543
1543
|
// ListX aliases
|
|
1544
1544
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1545
1545
|
// LoaderPinwheel aliases
|
|
1546
1546
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1547
1547
|
// Loader aliases
|
|
1548
1548
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1549
|
+
// Locate aliases
|
|
1550
|
+
export { default as LocateIcon } from '../icons/locate';
|
|
1549
1551
|
// LocateFixed aliases
|
|
1550
1552
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1551
1553
|
// LocateOff aliases
|
|
1552
1554
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1553
|
-
// Locate aliases
|
|
1554
|
-
export { default as LocateIcon } from '../icons/locate';
|
|
1555
1555
|
// LocationEdit aliases
|
|
1556
1556
|
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1557
1557
|
// LockKeyhole aliases
|
|
@@ -1566,24 +1566,24 @@ export { default as LogOutIcon } from '../icons/log-out';
|
|
|
1566
1566
|
export { default as LogsIcon } from '../icons/logs';
|
|
1567
1567
|
// Lollipop aliases
|
|
1568
1568
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1569
|
-
// Magnet aliases
|
|
1570
|
-
export { default as MagnetIcon } from '../icons/magnet';
|
|
1571
1569
|
// Luggage aliases
|
|
1572
1570
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1573
|
-
//
|
|
1574
|
-
export { default as
|
|
1571
|
+
// Magnet aliases
|
|
1572
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1575
1573
|
// MailMinus aliases
|
|
1576
1574
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1577
1575
|
// MailOpen aliases
|
|
1578
1576
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1577
|
+
// MailCheck aliases
|
|
1578
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1579
1579
|
// MailPlus aliases
|
|
1580
1580
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1581
1581
|
// MailQuestion aliases
|
|
1582
1582
|
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1583
|
-
// MailWarning aliases
|
|
1584
|
-
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1585
1583
|
// MailSearch aliases
|
|
1586
1584
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1585
|
+
// MailWarning aliases
|
|
1586
|
+
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1587
1587
|
// MailX aliases
|
|
1588
1588
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1589
1589
|
// Mail aliases
|
|
@@ -1592,54 +1592,54 @@ export { default as MailIcon } from '../icons/mail';
|
|
|
1592
1592
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1593
1593
|
// Mails aliases
|
|
1594
1594
|
export { default as MailsIcon } from '../icons/mails';
|
|
1595
|
-
// MapPinCheckInside aliases
|
|
1596
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1597
1595
|
// MapPinCheck aliases
|
|
1598
1596
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1599
1597
|
// MapPinHouse aliases
|
|
1600
1598
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1601
1599
|
// MapPinMinusInside aliases
|
|
1602
1600
|
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1601
|
+
// MapPinCheckInside aliases
|
|
1602
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1603
1603
|
// MapPinMinus aliases
|
|
1604
1604
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1605
1605
|
// MapPinOff aliases
|
|
1606
1606
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1607
|
-
// MapPinPlus aliases
|
|
1608
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1609
1607
|
// MapPinPlusInside aliases
|
|
1610
1608
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1609
|
+
// MapPinPlus aliases
|
|
1610
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1611
1611
|
// MapPinXInside aliases
|
|
1612
1612
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1613
|
-
// MapPinX aliases
|
|
1614
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1615
1613
|
// MapPin aliases
|
|
1616
1614
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1615
|
+
// MapPinX aliases
|
|
1616
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1617
1617
|
// MapPinned aliases
|
|
1618
1618
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1619
1619
|
// MapPlus aliases
|
|
1620
1620
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1621
|
+
// Mars aliases
|
|
1622
|
+
export { default as MarsIcon } from '../icons/mars';
|
|
1621
1623
|
// MarsStroke aliases
|
|
1622
1624
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1623
1625
|
// Map aliases
|
|
1624
1626
|
export { default as MapIcon } from '../icons/map';
|
|
1625
|
-
// Mars aliases
|
|
1626
|
-
export { default as MarsIcon } from '../icons/mars';
|
|
1627
|
-
// Maximize2 aliases
|
|
1628
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1629
1627
|
// Martini aliases
|
|
1630
1628
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1631
|
-
//
|
|
1632
|
-
export { default as
|
|
1629
|
+
// Maximize2 aliases
|
|
1630
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1633
1631
|
// Medal aliases
|
|
1634
1632
|
export { default as MedalIcon } from '../icons/medal';
|
|
1633
|
+
// Maximize aliases
|
|
1634
|
+
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1635
1635
|
// MegaphoneOff aliases
|
|
1636
1636
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1637
1637
|
// Megaphone aliases
|
|
1638
1638
|
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1639
|
-
// Meh aliases
|
|
1640
|
-
export { default as MehIcon } from '../icons/meh';
|
|
1641
1639
|
// MemoryStick aliases
|
|
1642
1640
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1641
|
+
// Meh aliases
|
|
1642
|
+
export { default as MehIcon } from '../icons/meh';
|
|
1643
1643
|
// Menu aliases
|
|
1644
1644
|
export { default as MenuIcon } from '../icons/menu';
|
|
1645
1645
|
// Merge aliases
|
|
@@ -1648,56 +1648,56 @@ export { default as MergeIcon } from '../icons/merge';
|
|
|
1648
1648
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1649
1649
|
// MessageCircleDashed aliases
|
|
1650
1650
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1651
|
-
// MessageCircleHeart aliases
|
|
1652
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1653
1651
|
// MessageCircleOff aliases
|
|
1654
1652
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1655
1653
|
// MessageCircleMore aliases
|
|
1656
1654
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1657
|
-
// MessageCircleQuestion aliases
|
|
1658
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1659
1655
|
// MessageCirclePlus aliases
|
|
1660
1656
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1657
|
+
// MessageCircleHeart aliases
|
|
1658
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1661
1659
|
// MessageCircleReply aliases
|
|
1662
1660
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1661
|
+
// MessageCircleQuestion aliases
|
|
1662
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1663
|
+
// MessageCircle aliases
|
|
1664
|
+
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1663
1665
|
// MessageCircleWarning aliases
|
|
1664
1666
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1665
1667
|
// MessageCircleX aliases
|
|
1666
1668
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1667
|
-
// MessageCircle aliases
|
|
1668
|
-
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1669
1669
|
// MessageSquareCode aliases
|
|
1670
1670
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1671
1671
|
// MessageSquareDashed aliases
|
|
1672
1672
|
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1673
|
+
// MessageSquareDot aliases
|
|
1674
|
+
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1673
1675
|
// MessageSquareDiff aliases
|
|
1674
1676
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1675
1677
|
// MessageSquareHeart aliases
|
|
1676
1678
|
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1677
|
-
// MessageSquareDot aliases
|
|
1678
|
-
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1679
1679
|
// MessageSquareLock aliases
|
|
1680
1680
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1681
1681
|
// MessageSquareMore aliases
|
|
1682
1682
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1683
|
+
// MessageSquareOff aliases
|
|
1684
|
+
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1683
1685
|
// MessageSquarePlus aliases
|
|
1684
1686
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1687
|
+
// MessageSquareReply aliases
|
|
1688
|
+
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1685
1689
|
// MessageSquareQuote aliases
|
|
1686
1690
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1687
|
-
// MessageSquareOff aliases
|
|
1688
|
-
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1689
1691
|
// MessageSquareShare aliases
|
|
1690
1692
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1691
|
-
// MessageSquareReply aliases
|
|
1692
|
-
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1693
|
-
// MessageSquareX aliases
|
|
1694
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1695
1693
|
// MessageSquareText aliases
|
|
1696
1694
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1697
1695
|
// MessageSquareWarning aliases
|
|
1698
1696
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1699
1697
|
// MessageSquare aliases
|
|
1700
1698
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1699
|
+
// MessageSquareX aliases
|
|
1700
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1701
1701
|
// MessagesSquare aliases
|
|
1702
1702
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1703
1703
|
// MicOff aliases
|
|
@@ -1718,36 +1718,36 @@ export { default as MilkOffIcon } from '../icons/milk-off';
|
|
|
1718
1718
|
export { default as MilkIcon } from '../icons/milk';
|
|
1719
1719
|
// Minimize2 aliases
|
|
1720
1720
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1721
|
-
// Minus aliases
|
|
1722
|
-
export { default as MinusIcon } from '../icons/minus';
|
|
1723
1721
|
// Minimize aliases
|
|
1724
1722
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1723
|
+
// Minus aliases
|
|
1724
|
+
export { default as MinusIcon } from '../icons/minus';
|
|
1725
1725
|
// MonitorCheck aliases
|
|
1726
1726
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1727
1727
|
// MonitorCog aliases
|
|
1728
1728
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1729
|
-
// MonitorDot aliases
|
|
1730
|
-
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1731
|
-
// MonitorOff aliases
|
|
1732
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1733
1729
|
// MonitorDown aliases
|
|
1734
1730
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1735
|
-
//
|
|
1736
|
-
export { default as
|
|
1737
|
-
// MonitorSmartphone aliases
|
|
1738
|
-
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1731
|
+
// MonitorOff aliases
|
|
1732
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1739
1733
|
// MonitorPause aliases
|
|
1740
1734
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1735
|
+
// MonitorDot aliases
|
|
1736
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1737
|
+
// MonitorPlay aliases
|
|
1738
|
+
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1741
1739
|
// MonitorSpeaker aliases
|
|
1742
1740
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1741
|
+
// MonitorSmartphone aliases
|
|
1742
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1743
|
+
// MonitorUp aliases
|
|
1744
|
+
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1743
1745
|
// MonitorStop aliases
|
|
1744
1746
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1745
1747
|
// MonitorX aliases
|
|
1746
1748
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1747
1749
|
// Monitor aliases
|
|
1748
1750
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1749
|
-
// MonitorUp aliases
|
|
1750
|
-
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1751
1751
|
// MoonStar aliases
|
|
1752
1752
|
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1753
1753
|
// Moon aliases
|
|
@@ -1758,18 +1758,18 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1758
1758
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1759
1759
|
// MousePointer2 aliases
|
|
1760
1760
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1761
|
-
// MouseOff aliases
|
|
1762
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1763
1761
|
// MousePointerBan aliases
|
|
1764
1762
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1763
|
+
// MouseOff aliases
|
|
1764
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1765
1765
|
// MousePointerClick aliases
|
|
1766
1766
|
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1767
|
+
// MousePointer aliases
|
|
1768
|
+
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1767
1769
|
// Mouse aliases
|
|
1768
1770
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1769
1771
|
// MoveDiagonal2 aliases
|
|
1770
1772
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1771
|
-
// MousePointer aliases
|
|
1772
|
-
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1773
1773
|
// MoveDiagonal aliases
|
|
1774
1774
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1775
1775
|
// MoveDownLeft aliases
|
|
@@ -1782,52 +1782,52 @@ export { default as MoveDownIcon } from '../icons/move-down';
|
|
|
1782
1782
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1783
1783
|
// MoveLeft aliases
|
|
1784
1784
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1785
|
-
// MoveUpLeft aliases
|
|
1786
|
-
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1787
1785
|
// MoveRight aliases
|
|
1788
1786
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1787
|
+
// MoveUpLeft aliases
|
|
1788
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1789
1789
|
// MoveUpRight aliases
|
|
1790
1790
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1791
|
+
// MoveVertical aliases
|
|
1792
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1793
|
+
// Move aliases
|
|
1794
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1791
1795
|
// MoveUp aliases
|
|
1792
1796
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1793
|
-
// MoveVertical aliases
|
|
1794
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1795
1797
|
// Music2 aliases
|
|
1796
1798
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1797
1799
|
// Music3 aliases
|
|
1798
1800
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1799
|
-
// Move aliases
|
|
1800
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1801
1801
|
// Music4 aliases
|
|
1802
1802
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1803
1803
|
// Music aliases
|
|
1804
1804
|
export { default as MusicIcon } from '../icons/music';
|
|
1805
|
-
// Navigation2 aliases
|
|
1806
|
-
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1807
1805
|
// Navigation2Off aliases
|
|
1808
1806
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1809
1807
|
// NavigationOff aliases
|
|
1810
1808
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1811
|
-
// Newspaper aliases
|
|
1812
|
-
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1813
1809
|
// Navigation aliases
|
|
1814
1810
|
export { default as NavigationIcon } from '../icons/navigation';
|
|
1811
|
+
// Navigation2 aliases
|
|
1812
|
+
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1815
1813
|
// Network aliases
|
|
1816
1814
|
export { default as NetworkIcon } from '../icons/network';
|
|
1817
|
-
//
|
|
1818
|
-
export { default as
|
|
1815
|
+
// Newspaper aliases
|
|
1816
|
+
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1819
1817
|
// NonBinary aliases
|
|
1820
1818
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1819
|
+
// Nfc aliases
|
|
1820
|
+
export { default as NfcIcon } from '../icons/nfc';
|
|
1821
1821
|
// NotebookPen aliases
|
|
1822
1822
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1823
1823
|
// NotebookTabs aliases
|
|
1824
1824
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1825
1825
|
// NotebookText aliases
|
|
1826
1826
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1827
|
-
// NotepadTextDashed aliases
|
|
1828
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1829
1827
|
// Notebook aliases
|
|
1830
1828
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1829
|
+
// NotepadTextDashed aliases
|
|
1830
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1831
1831
|
// NotepadText aliases
|
|
1832
1832
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1833
1833
|
// NutOff aliases
|
|
@@ -1840,44 +1840,44 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1840
1840
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1841
1841
|
// Omega aliases
|
|
1842
1842
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1843
|
-
// Orbit aliases
|
|
1844
|
-
export { default as OrbitIcon } from '../icons/orbit';
|
|
1845
1843
|
// Option aliases
|
|
1846
1844
|
export { default as OptionIcon } from '../icons/option';
|
|
1845
|
+
// Orbit aliases
|
|
1846
|
+
export { default as OrbitIcon } from '../icons/orbit';
|
|
1847
1847
|
// Origami aliases
|
|
1848
1848
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1849
1849
|
// Package2 aliases
|
|
1850
1850
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1851
|
-
// PackageCheck aliases
|
|
1852
|
-
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1853
1851
|
// PackageMinus aliases
|
|
1854
1852
|
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1853
|
+
// PackageCheck aliases
|
|
1854
|
+
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1857
1855
|
// PackageOpen aliases
|
|
1858
1856
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1857
|
+
// PackagePlus aliases
|
|
1858
|
+
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1859
1859
|
// PackageSearch aliases
|
|
1860
1860
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1861
|
-
// PackageX aliases
|
|
1862
|
-
export { default as PackageXIcon } from '../icons/package-x';
|
|
1863
1861
|
// Package aliases
|
|
1864
1862
|
export { default as PackageIcon } from '../icons/package';
|
|
1865
|
-
//
|
|
1866
|
-
export { default as
|
|
1863
|
+
// PackageX aliases
|
|
1864
|
+
export { default as PackageXIcon } from '../icons/package-x';
|
|
1867
1865
|
// PaintBucket aliases
|
|
1868
1866
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1869
1867
|
// Paintbrush aliases
|
|
1870
1868
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1871
|
-
//
|
|
1872
|
-
export { default as
|
|
1869
|
+
// PaintRoller aliases
|
|
1870
|
+
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1873
1871
|
// Panda aliases
|
|
1874
1872
|
export { default as PandaIcon } from '../icons/panda';
|
|
1873
|
+
// Palette aliases
|
|
1874
|
+
export { default as PaletteIcon } from '../icons/palette';
|
|
1875
1875
|
// PanelBottomClose aliases
|
|
1876
1876
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1877
|
-
// PanelBottomOpen aliases
|
|
1878
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1879
1877
|
// PanelBottom aliases
|
|
1880
1878
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1879
|
+
// PanelBottomOpen aliases
|
|
1880
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1881
1881
|
// PanelRightClose aliases
|
|
1882
1882
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1883
1883
|
// PanelRightOpen aliases
|
|
@@ -1900,20 +1900,20 @@ export { default as PaperclipIcon } from '../icons/paperclip';
|
|
|
1900
1900
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1901
1901
|
// ParkingMeter aliases
|
|
1902
1902
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1903
|
+
// PawPrint aliases
|
|
1904
|
+
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1903
1905
|
// PartyPopper aliases
|
|
1904
1906
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1905
1907
|
// Pause aliases
|
|
1906
1908
|
export { default as PauseIcon } from '../icons/pause';
|
|
1907
|
-
// PawPrint aliases
|
|
1908
|
-
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1909
1909
|
// PcCase aliases
|
|
1910
1910
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1911
1911
|
// PenOff aliases
|
|
1912
1912
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1913
|
-
// PenTool aliases
|
|
1914
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1915
1913
|
// PencilLine aliases
|
|
1916
1914
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1915
|
+
// PenTool aliases
|
|
1916
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1917
1917
|
// PencilOff aliases
|
|
1918
1918
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1919
1919
|
// PencilRuler aliases
|
|
@@ -1934,36 +1934,36 @@ export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
|
1934
1934
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1935
1935
|
// PhoneIncoming aliases
|
|
1936
1936
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1937
|
-
// PhoneOff aliases
|
|
1938
|
-
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1939
1937
|
// PhoneMissed aliases
|
|
1940
1938
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1939
|
+
// PhoneOff aliases
|
|
1940
|
+
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1941
1941
|
// PhoneOutgoing aliases
|
|
1942
1942
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1943
1943
|
// Phone aliases
|
|
1944
1944
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1945
1945
|
// Pi aliases
|
|
1946
1946
|
export { default as PiIcon } from '../icons/pi';
|
|
1947
|
-
// Pickaxe aliases
|
|
1948
|
-
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1949
1947
|
// Piano aliases
|
|
1950
1948
|
export { default as PianoIcon } from '../icons/piano';
|
|
1951
1949
|
// PictureInPicture2 aliases
|
|
1952
1950
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1951
|
+
// Pickaxe aliases
|
|
1952
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1953
|
+
// PiggyBank aliases
|
|
1954
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1953
1955
|
// PictureInPicture aliases
|
|
1954
1956
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1955
1957
|
// PilcrowLeft aliases
|
|
1956
1958
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1957
|
-
// PiggyBank aliases
|
|
1958
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1959
1959
|
// PilcrowRight aliases
|
|
1960
1960
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1961
|
+
// Pill aliases
|
|
1962
|
+
export { default as PillIcon } from '../icons/pill';
|
|
1961
1963
|
// PillBottle aliases
|
|
1962
1964
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1963
1965
|
// Pilcrow aliases
|
|
1964
1966
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1965
|
-
// Pill aliases
|
|
1966
|
-
export { default as PillIcon } from '../icons/pill';
|
|
1967
1967
|
// PinOff aliases
|
|
1968
1968
|
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1969
1969
|
// Pin aliases
|
|
@@ -1980,12 +1980,12 @@ export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
|
1980
1980
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1981
1981
|
// Play aliases
|
|
1982
1982
|
export { default as PlayIcon } from '../icons/play';
|
|
1983
|
-
// Plus aliases
|
|
1984
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1985
1983
|
// Plug2 aliases
|
|
1986
1984
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1987
1985
|
// Plug aliases
|
|
1988
1986
|
export { default as PlugIcon } from '../icons/plug';
|
|
1987
|
+
// Plus aliases
|
|
1988
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1989
1989
|
// PocketKnife aliases
|
|
1990
1990
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1991
1991
|
// Pocket aliases
|
|
@@ -2002,30 +2002,30 @@ export { default as PopcornIcon } from '../icons/popcorn';
|
|
|
2002
2002
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2003
2003
|
// PoundSterling aliases
|
|
2004
2004
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2005
|
-
// PowerOff aliases
|
|
2006
|
-
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2007
2005
|
// Power aliases
|
|
2008
2006
|
export { default as PowerIcon } from '../icons/power';
|
|
2007
|
+
// PowerOff aliases
|
|
2008
|
+
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2009
|
+
// Presentation aliases
|
|
2010
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2009
2011
|
// PrinterCheck aliases
|
|
2010
2012
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2011
2013
|
// Printer aliases
|
|
2012
2014
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2013
|
-
// Presentation aliases
|
|
2014
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2015
2015
|
// Projector aliases
|
|
2016
2016
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2017
|
-
// Proportions aliases
|
|
2018
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2019
2017
|
// Puzzle aliases
|
|
2020
2018
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2021
|
-
//
|
|
2022
|
-
export { default as
|
|
2019
|
+
// Proportions aliases
|
|
2020
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2023
2021
|
// QrCode aliases
|
|
2024
2022
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2025
|
-
//
|
|
2026
|
-
export { default as
|
|
2023
|
+
// Pyramid aliases
|
|
2024
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2027
2025
|
// Quote aliases
|
|
2028
2026
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2027
|
+
// Rabbit aliases
|
|
2028
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2029
2029
|
// Radar aliases
|
|
2030
2030
|
export { default as RadarIcon } from '../icons/radar';
|
|
2031
2031
|
// Radiation aliases
|
|
@@ -2034,10 +2034,10 @@ export { default as RadiationIcon } from '../icons/radiation';
|
|
|
2034
2034
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2035
2035
|
// RadioReceiver aliases
|
|
2036
2036
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2037
|
-
// Radio aliases
|
|
2038
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2039
2037
|
// RadioTower aliases
|
|
2040
2038
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2039
|
+
// Radio aliases
|
|
2040
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2041
2041
|
// Radius aliases
|
|
2042
2042
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2043
2043
|
// RailSymbol aliases
|
|
@@ -2046,10 +2046,10 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2046
2046
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2047
2047
|
// Rat aliases
|
|
2048
2048
|
export { default as RatIcon } from '../icons/rat';
|
|
2049
|
-
// Ratio aliases
|
|
2050
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2051
2049
|
// ReceiptCent aliases
|
|
2052
2050
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2051
|
+
// Ratio aliases
|
|
2052
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2053
2053
|
// ReceiptEuro aliases
|
|
2054
2054
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2055
2055
|
// ReceiptIndianRupee aliases
|
|
@@ -2062,40 +2062,42 @@ export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-ster
|
|
|
2062
2062
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2063
2063
|
// ReceiptSwissFranc aliases
|
|
2064
2064
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2065
|
-
// ReceiptText aliases
|
|
2066
|
-
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2067
2065
|
// Receipt aliases
|
|
2068
2066
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2069
2067
|
// RectangleGoggles aliases
|
|
2070
2068
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2071
|
-
//
|
|
2072
|
-
export { default as
|
|
2069
|
+
// RectangleCircle aliases
|
|
2070
|
+
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2073
2071
|
// Recycle aliases
|
|
2074
2072
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2073
|
+
// RectangleHorizontal aliases
|
|
2074
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2075
2075
|
// RectangleVertical aliases
|
|
2076
2076
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2077
|
-
// RedoDot aliases
|
|
2078
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2079
2077
|
// Redo2 aliases
|
|
2080
2078
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2079
|
+
// ReceiptText aliases
|
|
2080
|
+
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2081
|
+
// RedoDot aliases
|
|
2082
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2081
2083
|
// RefreshCcwDot aliases
|
|
2082
2084
|
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2083
2085
|
// Redo aliases
|
|
2084
2086
|
export { default as RedoIcon } from '../icons/redo';
|
|
2085
|
-
// RefreshCcw aliases
|
|
2086
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2087
2087
|
// RefreshCwOff aliases
|
|
2088
2088
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2089
|
+
// RefreshCcw aliases
|
|
2090
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2089
2091
|
// RefreshCw aliases
|
|
2090
2092
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2091
2093
|
// Refrigerator aliases
|
|
2092
2094
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2093
2095
|
// Regex aliases
|
|
2094
2096
|
export { default as RegexIcon } from '../icons/regex';
|
|
2095
|
-
// RemoveFormatting aliases
|
|
2096
|
-
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2097
2097
|
// Repeat1 aliases
|
|
2098
2098
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2099
|
+
// RemoveFormatting aliases
|
|
2100
|
+
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2099
2101
|
// Repeat2 aliases
|
|
2100
2102
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2101
2103
|
// Repeat aliases
|
|
@@ -2112,24 +2114,24 @@ export { default as ReplyIcon } from '../icons/reply';
|
|
|
2112
2114
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2113
2115
|
// Ribbon aliases
|
|
2114
2116
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2115
|
-
// Rocket aliases
|
|
2116
|
-
export { default as RocketIcon } from '../icons/rocket';
|
|
2117
2117
|
// RockingChair aliases
|
|
2118
2118
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2119
|
+
// Rocket aliases
|
|
2120
|
+
export { default as RocketIcon } from '../icons/rocket';
|
|
2119
2121
|
// RollerCoaster aliases
|
|
2120
2122
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2121
2123
|
// RotateCcwKey aliases
|
|
2122
2124
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2123
|
-
// RotateCcwSquare aliases
|
|
2124
|
-
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2125
2125
|
// RotateCcw aliases
|
|
2126
2126
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2127
|
+
// RotateCcwSquare aliases
|
|
2128
|
+
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2127
2129
|
// RotateCwSquare aliases
|
|
2128
2130
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2129
|
-
// RotateCw aliases
|
|
2130
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2131
2131
|
// RouteOff aliases
|
|
2132
2132
|
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2133
|
+
// RotateCw aliases
|
|
2134
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2133
2135
|
// Route aliases
|
|
2134
2136
|
export { default as RouteIcon } from '../icons/route';
|
|
2135
2137
|
// Router aliases
|
|
@@ -2154,22 +2156,22 @@ export { default as SandwichIcon } from '../icons/sandwich';
|
|
|
2154
2156
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2155
2157
|
// Satellite aliases
|
|
2156
2158
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2157
|
-
// SaveAll aliases
|
|
2158
|
-
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2159
2159
|
// SaudiRiyal aliases
|
|
2160
2160
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2161
|
+
// SaveAll aliases
|
|
2162
|
+
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2161
2163
|
// SaveOff aliases
|
|
2162
2164
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2165
|
+
// Scaling aliases
|
|
2166
|
+
export { default as ScalingIcon } from '../icons/scaling';
|
|
2163
2167
|
// Save aliases
|
|
2164
2168
|
export { default as SaveIcon } from '../icons/save';
|
|
2169
|
+
// ScanBarcode aliases
|
|
2170
|
+
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2165
2171
|
// Scale aliases
|
|
2166
2172
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2167
|
-
// Scaling aliases
|
|
2168
|
-
export { default as ScalingIcon } from '../icons/scaling';
|
|
2169
2173
|
// ScanEye aliases
|
|
2170
2174
|
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2171
|
-
// ScanBarcode aliases
|
|
2172
|
-
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2173
2175
|
// ScanFace aliases
|
|
2174
2176
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2175
2177
|
// ScanHeart aliases
|
|
@@ -2180,16 +2182,16 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2180
2182
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2181
2183
|
// ScanSearch aliases
|
|
2182
2184
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2183
|
-
// ScanText aliases
|
|
2184
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2185
2185
|
// Scan aliases
|
|
2186
2186
|
export { default as ScanIcon } from '../icons/scan';
|
|
2187
|
+
// ScanText aliases
|
|
2188
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2187
2189
|
// ScissorsLineDashed aliases
|
|
2188
2190
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2189
|
-
// School aliases
|
|
2190
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2191
2191
|
// Scissors aliases
|
|
2192
2192
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2193
|
+
// School aliases
|
|
2194
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2193
2195
|
// ScreenShareOff aliases
|
|
2194
2196
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2195
2197
|
// ScreenShare aliases
|
|
@@ -2200,44 +2202,44 @@ export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
|
2200
2202
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2201
2203
|
// SearchCheck aliases
|
|
2202
2204
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2203
|
-
// SearchSlash aliases
|
|
2204
|
-
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2205
2205
|
// SearchCode aliases
|
|
2206
2206
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2207
|
+
// SearchSlash aliases
|
|
2208
|
+
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2207
2209
|
// SearchX aliases
|
|
2208
2210
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2209
|
-
// Search aliases
|
|
2210
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2211
2211
|
// Section aliases
|
|
2212
2212
|
export { default as SectionIcon } from '../icons/section';
|
|
2213
2213
|
// SendToBack aliases
|
|
2214
2214
|
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2215
2215
|
// Send aliases
|
|
2216
2216
|
export { default as SendIcon } from '../icons/send';
|
|
2217
|
+
// Search aliases
|
|
2218
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2217
2219
|
// SeparatorHorizontal aliases
|
|
2218
2220
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2219
|
-
// ServerCog aliases
|
|
2220
|
-
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2221
|
-
// ServerCrash aliases
|
|
2222
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2223
2221
|
// SeparatorVertical aliases
|
|
2224
2222
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2223
|
+
// ServerCrash aliases
|
|
2224
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2225
|
+
// ServerCog aliases
|
|
2226
|
+
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2225
2227
|
// ServerOff aliases
|
|
2226
2228
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2227
|
-
// Settings2 aliases
|
|
2228
|
-
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2229
2229
|
// Server aliases
|
|
2230
2230
|
export { default as ServerIcon } from '../icons/server';
|
|
2231
|
-
//
|
|
2232
|
-
export { default as
|
|
2231
|
+
// Settings2 aliases
|
|
2232
|
+
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2233
2233
|
// Settings aliases
|
|
2234
2234
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2235
|
+
// Shapes aliases
|
|
2236
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2235
2237
|
// Share aliases
|
|
2236
2238
|
export { default as ShareIcon } from '../icons/share';
|
|
2237
|
-
// Share2 aliases
|
|
2238
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2239
2239
|
// Sheet aliases
|
|
2240
2240
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2241
|
+
// Share2 aliases
|
|
2242
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2241
2243
|
// Shell aliases
|
|
2242
2244
|
export { default as ShellIcon } from '../icons/shell';
|
|
2243
2245
|
// ShieldAlert aliases
|
|
@@ -2248,18 +2250,18 @@ export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
|
2248
2250
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2249
2251
|
// ShieldEllipsis aliases
|
|
2250
2252
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2253
|
+
// ShieldMinus aliases
|
|
2254
|
+
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2251
2255
|
// ShieldHalf aliases
|
|
2252
2256
|
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2253
2257
|
// ShieldOff aliases
|
|
2254
2258
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2255
2259
|
// ShieldPlus aliases
|
|
2256
2260
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2257
|
-
// ShieldQuestion aliases
|
|
2258
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2259
2261
|
// ShieldUser aliases
|
|
2260
2262
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2261
|
-
//
|
|
2262
|
-
export { default as
|
|
2263
|
+
// ShieldQuestion aliases
|
|
2264
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2263
2265
|
// Shield aliases
|
|
2264
2266
|
export { default as ShieldIcon } from '../icons/shield';
|
|
2265
2267
|
// ShipWheel aliases
|
|
@@ -2270,58 +2272,58 @@ export { default as ShipIcon } from '../icons/ship';
|
|
|
2270
2272
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2271
2273
|
// ShoppingBag aliases
|
|
2272
2274
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2273
|
-
// ShoppingBasket aliases
|
|
2274
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2275
2275
|
// ShoppingCart aliases
|
|
2276
2276
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2277
|
+
// ShoppingBasket aliases
|
|
2278
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2279
|
+
// Shovel aliases
|
|
2280
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2277
2281
|
// ShowerHead aliases
|
|
2278
2282
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2279
2283
|
// Shredder aliases
|
|
2280
2284
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2281
|
-
// Shovel aliases
|
|
2282
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2283
2285
|
// Shrimp aliases
|
|
2284
2286
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2285
|
-
// Shrink aliases
|
|
2286
|
-
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2287
2287
|
// Shrub aliases
|
|
2288
2288
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2289
|
-
//
|
|
2290
|
-
export { default as
|
|
2289
|
+
// Shrink aliases
|
|
2290
|
+
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2291
|
+
// Sigma aliases
|
|
2292
|
+
export { default as SigmaIcon } from '../icons/sigma';
|
|
2291
2293
|
// SignalHigh aliases
|
|
2292
2294
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2295
|
+
// Shuffle aliases
|
|
2296
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2293
2297
|
// SignalLow aliases
|
|
2294
2298
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2295
|
-
// Sigma aliases
|
|
2296
|
-
export { default as SigmaIcon } from '../icons/sigma';
|
|
2297
2299
|
// SignalMedium aliases
|
|
2298
2300
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2299
2301
|
// SignalZero aliases
|
|
2300
2302
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2301
2303
|
// Signal aliases
|
|
2302
2304
|
export { default as SignalIcon } from '../icons/signal';
|
|
2303
|
-
// SignpostBig aliases
|
|
2304
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2305
|
-
// Signpost aliases
|
|
2306
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2307
2305
|
// Signature aliases
|
|
2308
2306
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2307
|
+
// SignpostBig aliases
|
|
2308
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2309
2309
|
// Siren aliases
|
|
2310
2310
|
export { default as SirenIcon } from '../icons/siren';
|
|
2311
|
-
//
|
|
2312
|
-
export { default as
|
|
2311
|
+
// Signpost aliases
|
|
2312
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2313
2313
|
// SkipForward aliases
|
|
2314
2314
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2315
|
+
// SkipBack aliases
|
|
2316
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2315
2317
|
// Skull aliases
|
|
2316
2318
|
export { default as SkullIcon } from '../icons/skull';
|
|
2317
2319
|
// Slack aliases
|
|
2318
2320
|
export { default as SlackIcon } from '../icons/slack';
|
|
2319
2321
|
// Slash aliases
|
|
2320
2322
|
export { default as SlashIcon } from '../icons/slash';
|
|
2321
|
-
// SlidersHorizontal aliases
|
|
2322
|
-
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2323
2323
|
// Slice aliases
|
|
2324
2324
|
export { default as SliceIcon } from '../icons/slice';
|
|
2325
|
+
// SlidersHorizontal aliases
|
|
2326
|
+
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2325
2327
|
// SmartphoneCharging aliases
|
|
2326
2328
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2327
2329
|
// SmartphoneNfc aliases
|
|
@@ -2334,36 +2336,36 @@ export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
|
2334
2336
|
export { default as SmileIcon } from '../icons/smile';
|
|
2335
2337
|
// Snail aliases
|
|
2336
2338
|
export { default as SnailIcon } from '../icons/snail';
|
|
2337
|
-
// SoapDispenserDroplet aliases
|
|
2338
|
-
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2339
2339
|
// Snowflake aliases
|
|
2340
2340
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2341
|
+
// SoapDispenserDroplet aliases
|
|
2342
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2341
2343
|
// Sofa aliases
|
|
2342
2344
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2343
2345
|
// Soup aliases
|
|
2344
2346
|
export { default as SoupIcon } from '../icons/soup';
|
|
2345
|
-
// Space aliases
|
|
2346
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2347
2347
|
// Spade aliases
|
|
2348
2348
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2349
|
+
// Space aliases
|
|
2350
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2351
|
+
// Sparkle aliases
|
|
2352
|
+
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2349
2353
|
// Speaker aliases
|
|
2350
2354
|
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2351
2355
|
// Speech aliases
|
|
2352
2356
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2353
|
-
// Sparkle aliases
|
|
2354
|
-
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2355
2357
|
// SpellCheck2 aliases
|
|
2356
2358
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2357
|
-
// SpellCheck aliases
|
|
2358
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2359
2359
|
// SplinePointer aliases
|
|
2360
2360
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2361
|
+
// SpellCheck aliases
|
|
2362
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2361
2363
|
// Spline aliases
|
|
2362
2364
|
export { default as SplineIcon } from '../icons/spline';
|
|
2363
|
-
// SprayCan aliases
|
|
2364
|
-
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2365
2365
|
// Split aliases
|
|
2366
2366
|
export { default as SplitIcon } from '../icons/split';
|
|
2367
|
+
// SprayCan aliases
|
|
2368
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2367
2369
|
// Sprout aliases
|
|
2368
2370
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2369
2371
|
// SquareDashedBottom aliases
|
|
@@ -2378,84 +2380,84 @@ export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
|
2378
2380
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2379
2381
|
// SquareSquare aliases
|
|
2380
2382
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2381
|
-
// SquareStack aliases
|
|
2382
|
-
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2383
2383
|
// Square aliases
|
|
2384
2384
|
export { default as SquareIcon } from '../icons/square';
|
|
2385
2385
|
// SquaresExclude aliases
|
|
2386
2386
|
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2387
|
-
//
|
|
2388
|
-
export { default as
|
|
2387
|
+
// SquareStack aliases
|
|
2388
|
+
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2389
2389
|
// SquaresIntersect aliases
|
|
2390
2390
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2391
|
+
// SquaresSubtract aliases
|
|
2392
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2391
2393
|
// SquaresUnite aliases
|
|
2392
2394
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2393
|
-
// Squircle aliases
|
|
2394
|
-
export { default as SquircleIcon } from '../icons/squircle';
|
|
2395
2395
|
// Squirrel aliases
|
|
2396
2396
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2397
2397
|
// Stamp aliases
|
|
2398
2398
|
export { default as StampIcon } from '../icons/stamp';
|
|
2399
|
+
// Squircle aliases
|
|
2400
|
+
export { default as SquircleIcon } from '../icons/squircle';
|
|
2399
2401
|
// StarHalf aliases
|
|
2400
2402
|
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2401
2403
|
// StarOff aliases
|
|
2402
2404
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2403
|
-
// Star aliases
|
|
2404
|
-
export { default as StarIcon } from '../icons/star';
|
|
2405
2405
|
// StepBack aliases
|
|
2406
2406
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2407
2407
|
// StepForward aliases
|
|
2408
2408
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2409
|
+
// Star aliases
|
|
2410
|
+
export { default as StarIcon } from '../icons/star';
|
|
2409
2411
|
// Stethoscope aliases
|
|
2410
2412
|
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2411
2413
|
// Sticker aliases
|
|
2412
2414
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2413
|
-
// StickyNote aliases
|
|
2414
|
-
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2415
2415
|
// Store aliases
|
|
2416
2416
|
export { default as StoreIcon } from '../icons/store';
|
|
2417
2417
|
// StretchHorizontal aliases
|
|
2418
2418
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2419
|
-
// Strikethrough aliases
|
|
2420
|
-
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2421
2419
|
// StretchVertical aliases
|
|
2422
2420
|
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2421
|
+
// Strikethrough aliases
|
|
2422
|
+
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2423
|
+
// StickyNote aliases
|
|
2424
|
+
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2423
2425
|
// Subscript aliases
|
|
2424
2426
|
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2425
2427
|
// SunDim aliases
|
|
2426
2428
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2427
|
-
// SunMedium aliases
|
|
2428
|
-
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2429
2429
|
// SunMoon aliases
|
|
2430
2430
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2431
|
+
// SunMedium aliases
|
|
2432
|
+
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2431
2433
|
// SunSnow aliases
|
|
2432
2434
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2433
2435
|
// Sun aliases
|
|
2434
2436
|
export { default as SunIcon } from '../icons/sun';
|
|
2435
|
-
// Sunrise aliases
|
|
2436
|
-
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2437
2437
|
// Sunset aliases
|
|
2438
2438
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2439
2439
|
// Superscript aliases
|
|
2440
2440
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2441
|
+
// Sunrise aliases
|
|
2442
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2441
2443
|
// SwatchBook aliases
|
|
2442
2444
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2443
2445
|
// SwissFranc aliases
|
|
2444
2446
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2447
|
+
// SwitchCamera aliases
|
|
2448
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2445
2449
|
// Sword aliases
|
|
2446
2450
|
export { default as SwordIcon } from '../icons/sword';
|
|
2447
2451
|
// Swords aliases
|
|
2448
2452
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2449
|
-
// SwitchCamera aliases
|
|
2450
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2451
2453
|
// Syringe aliases
|
|
2452
2454
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2453
2455
|
// Table2 aliases
|
|
2454
2456
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2455
|
-
// TableCellsSplit aliases
|
|
2456
|
-
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2457
2457
|
// TableCellsMerge aliases
|
|
2458
2458
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2459
|
+
// TableCellsSplit aliases
|
|
2460
|
+
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2459
2461
|
// TableColumnsSplit aliases
|
|
2460
2462
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2461
2463
|
// TableOfContents aliases
|
|
@@ -2466,46 +2468,46 @@ export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
|
2466
2468
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2467
2469
|
// Table aliases
|
|
2468
2470
|
export { default as TableIcon } from '../icons/table';
|
|
2469
|
-
// TabletSmartphone aliases
|
|
2470
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2471
2471
|
// Tablet aliases
|
|
2472
2472
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2473
|
+
// TabletSmartphone aliases
|
|
2474
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2473
2475
|
// Tablets aliases
|
|
2474
2476
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2475
|
-
// Tags aliases
|
|
2476
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2477
2477
|
// Tag aliases
|
|
2478
2478
|
export { default as TagIcon } from '../icons/tag';
|
|
2479
|
+
// Tags aliases
|
|
2480
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2479
2481
|
// Tally1 aliases
|
|
2480
2482
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2481
|
-
// Tally2 aliases
|
|
2482
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2483
2483
|
// Tally3 aliases
|
|
2484
2484
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2485
|
+
// Tally2 aliases
|
|
2486
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2485
2487
|
// Tally4 aliases
|
|
2486
2488
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2487
2489
|
// Tally5 aliases
|
|
2488
2490
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2489
2491
|
// Tangent aliases
|
|
2490
2492
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2491
|
-
// TentTree aliases
|
|
2492
|
-
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2493
|
-
// Telescope aliases
|
|
2494
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2495
2493
|
// Target aliases
|
|
2496
2494
|
export { default as TargetIcon } from '../icons/target';
|
|
2495
|
+
// Telescope aliases
|
|
2496
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2497
|
+
// TentTree aliases
|
|
2498
|
+
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2497
2499
|
// Tent aliases
|
|
2498
2500
|
export { default as TentIcon } from '../icons/tent';
|
|
2499
|
-
// TestTubes aliases
|
|
2500
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2501
2501
|
// Terminal aliases
|
|
2502
2502
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2503
|
-
// TextCursor aliases
|
|
2504
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2505
|
-
// TextCursorInput aliases
|
|
2506
|
-
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2507
2503
|
// TestTube aliases
|
|
2508
2504
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2505
|
+
// TestTubes aliases
|
|
2506
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2507
|
+
// TextCursorInput aliases
|
|
2508
|
+
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2509
|
+
// TextCursor aliases
|
|
2510
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2509
2511
|
// TextQuote aliases
|
|
2510
2512
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2511
2513
|
// TextSearch aliases
|
|
@@ -2524,48 +2526,48 @@ export { default as ThermometerIcon } from '../icons/thermometer';
|
|
|
2524
2526
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2525
2527
|
// ThumbsUp aliases
|
|
2526
2528
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2527
|
-
// TicketMinus aliases
|
|
2528
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2529
2529
|
// TicketCheck aliases
|
|
2530
2530
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2531
|
-
// TicketPercent aliases
|
|
2532
|
-
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2533
2531
|
// TicketPlus aliases
|
|
2534
2532
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2533
|
+
// TicketMinus aliases
|
|
2534
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2535
2535
|
// TicketSlash aliases
|
|
2536
2536
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2537
|
+
// TicketPercent aliases
|
|
2538
|
+
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2537
2539
|
// TicketX aliases
|
|
2538
2540
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2539
2541
|
// Ticket aliases
|
|
2540
2542
|
export { default as TicketIcon } from '../icons/ticket';
|
|
2541
2543
|
// TicketsPlane aliases
|
|
2542
2544
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2545
|
+
// Tickets aliases
|
|
2546
|
+
export { default as TicketsIcon } from '../icons/tickets';
|
|
2543
2547
|
// TimerOff aliases
|
|
2544
2548
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2545
2549
|
// TimerReset aliases
|
|
2546
2550
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2547
|
-
// Tickets aliases
|
|
2548
|
-
export { default as TicketsIcon } from '../icons/tickets';
|
|
2549
2551
|
// Timer aliases
|
|
2550
2552
|
export { default as TimerIcon } from '../icons/timer';
|
|
2553
|
+
// ToggleRight aliases
|
|
2554
|
+
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2551
2555
|
// ToggleLeft aliases
|
|
2552
2556
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2553
2557
|
// Toilet aliases
|
|
2554
2558
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2555
2559
|
// Tornado aliases
|
|
2556
2560
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2557
|
-
// ToggleRight aliases
|
|
2558
|
-
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2559
2561
|
// Torus aliases
|
|
2560
2562
|
export { default as TorusIcon } from '../icons/torus';
|
|
2561
2563
|
// TouchpadOff aliases
|
|
2562
2564
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2565
|
+
// TowerControl aliases
|
|
2566
|
+
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2563
2567
|
// Touchpad aliases
|
|
2564
2568
|
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2565
2569
|
// ToyBrick aliases
|
|
2566
2570
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2567
|
-
// TowerControl aliases
|
|
2568
|
-
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2569
2571
|
// Tractor aliases
|
|
2570
2572
|
export { default as TractorIcon } from '../icons/tractor';
|
|
2571
2573
|
// TrafficCone aliases
|
|
@@ -2574,12 +2576,12 @@ export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
|
2574
2576
|
export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
2575
2577
|
// TrainFront aliases
|
|
2576
2578
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2579
|
+
// TrainTrack aliases
|
|
2580
|
+
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2577
2581
|
// Transgender aliases
|
|
2578
2582
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2579
2583
|
// Trash2 aliases
|
|
2580
2584
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2581
|
-
// TrainTrack aliases
|
|
2582
|
-
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2583
2585
|
// Trash aliases
|
|
2584
2586
|
export { default as TrashIcon } from '../icons/trash';
|
|
2585
2587
|
// TreeDeciduous aliases
|
|
@@ -2590,56 +2592,56 @@ export { default as TreePineIcon } from '../icons/tree-pine';
|
|
|
2590
2592
|
export { default as TreesIcon } from '../icons/trees';
|
|
2591
2593
|
// Trello aliases
|
|
2592
2594
|
export { default as TrelloIcon } from '../icons/trello';
|
|
2593
|
-
// TrendingDown aliases
|
|
2594
|
-
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2595
2595
|
// TrendingUpDown aliases
|
|
2596
2596
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2597
|
+
// TrendingDown aliases
|
|
2598
|
+
export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
2597
2599
|
// TrendingUp aliases
|
|
2598
2600
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2599
2601
|
// TriangleDashed aliases
|
|
2600
2602
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2601
2603
|
// TriangleRight aliases
|
|
2602
2604
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2603
|
-
// Triangle aliases
|
|
2604
|
-
export { default as TriangleIcon } from '../icons/triangle';
|
|
2605
2605
|
// Trophy aliases
|
|
2606
2606
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2607
|
-
//
|
|
2608
|
-
export { default as
|
|
2607
|
+
// Triangle aliases
|
|
2608
|
+
export { default as TriangleIcon } from '../icons/triangle';
|
|
2609
2609
|
// TruckElectric aliases
|
|
2610
2610
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2611
|
-
//
|
|
2612
|
-
export { default as
|
|
2611
|
+
// Truck aliases
|
|
2612
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2613
2613
|
// Turtle aliases
|
|
2614
2614
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2615
|
+
// TvMinimalPlay aliases
|
|
2616
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2615
2617
|
// Tv aliases
|
|
2616
2618
|
export { default as TvIcon } from '../icons/tv';
|
|
2617
2619
|
// Twitch aliases
|
|
2618
2620
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2619
|
-
// Twitter aliases
|
|
2620
|
-
export { default as TwitterIcon } from '../icons/twitter';
|
|
2621
2621
|
// TypeOutline aliases
|
|
2622
2622
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2623
|
+
// Twitter aliases
|
|
2624
|
+
export { default as TwitterIcon } from '../icons/twitter';
|
|
2623
2625
|
// Type aliases
|
|
2624
2626
|
export { default as TypeIcon } from '../icons/type';
|
|
2627
|
+
// UmbrellaOff aliases
|
|
2628
|
+
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2625
2629
|
// Umbrella aliases
|
|
2626
2630
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2627
2631
|
// Underline aliases
|
|
2628
2632
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2629
|
-
// UmbrellaOff aliases
|
|
2630
|
-
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2631
|
-
// UndoDot aliases
|
|
2632
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2633
2633
|
// Undo2 aliases
|
|
2634
2634
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2635
|
+
// UndoDot aliases
|
|
2636
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2635
2637
|
// Undo aliases
|
|
2636
2638
|
export { default as UndoIcon } from '../icons/undo';
|
|
2637
|
-
// UnfoldHorizontal aliases
|
|
2638
|
-
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2639
2639
|
// UnfoldVertical aliases
|
|
2640
2640
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2641
2641
|
// Ungroup aliases
|
|
2642
2642
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2643
|
+
// UnfoldHorizontal aliases
|
|
2644
|
+
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2643
2645
|
// Unlink2 aliases
|
|
2644
2646
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2645
2647
|
// Unlink aliases
|
|
@@ -2648,12 +2650,12 @@ export { default as UnlinkIcon } from '../icons/unlink';
|
|
|
2648
2650
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2649
2651
|
// Upload aliases
|
|
2650
2652
|
export { default as UploadIcon } from '../icons/upload';
|
|
2651
|
-
// UserCheck aliases
|
|
2652
|
-
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2653
|
-
// Usb aliases
|
|
2654
|
-
export { default as UsbIcon } from '../icons/usb';
|
|
2655
2653
|
// UserCog aliases
|
|
2656
2654
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2655
|
+
// Usb aliases
|
|
2656
|
+
export { default as UsbIcon } from '../icons/usb';
|
|
2657
|
+
// UserCheck aliases
|
|
2658
|
+
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2657
2659
|
// UserLock aliases
|
|
2658
2660
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2659
2661
|
// UserMinus aliases
|
|
@@ -2662,14 +2664,14 @@ export { default as UserMinusIcon } from '../icons/user-minus';
|
|
|
2662
2664
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2663
2665
|
// UserPlus aliases
|
|
2664
2666
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2665
|
-
// UserRoundPen aliases
|
|
2666
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2667
|
-
// UserX aliases
|
|
2668
|
-
export { default as UserXIcon } from '../icons/user-x';
|
|
2669
2667
|
// UserRoundSearch aliases
|
|
2670
2668
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2671
2669
|
// UserSearch aliases
|
|
2672
2670
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2671
|
+
// UserRoundPen aliases
|
|
2672
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2673
|
+
// UserX aliases
|
|
2674
|
+
export { default as UserXIcon } from '../icons/user-x';
|
|
2673
2675
|
// User aliases
|
|
2674
2676
|
export { default as UserIcon } from '../icons/user';
|
|
2675
2677
|
// Users aliases
|
|
@@ -2682,18 +2684,18 @@ export { default as VariableIcon } from '../icons/variable';
|
|
|
2682
2684
|
export { default as VaultIcon } from '../icons/vault';
|
|
2683
2685
|
// Vegan aliases
|
|
2684
2686
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2685
|
-
// VenetianMask aliases
|
|
2686
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2687
2687
|
// VenusAndMars aliases
|
|
2688
2688
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2689
|
+
// VenetianMask aliases
|
|
2690
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2689
2691
|
// Venus aliases
|
|
2690
2692
|
export { default as VenusIcon } from '../icons/venus';
|
|
2693
|
+
// VibrateOff aliases
|
|
2694
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2691
2695
|
// Vibrate aliases
|
|
2692
2696
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2693
2697
|
// VideoOff aliases
|
|
2694
2698
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2695
|
-
// VibrateOff aliases
|
|
2696
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2697
2699
|
// Video aliases
|
|
2698
2700
|
export { default as VideoIcon } from '../icons/video';
|
|
2699
2701
|
// Videotape aliases
|
|
@@ -2708,88 +2710,90 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2708
2710
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2709
2711
|
// VolumeOff aliases
|
|
2710
2712
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2711
|
-
// VolumeX aliases
|
|
2712
|
-
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2713
2713
|
// Volume2 aliases
|
|
2714
2714
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2715
|
+
// Volume aliases
|
|
2716
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2717
|
+
// VolumeX aliases
|
|
2718
|
+
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2715
2719
|
// Vote aliases
|
|
2716
2720
|
export { default as VoteIcon } from '../icons/vote';
|
|
2717
2721
|
// WalletCards aliases
|
|
2718
2722
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2719
|
-
// Volume aliases
|
|
2720
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2721
|
-
// Wallet aliases
|
|
2722
|
-
export { default as WalletIcon } from '../icons/wallet';
|
|
2723
2723
|
// Wallpaper aliases
|
|
2724
2724
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2725
|
+
// Wand aliases
|
|
2726
|
+
export { default as WandIcon } from '../icons/wand';
|
|
2727
|
+
// Wallet aliases
|
|
2728
|
+
export { default as WalletIcon } from '../icons/wallet';
|
|
2725
2729
|
// Warehouse aliases
|
|
2726
2730
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2727
2731
|
// WashingMachine aliases
|
|
2728
2732
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2729
2733
|
// Watch aliases
|
|
2730
2734
|
export { default as WatchIcon } from '../icons/watch';
|
|
2731
|
-
// Wand aliases
|
|
2732
|
-
export { default as WandIcon } from '../icons/wand';
|
|
2733
2735
|
// WavesLadder aliases
|
|
2734
2736
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2735
|
-
// Waypoints aliases
|
|
2736
|
-
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2737
2737
|
// Waves aliases
|
|
2738
2738
|
export { default as WavesIcon } from '../icons/waves';
|
|
2739
|
-
//
|
|
2740
|
-
export { default as
|
|
2739
|
+
// Waypoints aliases
|
|
2740
|
+
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2741
2741
|
// WebhookOff aliases
|
|
2742
2742
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2743
2743
|
// Webhook aliases
|
|
2744
2744
|
export { default as WebhookIcon } from '../icons/webhook';
|
|
2745
|
+
// Webcam aliases
|
|
2746
|
+
export { default as WebcamIcon } from '../icons/webcam';
|
|
2745
2747
|
// Weight aliases
|
|
2746
2748
|
export { default as WeightIcon } from '../icons/weight';
|
|
2747
2749
|
// WheatOff aliases
|
|
2748
2750
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2749
2751
|
// WholeWord aliases
|
|
2750
2752
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2751
|
-
// WifiHigh aliases
|
|
2752
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2753
2753
|
// Wheat aliases
|
|
2754
2754
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2755
|
+
// WifiCog aliases
|
|
2756
|
+
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2755
2757
|
// WifiLow aliases
|
|
2756
2758
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2759
|
+
// WifiHigh aliases
|
|
2760
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2757
2761
|
// WifiOff aliases
|
|
2758
2762
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2759
2763
|
// WifiPen aliases
|
|
2760
2764
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2761
2765
|
// WifiZero aliases
|
|
2762
2766
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2763
|
-
// WindArrowDown aliases
|
|
2764
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2765
2767
|
// Wifi aliases
|
|
2766
2768
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2767
2769
|
// Wind aliases
|
|
2768
2770
|
export { default as WindIcon } from '../icons/wind';
|
|
2771
|
+
// WindArrowDown aliases
|
|
2772
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2769
2773
|
// WineOff aliases
|
|
2770
2774
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2771
2775
|
// Wine aliases
|
|
2772
2776
|
export { default as WineIcon } from '../icons/wine';
|
|
2773
2777
|
// Workflow aliases
|
|
2774
2778
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2775
|
-
// WrapText aliases
|
|
2776
|
-
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2777
2779
|
// Worm aliases
|
|
2778
2780
|
export { default as WormIcon } from '../icons/worm';
|
|
2779
2781
|
// Wrench aliases
|
|
2780
2782
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2783
|
+
// WrapText aliases
|
|
2784
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2781
2785
|
// X aliases
|
|
2782
2786
|
export { default as XIcon } from '../icons/x';
|
|
2783
|
-
// Youtube aliases
|
|
2784
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2785
2787
|
// ZapOff aliases
|
|
2786
2788
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2789
|
+
// Youtube aliases
|
|
2790
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2791
|
+
// Zap aliases
|
|
2792
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2787
2793
|
// ZoomIn aliases
|
|
2788
2794
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2789
2795
|
// ZoomOut aliases
|
|
2790
2796
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2791
|
-
// Zap aliases
|
|
2792
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2793
2797
|
// ArrowDown01 aliases
|
|
2794
2798
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2795
2799
|
// ArrowDown10 aliases
|
|
@@ -2819,12 +2823,12 @@ export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
|
2819
2823
|
// ArrowUpAZ aliases
|
|
2820
2824
|
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2821
2825
|
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2822
|
-
// ArrowUpNarrowWide aliases
|
|
2823
|
-
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2824
|
-
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2825
2826
|
// ArrowUpZA aliases
|
|
2826
2827
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2827
2828
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2829
|
+
// ArrowUpNarrowWide aliases
|
|
2830
|
+
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2831
|
+
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2828
2832
|
// Axis3d aliases
|
|
2829
2833
|
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2830
2834
|
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
@@ -2849,15 +2853,15 @@ export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
|
2849
2853
|
// Braces aliases
|
|
2850
2854
|
export { default as BracesIcon } from '../icons/braces';
|
|
2851
2855
|
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2856
|
+
// Captions aliases
|
|
2857
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2858
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2852
2859
|
// ChartArea aliases
|
|
2853
2860
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2854
2861
|
export {
|
|
2855
2862
|
/** @deprecated */
|
|
2856
2863
|
default as AreaChartIcon
|
|
2857
2864
|
} from '../icons/chart-area';
|
|
2858
|
-
// Captions aliases
|
|
2859
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2860
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2861
2865
|
// ChartBarBig aliases
|
|
2862
2866
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2863
2867
|
export {
|
|
@@ -2870,24 +2874,24 @@ export {
|
|
|
2870
2874
|
/** @deprecated */
|
|
2871
2875
|
default as BarChartHorizontalIcon
|
|
2872
2876
|
} from '../icons/chart-bar';
|
|
2873
|
-
//
|
|
2874
|
-
export { default as
|
|
2877
|
+
// ChartColumnIncreasing aliases
|
|
2878
|
+
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2875
2879
|
export {
|
|
2876
2880
|
/** @deprecated */
|
|
2877
|
-
default as
|
|
2878
|
-
} from '../icons/chart-column-
|
|
2881
|
+
default as BarChart4Icon
|
|
2882
|
+
} from '../icons/chart-column-increasing';
|
|
2879
2883
|
// ChartCandlestick aliases
|
|
2880
2884
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2881
2885
|
export {
|
|
2882
2886
|
/** @deprecated */
|
|
2883
2887
|
default as CandlestickChartIcon
|
|
2884
2888
|
} from '../icons/chart-candlestick';
|
|
2885
|
-
//
|
|
2886
|
-
export { default as
|
|
2889
|
+
// ChartColumnBig aliases
|
|
2890
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2887
2891
|
export {
|
|
2888
2892
|
/** @deprecated */
|
|
2889
|
-
default as
|
|
2890
|
-
} from '../icons/chart-column-
|
|
2893
|
+
default as BarChartBigIcon
|
|
2894
|
+
} from '../icons/chart-column-big';
|
|
2891
2895
|
// ChartColumn aliases
|
|
2892
2896
|
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2893
2897
|
export {
|
|
@@ -2912,33 +2916,33 @@ export {
|
|
|
2912
2916
|
/** @deprecated */
|
|
2913
2917
|
default as BarChart2Icon
|
|
2914
2918
|
} from '../icons/chart-no-axes-column';
|
|
2915
|
-
// ChartNoAxesGantt aliases
|
|
2916
|
-
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2917
|
-
export {
|
|
2918
|
-
/** @deprecated */
|
|
2919
|
-
default as GanttChartIcon
|
|
2920
|
-
} from '../icons/chart-no-axes-gantt';
|
|
2921
2919
|
// ChartPie aliases
|
|
2922
2920
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2923
2921
|
export {
|
|
2924
2922
|
/** @deprecated */
|
|
2925
2923
|
default as PieChartIcon
|
|
2926
2924
|
} from '../icons/chart-pie';
|
|
2925
|
+
// ChartNoAxesGantt aliases
|
|
2926
|
+
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2927
|
+
export {
|
|
2928
|
+
/** @deprecated */
|
|
2929
|
+
default as GanttChartIcon
|
|
2930
|
+
} from '../icons/chart-no-axes-gantt';
|
|
2931
|
+
// CircleAlert aliases
|
|
2932
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2933
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2927
2934
|
// ChartScatter aliases
|
|
2928
2935
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2929
2936
|
export {
|
|
2930
2937
|
/** @deprecated */
|
|
2931
2938
|
default as ScatterChartIcon
|
|
2932
2939
|
} from '../icons/chart-scatter';
|
|
2933
|
-
// CircleAlert aliases
|
|
2934
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2935
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2936
|
-
// CircleArrowDown aliases
|
|
2937
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2938
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2939
2940
|
// CircleArrowLeft aliases
|
|
2940
2941
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2941
2942
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2943
|
+
// CircleArrowDown aliases
|
|
2944
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2945
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2942
2946
|
// CircleArrowOutDownLeft aliases
|
|
2943
2947
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2944
2948
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
@@ -2951,6 +2955,9 @@ export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-
|
|
|
2951
2955
|
// CircleArrowOutUpRight aliases
|
|
2952
2956
|
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2953
2957
|
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2958
|
+
// CircleArrowUp aliases
|
|
2959
|
+
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2960
|
+
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2954
2961
|
// CircleArrowRight aliases
|
|
2955
2962
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2956
2963
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
@@ -2960,27 +2967,24 @@ export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
|
2960
2967
|
// CircleCheckBig aliases
|
|
2961
2968
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2962
2969
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2963
|
-
// CircleArrowUp aliases
|
|
2964
|
-
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2965
|
-
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2966
2970
|
// CircleChevronDown aliases
|
|
2967
2971
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2968
2972
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2969
|
-
// CircleChevronLeft aliases
|
|
2970
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2971
|
-
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2972
2973
|
// CircleChevronRight aliases
|
|
2973
2974
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2974
2975
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2976
|
+
// CircleChevronLeft aliases
|
|
2977
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2978
|
+
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2975
2979
|
// CircleChevronUp aliases
|
|
2976
2980
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2977
2981
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2978
|
-
// CircleDivide aliases
|
|
2979
|
-
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2980
|
-
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2981
2982
|
// CircleGauge aliases
|
|
2982
2983
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2983
2984
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2985
|
+
// CircleDivide aliases
|
|
2986
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2987
|
+
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2984
2988
|
// CircleHelp aliases
|
|
2985
2989
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2986
2990
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
@@ -3002,27 +3006,27 @@ export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
|
3002
3006
|
// CirclePlay aliases
|
|
3003
3007
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
3004
3008
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
3009
|
+
// CircleSlash2 aliases
|
|
3010
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3011
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3005
3012
|
// CirclePlus aliases
|
|
3006
3013
|
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
3007
3014
|
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
3008
|
-
// CirclePower aliases
|
|
3009
|
-
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3010
|
-
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3011
|
-
// CircleStop aliases
|
|
3012
|
-
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3013
|
-
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3014
3015
|
// CircleUserRound aliases
|
|
3015
3016
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3016
3017
|
export {
|
|
3017
3018
|
/** @deprecated */
|
|
3018
3019
|
default as UserCircle2Icon
|
|
3019
3020
|
} from '../icons/circle-user-round';
|
|
3020
|
-
//
|
|
3021
|
-
export { default as
|
|
3022
|
-
export { default as
|
|
3021
|
+
// CircleStop aliases
|
|
3022
|
+
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3023
|
+
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3023
3024
|
// CircleUser aliases
|
|
3024
3025
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3025
3026
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3027
|
+
// CirclePower aliases
|
|
3028
|
+
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
3029
|
+
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
3026
3030
|
// CircleX aliases
|
|
3027
3031
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3028
3032
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
@@ -3060,9 +3064,6 @@ export {
|
|
|
3060
3064
|
/** @deprecated */
|
|
3061
3065
|
default as Contact2Icon
|
|
3062
3066
|
} from '../icons/contact-round';
|
|
3063
|
-
// EllipsisVertical aliases
|
|
3064
|
-
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3065
|
-
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3066
3067
|
// DiamondPercent aliases
|
|
3067
3068
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3068
3069
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
@@ -3072,45 +3073,45 @@ export {
|
|
|
3072
3073
|
/** @deprecated */
|
|
3073
3074
|
default as Globe2Icon
|
|
3074
3075
|
} from '../icons/earth';
|
|
3075
|
-
//
|
|
3076
|
-
export { default as
|
|
3077
|
-
export { default as
|
|
3076
|
+
// EllipsisVertical aliases
|
|
3077
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3078
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3078
3079
|
// Ellipsis aliases
|
|
3079
3080
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3080
3081
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3081
|
-
// FileChartColumn aliases
|
|
3082
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3083
|
-
export {
|
|
3084
|
-
/** @deprecated */
|
|
3085
|
-
default as FileBarChart2Icon
|
|
3086
|
-
} from '../icons/file-chart-column';
|
|
3087
3082
|
// FileChartColumnIncreasing aliases
|
|
3088
3083
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3089
3084
|
export {
|
|
3090
3085
|
/** @deprecated */
|
|
3091
3086
|
default as FileBarChartIcon
|
|
3092
3087
|
} from '../icons/file-chart-column-increasing';
|
|
3093
|
-
//
|
|
3094
|
-
export { default as
|
|
3088
|
+
// FileAxis3d aliases
|
|
3089
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3090
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3091
|
+
// FileChartColumn aliases
|
|
3092
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3095
3093
|
export {
|
|
3096
3094
|
/** @deprecated */
|
|
3097
|
-
default as
|
|
3098
|
-
} from '../icons/file-chart-
|
|
3095
|
+
default as FileBarChart2Icon
|
|
3096
|
+
} from '../icons/file-chart-column';
|
|
3099
3097
|
// FileChartLine aliases
|
|
3100
3098
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3101
3099
|
export {
|
|
3102
3100
|
/** @deprecated */
|
|
3103
3101
|
default as FileLineChartIcon
|
|
3104
3102
|
} from '../icons/file-chart-line';
|
|
3105
|
-
// FilePenLine aliases
|
|
3106
|
-
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3107
|
-
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3108
3103
|
// FileCog aliases
|
|
3109
3104
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3110
3105
|
export {
|
|
3111
3106
|
/** @deprecated */
|
|
3112
3107
|
default as FileCog2Icon
|
|
3113
3108
|
} from '../icons/file-cog';
|
|
3109
|
+
// FileChartPie aliases
|
|
3110
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3111
|
+
export {
|
|
3112
|
+
/** @deprecated */
|
|
3113
|
+
default as FilePieChartIcon
|
|
3114
|
+
} from '../icons/file-chart-pie';
|
|
3114
3115
|
// FilePen aliases
|
|
3115
3116
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3116
3117
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
@@ -3120,79 +3121,85 @@ export {
|
|
|
3120
3121
|
/** @deprecated */
|
|
3121
3122
|
default as FolderCog2Icon
|
|
3122
3123
|
} from '../icons/folder-cog';
|
|
3123
|
-
//
|
|
3124
|
-
export { default as
|
|
3125
|
-
export {
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
} from '../icons/
|
|
3124
|
+
// FilePenLine aliases
|
|
3125
|
+
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3126
|
+
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3127
|
+
// FolderPen aliases
|
|
3128
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3129
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3129
3130
|
// FunnelX aliases
|
|
3130
3131
|
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3131
3132
|
export {
|
|
3132
3133
|
/** @deprecated */
|
|
3133
3134
|
default as FilterXIcon
|
|
3134
3135
|
} from '../icons/funnel-x';
|
|
3135
|
-
// FolderPen aliases
|
|
3136
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3137
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3138
|
-
// Grid2x2Plus aliases
|
|
3139
|
-
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3140
|
-
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3141
3136
|
// GitCommitHorizontal aliases
|
|
3142
3137
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3143
3138
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
3144
3139
|
// Grid2x2Check aliases
|
|
3145
3140
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3146
3141
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3142
|
+
// Funnel aliases
|
|
3143
|
+
export { default as FunnelIcon } from '../icons/funnel';
|
|
3144
|
+
export {
|
|
3145
|
+
/** @deprecated */
|
|
3146
|
+
default as FilterIcon
|
|
3147
|
+
} from '../icons/funnel';
|
|
3148
|
+
// Grid2x2Plus aliases
|
|
3149
|
+
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3150
|
+
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3147
3151
|
// Grid2x2X aliases
|
|
3148
3152
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3149
3153
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3150
3154
|
// Grid2x2 aliases
|
|
3151
3155
|
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3152
3156
|
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3157
|
+
// HandHelping aliases
|
|
3158
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3159
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3153
3160
|
// Grid3x3 aliases
|
|
3154
3161
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3155
3162
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3156
3163
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3157
|
-
// House aliases
|
|
3158
|
-
export { default as HouseIcon } from '../icons/house';
|
|
3159
|
-
export { default as HomeIcon } from '../icons/house';
|
|
3160
3164
|
// IceCreamBowl aliases
|
|
3161
3165
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3162
3166
|
export {
|
|
3163
3167
|
/** @deprecated */
|
|
3164
3168
|
default as IceCream2Icon
|
|
3165
3169
|
} from '../icons/ice-cream-bowl';
|
|
3166
|
-
// HandHelping aliases
|
|
3167
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3168
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3169
3170
|
// IceCreamCone aliases
|
|
3170
3171
|
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3171
3172
|
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3173
|
+
// House aliases
|
|
3174
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3175
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3172
3176
|
// IndentDecrease aliases
|
|
3173
3177
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3174
3178
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3175
|
-
// IndentIncrease aliases
|
|
3176
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3177
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3178
3179
|
// LaptopMinimal aliases
|
|
3179
3180
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3180
3181
|
export {
|
|
3181
3182
|
/** @deprecated */
|
|
3182
3183
|
default as Laptop2Icon
|
|
3183
3184
|
} from '../icons/laptop-minimal';
|
|
3185
|
+
// Layers aliases
|
|
3186
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3187
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3188
|
+
// IndentIncrease aliases
|
|
3189
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3190
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3184
3191
|
// LoaderCircle aliases
|
|
3185
3192
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3186
3193
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
3187
3194
|
// LockKeyholeOpen aliases
|
|
3188
3195
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3189
3196
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3197
|
+
// OctagonAlert aliases
|
|
3198
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3199
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3190
3200
|
// LockOpen aliases
|
|
3191
3201
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3192
3202
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3193
|
-
// Layers aliases
|
|
3194
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3195
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3196
3203
|
// MicVocal aliases
|
|
3197
3204
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3198
3205
|
export {
|
|
@@ -3205,9 +3212,6 @@ export { default as Move3DIcon } from '../icons/move-3d';
|
|
|
3205
3212
|
// OctagonPause aliases
|
|
3206
3213
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3207
3214
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3208
|
-
// OctagonAlert aliases
|
|
3209
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3210
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3211
3215
|
// OctagonX aliases
|
|
3212
3216
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3213
3217
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
@@ -3220,15 +3224,12 @@ export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed
|
|
|
3220
3224
|
// PanelLeftClose aliases
|
|
3221
3225
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3222
3226
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3223
|
-
// PanelLeftOpen aliases
|
|
3224
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3225
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3226
3227
|
// PanelLeftDashed aliases
|
|
3227
3228
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3228
3229
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3229
|
-
//
|
|
3230
|
-
export { default as
|
|
3231
|
-
export { default as
|
|
3230
|
+
// PanelLeftOpen aliases
|
|
3231
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3232
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3232
3233
|
// PanelRightDashed aliases
|
|
3233
3234
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3234
3235
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
@@ -3244,6 +3245,9 @@ export {
|
|
|
3244
3245
|
/** @deprecated */
|
|
3245
3246
|
default as Edit3Icon
|
|
3246
3247
|
} from '../icons/pen-line';
|
|
3248
|
+
// PanelLeft aliases
|
|
3249
|
+
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3250
|
+
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3247
3251
|
// Pen aliases
|
|
3248
3252
|
export { default as PenIcon } from '../icons/pen';
|
|
3249
3253
|
export {
|
|
@@ -3280,64 +3284,64 @@ export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
|
3280
3284
|
// SlidersVertical aliases
|
|
3281
3285
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3282
3286
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3283
|
-
// Sparkles aliases
|
|
3284
|
-
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3285
|
-
export { default as StarsIcon } from '../icons/sparkles';
|
|
3286
3287
|
// SquareActivity aliases
|
|
3287
3288
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3288
3289
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3289
3290
|
// SquareArrowDownLeft aliases
|
|
3290
3291
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3291
3292
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3293
|
+
// Sparkles aliases
|
|
3294
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3295
|
+
export { default as StarsIcon } from '../icons/sparkles';
|
|
3296
|
+
// SquareArrowDownRight aliases
|
|
3297
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3298
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3292
3299
|
// SquareArrowDown aliases
|
|
3293
3300
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3294
3301
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3295
3302
|
// SquareArrowLeft aliases
|
|
3296
3303
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3297
3304
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3298
|
-
// SquareArrowDownRight aliases
|
|
3299
|
-
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3300
|
-
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3301
3305
|
// SquareArrowOutDownLeft aliases
|
|
3302
3306
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3303
3307
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3308
|
+
// SquareArrowOutDownRight aliases
|
|
3309
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3310
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3311
|
+
// SquareArrowOutUpLeft aliases
|
|
3312
|
+
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3313
|
+
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3304
3314
|
// SquareArrowOutUpRight aliases
|
|
3305
3315
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3306
3316
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3307
3317
|
// SquareArrowRight aliases
|
|
3308
3318
|
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3309
3319
|
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3310
|
-
// SquareArrowOutDownRight aliases
|
|
3311
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3312
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3313
3320
|
// SquareArrowUpLeft aliases
|
|
3314
3321
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3315
3322
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3316
|
-
// SquareArrowOutUpLeft aliases
|
|
3317
|
-
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3318
|
-
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3319
|
-
// SquareArrowUp aliases
|
|
3320
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3321
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3322
3323
|
// SquareArrowUpRight aliases
|
|
3323
3324
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3324
3325
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3325
3326
|
// SquareAsterisk aliases
|
|
3326
3327
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3327
3328
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3328
|
-
//
|
|
3329
|
-
export { default as
|
|
3330
|
-
export { default as
|
|
3329
|
+
// SquareArrowUp aliases
|
|
3330
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3331
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3331
3332
|
// SquareBottomDashedScissors aliases
|
|
3332
3333
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3333
3334
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3334
|
-
//
|
|
3335
|
-
export { default as
|
|
3336
|
-
export { default as
|
|
3335
|
+
// SquareCheckBig aliases
|
|
3336
|
+
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3337
|
+
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3337
3338
|
// SquareChartGantt aliases
|
|
3338
3339
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3339
3340
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3340
3341
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3342
|
+
// SquareCheck aliases
|
|
3343
|
+
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3344
|
+
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3341
3345
|
// SquareChevronDown aliases
|
|
3342
3346
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3343
3347
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
@@ -3353,30 +3357,30 @@ export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
|
3353
3357
|
// SquareCode aliases
|
|
3354
3358
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3355
3359
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3356
|
-
// SquareDashedMousePointer aliases
|
|
3357
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3358
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3359
3360
|
// SquareDashedKanban aliases
|
|
3360
3361
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3361
3362
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3362
|
-
//
|
|
3363
|
-
export { default as
|
|
3364
|
-
export { default as
|
|
3363
|
+
// SquareDashedMousePointer aliases
|
|
3364
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3365
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3365
3366
|
// SquareDashed aliases
|
|
3366
3367
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3367
3368
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3369
|
+
// SquareDivide aliases
|
|
3370
|
+
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3371
|
+
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3368
3372
|
// SquareDot aliases
|
|
3369
3373
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3370
3374
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3371
3375
|
// SquareEqual aliases
|
|
3372
3376
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3373
3377
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3374
|
-
// SquareKanban aliases
|
|
3375
|
-
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3376
|
-
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3377
3378
|
// SquareFunction aliases
|
|
3378
3379
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3379
3380
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3381
|
+
// SquareKanban aliases
|
|
3382
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3383
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3380
3384
|
// SquareLibrary aliases
|
|
3381
3385
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3382
3386
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
@@ -3386,26 +3390,26 @@ export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
|
3386
3390
|
// SquareM aliases
|
|
3387
3391
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3388
3392
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3393
|
+
// SquareMinus aliases
|
|
3394
|
+
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3395
|
+
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3389
3396
|
// SquareMousePointer aliases
|
|
3390
3397
|
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3391
3398
|
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3399
|
+
// SquareParking aliases
|
|
3400
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3401
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3392
3402
|
// SquareParkingOff aliases
|
|
3393
3403
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3394
3404
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3395
|
-
//
|
|
3396
|
-
export { default as
|
|
3397
|
-
export { default as
|
|
3405
|
+
// SquarePercent aliases
|
|
3406
|
+
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3407
|
+
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3398
3408
|
// SquarePen aliases
|
|
3399
3409
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3400
3410
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3401
3411
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3402
3412
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3403
|
-
// SquareParking aliases
|
|
3404
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3405
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3406
|
-
// SquarePercent aliases
|
|
3407
|
-
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3408
|
-
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3409
3413
|
// SquarePi aliases
|
|
3410
3414
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3411
3415
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
@@ -3427,15 +3431,18 @@ export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
|
3427
3431
|
// SquareSigma aliases
|
|
3428
3432
|
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3429
3433
|
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3430
|
-
// SquareSlash aliases
|
|
3431
|
-
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3432
|
-
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3433
3434
|
// SquareSplitHorizontal aliases
|
|
3434
3435
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3435
3436
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3437
|
+
// SquareSlash aliases
|
|
3438
|
+
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3439
|
+
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3436
3440
|
// SquareSplitVertical aliases
|
|
3437
3441
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3438
3442
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3443
|
+
// SquareTerminal aliases
|
|
3444
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3445
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3439
3446
|
// SquareUserRound aliases
|
|
3440
3447
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3441
3448
|
export {
|
|
@@ -3445,33 +3452,30 @@ export {
|
|
|
3445
3452
|
// SquareUser aliases
|
|
3446
3453
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3447
3454
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3448
|
-
// SquareTerminal aliases
|
|
3449
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3450
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3451
|
-
// TextSelect aliases
|
|
3452
|
-
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3453
|
-
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3454
3455
|
// SquareX aliases
|
|
3455
3456
|
export { default as SquareXIcon } from '../icons/square-x';
|
|
3456
3457
|
export { default as XSquareIcon } from '../icons/square-x';
|
|
3457
|
-
//
|
|
3458
|
-
export { default as
|
|
3459
|
-
export { default as
|
|
3458
|
+
// TextSelect aliases
|
|
3459
|
+
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3460
|
+
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3460
3461
|
// TramFront aliases
|
|
3461
3462
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3462
3463
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3464
|
+
// TestTubeDiagonal aliases
|
|
3465
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3466
|
+
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3463
3467
|
// TreePalm aliases
|
|
3464
3468
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3465
3469
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3466
|
-
// TriangleAlert aliases
|
|
3467
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3468
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3469
3470
|
// TvMinimal aliases
|
|
3470
3471
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3471
3472
|
export {
|
|
3472
3473
|
/** @deprecated */
|
|
3473
3474
|
default as Tv2Icon
|
|
3474
3475
|
} from '../icons/tv-minimal';
|
|
3476
|
+
// TriangleAlert aliases
|
|
3477
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3478
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3475
3479
|
// University aliases
|
|
3476
3480
|
export { default as UniversityIcon } from '../icons/university';
|
|
3477
3481
|
export {
|
|
@@ -3496,12 +3500,6 @@ export {
|
|
|
3496
3500
|
/** @deprecated */
|
|
3497
3501
|
default as UserPlus2Icon
|
|
3498
3502
|
} from '../icons/user-round-plus';
|
|
3499
|
-
// UserRoundX aliases
|
|
3500
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3501
|
-
export {
|
|
3502
|
-
/** @deprecated */
|
|
3503
|
-
default as UserX2Icon
|
|
3504
|
-
} from '../icons/user-round-x';
|
|
3505
3503
|
// UserRoundMinus aliases
|
|
3506
3504
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3507
3505
|
export {
|
|
@@ -3520,15 +3518,15 @@ export {
|
|
|
3520
3518
|
/** @deprecated */
|
|
3521
3519
|
default as Users2Icon
|
|
3522
3520
|
} from '../icons/users-round';
|
|
3521
|
+
// UserRoundX aliases
|
|
3522
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3523
|
+
export {
|
|
3524
|
+
/** @deprecated */
|
|
3525
|
+
default as UserX2Icon
|
|
3526
|
+
} from '../icons/user-round-x';
|
|
3523
3527
|
// UtensilsCrossed aliases
|
|
3524
3528
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3525
3529
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3526
|
-
// WalletMinimal aliases
|
|
3527
|
-
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3528
|
-
export {
|
|
3529
|
-
/** @deprecated */
|
|
3530
|
-
default as Wallet2Icon
|
|
3531
|
-
} from '../icons/wallet-minimal';
|
|
3532
3530
|
// WandSparkles aliases
|
|
3533
3531
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3534
3532
|
export {
|
|
@@ -3538,4 +3536,10 @@ export {
|
|
|
3538
3536
|
// Utensils aliases
|
|
3539
3537
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3540
3538
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3539
|
+
// WalletMinimal aliases
|
|
3540
|
+
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3541
|
+
export {
|
|
3542
|
+
/** @deprecated */
|
|
3543
|
+
default as Wallet2Icon
|
|
3544
|
+
} from '../icons/wallet-minimal';
|
|
3541
3545
|
|