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