@lucide/astro 0.533.0 → 0.534.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 +44 -44
- package/src/aliases/prefixed.ts +550 -550
- package/src/aliases/suffixed.ts +826 -826
- package/src/icons/book-copy.ts +2 -2
- package/src/icons/cloud-moon-rain.ts +2 -2
- package/src/icons/cloud-moon.ts +2 -2
- package/src/icons/file-stack.ts +2 -2
- package/src/icons/files.ts +2 -2
- package/src/icons/folders.ts +2 -2
- package/src/icons/gavel.ts +2 -2
- package/src/icons/images.ts +2 -2
- package/src/icons/index.ts +143 -143
- package/src/icons/mails.ts +2 -2
- package/src/icons/moon-star.ts +2 -2
- package/src/icons/moon.ts +2 -2
- package/src/icons/settings.ts +2 -2
- package/src/icons/sun-moon.ts +2 -2
- package/src/icons/tags.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -14,28 +14,28 @@ export { default as AirVentIcon } from '../icons/air-vent';
|
|
|
14
14
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
15
15
|
// AlarmClock aliases
|
|
16
16
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
|
-
// AlarmSmoke aliases
|
|
18
|
-
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
17
|
// AlarmClockOff aliases
|
|
20
18
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
19
|
+
// AlarmSmoke aliases
|
|
20
|
+
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
|
-
// AlignCenterHorizontal aliases
|
|
24
|
-
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
|
-
// AlignHorizontalDistributeCenter aliases
|
|
32
|
-
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
33
31
|
// AlignEndVertical aliases
|
|
34
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
35
|
-
//
|
|
36
|
-
export { default as
|
|
33
|
+
// AlignHorizontalDistributeCenter aliases
|
|
34
|
+
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
35
|
// AlignHorizontalDistributeEnd aliases
|
|
38
36
|
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
39
|
// AlignHorizontalJustifyCenter aliases
|
|
40
40
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
@@ -46,112 +46,112 @@ export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horiz
|
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignRight aliases
|
|
50
|
-
export { default as AlignRightIcon } from '../icons/align-right';
|
|
51
|
-
// AlignLeft aliases
|
|
52
|
-
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
49
|
// AlignJustify aliases
|
|
54
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
|
+
// AlignLeft aliases
|
|
52
|
+
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignRight aliases
|
|
54
|
+
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignVerticalDistributeCenter aliases
|
|
58
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
57
|
// AlignStartVertical aliases
|
|
60
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
59
|
+
// AlignVerticalDistributeCenter aliases
|
|
60
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
-
// AlignVerticalJustifyCenter aliases
|
|
64
|
-
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
63
|
// AlignVerticalDistributeStart aliases
|
|
66
64
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
|
+
// AlignVerticalJustifyCenter aliases
|
|
66
|
+
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
68
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
|
-
// AlignVerticalSpaceAround aliases
|
|
72
|
-
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
71
|
// AlignVerticalSpaceBetween aliases
|
|
74
72
|
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
73
|
+
// AlignVerticalSpaceAround aliases
|
|
74
|
+
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
75
75
|
// Ambulance aliases
|
|
76
76
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
77
|
+
// Ampersand aliases
|
|
78
|
+
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
77
79
|
// Ampersands aliases
|
|
78
80
|
export { default as AmpersandsIcon } from '../icons/ampersands';
|
|
79
81
|
// Amphora aliases
|
|
80
82
|
export { default as AmphoraIcon } from '../icons/amphora';
|
|
81
|
-
// Ampersand aliases
|
|
82
|
-
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
83
83
|
// Anchor aliases
|
|
84
84
|
export { default as AnchorIcon } from '../icons/anchor';
|
|
85
85
|
// Angry aliases
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Annoyed aliases
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
|
-
// Anvil aliases
|
|
90
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
91
89
|
// Antenna aliases
|
|
92
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
93
91
|
// Aperture aliases
|
|
94
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
93
|
+
// Anvil aliases
|
|
94
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
95
95
|
// AppWindowMac aliases
|
|
96
96
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
|
-
// Apple aliases
|
|
98
|
-
export { default as AppleIcon } from '../icons/apple';
|
|
99
97
|
// AppWindow aliases
|
|
100
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
101
99
|
// ArchiveRestore aliases
|
|
102
100
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
101
|
+
// Apple aliases
|
|
102
|
+
export { default as AppleIcon } from '../icons/apple';
|
|
103
103
|
// ArchiveX aliases
|
|
104
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
-
// Armchair aliases
|
|
106
|
-
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
-
// ArrowBigDownDash aliases
|
|
108
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
109
105
|
// Archive aliases
|
|
110
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
111
|
-
//
|
|
112
|
-
export { default as
|
|
107
|
+
// ArrowBigDownDash aliases
|
|
108
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
113
109
|
// ArrowBigDown aliases
|
|
114
110
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
111
|
+
// Armchair aliases
|
|
112
|
+
export { default as ArmchairIcon } from '../icons/armchair';
|
|
113
|
+
// ArrowBigLeftDash aliases
|
|
114
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
115
|
// ArrowBigLeft aliases
|
|
118
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
|
+
// ArrowBigRightDash aliases
|
|
118
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
119
|
// ArrowBigRight aliases
|
|
120
120
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
121
|
// ArrowBigUpDash aliases
|
|
122
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
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
131
|
// ArrowDownRight aliases
|
|
134
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToDot aliases
|
|
134
|
+
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
135
|
// ArrowDownToLine aliases
|
|
136
136
|
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
137
|
-
// ArrowDown aliases
|
|
138
|
-
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
139
137
|
// ArrowDownUp aliases
|
|
140
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
141
|
-
//
|
|
142
|
-
export { default as
|
|
139
|
+
// ArrowDown aliases
|
|
140
|
+
export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
143
141
|
// ArrowLeftRight aliases
|
|
144
142
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
143
|
// ArrowLeftToLine aliases
|
|
146
144
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
|
-
// ArrowLeft aliases
|
|
148
|
-
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
145
|
// ArrowRightFromLine aliases
|
|
150
146
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
|
-
//
|
|
152
|
-
export { default as
|
|
147
|
+
// ArrowLeftFromLine aliases
|
|
148
|
+
export { default as ArrowLeftFromLineIcon } from '../icons/arrow-left-from-line';
|
|
153
149
|
// ArrowRightLeft aliases
|
|
154
150
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
151
|
+
// ArrowLeft aliases
|
|
152
|
+
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
153
|
+
// ArrowRightToLine aliases
|
|
154
|
+
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
155
|
// ArrowRight aliases
|
|
156
156
|
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
@@ -162,56 +162,56 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
-
// ArrowUpToLine aliases
|
|
166
|
-
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
-
// ArrowUpWideNarrow aliases
|
|
168
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
169
|
-
// ArrowsUpFromLine aliases
|
|
170
|
-
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
171
165
|
// ArrowUpRight aliases
|
|
172
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
|
+
// ArrowUpWideNarrow aliases
|
|
168
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
173
169
|
// ArrowUp aliases
|
|
174
170
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
175
|
-
//
|
|
176
|
-
export { default as
|
|
171
|
+
// ArrowsUpFromLine aliases
|
|
172
|
+
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
173
|
+
// ArrowUpToLine aliases
|
|
174
|
+
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
177
175
|
// Asterisk aliases
|
|
178
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
|
+
// AtSign aliases
|
|
178
|
+
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
179
|
// Atom aliases
|
|
180
180
|
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
183
|
// AudioWaveform aliases
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
-
// Award aliases
|
|
186
|
-
export { default as AwardIcon } from '../icons/award';
|
|
187
185
|
// Axe aliases
|
|
188
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
|
+
// Award aliases
|
|
188
|
+
export { default as AwardIcon } from '../icons/award';
|
|
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';
|
|
191
193
|
// Backpack aliases
|
|
192
194
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
195
|
// BadgeCent aliases
|
|
194
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
195
|
-
// BadgeAlert aliases
|
|
196
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
199
|
// BadgeEuro aliases
|
|
200
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
201
201
|
// BadgeIndianRupee aliases
|
|
202
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
|
-
// BadgeInfo aliases
|
|
204
|
-
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
205
203
|
// BadgeJapaneseYen aliases
|
|
206
204
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
205
|
+
// BadgeInfo aliases
|
|
206
|
+
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
207
|
// BadgeMinus aliases
|
|
208
208
|
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
|
-
// BadgePoundSterling aliases
|
|
210
|
-
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
211
209
|
// BadgePercent aliases
|
|
212
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
211
|
// BadgePlus aliases
|
|
214
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
213
|
+
// BadgePoundSterling aliases
|
|
214
|
+
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
215
|
// BadgeRussianRuble aliases
|
|
216
216
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
217
217
|
// BadgeSwissFranc aliases
|
|
@@ -220,24 +220,24 @@ export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
|
220
220
|
export { default as BadgeTurkishLiraIcon } from '../icons/badge-turkish-lira';
|
|
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
|
// Ban aliases
|
|
230
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
+
// BanknoteArrowDown aliases
|
|
230
|
+
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
231
231
|
// Bandage aliases
|
|
232
232
|
export { default as BandageIcon } from '../icons/bandage';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
233
|
+
// Banana aliases
|
|
234
|
+
export { default as BananaIcon } from '../icons/banana';
|
|
235
235
|
// BanknoteX aliases
|
|
236
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
+
// BanknoteArrowUp aliases
|
|
238
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
239
|
// Banknote aliases
|
|
238
240
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
239
|
-
// BanknoteArrowDown aliases
|
|
240
|
-
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
241
241
|
// Barcode aliases
|
|
242
242
|
export { default as BarcodeIcon } from '../icons/barcode';
|
|
243
243
|
// Barrel aliases
|
|
@@ -256,50 +256,50 @@ export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
|
256
256
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
257
257
|
// BatteryPlus aliases
|
|
258
258
|
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
|
-
// BatteryWarning aliases
|
|
260
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
261
259
|
// Battery aliases
|
|
262
260
|
export { default as BatteryIcon } from '../icons/battery';
|
|
263
|
-
//
|
|
264
|
-
export { default as
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
265
263
|
// Beaker aliases
|
|
266
264
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
265
|
+
// BeanOff aliases
|
|
266
|
+
export { default as BeanOffIcon } from '../icons/bean-off';
|
|
267
267
|
// Bean aliases
|
|
268
268
|
export { default as BeanIcon } from '../icons/bean';
|
|
269
|
-
// BedDouble aliases
|
|
270
|
-
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
271
269
|
// BedSingle aliases
|
|
272
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
+
// BedDouble aliases
|
|
272
|
+
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
273
273
|
// Bed aliases
|
|
274
274
|
export { default as BedIcon } from '../icons/bed';
|
|
275
|
-
// Beef aliases
|
|
276
|
-
export { default as BeefIcon } from '../icons/beef';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beef aliases
|
|
278
|
+
export { default as BeefIcon } from '../icons/beef';
|
|
279
|
+
// BellDot aliases
|
|
280
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
279
281
|
// Beer aliases
|
|
280
282
|
export { default as BeerIcon } from '../icons/beer';
|
|
281
283
|
// BellElectric aliases
|
|
282
284
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
283
|
-
// BellDot aliases
|
|
284
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
285
285
|
// BellMinus aliases
|
|
286
286
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
287
|
-
// BellPlus aliases
|
|
288
|
-
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
287
|
// BellOff aliases
|
|
290
288
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
291
289
|
// BellRing aliases
|
|
292
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BellPlus aliases
|
|
292
|
+
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
295
293
|
// Bell aliases
|
|
296
294
|
export { default as BellIcon } from '../icons/bell';
|
|
295
|
+
// BetweenVerticalEnd aliases
|
|
296
|
+
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
297
297
|
// BetweenVerticalStart aliases
|
|
298
298
|
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
299
|
-
// BicepsFlexed aliases
|
|
300
|
-
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
301
299
|
// Bike aliases
|
|
302
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
|
+
// BicepsFlexed aliases
|
|
302
|
+
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
303
303
|
// Binary aliases
|
|
304
304
|
export { default as BinaryIcon } from '../icons/binary';
|
|
305
305
|
// Binoculars aliases
|
|
@@ -316,68 +316,68 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
316
316
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
317
317
|
// Blocks aliases
|
|
318
318
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
319
|
-
// BluetoothConnected aliases
|
|
320
|
-
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
321
319
|
// BluetoothOff aliases
|
|
322
320
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
|
+
// BluetoothConnected aliases
|
|
322
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
323
323
|
// BluetoothSearching aliases
|
|
324
324
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
325
|
-
// Bold aliases
|
|
326
|
-
export { default as BoldIcon } from '../icons/bold';
|
|
327
325
|
// Bluetooth aliases
|
|
328
326
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
327
|
+
// Bold aliases
|
|
328
|
+
export { default as BoldIcon } from '../icons/bold';
|
|
329
329
|
// Bolt aliases
|
|
330
330
|
export { default as BoltIcon } from '../icons/bolt';
|
|
331
|
-
// Bomb aliases
|
|
332
|
-
export { default as BombIcon } from '../icons/bomb';
|
|
333
331
|
// Bone aliases
|
|
334
332
|
export { default as BoneIcon } from '../icons/bone';
|
|
333
|
+
// Bomb aliases
|
|
334
|
+
export { default as BombIcon } from '../icons/bomb';
|
|
335
335
|
// BookA aliases
|
|
336
336
|
export { default as BookAIcon } from '../icons/book-a';
|
|
337
337
|
// BookAlert aliases
|
|
338
338
|
export { default as BookAlertIcon } from '../icons/book-alert';
|
|
339
339
|
// BookAudio aliases
|
|
340
340
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
341
|
-
// BookCheck aliases
|
|
342
|
-
export { default as BookCheckIcon } from '../icons/book-check';
|
|
343
341
|
// BookCopy aliases
|
|
344
342
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
343
|
+
// BookCheck aliases
|
|
344
|
+
export { default as BookCheckIcon } from '../icons/book-check';
|
|
345
345
|
// BookDown aliases
|
|
346
346
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
347
|
// BookHeadphones aliases
|
|
348
348
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
349
|
-
// BookImage aliases
|
|
350
|
-
export { default as BookImageIcon } from '../icons/book-image';
|
|
351
349
|
// BookHeart aliases
|
|
352
350
|
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
353
351
|
// BookKey aliases
|
|
354
352
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
353
|
+
// BookImage aliases
|
|
354
|
+
export { default as BookImageIcon } from '../icons/book-image';
|
|
355
355
|
// BookLock aliases
|
|
356
356
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
357
|
-
// BookMinus aliases
|
|
358
|
-
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
359
357
|
// BookMarked aliases
|
|
360
358
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
359
|
+
// BookMinus aliases
|
|
360
|
+
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
361
361
|
// BookOpenCheck aliases
|
|
362
362
|
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
363
363
|
// BookOpenText aliases
|
|
364
364
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
365
|
-
// BookText aliases
|
|
366
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
|
-
// BookOpen aliases
|
|
368
|
-
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
365
|
// BookPlus aliases
|
|
370
366
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
367
|
+
// BookOpen aliases
|
|
368
|
+
export { default as BookOpenIcon } from '../icons/book-open';
|
|
369
|
+
// BookText aliases
|
|
370
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
371
371
|
// BookType aliases
|
|
372
372
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
373
373
|
// BookUp2 aliases
|
|
374
374
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
375
375
|
// BookUp aliases
|
|
376
376
|
export { default as BookUpIcon } from '../icons/book-up';
|
|
377
|
-
// Book aliases
|
|
378
|
-
export { default as BookIcon } from '../icons/book';
|
|
379
377
|
// BookUser aliases
|
|
380
378
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
379
|
+
// Book aliases
|
|
380
|
+
export { default as BookIcon } from '../icons/book';
|
|
381
381
|
// BookX aliases
|
|
382
382
|
export { default as BookXIcon } from '../icons/book-x';
|
|
383
383
|
// BookmarkCheck aliases
|
|
@@ -386,74 +386,74 @@ export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
|
386
386
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
387
387
|
// BookmarkPlus aliases
|
|
388
388
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
|
-
// Bookmark aliases
|
|
390
|
-
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
391
389
|
// BookmarkX aliases
|
|
392
390
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
393
391
|
// BoomBox aliases
|
|
394
392
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
393
|
+
// Bookmark aliases
|
|
394
|
+
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
395
395
|
// BotMessageSquare aliases
|
|
396
396
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
397
|
-
// BotOff aliases
|
|
398
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
397
|
// Bot aliases
|
|
400
398
|
export { default as BotIcon } from '../icons/bot';
|
|
399
|
+
// BotOff aliases
|
|
400
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
401
|
+
// BottleWine aliases
|
|
402
|
+
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
401
403
|
// BowArrow aliases
|
|
402
404
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
403
405
|
// Box aliases
|
|
404
406
|
export { default as BoxIcon } from '../icons/box';
|
|
405
|
-
// BottleWine aliases
|
|
406
|
-
export { default as BottleWineIcon } from '../icons/bottle-wine';
|
|
407
|
-
// BrainCircuit aliases
|
|
408
|
-
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
409
|
-
// Brackets aliases
|
|
410
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
407
|
// Boxes aliases
|
|
412
408
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
409
|
+
// Brackets aliases
|
|
410
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
411
|
+
// BrainCircuit aliases
|
|
412
|
+
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
413
413
|
// BrainCog aliases
|
|
414
414
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
415
415
|
// Brain aliases
|
|
416
416
|
export { default as BrainIcon } from '../icons/brain';
|
|
417
417
|
// BrickWallFire aliases
|
|
418
418
|
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
419
|
-
// BrickWall aliases
|
|
420
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
421
419
|
// BriefcaseBusiness aliases
|
|
422
420
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
421
|
+
// BrickWall aliases
|
|
422
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
423
423
|
// BriefcaseMedical aliases
|
|
424
424
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
425
425
|
// BriefcaseConveyorBelt aliases
|
|
426
426
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
427
|
-
// BringToFront aliases
|
|
428
|
-
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
429
427
|
// Briefcase aliases
|
|
430
428
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
429
|
+
// BringToFront aliases
|
|
430
|
+
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
431
431
|
// BrushCleaning aliases
|
|
432
432
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
433
433
|
// Brush aliases
|
|
434
434
|
export { default as BrushIcon } from '../icons/brush';
|
|
435
|
-
// Bubbles aliases
|
|
436
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
437
435
|
// BugOff aliases
|
|
438
436
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
437
|
+
// Bubbles aliases
|
|
438
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
439
439
|
// BugPlay aliases
|
|
440
440
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
441
|
-
// Bug aliases
|
|
442
|
-
export { default as BugIcon } from '../icons/bug';
|
|
443
441
|
// Building2 aliases
|
|
444
442
|
export { default as Building2Icon } from '../icons/building-2';
|
|
445
|
-
// BusFront aliases
|
|
446
|
-
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
447
443
|
// Building aliases
|
|
448
444
|
export { default as BuildingIcon } from '../icons/building';
|
|
445
|
+
// Bug aliases
|
|
446
|
+
export { default as BugIcon } from '../icons/bug';
|
|
447
|
+
// BusFront aliases
|
|
448
|
+
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
449
449
|
// Bus aliases
|
|
450
450
|
export { default as BusIcon } from '../icons/bus';
|
|
451
451
|
// CableCar aliases
|
|
452
452
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
453
|
-
// CakeSlice aliases
|
|
454
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
455
453
|
// Cable aliases
|
|
456
454
|
export { default as CableIcon } from '../icons/cable';
|
|
455
|
+
// CakeSlice aliases
|
|
456
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
457
457
|
// Cake aliases
|
|
458
458
|
export { default as CakeIcon } from '../icons/cake';
|
|
459
459
|
// Calculator aliases
|
|
@@ -494,76 +494,76 @@ export { default as CalendarSearchIcon } from '../icons/calendar-search';
|
|
|
494
494
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
495
495
|
// CalendarSync aliases
|
|
496
496
|
export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
497
|
-
// CalendarX aliases
|
|
498
|
-
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
499
497
|
// CalendarX2 aliases
|
|
500
498
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
499
|
+
// CalendarX aliases
|
|
500
|
+
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
501
501
|
// Calendar aliases
|
|
502
502
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
503
503
|
// CameraOff aliases
|
|
504
504
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
505
505
|
// CandyCane aliases
|
|
506
506
|
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
507
|
+
// Candy aliases
|
|
508
|
+
export { default as CandyIcon } from '../icons/candy';
|
|
507
509
|
// CandyOff aliases
|
|
508
510
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
509
511
|
// Camera aliases
|
|
510
512
|
export { default as CameraIcon } from '../icons/camera';
|
|
511
|
-
// Candy aliases
|
|
512
|
-
export { default as CandyIcon } from '../icons/candy';
|
|
513
|
-
// CaptionsOff aliases
|
|
514
|
-
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
515
513
|
// Cannabis aliases
|
|
516
514
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
517
|
-
//
|
|
518
|
-
export { default as
|
|
515
|
+
// CaptionsOff aliases
|
|
516
|
+
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
519
517
|
// CarFront aliases
|
|
520
518
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
521
519
|
// Car aliases
|
|
522
520
|
export { default as CarIcon } from '../icons/car';
|
|
523
|
-
// CardSim aliases
|
|
524
|
-
export { default as CardSimIcon } from '../icons/card-sim';
|
|
525
521
|
// CarTaxiFront aliases
|
|
526
522
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
527
|
-
//
|
|
528
|
-
export { default as
|
|
523
|
+
// Caravan aliases
|
|
524
|
+
export { default as CaravanIcon } from '../icons/caravan';
|
|
525
|
+
// CardSim aliases
|
|
526
|
+
export { default as CardSimIcon } from '../icons/card-sim';
|
|
529
527
|
// CaseLower aliases
|
|
530
528
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
529
|
+
// Carrot aliases
|
|
530
|
+
export { default as CarrotIcon } from '../icons/carrot';
|
|
531
531
|
// CaseSensitive aliases
|
|
532
532
|
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
533
|
-
// CassetteTape aliases
|
|
534
|
-
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
535
533
|
// CaseUpper aliases
|
|
536
534
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
535
|
+
// CassetteTape aliases
|
|
536
|
+
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
537
537
|
// Cast aliases
|
|
538
538
|
export { default as CastIcon } from '../icons/cast';
|
|
539
|
+
// Cat aliases
|
|
540
|
+
export { default as CatIcon } from '../icons/cat';
|
|
539
541
|
// Castle aliases
|
|
540
542
|
export { default as CastleIcon } from '../icons/castle';
|
|
541
543
|
// Cctv aliases
|
|
542
544
|
export { default as CctvIcon } from '../icons/cctv';
|
|
543
|
-
// Cat aliases
|
|
544
|
-
export { default as CatIcon } from '../icons/cat';
|
|
545
545
|
// ChartBarDecreasing aliases
|
|
546
546
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
547
|
-
// ChartBarIncreasing aliases
|
|
548
|
-
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
549
547
|
// ChartBarStacked aliases
|
|
550
548
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
549
|
+
// ChartBarIncreasing aliases
|
|
550
|
+
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
551
551
|
// ChartColumnDecreasing aliases
|
|
552
552
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
553
|
+
// ChartGantt aliases
|
|
554
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
553
555
|
// ChartColumnStacked aliases
|
|
554
556
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
555
557
|
// ChartNetwork aliases
|
|
556
558
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
557
559
|
// ChartNoAxesColumnDecreasing aliases
|
|
558
560
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
559
|
-
// ChartGantt aliases
|
|
560
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
561
|
-
// ChartNoAxesCombined aliases
|
|
562
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
563
561
|
// ChartSpline aliases
|
|
564
562
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
565
563
|
// CheckCheck aliases
|
|
566
564
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
565
|
+
// ChartNoAxesCombined aliases
|
|
566
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
567
567
|
// CheckLine aliases
|
|
568
568
|
export { default as CheckLineIcon } from '../icons/check-line';
|
|
569
569
|
// Check aliases
|
|
@@ -574,50 +574,50 @@ export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
|
574
574
|
export { default as CherryIcon } from '../icons/cherry';
|
|
575
575
|
// ChevronDown aliases
|
|
576
576
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
577
|
-
// ChevronFirst aliases
|
|
578
|
-
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
579
577
|
// ChevronLast aliases
|
|
580
578
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
579
|
+
// ChevronFirst aliases
|
|
580
|
+
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
581
581
|
// ChevronLeft aliases
|
|
582
582
|
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
583
583
|
// ChevronRight aliases
|
|
584
584
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
585
585
|
// ChevronUp aliases
|
|
586
586
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
587
|
-
// ChevronsDown aliases
|
|
588
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
589
587
|
// ChevronsDownUp aliases
|
|
590
588
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
589
|
+
// ChevronsDown aliases
|
|
590
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
591
591
|
// ChevronsLeftRightEllipsis aliases
|
|
592
592
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
593
|
-
// ChevronsLeftRight aliases
|
|
594
|
-
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
595
593
|
// ChevronsLeft aliases
|
|
596
594
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
595
|
+
// ChevronsLeftRight aliases
|
|
596
|
+
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
597
597
|
// ChevronsRightLeft aliases
|
|
598
598
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
599
|
+
// ChevronsUpDown aliases
|
|
600
|
+
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
599
601
|
// ChevronsRight aliases
|
|
600
602
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
601
603
|
// ChevronsUp aliases
|
|
602
604
|
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
603
605
|
// Chrome aliases
|
|
604
606
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
605
|
-
// ChevronsUpDown aliases
|
|
606
|
-
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
607
|
-
// CigaretteOff aliases
|
|
608
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
609
607
|
// Church aliases
|
|
610
608
|
export { default as ChurchIcon } from '../icons/church';
|
|
609
|
+
// CigaretteOff aliases
|
|
610
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
611
611
|
// Cigarette aliases
|
|
612
612
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
613
|
-
// CircleDollarSign aliases
|
|
614
|
-
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
615
613
|
// CircleDashed aliases
|
|
616
614
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
617
|
-
// CircleDotDashed aliases
|
|
618
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
619
615
|
// CircleDot aliases
|
|
620
616
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
617
|
+
// CircleDollarSign aliases
|
|
618
|
+
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
619
|
+
// CircleDotDashed aliases
|
|
620
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
621
621
|
// CircleEllipsis aliases
|
|
622
622
|
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
623
623
|
// CircleEqual aliases
|
|
@@ -626,10 +626,10 @@ export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
|
626
626
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
627
627
|
// CircleFadingPlus aliases
|
|
628
628
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
629
|
-
// CircleOff aliases
|
|
630
|
-
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
631
629
|
// CirclePoundSterling aliases
|
|
632
630
|
export { default as CirclePoundSterlingIcon } from '../icons/circle-pound-sterling';
|
|
631
|
+
// CircleOff aliases
|
|
632
|
+
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
633
633
|
// CircleSlash aliases
|
|
634
634
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
635
635
|
// CircleSmall aliases
|
|
@@ -652,80 +652,80 @@ export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
|
652
652
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
653
653
|
// ClipboardMinus aliases
|
|
654
654
|
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
655
|
-
// ClipboardPaste aliases
|
|
656
|
-
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
657
655
|
// ClipboardPlus aliases
|
|
658
656
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
657
|
+
// ClipboardPaste aliases
|
|
658
|
+
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
659
659
|
// ClipboardType aliases
|
|
660
660
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
661
661
|
// ClipboardX aliases
|
|
662
662
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
663
663
|
// Clipboard aliases
|
|
664
664
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
665
|
+
// Clock10 aliases
|
|
666
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
665
667
|
// Clock1 aliases
|
|
666
668
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
667
669
|
// Clock11 aliases
|
|
668
670
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
669
|
-
// Clock10 aliases
|
|
670
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
671
671
|
// Clock12 aliases
|
|
672
672
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
673
673
|
// Clock2 aliases
|
|
674
674
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
675
675
|
// Clock3 aliases
|
|
676
676
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
677
|
-
// Clock5 aliases
|
|
678
|
-
export { default as Clock5Icon } from '../icons/clock-5';
|
|
679
677
|
// Clock4 aliases
|
|
680
678
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
681
|
-
//
|
|
682
|
-
export { default as
|
|
679
|
+
// Clock5 aliases
|
|
680
|
+
export { default as Clock5Icon } from '../icons/clock-5';
|
|
683
681
|
// Clock6 aliases
|
|
684
682
|
export { default as Clock6Icon } from '../icons/clock-6';
|
|
685
|
-
//
|
|
686
|
-
export { default as
|
|
683
|
+
// Clock7 aliases
|
|
684
|
+
export { default as Clock7Icon } from '../icons/clock-7';
|
|
687
685
|
// Clock8 aliases
|
|
688
686
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
689
|
-
//
|
|
690
|
-
export { default as
|
|
691
|
-
// ClockArrowUp aliases
|
|
692
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
687
|
+
// Clock9 aliases
|
|
688
|
+
export { default as Clock9Icon } from '../icons/clock-9';
|
|
693
689
|
// ClockAlert aliases
|
|
694
690
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
691
|
+
// ClockArrowUp aliases
|
|
692
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
693
|
+
// ClockArrowDown aliases
|
|
694
|
+
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
695
695
|
// ClockFading aliases
|
|
696
696
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
697
|
-
// Clock aliases
|
|
698
|
-
export { default as ClockIcon } from '../icons/clock';
|
|
699
697
|
// ClockPlus aliases
|
|
700
698
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
699
|
+
// Clock aliases
|
|
700
|
+
export { default as ClockIcon } from '../icons/clock';
|
|
701
|
+
// CloudAlert aliases
|
|
702
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
701
703
|
// ClosedCaption aliases
|
|
702
704
|
export { default as ClosedCaptionIcon } from '../icons/closed-caption';
|
|
703
705
|
// CloudCheck aliases
|
|
704
706
|
export { default as CloudCheckIcon } from '../icons/cloud-check';
|
|
705
|
-
// CloudAlert aliases
|
|
706
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
707
707
|
// CloudCog aliases
|
|
708
708
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
709
|
-
// CloudDrizzle aliases
|
|
710
|
-
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
711
709
|
// CloudFog aliases
|
|
712
710
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
711
|
+
// CloudDrizzle aliases
|
|
712
|
+
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
713
713
|
// CloudHail aliases
|
|
714
714
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
715
715
|
// CloudLightning aliases
|
|
716
716
|
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
717
|
-
// CloudMoonRain aliases
|
|
718
|
-
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
719
717
|
// CloudMoon aliases
|
|
720
718
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
719
|
+
// CloudMoonRain aliases
|
|
720
|
+
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
723
721
|
// CloudOff aliases
|
|
724
722
|
export { default as CloudOffIcon } from '../icons/cloud-off';
|
|
725
|
-
//
|
|
726
|
-
export { default as
|
|
723
|
+
// CloudRainWind aliases
|
|
724
|
+
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
727
725
|
// CloudSnow aliases
|
|
728
726
|
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
727
|
+
// CloudRain aliases
|
|
728
|
+
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
729
729
|
// CloudSunRain aliases
|
|
730
730
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
731
731
|
// CloudSun aliases
|
|
@@ -742,14 +742,14 @@ export { default as ClubIcon } from '../icons/club';
|
|
|
742
742
|
export { default as CodeIcon } from '../icons/code';
|
|
743
743
|
// Codepen aliases
|
|
744
744
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
745
|
-
// Coffee aliases
|
|
746
|
-
export { default as CoffeeIcon } from '../icons/coffee';
|
|
747
745
|
// Codesandbox aliases
|
|
748
746
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
749
|
-
//
|
|
750
|
-
export { default as
|
|
747
|
+
// Coffee aliases
|
|
748
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
751
749
|
// Cog aliases
|
|
752
750
|
export { default as CogIcon } from '../icons/cog';
|
|
751
|
+
// Coins aliases
|
|
752
|
+
export { default as CoinsIcon } from '../icons/coins';
|
|
753
753
|
// Columns4 aliases
|
|
754
754
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
755
755
|
// Combine aliases
|
|
@@ -758,18 +758,18 @@ export { default as CombineIcon } from '../icons/combine';
|
|
|
758
758
|
export { default as CommandIcon } from '../icons/command';
|
|
759
759
|
// Compass aliases
|
|
760
760
|
export { default as CompassIcon } from '../icons/compass';
|
|
761
|
-
// Component aliases
|
|
762
|
-
export { default as ComponentIcon } from '../icons/component';
|
|
763
761
|
// Computer aliases
|
|
764
762
|
export { default as ComputerIcon } from '../icons/computer';
|
|
765
|
-
//
|
|
766
|
-
export { default as
|
|
763
|
+
// Component aliases
|
|
764
|
+
export { default as ComponentIcon } from '../icons/component';
|
|
767
765
|
// ConciergeBell aliases
|
|
768
766
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
769
|
-
//
|
|
770
|
-
export { default as
|
|
767
|
+
// Cone aliases
|
|
768
|
+
export { default as ConeIcon } from '../icons/cone';
|
|
771
769
|
// Construction aliases
|
|
772
770
|
export { default as ConstructionIcon } from '../icons/construction';
|
|
771
|
+
// Contact aliases
|
|
772
|
+
export { default as ContactIcon } from '../icons/contact';
|
|
773
773
|
// Container aliases
|
|
774
774
|
export { default as ContainerIcon } from '../icons/container';
|
|
775
775
|
// Contrast aliases
|
|
@@ -788,10 +788,10 @@ export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
|
788
788
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
789
789
|
// CopyX aliases
|
|
790
790
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
791
|
-
// Copyleft aliases
|
|
792
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
793
791
|
// Copy aliases
|
|
794
792
|
export { default as CopyIcon } from '../icons/copy';
|
|
793
|
+
// Copyleft aliases
|
|
794
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
795
795
|
// Copyright aliases
|
|
796
796
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
797
797
|
// CornerDownLeft aliases
|
|
@@ -804,10 +804,10 @@ export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
|
804
804
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
805
805
|
// CornerRightDown aliases
|
|
806
806
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
807
|
-
// CornerRightUp aliases
|
|
808
|
-
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
809
807
|
// CornerUpLeft aliases
|
|
810
808
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
809
|
+
// CornerRightUp aliases
|
|
810
|
+
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
811
811
|
// CornerUpRight aliases
|
|
812
812
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
813
813
|
// Cpu aliases
|
|
@@ -822,48 +822,48 @@ export { default as CroissantIcon } from '../icons/croissant';
|
|
|
822
822
|
export { default as CropIcon } from '../icons/crop';
|
|
823
823
|
// Cross aliases
|
|
824
824
|
export { default as CrossIcon } from '../icons/cross';
|
|
825
|
+
// Crown aliases
|
|
826
|
+
export { default as CrownIcon } from '../icons/crown';
|
|
825
827
|
// Crosshair aliases
|
|
826
828
|
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
827
829
|
// Cuboid aliases
|
|
828
830
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
829
831
|
// CupSoda aliases
|
|
830
832
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
831
|
-
// Crown aliases
|
|
832
|
-
export { default as CrownIcon } from '../icons/crown';
|
|
833
833
|
// Currency aliases
|
|
834
834
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
835
|
-
// Dam aliases
|
|
836
|
-
export { default as DamIcon } from '../icons/dam';
|
|
837
835
|
// Cylinder aliases
|
|
838
836
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
839
837
|
// DatabaseBackup aliases
|
|
840
838
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
839
|
+
// Dam aliases
|
|
840
|
+
export { default as DamIcon } from '../icons/dam';
|
|
841
841
|
// DatabaseZap aliases
|
|
842
842
|
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
843
|
+
// Database aliases
|
|
844
|
+
export { default as DatabaseIcon } from '../icons/database';
|
|
843
845
|
// DecimalsArrowLeft aliases
|
|
844
846
|
export { default as DecimalsArrowLeftIcon } from '../icons/decimals-arrow-left';
|
|
845
847
|
// DecimalsArrowRight aliases
|
|
846
848
|
export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right';
|
|
847
|
-
// Database aliases
|
|
848
|
-
export { default as DatabaseIcon } from '../icons/database';
|
|
849
849
|
// Delete aliases
|
|
850
850
|
export { default as DeleteIcon } from '../icons/delete';
|
|
851
|
+
// Dessert aliases
|
|
852
|
+
export { default as DessertIcon } from '../icons/dessert';
|
|
851
853
|
// Diameter aliases
|
|
852
854
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
853
855
|
// DiamondMinus aliases
|
|
854
856
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
855
|
-
// Dessert aliases
|
|
856
|
-
export { default as DessertIcon } from '../icons/dessert';
|
|
857
857
|
// DiamondPlus aliases
|
|
858
858
|
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
859
859
|
// Diamond aliases
|
|
860
860
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
861
|
+
// Dice2 aliases
|
|
862
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
861
863
|
// Dice1 aliases
|
|
862
864
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
863
865
|
// Dice3 aliases
|
|
864
866
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
865
|
-
// Dice2 aliases
|
|
866
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
867
867
|
// Dice4 aliases
|
|
868
868
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
869
869
|
// Dice5 aliases
|
|
@@ -894,20 +894,20 @@ export { default as DockIcon } from '../icons/dock';
|
|
|
894
894
|
export { default as DogIcon } from '../icons/dog';
|
|
895
895
|
// DollarSign aliases
|
|
896
896
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
897
|
-
// Donut aliases
|
|
898
|
-
export { default as DonutIcon } from '../icons/donut';
|
|
899
897
|
// DoorClosedLocked aliases
|
|
900
898
|
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
899
|
+
// Donut aliases
|
|
900
|
+
export { default as DonutIcon } from '../icons/donut';
|
|
901
901
|
// DoorClosed aliases
|
|
902
902
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
903
903
|
// DoorOpen aliases
|
|
904
904
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
905
|
-
// Download aliases
|
|
906
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
907
905
|
// Dot aliases
|
|
908
906
|
export { default as DotIcon } from '../icons/dot';
|
|
909
907
|
// DraftingCompass aliases
|
|
910
908
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
909
|
+
// Download aliases
|
|
910
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
911
911
|
// Drama aliases
|
|
912
912
|
export { default as DramaIcon } from '../icons/drama';
|
|
913
913
|
// Dribbble aliases
|
|
@@ -930,12 +930,12 @@ export { default as DrumstickIcon } from '../icons/drumstick';
|
|
|
930
930
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
931
931
|
// EarOff aliases
|
|
932
932
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
933
|
+
// EarthLock aliases
|
|
934
|
+
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
933
935
|
// Ear aliases
|
|
934
936
|
export { default as EarIcon } from '../icons/ear';
|
|
935
937
|
// Eclipse aliases
|
|
936
938
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
937
|
-
// EarthLock aliases
|
|
938
|
-
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
939
939
|
// EggFried aliases
|
|
940
940
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
941
941
|
// EggOff aliases
|
|
@@ -944,10 +944,10 @@ export { default as EggOffIcon } from '../icons/egg-off';
|
|
|
944
944
|
export { default as EggIcon } from '../icons/egg';
|
|
945
945
|
// EqualApproximately aliases
|
|
946
946
|
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
947
|
-
// Equal aliases
|
|
948
|
-
export { default as EqualIcon } from '../icons/equal';
|
|
949
947
|
// EqualNot aliases
|
|
950
948
|
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
949
|
+
// Equal aliases
|
|
950
|
+
export { default as EqualIcon } from '../icons/equal';
|
|
951
951
|
// Eraser aliases
|
|
952
952
|
export { default as EraserIcon } from '../icons/eraser';
|
|
953
953
|
// EthernetPort aliases
|
|
@@ -956,28 +956,28 @@ export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
|
956
956
|
export { default as EuroIcon } from '../icons/euro';
|
|
957
957
|
// Expand aliases
|
|
958
958
|
export { default as ExpandIcon } from '../icons/expand';
|
|
959
|
+
// EyeClosed aliases
|
|
960
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
959
961
|
// ExternalLink aliases
|
|
960
962
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
963
|
+
// Eye aliases
|
|
964
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
961
965
|
// EyeOff aliases
|
|
962
966
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
963
|
-
// EyeClosed aliases
|
|
964
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
965
967
|
// Facebook aliases
|
|
966
968
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
967
|
-
// Eye aliases
|
|
968
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
969
969
|
// Factory aliases
|
|
970
970
|
export { default as FactoryIcon } from '../icons/factory';
|
|
971
|
-
// FastForward aliases
|
|
972
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
973
971
|
// Fan aliases
|
|
974
972
|
export { default as FanIcon } from '../icons/fan';
|
|
973
|
+
// FastForward aliases
|
|
974
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
975
975
|
// Feather aliases
|
|
976
976
|
export { default as FeatherIcon } from '../icons/feather';
|
|
977
|
-
// FerrisWheel aliases
|
|
978
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
979
977
|
// Fence aliases
|
|
980
978
|
export { default as FenceIcon } from '../icons/fence';
|
|
979
|
+
// FerrisWheel aliases
|
|
980
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
981
981
|
// Figma aliases
|
|
982
982
|
export { default as FigmaIcon } from '../icons/figma';
|
|
983
983
|
// FileArchive aliases
|
|
@@ -986,12 +986,12 @@ export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
|
986
986
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
987
987
|
// FileAudio aliases
|
|
988
988
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
989
|
+
// FileBadge2 aliases
|
|
990
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
989
991
|
// FileBadge aliases
|
|
990
992
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
991
993
|
// FileCheck2 aliases
|
|
992
994
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
993
|
-
// FileBadge2 aliases
|
|
994
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
995
995
|
// FileBox aliases
|
|
996
996
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
997
997
|
// FileCheck aliases
|
|
@@ -1018,14 +1018,14 @@ export { default as FileInputIcon } from '../icons/file-input';
|
|
|
1018
1018
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
1019
1019
|
// FileJson aliases
|
|
1020
1020
|
export { default as FileJsonIcon } from '../icons/file-json';
|
|
1021
|
+
// FileKey2 aliases
|
|
1022
|
+
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1021
1023
|
// FileKey aliases
|
|
1022
1024
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1023
1025
|
// FileLock2 aliases
|
|
1024
1026
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1025
1027
|
// FileMinus2 aliases
|
|
1026
1028
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1027
|
-
// FileKey2 aliases
|
|
1028
|
-
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
1029
1029
|
// FileLock aliases
|
|
1030
1030
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1031
1031
|
// FileMinus aliases
|
|
@@ -1040,10 +1040,10 @@ export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
|
1040
1040
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1041
1041
|
// FileScan aliases
|
|
1042
1042
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1043
|
-
// FileSearch2 aliases
|
|
1044
|
-
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1045
1043
|
// FileSearch aliases
|
|
1046
1044
|
export { default as FileSearchIcon } from '../icons/file-search';
|
|
1045
|
+
// FileSearch2 aliases
|
|
1046
|
+
export { default as FileSearch2Icon } from '../icons/file-search-2';
|
|
1047
1047
|
// FileSliders aliases
|
|
1048
1048
|
export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
1049
1049
|
// FileStack aliases
|
|
@@ -1052,48 +1052,48 @@ export { default as FileStackIcon } from '../icons/file-stack';
|
|
|
1052
1052
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1053
1053
|
// FileSymlink aliases
|
|
1054
1054
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1055
|
+
// FileTerminal aliases
|
|
1056
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1055
1057
|
// FileText aliases
|
|
1056
1058
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1057
1059
|
// FileType2 aliases
|
|
1058
1060
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1059
1061
|
// FileType aliases
|
|
1060
1062
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1061
|
-
// FileTerminal aliases
|
|
1062
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1063
1063
|
// FileUp aliases
|
|
1064
1064
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1065
|
-
// FileUser aliases
|
|
1066
|
-
export { default as FileUserIcon } from '../icons/file-user';
|
|
1067
1065
|
// FileVolume2 aliases
|
|
1068
1066
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1069
|
-
//
|
|
1070
|
-
export { default as
|
|
1067
|
+
// FileUser aliases
|
|
1068
|
+
export { default as FileUserIcon } from '../icons/file-user';
|
|
1071
1069
|
// FileVolume aliases
|
|
1072
1070
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1071
|
+
// FileWarning aliases
|
|
1072
|
+
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1073
1073
|
// FileX2 aliases
|
|
1074
1074
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1075
|
-
// File aliases
|
|
1076
|
-
export { default as FileIcon } from '../icons/file';
|
|
1077
1075
|
// FileX aliases
|
|
1078
1076
|
export { default as FileXIcon } from '../icons/file-x';
|
|
1077
|
+
// File aliases
|
|
1078
|
+
export { default as FileIcon } from '../icons/file';
|
|
1079
1079
|
// Files aliases
|
|
1080
1080
|
export { default as FilesIcon } from '../icons/files';
|
|
1081
1081
|
// Film aliases
|
|
1082
1082
|
export { default as FilmIcon } from '../icons/film';
|
|
1083
|
-
// Fingerprint aliases
|
|
1084
|
-
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1085
1083
|
// FireExtinguisher aliases
|
|
1086
1084
|
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1087
1085
|
// FishOff aliases
|
|
1088
1086
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1087
|
+
// Fingerprint aliases
|
|
1088
|
+
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1089
1089
|
// FishSymbol aliases
|
|
1090
1090
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1091
1091
|
// Fish aliases
|
|
1092
1092
|
export { default as FishIcon } from '../icons/fish';
|
|
1093
|
-
// FlagTriangleLeft aliases
|
|
1094
|
-
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1095
1093
|
// FlagOff aliases
|
|
1096
1094
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1095
|
+
// FlagTriangleLeft aliases
|
|
1096
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1097
1097
|
// FlagTriangleRight aliases
|
|
1098
1098
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1099
1099
|
// Flag aliases
|
|
@@ -1106,40 +1106,40 @@ export { default as FlameIcon } from '../icons/flame';
|
|
|
1106
1106
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1107
1107
|
// Flashlight aliases
|
|
1108
1108
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1109
|
-
// FlaskConicalOff aliases
|
|
1110
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1111
1109
|
// FlaskConical aliases
|
|
1112
1110
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1111
|
+
// FlaskConicalOff aliases
|
|
1112
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1113
1113
|
// FlaskRound aliases
|
|
1114
1114
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1115
1115
|
// FlipHorizontal2 aliases
|
|
1116
1116
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1117
|
-
// FlipVertical2 aliases
|
|
1118
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1119
1117
|
// FlipHorizontal aliases
|
|
1120
1118
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1119
|
+
// FlipVertical2 aliases
|
|
1120
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1121
1121
|
// FlipVertical aliases
|
|
1122
1122
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1123
1123
|
// Flower2 aliases
|
|
1124
1124
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1125
|
-
//
|
|
1126
|
-
export { default as
|
|
1125
|
+
// Focus aliases
|
|
1126
|
+
export { default as FocusIcon } from '../icons/focus';
|
|
1127
1127
|
// Flower aliases
|
|
1128
1128
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1129
|
+
// FoldHorizontal aliases
|
|
1130
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1129
1131
|
// FoldVertical aliases
|
|
1130
1132
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1131
|
-
// Focus aliases
|
|
1132
|
-
export { default as FocusIcon } from '../icons/focus';
|
|
1133
1133
|
// FolderArchive aliases
|
|
1134
1134
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1135
|
-
// FolderCheck aliases
|
|
1136
|
-
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1137
1135
|
// FolderClock aliases
|
|
1138
1136
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1139
|
-
//
|
|
1140
|
-
export { default as
|
|
1137
|
+
// FolderCheck aliases
|
|
1138
|
+
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1141
1139
|
// FolderClosed aliases
|
|
1142
1140
|
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1141
|
+
// FolderCode aliases
|
|
1142
|
+
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1143
1143
|
// FolderDot aliases
|
|
1144
1144
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1145
1145
|
// FolderDown aliases
|
|
@@ -1170,20 +1170,20 @@ export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
|
1170
1170
|
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1171
1171
|
// FolderRoot aliases
|
|
1172
1172
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1173
|
-
// FolderSearch aliases
|
|
1174
|
-
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1175
1173
|
// FolderSearch2 aliases
|
|
1176
1174
|
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1177
|
-
//
|
|
1178
|
-
export { default as
|
|
1175
|
+
// FolderSearch aliases
|
|
1176
|
+
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1179
1177
|
// FolderSync aliases
|
|
1180
1178
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1181
|
-
//
|
|
1182
|
-
export { default as
|
|
1179
|
+
// FolderSymlink aliases
|
|
1180
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1183
1181
|
// FolderTree aliases
|
|
1184
1182
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1185
1183
|
// FolderX aliases
|
|
1186
1184
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1185
|
+
// FolderUp aliases
|
|
1186
|
+
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1187
1187
|
// Folder aliases
|
|
1188
1188
|
export { default as FolderIcon } from '../icons/folder';
|
|
1189
1189
|
// Folders aliases
|
|
@@ -1202,22 +1202,22 @@ export { default as FramerIcon } from '../icons/framer';
|
|
|
1202
1202
|
export { default as FrownIcon } from '../icons/frown';
|
|
1203
1203
|
// Fuel aliases
|
|
1204
1204
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1205
|
-
// FunnelPlus aliases
|
|
1206
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1207
1205
|
// Fullscreen aliases
|
|
1208
1206
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1209
|
-
//
|
|
1210
|
-
export { default as
|
|
1207
|
+
// FunnelPlus aliases
|
|
1208
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1211
1209
|
// GalleryHorizontalEnd aliases
|
|
1212
1210
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1211
|
+
// GalleryHorizontal aliases
|
|
1212
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1213
1213
|
// GalleryThumbnails aliases
|
|
1214
1214
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1215
1215
|
// GalleryVerticalEnd aliases
|
|
1216
1216
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1217
|
-
// Gamepad2 aliases
|
|
1218
|
-
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1219
1217
|
// GalleryVertical aliases
|
|
1220
1218
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1219
|
+
// Gamepad2 aliases
|
|
1220
|
+
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1221
1221
|
// Gamepad aliases
|
|
1222
1222
|
export { default as GamepadIcon } from '../icons/gamepad';
|
|
1223
1223
|
// Gauge aliases
|
|
@@ -1232,34 +1232,34 @@ export { default as GeorgianLariIcon } from '../icons/georgian-lari';
|
|
|
1232
1232
|
export { default as GhostIcon } from '../icons/ghost';
|
|
1233
1233
|
// Gift aliases
|
|
1234
1234
|
export { default as GiftIcon } from '../icons/gift';
|
|
1235
|
-
// GitBranch aliases
|
|
1236
|
-
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1237
1235
|
// GitBranchPlus aliases
|
|
1238
1236
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1239
1237
|
// GitCommitVertical aliases
|
|
1240
1238
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1239
|
+
// GitBranch aliases
|
|
1240
|
+
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1241
1241
|
// GitCompareArrows aliases
|
|
1242
1242
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1243
|
+
// GitCompare aliases
|
|
1244
|
+
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1243
1245
|
// GitFork aliases
|
|
1244
1246
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1245
1247
|
// GitGraph aliases
|
|
1246
1248
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1247
|
-
// GitCompare aliases
|
|
1248
|
-
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1249
1249
|
// GitMerge aliases
|
|
1250
1250
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1251
1251
|
// GitPullRequestArrow aliases
|
|
1252
1252
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1253
1253
|
// GitPullRequestClosed aliases
|
|
1254
1254
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1255
|
-
// GitPullRequestCreate aliases
|
|
1256
|
-
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1257
1255
|
// GitPullRequestCreateArrow aliases
|
|
1258
1256
|
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1259
|
-
//
|
|
1260
|
-
export { default as
|
|
1257
|
+
// GitPullRequestCreate aliases
|
|
1258
|
+
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1261
1259
|
// GitPullRequestDraft aliases
|
|
1262
1260
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1261
|
+
// GitPullRequest aliases
|
|
1262
|
+
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1263
1263
|
// Github aliases
|
|
1264
1264
|
export { default as GithubIcon } from '../icons/github';
|
|
1265
1265
|
// Gitlab aliases
|
|
@@ -1278,86 +1278,86 @@ export { default as GpuIcon } from '../icons/gpu';
|
|
|
1278
1278
|
export { default as GoalIcon } from '../icons/goal';
|
|
1279
1279
|
// Grab aliases
|
|
1280
1280
|
export { default as GrabIcon } from '../icons/grab';
|
|
1281
|
-
// Grape aliases
|
|
1282
|
-
export { default as GrapeIcon } from '../icons/grape';
|
|
1283
1281
|
// GraduationCap aliases
|
|
1284
1282
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1283
|
+
// Grape aliases
|
|
1284
|
+
export { default as GrapeIcon } from '../icons/grape';
|
|
1285
1285
|
// Grid3x2 aliases
|
|
1286
1286
|
export { default as Grid3x2Icon } from '../icons/grid-3x2';
|
|
1287
1287
|
// GripHorizontal aliases
|
|
1288
1288
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1289
1289
|
// GripVertical aliases
|
|
1290
1290
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1291
|
-
// Grip aliases
|
|
1292
|
-
export { default as GripIcon } from '../icons/grip';
|
|
1293
1291
|
// Group aliases
|
|
1294
1292
|
export { default as GroupIcon } from '../icons/group';
|
|
1295
1293
|
// Guitar aliases
|
|
1296
1294
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1297
|
-
//
|
|
1298
|
-
export { default as
|
|
1295
|
+
// Grip aliases
|
|
1296
|
+
export { default as GripIcon } from '../icons/grip';
|
|
1299
1297
|
// Ham aliases
|
|
1300
1298
|
export { default as HamIcon } from '../icons/ham';
|
|
1301
|
-
//
|
|
1302
|
-
export { default as
|
|
1299
|
+
// Hamburger aliases
|
|
1300
|
+
export { default as HamburgerIcon } from '../icons/hamburger';
|
|
1303
1301
|
// Hammer aliases
|
|
1304
1302
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1305
|
-
//
|
|
1306
|
-
export { default as
|
|
1303
|
+
// HandCoins aliases
|
|
1304
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1307
1305
|
// HandMetal aliases
|
|
1308
1306
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1307
|
+
// HandHeart aliases
|
|
1308
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1309
1309
|
// HandPlatter aliases
|
|
1310
1310
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1311
|
-
// Handshake aliases
|
|
1312
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1313
1311
|
// Hand aliases
|
|
1314
1312
|
export { default as HandIcon } from '../icons/hand';
|
|
1315
1313
|
// HardDriveDownload aliases
|
|
1316
1314
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1317
|
-
// HardDriveUpload aliases
|
|
1318
|
-
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1319
1315
|
// Handbag aliases
|
|
1320
1316
|
export { default as HandbagIcon } from '../icons/handbag';
|
|
1317
|
+
// Handshake aliases
|
|
1318
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1319
|
+
// HardDriveUpload aliases
|
|
1320
|
+
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1321
1321
|
// HardDrive aliases
|
|
1322
1322
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1323
1323
|
// HardHat aliases
|
|
1324
1324
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1325
|
-
// Haze aliases
|
|
1326
|
-
export { default as HazeIcon } from '../icons/haze';
|
|
1327
1325
|
// Hash aliases
|
|
1328
1326
|
export { default as HashIcon } from '../icons/hash';
|
|
1329
|
-
//
|
|
1330
|
-
export { default as
|
|
1327
|
+
// Haze aliases
|
|
1328
|
+
export { default as HazeIcon } from '../icons/haze';
|
|
1331
1329
|
// HatGlasses aliases
|
|
1332
1330
|
export { default as HatGlassesIcon } from '../icons/hat-glasses';
|
|
1333
|
-
//
|
|
1334
|
-
export { default as
|
|
1331
|
+
// HdmiPort aliases
|
|
1332
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1335
1333
|
// Heading1 aliases
|
|
1336
1334
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1335
|
+
// Heading2 aliases
|
|
1336
|
+
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1337
1337
|
// Heading3 aliases
|
|
1338
1338
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1339
1339
|
// Heading4 aliases
|
|
1340
1340
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1341
1341
|
// Heading5 aliases
|
|
1342
1342
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1343
|
-
// Heading6 aliases
|
|
1344
|
-
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1345
1343
|
// Heading aliases
|
|
1346
1344
|
export { default as HeadingIcon } from '../icons/heading';
|
|
1345
|
+
// Heading6 aliases
|
|
1346
|
+
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1347
1347
|
// HeadphoneOff aliases
|
|
1348
1348
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1349
|
+
// Headphones aliases
|
|
1350
|
+
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1349
1351
|
// Headset aliases
|
|
1350
1352
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1351
1353
|
// HeartCrack aliases
|
|
1352
1354
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1353
|
-
// Headphones aliases
|
|
1354
|
-
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1355
1355
|
// HeartHandshake aliases
|
|
1356
1356
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1357
|
-
// HeartMinus aliases
|
|
1358
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1359
1357
|
// HeartOff aliases
|
|
1360
1358
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1359
|
+
// HeartMinus aliases
|
|
1360
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1361
1361
|
// HeartPlus aliases
|
|
1362
1362
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1363
1363
|
// HeartPulse aliases
|
|
@@ -1370,44 +1370,44 @@ export { default as HeaterIcon } from '../icons/heater';
|
|
|
1370
1370
|
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1371
1371
|
// Highlighter aliases
|
|
1372
1372
|
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1373
|
-
// HopOff aliases
|
|
1374
|
-
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1375
1373
|
// History aliases
|
|
1376
1374
|
export { default as HistoryIcon } from '../icons/history';
|
|
1375
|
+
// HopOff aliases
|
|
1376
|
+
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1377
1377
|
// Hop aliases
|
|
1378
1378
|
export { default as HopIcon } from '../icons/hop';
|
|
1379
1379
|
// Hospital aliases
|
|
1380
1380
|
export { default as HospitalIcon } from '../icons/hospital';
|
|
1381
1381
|
// Hotel aliases
|
|
1382
1382
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1383
|
-
// Hourglass aliases
|
|
1384
|
-
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1385
1383
|
// HousePlug aliases
|
|
1386
1384
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1385
|
+
// Hourglass aliases
|
|
1386
|
+
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1387
1387
|
// HousePlus aliases
|
|
1388
1388
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1389
1389
|
// HouseWifi aliases
|
|
1390
1390
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1391
1391
|
// IdCardLanyard aliases
|
|
1392
1392
|
export { default as IdCardLanyardIcon } from '../icons/id-card-lanyard';
|
|
1393
|
-
// ImageDown aliases
|
|
1394
|
-
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1395
1393
|
// IdCard aliases
|
|
1396
1394
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1395
|
+
// ImageDown aliases
|
|
1396
|
+
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1397
1397
|
// ImageOff aliases
|
|
1398
1398
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1399
|
-
// ImagePlay aliases
|
|
1400
|
-
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1401
1399
|
// ImageMinus aliases
|
|
1402
1400
|
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1401
|
+
// ImagePlay aliases
|
|
1402
|
+
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1403
1403
|
// ImagePlus aliases
|
|
1404
1404
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1405
1405
|
// ImageUp aliases
|
|
1406
1406
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1407
|
-
// ImageUpscale aliases
|
|
1408
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1409
1407
|
// Image aliases
|
|
1410
1408
|
export { default as ImageIcon } from '../icons/image';
|
|
1409
|
+
// ImageUpscale aliases
|
|
1410
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1411
1411
|
// Images aliases
|
|
1412
1412
|
export { default as ImagesIcon } from '../icons/images';
|
|
1413
1413
|
// Import aliases
|
|
@@ -1416,14 +1416,14 @@ export { default as ImportIcon } from '../icons/import';
|
|
|
1416
1416
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1417
1417
|
// IndianRupee aliases
|
|
1418
1418
|
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1419
|
-
// Infinity aliases
|
|
1420
|
-
export { default as InfinityIcon } from '../icons/infinity';
|
|
1421
1419
|
// Info aliases
|
|
1422
1420
|
export { default as InfoIcon } from '../icons/info';
|
|
1423
|
-
//
|
|
1424
|
-
export { default as
|
|
1421
|
+
// Infinity aliases
|
|
1422
|
+
export { default as InfinityIcon } from '../icons/infinity';
|
|
1425
1423
|
// Instagram aliases
|
|
1426
1424
|
export { default as InstagramIcon } from '../icons/instagram';
|
|
1425
|
+
// InspectionPanel aliases
|
|
1426
|
+
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1427
1427
|
// Italic aliases
|
|
1428
1428
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1429
1429
|
// IterationCcw aliases
|
|
@@ -1434,50 +1434,50 @@ export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
|
1434
1434
|
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1435
1435
|
// Joystick aliases
|
|
1436
1436
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1437
|
+
// KeyRound aliases
|
|
1438
|
+
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1437
1439
|
// Kanban aliases
|
|
1438
1440
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1439
1441
|
// KeySquare aliases
|
|
1440
1442
|
export { default as KeySquareIcon } from '../icons/key-square';
|
|
1441
|
-
// KeyRound aliases
|
|
1442
|
-
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1443
1443
|
// Key aliases
|
|
1444
1444
|
export { default as KeyIcon } from '../icons/key';
|
|
1445
1445
|
// KeyboardMusic aliases
|
|
1446
1446
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1447
1447
|
// KeyboardOff aliases
|
|
1448
1448
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1449
|
-
// Keyboard aliases
|
|
1450
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1451
1449
|
// LampCeiling aliases
|
|
1452
1450
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1451
|
+
// Keyboard aliases
|
|
1452
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1453
1453
|
// LampDesk aliases
|
|
1454
1454
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1455
1455
|
// LampFloor aliases
|
|
1456
1456
|
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1457
|
-
// LampWallUp aliases
|
|
1458
|
-
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1459
1457
|
// LampWallDown aliases
|
|
1460
1458
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1459
|
+
// LampWallUp aliases
|
|
1460
|
+
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1461
1461
|
// Lamp aliases
|
|
1462
1462
|
export { default as LampIcon } from '../icons/lamp';
|
|
1463
1463
|
// LandPlot aliases
|
|
1464
1464
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1465
1465
|
// Landmark aliases
|
|
1466
1466
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1467
|
-
// LaptopMinimalCheck aliases
|
|
1468
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1469
|
-
// Laptop aliases
|
|
1470
|
-
export { default as LaptopIcon } from '../icons/laptop';
|
|
1471
1467
|
// Languages aliases
|
|
1472
1468
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1469
|
+
// LaptopMinimalCheck aliases
|
|
1470
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1473
1471
|
// LassoSelect aliases
|
|
1474
1472
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1475
|
-
//
|
|
1476
|
-
export { default as
|
|
1477
|
-
// Layers2 aliases
|
|
1478
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1473
|
+
// Laptop aliases
|
|
1474
|
+
export { default as LaptopIcon } from '../icons/laptop';
|
|
1479
1475
|
// Lasso aliases
|
|
1480
1476
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1477
|
+
// Layers2 aliases
|
|
1478
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1479
|
+
// Laugh aliases
|
|
1480
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1481
1481
|
// LayoutDashboard aliases
|
|
1482
1482
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1483
1483
|
// LayoutGrid aliases
|
|
@@ -1486,66 +1486,66 @@ export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
|
1486
1486
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1487
1487
|
// LayoutPanelTop aliases
|
|
1488
1488
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1489
|
-
// LayoutTemplate aliases
|
|
1490
|
-
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1491
1489
|
// LayoutList aliases
|
|
1492
1490
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1491
|
+
// LayoutTemplate aliases
|
|
1492
|
+
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1493
1493
|
// Leaf aliases
|
|
1494
1494
|
export { default as LeafIcon } from '../icons/leaf';
|
|
1495
1495
|
// LeafyGreen aliases
|
|
1496
1496
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1497
1497
|
// Lectern aliases
|
|
1498
1498
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1499
|
-
// LibraryBig aliases
|
|
1500
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1501
1499
|
// LetterText aliases
|
|
1502
1500
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1503
|
-
//
|
|
1504
|
-
export { default as
|
|
1501
|
+
// LibraryBig aliases
|
|
1502
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1505
1503
|
// Library aliases
|
|
1506
1504
|
export { default as LibraryIcon } from '../icons/library';
|
|
1507
|
-
//
|
|
1508
|
-
export { default as
|
|
1505
|
+
// LifeBuoy aliases
|
|
1506
|
+
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1509
1507
|
// Ligature aliases
|
|
1510
1508
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1511
1509
|
// Lightbulb aliases
|
|
1512
1510
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1511
|
+
// LightbulbOff aliases
|
|
1512
|
+
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1513
1513
|
// LineSquiggle aliases
|
|
1514
1514
|
export { default as LineSquiggleIcon } from '../icons/line-squiggle';
|
|
1515
|
-
// Link2 aliases
|
|
1516
|
-
export { default as Link2Icon } from '../icons/link-2';
|
|
1517
1515
|
// Link2Off aliases
|
|
1518
1516
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1517
|
+
// Link2 aliases
|
|
1518
|
+
export { default as Link2Icon } from '../icons/link-2';
|
|
1519
1519
|
// Link aliases
|
|
1520
1520
|
export { default as LinkIcon } from '../icons/link';
|
|
1521
1521
|
// Linkedin aliases
|
|
1522
1522
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1523
|
-
// ListChecks aliases
|
|
1524
|
-
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1525
1523
|
// ListCheck aliases
|
|
1526
1524
|
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1527
|
-
// ListEnd aliases
|
|
1528
|
-
export { default as ListEndIcon } from '../icons/list-end';
|
|
1529
1525
|
// ListCollapse aliases
|
|
1530
1526
|
export { default as ListCollapseIcon } from '../icons/list-collapse';
|
|
1531
|
-
//
|
|
1532
|
-
export { default as
|
|
1527
|
+
// ListChecks aliases
|
|
1528
|
+
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1529
|
+
// ListEnd aliases
|
|
1530
|
+
export { default as ListEndIcon } from '../icons/list-end';
|
|
1533
1531
|
// ListFilterPlus aliases
|
|
1534
1532
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1533
|
+
// ListFilter aliases
|
|
1534
|
+
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1535
1535
|
// ListMinus aliases
|
|
1536
1536
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1537
1537
|
// ListMusic aliases
|
|
1538
1538
|
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1539
|
-
// ListOrdered aliases
|
|
1540
|
-
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1541
1539
|
// ListPlus aliases
|
|
1542
1540
|
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1543
1541
|
// ListRestart aliases
|
|
1544
1542
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1545
|
-
//
|
|
1546
|
-
export { default as
|
|
1543
|
+
// ListOrdered aliases
|
|
1544
|
+
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1547
1545
|
// ListTodo aliases
|
|
1548
1546
|
export { default as ListTodoIcon } from '../icons/list-todo';
|
|
1547
|
+
// ListStart aliases
|
|
1548
|
+
export { default as ListStartIcon } from '../icons/list-start';
|
|
1549
1549
|
// ListTree aliases
|
|
1550
1550
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1551
1551
|
// ListVideo aliases
|
|
@@ -1572,16 +1572,16 @@ export { default as LockIcon } from '../icons/lock';
|
|
|
1572
1572
|
export { default as LogInIcon } from '../icons/log-in';
|
|
1573
1573
|
// LogOut aliases
|
|
1574
1574
|
export { default as LogOutIcon } from '../icons/log-out';
|
|
1575
|
-
// Logs aliases
|
|
1576
|
-
export { default as LogsIcon } from '../icons/logs';
|
|
1577
1575
|
// Lollipop aliases
|
|
1578
1576
|
export { default as LollipopIcon } from '../icons/lollipop';
|
|
1579
|
-
//
|
|
1580
|
-
export { default as
|
|
1581
|
-
// MailCheck aliases
|
|
1582
|
-
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1577
|
+
// Logs aliases
|
|
1578
|
+
export { default as LogsIcon } from '../icons/logs';
|
|
1583
1579
|
// Luggage aliases
|
|
1584
1580
|
export { default as LuggageIcon } from '../icons/luggage';
|
|
1581
|
+
// MailCheck aliases
|
|
1582
|
+
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1583
|
+
// Magnet aliases
|
|
1584
|
+
export { default as MagnetIcon } from '../icons/magnet';
|
|
1585
1585
|
// MailMinus aliases
|
|
1586
1586
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1587
1587
|
// MailOpen aliases
|
|
@@ -1592,20 +1592,20 @@ export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
|
1592
1592
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1593
1593
|
// MailWarning aliases
|
|
1594
1594
|
export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
1595
|
-
// Mail aliases
|
|
1596
|
-
export { default as MailIcon } from '../icons/mail';
|
|
1597
1595
|
// MailX aliases
|
|
1598
1596
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1597
|
+
// Mail aliases
|
|
1598
|
+
export { default as MailIcon } from '../icons/mail';
|
|
1599
1599
|
// Mailbox aliases
|
|
1600
1600
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1601
1601
|
// Mails aliases
|
|
1602
1602
|
export { default as MailsIcon } from '../icons/mails';
|
|
1603
|
-
// MapPinCheckInside aliases
|
|
1604
|
-
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1605
1603
|
// MapMinus aliases
|
|
1606
1604
|
export { default as MapMinusIcon } from '../icons/map-minus';
|
|
1607
1605
|
// MapPinCheck aliases
|
|
1608
1606
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1607
|
+
// MapPinCheckInside aliases
|
|
1608
|
+
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1609
1609
|
// MapPinHouse aliases
|
|
1610
1610
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1611
1611
|
// MapPinMinusInside aliases
|
|
@@ -1618,10 +1618,10 @@ export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
|
1618
1618
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1619
1619
|
// MapPinPlus aliases
|
|
1620
1620
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1621
|
-
// MapPinX aliases
|
|
1622
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1623
1621
|
// MapPinXInside aliases
|
|
1624
1622
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1623
|
+
// MapPinX aliases
|
|
1624
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1625
1625
|
// MapPin aliases
|
|
1626
1626
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1627
1627
|
// MapPinned aliases
|
|
@@ -1630,62 +1630,62 @@ export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
|
1630
1630
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1631
1631
|
// Map aliases
|
|
1632
1632
|
export { default as MapIcon } from '../icons/map';
|
|
1633
|
-
// MarsStroke aliases
|
|
1634
|
-
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1635
1633
|
// Mars aliases
|
|
1636
1634
|
export { default as MarsIcon } from '../icons/mars';
|
|
1637
1635
|
// Martini aliases
|
|
1638
1636
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1637
|
+
// MarsStroke aliases
|
|
1638
|
+
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1639
|
+
// Medal aliases
|
|
1640
|
+
export { default as MedalIcon } from '../icons/medal';
|
|
1639
1641
|
// Maximize2 aliases
|
|
1640
1642
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1641
1643
|
// Maximize aliases
|
|
1642
1644
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1643
1645
|
// MegaphoneOff aliases
|
|
1644
1646
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1645
|
-
// Megaphone aliases
|
|
1646
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1647
|
-
// Medal aliases
|
|
1648
|
-
export { default as MedalIcon } from '../icons/medal';
|
|
1649
1647
|
// Meh aliases
|
|
1650
1648
|
export { default as MehIcon } from '../icons/meh';
|
|
1649
|
+
// Megaphone aliases
|
|
1650
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1651
1651
|
// MemoryStick aliases
|
|
1652
1652
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1653
1653
|
// Merge aliases
|
|
1654
1654
|
export { default as MergeIcon } from '../icons/merge';
|
|
1655
|
-
// Menu aliases
|
|
1656
|
-
export { default as MenuIcon } from '../icons/menu';
|
|
1657
1655
|
// MessageCircleCode aliases
|
|
1658
1656
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1657
|
+
// Menu aliases
|
|
1658
|
+
export { default as MenuIcon } from '../icons/menu';
|
|
1659
1659
|
// MessageCircleDashed aliases
|
|
1660
1660
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1661
1661
|
// MessageCircleHeart aliases
|
|
1662
1662
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1663
|
+
// MessageCircleOff aliases
|
|
1664
|
+
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1663
1665
|
// MessageCircleMore aliases
|
|
1664
1666
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1665
1667
|
// MessageCirclePlus aliases
|
|
1666
1668
|
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1667
|
-
// MessageCircleOff aliases
|
|
1668
|
-
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1669
1669
|
// MessageCircleReply aliases
|
|
1670
1670
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1671
1671
|
// MessageCircleWarning aliases
|
|
1672
1672
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1673
|
-
// MessageCircleX aliases
|
|
1674
|
-
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1675
1673
|
// MessageCircle aliases
|
|
1676
1674
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1677
|
-
//
|
|
1678
|
-
export { default as
|
|
1675
|
+
// MessageCircleX aliases
|
|
1676
|
+
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1679
1677
|
// MessageSquareCode aliases
|
|
1680
1678
|
export { default as MessageSquareCodeIcon } from '../icons/message-square-code';
|
|
1681
1679
|
// MessageSquareDiff aliases
|
|
1682
1680
|
export { default as MessageSquareDiffIcon } from '../icons/message-square-diff';
|
|
1681
|
+
// MessageSquareDashed aliases
|
|
1682
|
+
export { default as MessageSquareDashedIcon } from '../icons/message-square-dashed';
|
|
1683
1683
|
// MessageSquareDot aliases
|
|
1684
1684
|
export { default as MessageSquareDotIcon } from '../icons/message-square-dot';
|
|
1685
|
-
// MessageSquareHeart aliases
|
|
1686
|
-
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1687
1685
|
// MessageSquareLock aliases
|
|
1688
1686
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1687
|
+
// MessageSquareHeart aliases
|
|
1688
|
+
export { default as MessageSquareHeartIcon } from '../icons/message-square-heart';
|
|
1689
1689
|
// MessageSquareMore aliases
|
|
1690
1690
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1691
1691
|
// MessageSquareOff aliases
|
|
@@ -1694,10 +1694,10 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1694
1694
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1695
1695
|
// MessageSquareQuote aliases
|
|
1696
1696
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1697
|
-
// MessageSquareShare aliases
|
|
1698
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1699
1697
|
// MessageSquareReply aliases
|
|
1700
1698
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1699
|
+
// MessageSquareShare aliases
|
|
1700
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1701
1701
|
// MessageSquareText aliases
|
|
1702
1702
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1703
1703
|
// MessageSquareWarning aliases
|
|
@@ -1706,10 +1706,10 @@ export { default as MessageSquareWarningIcon } from '../icons/message-square-war
|
|
|
1706
1706
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1707
1707
|
// MessageSquare aliases
|
|
1708
1708
|
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1709
|
-
// MessagesSquare aliases
|
|
1710
|
-
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1711
1709
|
// MicOff aliases
|
|
1712
1710
|
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1711
|
+
// MessagesSquare aliases
|
|
1712
|
+
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1713
1713
|
// Microchip aliases
|
|
1714
1714
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1715
1715
|
// Mic aliases
|
|
@@ -1720,106 +1720,106 @@ export { default as MicroscopeIcon } from '../icons/microscope';
|
|
|
1720
1720
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1721
1721
|
// Milestone aliases
|
|
1722
1722
|
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1723
|
-
// Milk aliases
|
|
1724
|
-
export { default as MilkIcon } from '../icons/milk';
|
|
1725
1723
|
// MilkOff aliases
|
|
1726
1724
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1725
|
+
// Milk aliases
|
|
1726
|
+
export { default as MilkIcon } from '../icons/milk';
|
|
1727
1727
|
// Minimize2 aliases
|
|
1728
1728
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1729
|
+
// Minimize aliases
|
|
1730
|
+
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1729
1731
|
// Minus aliases
|
|
1730
1732
|
export { default as MinusIcon } from '../icons/minus';
|
|
1731
1733
|
// MonitorCheck aliases
|
|
1732
1734
|
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1733
|
-
// Minimize aliases
|
|
1734
|
-
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1735
1735
|
// MonitorCog aliases
|
|
1736
1736
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1737
1737
|
// MonitorDot aliases
|
|
1738
1738
|
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1739
|
-
// MonitorOff aliases
|
|
1740
|
-
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1741
1739
|
// MonitorDown aliases
|
|
1742
1740
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1743
1741
|
// MonitorPause aliases
|
|
1744
1742
|
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1743
|
+
// MonitorOff aliases
|
|
1744
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1745
1745
|
// MonitorPlay aliases
|
|
1746
1746
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1747
|
-
// MonitorSpeaker aliases
|
|
1748
|
-
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1749
1747
|
// MonitorSmartphone aliases
|
|
1750
1748
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1751
1749
|
// MonitorStop aliases
|
|
1752
1750
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1751
|
+
// MonitorSpeaker aliases
|
|
1752
|
+
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1753
1753
|
// MonitorUp aliases
|
|
1754
1754
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1755
1755
|
// Monitor aliases
|
|
1756
1756
|
export { default as MonitorIcon } from '../icons/monitor';
|
|
1757
1757
|
// MonitorX aliases
|
|
1758
1758
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1759
|
-
// MoonStar aliases
|
|
1760
|
-
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1761
1759
|
// Moon aliases
|
|
1762
1760
|
export { default as MoonIcon } from '../icons/moon';
|
|
1761
|
+
// MoonStar aliases
|
|
1762
|
+
export { default as MoonStarIcon } from '../icons/moon-star';
|
|
1763
1763
|
// Mountain aliases
|
|
1764
1764
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1765
|
-
// MouseOff aliases
|
|
1766
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1767
1765
|
// MountainSnow aliases
|
|
1768
1766
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1767
|
+
// MouseOff aliases
|
|
1768
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1769
1769
|
// MousePointer2 aliases
|
|
1770
1770
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1771
1771
|
// MousePointerBan aliases
|
|
1772
1772
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1773
|
-
// MousePointerClick aliases
|
|
1774
|
-
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1775
1773
|
// MousePointer aliases
|
|
1776
1774
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1777
|
-
//
|
|
1778
|
-
export { default as
|
|
1779
|
-
// Mouse aliases
|
|
1780
|
-
export { default as MouseIcon } from '../icons/mouse';
|
|
1775
|
+
// MousePointerClick aliases
|
|
1776
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1781
1777
|
// MoveDiagonal2 aliases
|
|
1782
1778
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1783
|
-
//
|
|
1784
|
-
export { default as
|
|
1779
|
+
// Mouse aliases
|
|
1780
|
+
export { default as MouseIcon } from '../icons/mouse';
|
|
1781
|
+
// MoveDiagonal aliases
|
|
1782
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1785
1783
|
// MoveDownLeft aliases
|
|
1786
1784
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1785
|
+
// MoveDownRight aliases
|
|
1786
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1787
1787
|
// MoveDown aliases
|
|
1788
1788
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1789
1789
|
// MoveHorizontal aliases
|
|
1790
1790
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1791
|
-
//
|
|
1792
|
-
export { default as
|
|
1791
|
+
// MoveLeft aliases
|
|
1792
|
+
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1793
1793
|
// MoveRight aliases
|
|
1794
1794
|
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1795
|
+
// MoveUpLeft aliases
|
|
1796
|
+
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1795
1797
|
// MoveUpRight aliases
|
|
1796
1798
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1797
|
-
// MoveLeft aliases
|
|
1798
|
-
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1799
|
-
// MoveVertical aliases
|
|
1800
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1801
|
-
// Move aliases
|
|
1802
|
-
export { default as MoveIcon } from '../icons/move';
|
|
1803
1799
|
// MoveUp aliases
|
|
1804
1800
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1801
|
+
// MoveVertical aliases
|
|
1802
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1805
1803
|
// Music3 aliases
|
|
1806
1804
|
export { default as Music3Icon } from '../icons/music-3';
|
|
1805
|
+
// Move aliases
|
|
1806
|
+
export { default as MoveIcon } from '../icons/move';
|
|
1807
1807
|
// Music2 aliases
|
|
1808
1808
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1809
1809
|
// Music4 aliases
|
|
1810
1810
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1811
|
-
// Music aliases
|
|
1812
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1813
|
-
// Navigation2Off aliases
|
|
1814
|
-
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1815
1811
|
// Navigation2 aliases
|
|
1816
1812
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1813
|
+
// Navigation2Off aliases
|
|
1814
|
+
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1815
|
+
// Music aliases
|
|
1816
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1817
|
+
// Navigation aliases
|
|
1818
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1817
1819
|
// NavigationOff aliases
|
|
1818
1820
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1819
1821
|
// Network aliases
|
|
1820
1822
|
export { default as NetworkIcon } from '../icons/network';
|
|
1821
|
-
// Navigation aliases
|
|
1822
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1823
1823
|
// Newspaper aliases
|
|
1824
1824
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1825
1825
|
// Nfc aliases
|
|
@@ -1830,10 +1830,10 @@ export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
|
1830
1830
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1831
1831
|
// NotebookTabs aliases
|
|
1832
1832
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1833
|
-
// NotebookText aliases
|
|
1834
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1835
1833
|
// Notebook aliases
|
|
1836
1834
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1835
|
+
// NotebookText aliases
|
|
1836
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1837
1837
|
// NotepadTextDashed aliases
|
|
1838
1838
|
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1839
1839
|
// NotepadText aliases
|
|
@@ -1842,20 +1842,20 @@ export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
|
1842
1842
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1843
1843
|
// Nut aliases
|
|
1844
1844
|
export { default as NutIcon } from '../icons/nut';
|
|
1845
|
-
// OctagonMinus aliases
|
|
1846
|
-
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1847
1845
|
// Octagon aliases
|
|
1848
1846
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1847
|
+
// OctagonMinus aliases
|
|
1848
|
+
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1849
1849
|
// Omega aliases
|
|
1850
1850
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1851
|
-
// Option aliases
|
|
1852
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1853
1851
|
// Orbit aliases
|
|
1854
1852
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1855
|
-
//
|
|
1856
|
-
export { default as
|
|
1853
|
+
// Option aliases
|
|
1854
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1857
1855
|
// Origami aliases
|
|
1858
1856
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1857
|
+
// Package2 aliases
|
|
1858
|
+
export { default as Package2Icon } from '../icons/package-2';
|
|
1859
1859
|
// PackageCheck aliases
|
|
1860
1860
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1861
1861
|
// PackageMinus aliases
|
|
@@ -1864,34 +1864,34 @@ export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
|
1864
1864
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1865
1865
|
// PackagePlus aliases
|
|
1866
1866
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1867
|
-
// PackageSearch aliases
|
|
1868
|
-
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1869
1867
|
// PackageX aliases
|
|
1870
1868
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1869
|
+
// PackageSearch aliases
|
|
1870
|
+
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1871
1871
|
// Package aliases
|
|
1872
1872
|
export { default as PackageIcon } from '../icons/package';
|
|
1873
1873
|
// PaintBucket aliases
|
|
1874
1874
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1875
1875
|
// PaintRoller aliases
|
|
1876
1876
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1877
|
+
// Paintbrush aliases
|
|
1878
|
+
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1877
1879
|
// Panda aliases
|
|
1878
1880
|
export { default as PandaIcon } from '../icons/panda';
|
|
1879
1881
|
// Palette aliases
|
|
1880
1882
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1881
|
-
// Paintbrush aliases
|
|
1882
|
-
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1883
|
-
// PanelBottomOpen aliases
|
|
1884
|
-
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1885
1883
|
// PanelBottomClose aliases
|
|
1886
1884
|
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1887
|
-
//
|
|
1888
|
-
export { default as
|
|
1885
|
+
// PanelBottomOpen aliases
|
|
1886
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1889
1887
|
// PanelRightClose aliases
|
|
1890
1888
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1891
1889
|
// PanelBottom aliases
|
|
1892
1890
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1893
1891
|
// PanelRightOpen aliases
|
|
1894
1892
|
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1893
|
+
// PanelRight aliases
|
|
1894
|
+
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1895
1895
|
// PanelTopClose aliases
|
|
1896
1896
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1897
1897
|
// PanelTopOpen aliases
|
|
@@ -1914,8 +1914,6 @@ export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
|
1914
1914
|
export { default as PauseIcon } from '../icons/pause';
|
|
1915
1915
|
// PawPrint aliases
|
|
1916
1916
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1917
|
-
// PcCase aliases
|
|
1918
|
-
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1919
1917
|
// PenOff aliases
|
|
1920
1918
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1921
1919
|
// PenTool aliases
|
|
@@ -1924,46 +1922,48 @@ export { default as PenToolIcon } from '../icons/pen-tool';
|
|
|
1924
1922
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1925
1923
|
// PencilOff aliases
|
|
1926
1924
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1927
|
-
//
|
|
1928
|
-
export { default as
|
|
1925
|
+
// PcCase aliases
|
|
1926
|
+
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1929
1927
|
// Pencil aliases
|
|
1930
1928
|
export { default as PencilIcon } from '../icons/pencil';
|
|
1929
|
+
// PencilRuler aliases
|
|
1930
|
+
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1931
1931
|
// Percent aliases
|
|
1932
1932
|
export { default as PercentIcon } from '../icons/percent';
|
|
1933
1933
|
// Pentagon aliases
|
|
1934
1934
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1935
|
-
// PhilippinePeso aliases
|
|
1936
|
-
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1937
|
-
// PhoneForwarded aliases
|
|
1938
|
-
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1939
|
-
// PhoneIncoming aliases
|
|
1940
|
-
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1941
1935
|
// PersonStanding aliases
|
|
1942
1936
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1937
|
+
// PhilippinePeso aliases
|
|
1938
|
+
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1943
1939
|
// PhoneCall aliases
|
|
1944
1940
|
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1941
|
+
// PhoneIncoming aliases
|
|
1942
|
+
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1943
|
+
// PhoneForwarded aliases
|
|
1944
|
+
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1945
1945
|
// PhoneMissed aliases
|
|
1946
1946
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1947
1947
|
// PhoneOff aliases
|
|
1948
1948
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1949
1949
|
// PhoneOutgoing aliases
|
|
1950
1950
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1951
|
-
// Pi aliases
|
|
1952
|
-
export { default as PiIcon } from '../icons/pi';
|
|
1953
1951
|
// Phone aliases
|
|
1954
1952
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1955
|
-
//
|
|
1956
|
-
export { default as
|
|
1953
|
+
// Pi aliases
|
|
1954
|
+
export { default as PiIcon } from '../icons/pi';
|
|
1957
1955
|
// Piano aliases
|
|
1958
1956
|
export { default as PianoIcon } from '../icons/piano';
|
|
1957
|
+
// Pickaxe aliases
|
|
1958
|
+
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1959
1959
|
// PictureInPicture2 aliases
|
|
1960
1960
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1961
1961
|
// PictureInPicture aliases
|
|
1962
1962
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1963
|
-
// PiggyBank aliases
|
|
1964
|
-
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1965
1963
|
// PilcrowLeft aliases
|
|
1966
1964
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1965
|
+
// PiggyBank aliases
|
|
1966
|
+
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1967
1967
|
// PilcrowRight aliases
|
|
1968
1968
|
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1969
1969
|
// Pilcrow aliases
|
|
@@ -1980,24 +1980,24 @@ export { default as PinIcon } from '../icons/pin';
|
|
|
1980
1980
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1981
1981
|
// PlaneLanding aliases
|
|
1982
1982
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1983
|
-
// Pizza aliases
|
|
1984
|
-
export { default as PizzaIcon } from '../icons/pizza';
|
|
1985
1983
|
// PlaneTakeoff aliases
|
|
1986
1984
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1987
|
-
//
|
|
1988
|
-
export { default as
|
|
1985
|
+
// Pizza aliases
|
|
1986
|
+
export { default as PizzaIcon } from '../icons/pizza';
|
|
1989
1987
|
// Plane aliases
|
|
1990
1988
|
export { default as PlaneIcon } from '../icons/plane';
|
|
1991
|
-
// Play aliases
|
|
1992
|
-
export { default as PlayIcon } from '../icons/play';
|
|
1993
1989
|
// Plug aliases
|
|
1994
1990
|
export { default as PlugIcon } from '../icons/plug';
|
|
1991
|
+
// Plug2 aliases
|
|
1992
|
+
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1995
1993
|
// Plus aliases
|
|
1996
1994
|
export { default as PlusIcon } from '../icons/plus';
|
|
1997
|
-
//
|
|
1998
|
-
export { default as
|
|
1995
|
+
// Play aliases
|
|
1996
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1999
1997
|
// Pocket aliases
|
|
2000
1998
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1999
|
+
// PocketKnife aliases
|
|
2000
|
+
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
2001
2001
|
// Podcast aliases
|
|
2002
2002
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
2003
2003
|
// PointerOff aliases
|
|
@@ -2006,102 +2006,102 @@ export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
|
2006
2006
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
2007
2007
|
// Popsicle aliases
|
|
2008
2008
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
2009
|
-
// PoundSterling aliases
|
|
2010
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2011
2009
|
// Pointer aliases
|
|
2012
2010
|
export { default as PointerIcon } from '../icons/pointer';
|
|
2011
|
+
// PoundSterling aliases
|
|
2012
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
2013
2013
|
// PowerOff aliases
|
|
2014
2014
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
2015
2015
|
// Power aliases
|
|
2016
2016
|
export { default as PowerIcon } from '../icons/power';
|
|
2017
|
-
// Presentation aliases
|
|
2018
|
-
export { default as PresentationIcon } from '../icons/presentation';
|
|
2019
2017
|
// PrinterCheck aliases
|
|
2020
2018
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
2019
|
+
// Presentation aliases
|
|
2020
|
+
export { default as PresentationIcon } from '../icons/presentation';
|
|
2021
2021
|
// Printer aliases
|
|
2022
2022
|
export { default as PrinterIcon } from '../icons/printer';
|
|
2023
2023
|
// Projector aliases
|
|
2024
2024
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2025
2025
|
// Proportions aliases
|
|
2026
2026
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2027
|
-
// Puzzle aliases
|
|
2028
|
-
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2029
2027
|
// Pyramid aliases
|
|
2030
2028
|
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2031
2029
|
// QrCode aliases
|
|
2032
2030
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2031
|
+
// Puzzle aliases
|
|
2032
|
+
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2033
2033
|
// Quote aliases
|
|
2034
2034
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2035
|
-
// Radiation aliases
|
|
2036
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2037
2035
|
// Rabbit aliases
|
|
2038
2036
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2039
2037
|
// Radar aliases
|
|
2040
2038
|
export { default as RadarIcon } from '../icons/radar';
|
|
2039
|
+
// Radiation aliases
|
|
2040
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2041
2041
|
// Radical aliases
|
|
2042
2042
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2043
2043
|
// RadioReceiver aliases
|
|
2044
2044
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2045
|
-
// Radio aliases
|
|
2046
|
-
export { default as RadioIcon } from '../icons/radio';
|
|
2047
2045
|
// RadioTower aliases
|
|
2048
2046
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2047
|
+
// Radio aliases
|
|
2048
|
+
export { default as RadioIcon } from '../icons/radio';
|
|
2049
2049
|
// Radius aliases
|
|
2050
2050
|
export { default as RadiusIcon } from '../icons/radius';
|
|
2051
2051
|
// RailSymbol aliases
|
|
2052
2052
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2053
|
-
// Rainbow aliases
|
|
2054
|
-
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2055
2053
|
// Rat aliases
|
|
2056
2054
|
export { default as RatIcon } from '../icons/rat';
|
|
2055
|
+
// Rainbow aliases
|
|
2056
|
+
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2057
2057
|
// Ratio aliases
|
|
2058
2058
|
export { default as RatioIcon } from '../icons/ratio';
|
|
2059
2059
|
// ReceiptCent aliases
|
|
2060
2060
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2061
|
-
// ReceiptIndianRupee aliases
|
|
2062
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2063
2061
|
// ReceiptEuro aliases
|
|
2064
2062
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2065
2063
|
// ReceiptJapaneseYen aliases
|
|
2066
2064
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2065
|
+
// ReceiptIndianRupee aliases
|
|
2066
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2067
2067
|
// ReceiptPoundSterling aliases
|
|
2068
2068
|
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2069
2069
|
// ReceiptRussianRuble aliases
|
|
2070
2070
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2071
|
-
// ReceiptTurkishLira aliases
|
|
2072
|
-
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2073
2071
|
// ReceiptSwissFranc aliases
|
|
2074
2072
|
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2075
2073
|
// ReceiptText aliases
|
|
2076
2074
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2077
2075
|
// Receipt aliases
|
|
2078
2076
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2077
|
+
// ReceiptTurkishLira aliases
|
|
2078
|
+
export { default as ReceiptTurkishLiraIcon } from '../icons/receipt-turkish-lira';
|
|
2079
2079
|
// RectangleCircle aliases
|
|
2080
2080
|
export { default as RectangleCircleIcon } from '../icons/rectangle-circle';
|
|
2081
2081
|
// RectangleGoggles aliases
|
|
2082
2082
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2083
|
-
// RectangleVertical aliases
|
|
2084
|
-
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2085
2083
|
// RectangleHorizontal aliases
|
|
2086
2084
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2085
|
+
// RectangleVertical aliases
|
|
2086
|
+
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2087
2087
|
// Recycle aliases
|
|
2088
2088
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2089
2089
|
// Redo2 aliases
|
|
2090
2090
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2091
|
+
// RefreshCcwDot aliases
|
|
2092
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2091
2093
|
// RedoDot aliases
|
|
2092
2094
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2093
2095
|
// Redo aliases
|
|
2094
2096
|
export { default as RedoIcon } from '../icons/redo';
|
|
2095
|
-
// RefreshCcwDot aliases
|
|
2096
|
-
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2097
|
-
// RefreshCcw aliases
|
|
2098
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2099
2097
|
// RefreshCwOff aliases
|
|
2100
2098
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2101
|
-
//
|
|
2102
|
-
export { default as
|
|
2099
|
+
// RefreshCcw aliases
|
|
2100
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2103
2101
|
// Refrigerator aliases
|
|
2104
2102
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2103
|
+
// RefreshCw aliases
|
|
2104
|
+
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2105
2105
|
// Regex aliases
|
|
2106
2106
|
export { default as RegexIcon } from '../icons/regex';
|
|
2107
2107
|
// RemoveFormatting aliases
|
|
@@ -2114,76 +2114,76 @@ export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
|
2114
2114
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2115
2115
|
// ReplaceAll aliases
|
|
2116
2116
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2117
|
-
// ReplyAll aliases
|
|
2118
|
-
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2119
2117
|
// Replace aliases
|
|
2120
2118
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2119
|
+
// ReplyAll aliases
|
|
2120
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2121
2121
|
// Reply aliases
|
|
2122
2122
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2123
2123
|
// Rewind aliases
|
|
2124
2124
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2125
|
-
//
|
|
2126
|
-
export { default as
|
|
2125
|
+
// Ribbon aliases
|
|
2126
|
+
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2127
2127
|
// Rocket aliases
|
|
2128
2128
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2129
|
+
// RockingChair aliases
|
|
2130
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2129
2131
|
// RollerCoaster aliases
|
|
2130
2132
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2131
2133
|
// RotateCcwKey aliases
|
|
2132
2134
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2133
|
-
// Ribbon aliases
|
|
2134
|
-
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2135
2135
|
// RotateCcwSquare aliases
|
|
2136
2136
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2137
|
-
// RotateCw aliases
|
|
2138
|
-
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2139
2137
|
// RotateCcw aliases
|
|
2140
2138
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2141
|
-
//
|
|
2142
|
-
export { default as
|
|
2139
|
+
// RotateCw aliases
|
|
2140
|
+
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2143
2141
|
// RotateCwSquare aliases
|
|
2144
2142
|
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2143
|
+
// RouteOff aliases
|
|
2144
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2145
2145
|
// Route aliases
|
|
2146
2146
|
export { default as RouteIcon } from '../icons/route';
|
|
2147
2147
|
// Router aliases
|
|
2148
2148
|
export { default as RouterIcon } from '../icons/router';
|
|
2149
|
-
// RulerDimensionLine aliases
|
|
2150
|
-
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2151
2149
|
// Rows4 aliases
|
|
2152
2150
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2153
2151
|
// Rss aliases
|
|
2154
2152
|
export { default as RssIcon } from '../icons/rss';
|
|
2155
2153
|
// Ruler aliases
|
|
2156
2154
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2155
|
+
// RulerDimensionLine aliases
|
|
2156
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2157
2157
|
// RussianRuble aliases
|
|
2158
2158
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2159
2159
|
// Salad aliases
|
|
2160
2160
|
export { default as SaladIcon } from '../icons/salad';
|
|
2161
|
-
// Sailboat aliases
|
|
2162
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2163
2161
|
// Sandwich aliases
|
|
2164
2162
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2163
|
+
// Sailboat aliases
|
|
2164
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2165
2165
|
// SatelliteDish aliases
|
|
2166
2166
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2167
2167
|
// Satellite aliases
|
|
2168
2168
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2169
2169
|
// SaudiRiyal aliases
|
|
2170
2170
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2171
|
+
// Save aliases
|
|
2172
|
+
export { default as SaveIcon } from '../icons/save';
|
|
2171
2173
|
// SaveAll aliases
|
|
2172
2174
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2173
2175
|
// SaveOff aliases
|
|
2174
2176
|
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2175
|
-
// Save aliases
|
|
2176
|
-
export { default as SaveIcon } from '../icons/save';
|
|
2177
2177
|
// Scale aliases
|
|
2178
2178
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2179
2179
|
// Scaling aliases
|
|
2180
2180
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2181
2181
|
// ScanBarcode aliases
|
|
2182
2182
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2183
|
-
// ScanEye aliases
|
|
2184
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2185
2183
|
// ScanFace aliases
|
|
2186
2184
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2185
|
+
// ScanEye aliases
|
|
2186
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2187
2187
|
// ScanHeart aliases
|
|
2188
2188
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2189
2189
|
// ScanLine aliases
|
|
@@ -2192,10 +2192,10 @@ export { default as ScanLineIcon } from '../icons/scan-line';
|
|
|
2192
2192
|
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2193
2193
|
// ScanSearch aliases
|
|
2194
2194
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2195
|
-
// ScanText aliases
|
|
2196
|
-
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2197
2195
|
// Scan aliases
|
|
2198
2196
|
export { default as ScanIcon } from '../icons/scan';
|
|
2197
|
+
// ScanText aliases
|
|
2198
|
+
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2199
2199
|
// School aliases
|
|
2200
2200
|
export { default as SchoolIcon } from '../icons/school';
|
|
2201
2201
|
// ScissorsLineDashed aliases
|
|
@@ -2204,182 +2204,182 @@ export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed
|
|
|
2204
2204
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2205
2205
|
// ScreenShareOff aliases
|
|
2206
2206
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2207
|
-
// ScrollText aliases
|
|
2208
|
-
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2209
2207
|
// ScreenShare aliases
|
|
2210
2208
|
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2211
|
-
//
|
|
2212
|
-
export { default as
|
|
2209
|
+
// ScrollText aliases
|
|
2210
|
+
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2213
2211
|
// Scroll aliases
|
|
2214
2212
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2213
|
+
// SearchCheck aliases
|
|
2214
|
+
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2215
2215
|
// SearchCode aliases
|
|
2216
2216
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2217
2217
|
// SearchSlash aliases
|
|
2218
2218
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2219
|
-
// Search aliases
|
|
2220
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2221
2219
|
// SearchX aliases
|
|
2222
2220
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2223
|
-
//
|
|
2224
|
-
export { default as
|
|
2225
|
-
// SeparatorHorizontal aliases
|
|
2226
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2221
|
+
// Search aliases
|
|
2222
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2227
2223
|
// Section aliases
|
|
2228
2224
|
export { default as SectionIcon } from '../icons/section';
|
|
2229
|
-
// SeparatorVertical aliases
|
|
2230
|
-
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2231
2225
|
// Send aliases
|
|
2232
2226
|
export { default as SendIcon } from '../icons/send';
|
|
2227
|
+
// SeparatorHorizontal aliases
|
|
2228
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2229
|
+
// SendToBack aliases
|
|
2230
|
+
export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
2231
|
+
// SeparatorVertical aliases
|
|
2232
|
+
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2233
2233
|
// ServerCog aliases
|
|
2234
2234
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2235
|
-
// ServerCrash aliases
|
|
2236
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2237
2235
|
// ServerOff aliases
|
|
2238
2236
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2237
|
+
// ServerCrash aliases
|
|
2238
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2239
2239
|
// Server aliases
|
|
2240
2240
|
export { default as ServerIcon } from '../icons/server';
|
|
2241
|
-
// Shapes aliases
|
|
2242
|
-
export { default as ShapesIcon } from '../icons/shapes';
|
|
2243
2241
|
// Settings2 aliases
|
|
2244
2242
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2245
2243
|
// Settings aliases
|
|
2246
2244
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2245
|
+
// Shapes aliases
|
|
2246
|
+
export { default as ShapesIcon } from '../icons/shapes';
|
|
2247
|
+
// Share2 aliases
|
|
2248
|
+
export { default as Share2Icon } from '../icons/share-2';
|
|
2247
2249
|
// Share aliases
|
|
2248
2250
|
export { default as ShareIcon } from '../icons/share';
|
|
2249
2251
|
// Sheet aliases
|
|
2250
2252
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2251
|
-
// Share2 aliases
|
|
2252
|
-
export { default as Share2Icon } from '../icons/share-2';
|
|
2253
|
-
// ShieldAlert aliases
|
|
2254
|
-
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2255
2253
|
// Shell aliases
|
|
2256
2254
|
export { default as ShellIcon } from '../icons/shell';
|
|
2257
|
-
//
|
|
2258
|
-
export { default as
|
|
2255
|
+
// ShieldAlert aliases
|
|
2256
|
+
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2259
2257
|
// ShieldCheck aliases
|
|
2260
2258
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2261
|
-
//
|
|
2262
|
-
export { default as
|
|
2259
|
+
// ShieldBan aliases
|
|
2260
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2263
2261
|
// ShieldEllipsis aliases
|
|
2264
2262
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2265
2263
|
// ShieldMinus aliases
|
|
2266
2264
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2267
|
-
//
|
|
2268
|
-
export { default as
|
|
2265
|
+
// ShieldHalf aliases
|
|
2266
|
+
export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
2269
2267
|
// ShieldOff aliases
|
|
2270
2268
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2271
|
-
//
|
|
2272
|
-
export { default as
|
|
2269
|
+
// ShieldPlus aliases
|
|
2270
|
+
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2273
2271
|
// ShieldUser aliases
|
|
2274
2272
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2273
|
+
// Shield aliases
|
|
2274
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2275
2275
|
// ShipWheel aliases
|
|
2276
2276
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2277
2277
|
// Ship aliases
|
|
2278
2278
|
export { default as ShipIcon } from '../icons/ship';
|
|
2279
2279
|
// Shirt aliases
|
|
2280
2280
|
export { default as ShirtIcon } from '../icons/shirt';
|
|
2281
|
-
// ShoppingBag aliases
|
|
2282
|
-
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2283
|
-
// ShoppingBasket aliases
|
|
2284
|
-
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
2281
|
// ShoppingCart aliases
|
|
2286
2282
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2283
|
+
// ShoppingBasket aliases
|
|
2284
|
+
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2285
|
+
// ShoppingBag aliases
|
|
2286
|
+
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2287
2287
|
// Shovel aliases
|
|
2288
2288
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2289
|
-
// ShowerHead aliases
|
|
2290
|
-
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2291
2289
|
// Shredder aliases
|
|
2292
2290
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2291
|
+
// ShowerHead aliases
|
|
2292
|
+
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2293
2293
|
// Shrimp aliases
|
|
2294
2294
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2295
2295
|
// Shrink aliases
|
|
2296
2296
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2297
2297
|
// Shrub aliases
|
|
2298
2298
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2299
|
+
// Shuffle aliases
|
|
2300
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2299
2301
|
// Sigma aliases
|
|
2300
2302
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2303
|
+
// SignalHigh aliases
|
|
2304
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2301
2305
|
// SignalLow aliases
|
|
2302
2306
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2303
|
-
// Shuffle aliases
|
|
2304
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2305
2307
|
// SignalMedium aliases
|
|
2306
2308
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2307
|
-
// SignalHigh aliases
|
|
2308
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2309
|
-
// SignalZero aliases
|
|
2310
|
-
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2311
2309
|
// Signal aliases
|
|
2312
2310
|
export { default as SignalIcon } from '../icons/signal';
|
|
2313
|
-
//
|
|
2314
|
-
export { default as
|
|
2311
|
+
// SignalZero aliases
|
|
2312
|
+
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2315
2313
|
// SignpostBig aliases
|
|
2316
2314
|
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2317
2315
|
// Signpost aliases
|
|
2318
2316
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2317
|
+
// Signature aliases
|
|
2318
|
+
export { default as SignatureIcon } from '../icons/signature';
|
|
2319
2319
|
// Siren aliases
|
|
2320
2320
|
export { default as SirenIcon } from '../icons/siren';
|
|
2321
|
+
// SkipForward aliases
|
|
2322
|
+
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2321
2323
|
// SkipBack aliases
|
|
2322
2324
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2323
2325
|
// Skull aliases
|
|
2324
2326
|
export { default as SkullIcon } from '../icons/skull';
|
|
2327
|
+
// Slice aliases
|
|
2328
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2325
2329
|
// Slack aliases
|
|
2326
2330
|
export { default as SlackIcon } from '../icons/slack';
|
|
2327
2331
|
// Slash aliases
|
|
2328
2332
|
export { default as SlashIcon } from '../icons/slash';
|
|
2329
|
-
// SkipForward aliases
|
|
2330
|
-
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2331
|
-
// Slice aliases
|
|
2332
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2333
2333
|
// SlidersHorizontal aliases
|
|
2334
2334
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2335
|
+
// SmartphoneCharging aliases
|
|
2336
|
+
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2335
2337
|
// SmartphoneNfc aliases
|
|
2336
2338
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2337
2339
|
// Smartphone aliases
|
|
2338
2340
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2339
|
-
// SmartphoneCharging aliases
|
|
2340
|
-
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2341
|
-
// Smile aliases
|
|
2342
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2343
|
-
// Snail aliases
|
|
2344
|
-
export { default as SnailIcon } from '../icons/snail';
|
|
2345
2341
|
// SmilePlus aliases
|
|
2346
2342
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2343
|
+
// Snail aliases
|
|
2344
|
+
export { default as SnailIcon } from '../icons/snail';
|
|
2345
|
+
// Smile aliases
|
|
2346
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2349
2347
|
// Snowflake aliases
|
|
2350
2348
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2351
|
-
//
|
|
2352
|
-
export { default as
|
|
2349
|
+
// SoapDispenserDroplet aliases
|
|
2350
|
+
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2353
2351
|
// Sofa aliases
|
|
2354
2352
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2353
|
+
// Soup aliases
|
|
2354
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2355
2355
|
// Space aliases
|
|
2356
2356
|
export { default as SpaceIcon } from '../icons/space';
|
|
2357
2357
|
// Spade aliases
|
|
2358
2358
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2359
2359
|
// Sparkle aliases
|
|
2360
2360
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2361
|
-
// Speaker aliases
|
|
2362
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2363
2361
|
// Speech aliases
|
|
2364
2362
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2365
|
-
//
|
|
2366
|
-
export { default as
|
|
2363
|
+
// Speaker aliases
|
|
2364
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2367
2365
|
// SpellCheck2 aliases
|
|
2368
2366
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2367
|
+
// SpellCheck aliases
|
|
2368
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2369
|
+
// SplinePointer aliases
|
|
2370
|
+
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2369
2371
|
// Spline aliases
|
|
2370
2372
|
export { default as SplineIcon } from '../icons/spline';
|
|
2371
2373
|
// Split aliases
|
|
2372
2374
|
export { default as SplitIcon } from '../icons/split';
|
|
2373
|
-
// SplinePointer aliases
|
|
2374
|
-
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2375
2375
|
// Spool aliases
|
|
2376
2376
|
export { default as SpoolIcon } from '../icons/spool';
|
|
2377
2377
|
// Spotlight aliases
|
|
2378
2378
|
export { default as SpotlightIcon } from '../icons/spotlight';
|
|
2379
|
-
// Sprout aliases
|
|
2380
|
-
export { default as SproutIcon } from '../icons/sprout';
|
|
2381
2379
|
// SprayCan aliases
|
|
2382
2380
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2381
|
+
// Sprout aliases
|
|
2382
|
+
export { default as SproutIcon } from '../icons/sprout';
|
|
2383
2383
|
// SquareDashedBottomCode aliases
|
|
2384
2384
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2385
2385
|
// SquareDashedBottom aliases
|
|
@@ -2392,28 +2392,28 @@ export { default as SquarePauseIcon } from '../icons/square-pause';
|
|
|
2392
2392
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2393
2393
|
// SquareRoundCorner aliases
|
|
2394
2394
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2395
|
-
// SquareSquare aliases
|
|
2396
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2397
2395
|
// SquareStack aliases
|
|
2398
2396
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2397
|
+
// SquareSquare aliases
|
|
2398
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2399
2399
|
// SquareStop aliases
|
|
2400
2400
|
export { default as SquareStopIcon } from '../icons/square-stop';
|
|
2401
2401
|
// Square aliases
|
|
2402
2402
|
export { default as SquareIcon } from '../icons/square';
|
|
2403
|
-
// SquaresExclude aliases
|
|
2404
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2405
|
-
// SquaresSubtract aliases
|
|
2406
|
-
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2407
2403
|
// SquaresIntersect aliases
|
|
2408
2404
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2405
|
+
// SquaresSubtract aliases
|
|
2406
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2407
|
+
// SquaresExclude aliases
|
|
2408
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2409
2409
|
// SquaresUnite aliases
|
|
2410
2410
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2411
2411
|
// Squircle aliases
|
|
2412
2412
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2413
|
-
// SquircleDashed aliases
|
|
2414
|
-
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2415
2413
|
// Squirrel aliases
|
|
2416
2414
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2415
|
+
// SquircleDashed aliases
|
|
2416
|
+
export { default as SquircleDashedIcon } from '../icons/squircle-dashed';
|
|
2417
2417
|
// Stamp aliases
|
|
2418
2418
|
export { default as StampIcon } from '../icons/stamp';
|
|
2419
2419
|
// StarHalf aliases
|
|
@@ -2452,50 +2452,50 @@ export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
|
2452
2452
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2453
2453
|
// Sun aliases
|
|
2454
2454
|
export { default as SunIcon } from '../icons/sun';
|
|
2455
|
-
// Superscript aliases
|
|
2456
|
-
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2457
|
-
// SwatchBook aliases
|
|
2458
|
-
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2459
2455
|
// Sunset aliases
|
|
2460
2456
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2461
2457
|
// Sunrise aliases
|
|
2462
2458
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2459
|
+
// Superscript aliases
|
|
2460
|
+
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2461
|
+
// SwatchBook aliases
|
|
2462
|
+
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2463
2463
|
// SwissFranc aliases
|
|
2464
2464
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2465
|
-
// SwitchCamera aliases
|
|
2466
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2467
|
-
// Swords aliases
|
|
2468
|
-
export { default as SwordsIcon } from '../icons/swords';
|
|
2469
2465
|
// Sword aliases
|
|
2470
2466
|
export { default as SwordIcon } from '../icons/sword';
|
|
2471
|
-
//
|
|
2472
|
-
export { default as
|
|
2467
|
+
// Swords aliases
|
|
2468
|
+
export { default as SwordsIcon } from '../icons/swords';
|
|
2473
2469
|
// Syringe aliases
|
|
2474
2470
|
export { default as SyringeIcon } from '../icons/syringe';
|
|
2471
|
+
// SwitchCamera aliases
|
|
2472
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2473
|
+
// Table2 aliases
|
|
2474
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2475
2475
|
// TableCellsMerge aliases
|
|
2476
2476
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2477
|
+
// TableColumnsSplit aliases
|
|
2478
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2477
2479
|
// TableCellsSplit aliases
|
|
2478
2480
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2479
2481
|
// TableOfContents aliases
|
|
2480
2482
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2481
|
-
//
|
|
2482
|
-
export { default as
|
|
2483
|
+
// TableProperties aliases
|
|
2484
|
+
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2483
2485
|
// TableRowsSplit aliases
|
|
2484
2486
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2485
2487
|
// Table aliases
|
|
2486
2488
|
export { default as TableIcon } from '../icons/table';
|
|
2487
|
-
//
|
|
2488
|
-
export { default as
|
|
2489
|
+
// TabletSmartphone aliases
|
|
2490
|
+
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2489
2491
|
// Tablet aliases
|
|
2490
2492
|
export { default as TabletIcon } from '../icons/tablet';
|
|
2493
|
+
// Tag aliases
|
|
2494
|
+
export { default as TagIcon } from '../icons/tag';
|
|
2491
2495
|
// Tablets aliases
|
|
2492
2496
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2493
2497
|
// Tags aliases
|
|
2494
2498
|
export { default as TagsIcon } from '../icons/tags';
|
|
2495
|
-
// TabletSmartphone aliases
|
|
2496
|
-
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2497
|
-
// Tag aliases
|
|
2498
|
-
export { default as TagIcon } from '../icons/tag';
|
|
2499
2499
|
// Tally1 aliases
|
|
2500
2500
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2501
2501
|
// Tally2 aliases
|
|
@@ -2506,10 +2506,10 @@ export { default as Tally3Icon } from '../icons/tally-3';
|
|
|
2506
2506
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2507
2507
|
// Tally5 aliases
|
|
2508
2508
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2509
|
-
// Target aliases
|
|
2510
|
-
export { default as TargetIcon } from '../icons/target';
|
|
2511
2509
|
// Tangent aliases
|
|
2512
2510
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2511
|
+
// Target aliases
|
|
2512
|
+
export { default as TargetIcon } from '../icons/target';
|
|
2513
2513
|
// Telescope aliases
|
|
2514
2514
|
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2515
2515
|
// TentTree aliases
|
|
@@ -2524,20 +2524,20 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2524
2524
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2525
2525
|
// TextCursorInput aliases
|
|
2526
2526
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2527
|
-
// TextQuote aliases
|
|
2528
|
-
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2529
2527
|
// TextCursor aliases
|
|
2530
2528
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2529
|
+
// TextQuote aliases
|
|
2530
|
+
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2531
2531
|
// TextSearch aliases
|
|
2532
2532
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2533
2533
|
// Text aliases
|
|
2534
2534
|
export { default as TextIcon } from '../icons/text';
|
|
2535
2535
|
// Theater aliases
|
|
2536
2536
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2537
|
-
// ThermometerSnowflake aliases
|
|
2538
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2539
2537
|
// ThermometerSun aliases
|
|
2540
2538
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2539
|
+
// ThermometerSnowflake aliases
|
|
2540
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2541
2541
|
// Thermometer aliases
|
|
2542
2542
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2543
2543
|
// ThumbsDown aliases
|
|
@@ -2550,24 +2550,24 @@ export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
|
2550
2550
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2551
2551
|
// TicketPercent aliases
|
|
2552
2552
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2553
|
+
// TicketPlus aliases
|
|
2554
|
+
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2553
2555
|
// TicketSlash aliases
|
|
2554
2556
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2555
2557
|
// TicketX aliases
|
|
2556
2558
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2557
|
-
// TicketPlus aliases
|
|
2558
|
-
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2559
|
-
// Ticket aliases
|
|
2560
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2561
|
-
// TicketsPlane aliases
|
|
2562
|
-
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2563
2559
|
// Tickets aliases
|
|
2564
2560
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2565
|
-
//
|
|
2566
|
-
export { default as
|
|
2561
|
+
// TicketsPlane aliases
|
|
2562
|
+
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2563
|
+
// Ticket aliases
|
|
2564
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2567
2565
|
// TimerOff aliases
|
|
2568
2566
|
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2569
2567
|
// TimerReset aliases
|
|
2570
2568
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2569
|
+
// Timer aliases
|
|
2570
|
+
export { default as TimerIcon } from '../icons/timer';
|
|
2571
2571
|
// ToggleLeft aliases
|
|
2572
2572
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2573
2573
|
// ToggleRight aliases
|
|
@@ -2576,20 +2576,20 @@ export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
|
2576
2576
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2577
2577
|
// ToolCase aliases
|
|
2578
2578
|
export { default as ToolCaseIcon } from '../icons/tool-case';
|
|
2579
|
-
// Torus aliases
|
|
2580
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2581
2579
|
// Tornado aliases
|
|
2582
2580
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2583
|
-
//
|
|
2584
|
-
export { default as
|
|
2581
|
+
// Torus aliases
|
|
2582
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2585
2583
|
// TouchpadOff aliases
|
|
2586
2584
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2587
2585
|
// TowerControl aliases
|
|
2588
2586
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2589
|
-
//
|
|
2590
|
-
export { default as
|
|
2587
|
+
// Touchpad aliases
|
|
2588
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2591
2589
|
// ToyBrick aliases
|
|
2592
2590
|
export { default as ToyBrickIcon } from '../icons/toy-brick';
|
|
2591
|
+
// Tractor aliases
|
|
2592
|
+
export { default as TractorIcon } from '../icons/tractor';
|
|
2593
2593
|
// TrafficCone aliases
|
|
2594
2594
|
export { default as TrafficConeIcon } from '../icons/traffic-cone';
|
|
2595
2595
|
// TrainFrontTunnel aliases
|
|
@@ -2598,14 +2598,14 @@ export { default as TrainFrontTunnelIcon } from '../icons/train-front-tunnel';
|
|
|
2598
2598
|
export { default as TrainFrontIcon } from '../icons/train-front';
|
|
2599
2599
|
// TrainTrack aliases
|
|
2600
2600
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2601
|
-
// Transgender aliases
|
|
2602
|
-
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2603
2601
|
// Trash2 aliases
|
|
2604
2602
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2605
|
-
//
|
|
2606
|
-
export { default as
|
|
2603
|
+
// Transgender aliases
|
|
2604
|
+
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2607
2605
|
// TreeDeciduous aliases
|
|
2608
2606
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2607
|
+
// Trash aliases
|
|
2608
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2609
2609
|
// TreePine aliases
|
|
2610
2610
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2611
2611
|
// Trees aliases
|
|
@@ -2626,46 +2626,46 @@ export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
|
2626
2626
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2627
2627
|
// Triangle aliases
|
|
2628
2628
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2629
|
-
// Truck aliases
|
|
2630
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2631
2629
|
// TruckElectric aliases
|
|
2632
2630
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2633
2631
|
// TurkishLira aliases
|
|
2634
2632
|
export { default as TurkishLiraIcon } from '../icons/turkish-lira';
|
|
2633
|
+
// Truck aliases
|
|
2634
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2635
2635
|
// Turtle aliases
|
|
2636
2636
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2637
|
-
// TvMinimalPlay aliases
|
|
2638
|
-
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2639
2637
|
// Tv aliases
|
|
2640
2638
|
export { default as TvIcon } from '../icons/tv';
|
|
2639
|
+
// TvMinimalPlay aliases
|
|
2640
|
+
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2641
2641
|
// Twitch aliases
|
|
2642
2642
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2643
|
-
// TypeOutline aliases
|
|
2644
|
-
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2645
2643
|
// Twitter aliases
|
|
2646
2644
|
export { default as TwitterIcon } from '../icons/twitter';
|
|
2645
|
+
// TypeOutline aliases
|
|
2646
|
+
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2647
2647
|
// Type aliases
|
|
2648
2648
|
export { default as TypeIcon } from '../icons/type';
|
|
2649
2649
|
// UmbrellaOff aliases
|
|
2650
2650
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2651
2651
|
// Umbrella aliases
|
|
2652
2652
|
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2653
|
-
// Underline aliases
|
|
2654
|
-
export { default as UnderlineIcon } from '../icons/underline';
|
|
2655
2653
|
// Undo2 aliases
|
|
2656
2654
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2655
|
+
// Underline aliases
|
|
2656
|
+
export { default as UnderlineIcon } from '../icons/underline';
|
|
2657
|
+
// UndoDot aliases
|
|
2658
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2657
2659
|
// Undo aliases
|
|
2658
2660
|
export { default as UndoIcon } from '../icons/undo';
|
|
2659
2661
|
// UnfoldHorizontal aliases
|
|
2660
2662
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2661
|
-
// UndoDot aliases
|
|
2662
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2663
|
-
// UnfoldVertical aliases
|
|
2664
|
-
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2665
2663
|
// Ungroup aliases
|
|
2666
2664
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2667
2665
|
// Unlink2 aliases
|
|
2668
2666
|
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2667
|
+
// UnfoldVertical aliases
|
|
2668
|
+
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2669
2669
|
// Unlink aliases
|
|
2670
2670
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2671
2671
|
// Unplug aliases
|
|
@@ -2674,20 +2674,20 @@ export { default as UnplugIcon } from '../icons/unplug';
|
|
|
2674
2674
|
export { default as UsbIcon } from '../icons/usb';
|
|
2675
2675
|
// Upload aliases
|
|
2676
2676
|
export { default as UploadIcon } from '../icons/upload';
|
|
2677
|
+
// UserCog aliases
|
|
2678
|
+
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2677
2679
|
// UserCheck aliases
|
|
2678
2680
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2679
2681
|
// UserLock aliases
|
|
2680
2682
|
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2681
|
-
// UserCog aliases
|
|
2682
|
-
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2683
2683
|
// UserMinus aliases
|
|
2684
2684
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2685
2685
|
// UserPen aliases
|
|
2686
2686
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2687
|
-
// UserRoundPen aliases
|
|
2688
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2689
2687
|
// UserPlus aliases
|
|
2690
2688
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2689
|
+
// UserRoundPen aliases
|
|
2690
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2691
2691
|
// UserRoundSearch aliases
|
|
2692
2692
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2693
2693
|
// UserSearch aliases
|
|
@@ -2702,26 +2702,26 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2702
2702
|
export { default as UsersIcon } from '../icons/users';
|
|
2703
2703
|
// UtilityPole aliases
|
|
2704
2704
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2705
|
-
// Variable aliases
|
|
2706
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2707
2705
|
// Vault aliases
|
|
2708
2706
|
export { default as VaultIcon } from '../icons/vault';
|
|
2707
|
+
// Variable aliases
|
|
2708
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2709
2709
|
// VectorSquare aliases
|
|
2710
2710
|
export { default as VectorSquareIcon } from '../icons/vector-square';
|
|
2711
|
-
// VenetianMask aliases
|
|
2712
|
-
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2713
2711
|
// Vegan aliases
|
|
2714
2712
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2713
|
+
// VenetianMask aliases
|
|
2714
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2715
|
+
// VenusAndMars aliases
|
|
2716
|
+
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2715
2717
|
// Venus aliases
|
|
2716
2718
|
export { default as VenusIcon } from '../icons/venus';
|
|
2719
|
+
// VibrateOff aliases
|
|
2720
|
+
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2717
2721
|
// Vibrate aliases
|
|
2718
2722
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2719
|
-
// VenusAndMars aliases
|
|
2720
|
-
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2721
2723
|
// VideoOff aliases
|
|
2722
2724
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2723
|
-
// VibrateOff aliases
|
|
2724
|
-
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2725
2725
|
// Video aliases
|
|
2726
2726
|
export { default as VideoIcon } from '../icons/video';
|
|
2727
2727
|
// Videotape aliases
|
|
@@ -2730,50 +2730,50 @@ export { default as VideotapeIcon } from '../icons/videotape';
|
|
|
2730
2730
|
export { default as ViewIcon } from '../icons/view';
|
|
2731
2731
|
// Voicemail aliases
|
|
2732
2732
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2733
|
-
// Volume1 aliases
|
|
2734
|
-
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2735
2733
|
// Volleyball aliases
|
|
2736
2734
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2737
|
-
//
|
|
2738
|
-
export { default as
|
|
2735
|
+
// Volume1 aliases
|
|
2736
|
+
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2739
2737
|
// VolumeOff aliases
|
|
2740
2738
|
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2739
|
+
// Volume2 aliases
|
|
2740
|
+
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2741
|
+
// Volume aliases
|
|
2742
|
+
export { default as VolumeIcon } from '../icons/volume';
|
|
2741
2743
|
// VolumeX aliases
|
|
2742
2744
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2745
|
+
// WalletCards aliases
|
|
2746
|
+
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2743
2747
|
// Vote aliases
|
|
2744
2748
|
export { default as VoteIcon } from '../icons/vote';
|
|
2745
|
-
// Volume aliases
|
|
2746
|
-
export { default as VolumeIcon } from '../icons/volume';
|
|
2747
2749
|
// Wallet aliases
|
|
2748
2750
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2749
|
-
// WalletCards aliases
|
|
2750
|
-
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2751
2751
|
// Wallpaper aliases
|
|
2752
2752
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2753
2753
|
// Wand aliases
|
|
2754
2754
|
export { default as WandIcon } from '../icons/wand';
|
|
2755
2755
|
// Warehouse aliases
|
|
2756
2756
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2757
|
-
// WavesLadder aliases
|
|
2758
|
-
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2759
2757
|
// WashingMachine aliases
|
|
2760
2758
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2761
2759
|
// Watch aliases
|
|
2762
2760
|
export { default as WatchIcon } from '../icons/watch';
|
|
2761
|
+
// WavesLadder aliases
|
|
2762
|
+
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2763
2763
|
// Waypoints aliases
|
|
2764
2764
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2765
2765
|
// Waves aliases
|
|
2766
2766
|
export { default as WavesIcon } from '../icons/waves';
|
|
2767
2767
|
// Webcam aliases
|
|
2768
2768
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2769
|
-
//
|
|
2770
|
-
export { default as
|
|
2769
|
+
// Webhook aliases
|
|
2770
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2771
2771
|
// Weight aliases
|
|
2772
2772
|
export { default as WeightIcon } from '../icons/weight';
|
|
2773
|
+
// WebhookOff aliases
|
|
2774
|
+
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2773
2775
|
// WheatOff aliases
|
|
2774
2776
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2775
|
-
// Webhook aliases
|
|
2776
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2777
2777
|
// Wheat aliases
|
|
2778
2778
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2779
2779
|
// WholeWord aliases
|
|
@@ -2784,40 +2784,40 @@ export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
|
2784
2784
|
export { default as WifiCogIcon } from '../icons/wifi-cog';
|
|
2785
2785
|
// WifiOff aliases
|
|
2786
2786
|
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2787
|
-
// WifiLow aliases
|
|
2788
|
-
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2789
2787
|
// WifiPen aliases
|
|
2790
2788
|
export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
2789
|
+
// WifiLow aliases
|
|
2790
|
+
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2791
2791
|
// WifiSync aliases
|
|
2792
2792
|
export { default as WifiSyncIcon } from '../icons/wifi-sync';
|
|
2793
2793
|
// WifiZero aliases
|
|
2794
2794
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2795
2795
|
// Wifi aliases
|
|
2796
2796
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2797
|
-
// Wind aliases
|
|
2798
|
-
export { default as WindIcon } from '../icons/wind';
|
|
2799
2797
|
// WindArrowDown aliases
|
|
2800
2798
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2801
2799
|
// WineOff aliases
|
|
2802
2800
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2803
|
-
//
|
|
2804
|
-
export { default as
|
|
2805
|
-
// Worm aliases
|
|
2806
|
-
export { default as WormIcon } from '../icons/worm';
|
|
2801
|
+
// Wind aliases
|
|
2802
|
+
export { default as WindIcon } from '../icons/wind';
|
|
2807
2803
|
// Wine aliases
|
|
2808
2804
|
export { default as WineIcon } from '../icons/wine';
|
|
2805
|
+
// Worm aliases
|
|
2806
|
+
export { default as WormIcon } from '../icons/worm';
|
|
2807
|
+
// Workflow aliases
|
|
2808
|
+
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2809
2809
|
// WrapText aliases
|
|
2810
2810
|
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2811
|
-
// X aliases
|
|
2812
|
-
export { default as XIcon } from '../icons/x';
|
|
2813
2811
|
// Wrench aliases
|
|
2814
2812
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2813
|
+
// X aliases
|
|
2814
|
+
export { default as XIcon } from '../icons/x';
|
|
2815
2815
|
// Youtube aliases
|
|
2816
2816
|
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2817
|
-
// Zap aliases
|
|
2818
|
-
export { default as ZapIcon } from '../icons/zap';
|
|
2819
2817
|
// ZapOff aliases
|
|
2820
2818
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2819
|
+
// Zap aliases
|
|
2820
|
+
export { default as ZapIcon } from '../icons/zap';
|
|
2821
2821
|
// ZoomIn aliases
|
|
2822
2822
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2823
2823
|
// ZoomOut aliases
|
|
@@ -2833,12 +2833,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2833
2833
|
// AlarmClockCheck aliases
|
|
2834
2834
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2835
2835
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2836
|
-
// AlarmClockMinus aliases
|
|
2837
|
-
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2838
|
-
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2839
2836
|
// AlarmClockPlus aliases
|
|
2840
2837
|
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2841
2838
|
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2839
|
+
// AlarmClockMinus aliases
|
|
2840
|
+
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2841
|
+
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2842
2842
|
// ArrowDownAZ aliases
|
|
2843
2843
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2844
2844
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2863,42 +2863,42 @@ export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
|
2863
2863
|
// BadgeCheck aliases
|
|
2864
2864
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2865
2865
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
2866
|
+
// BadgeQuestionMark aliases
|
|
2867
|
+
export { default as BadgeQuestionMarkIcon } from '../icons/badge-question-mark';
|
|
2868
|
+
export { default as BadgeHelpIcon } from '../icons/badge-question-mark';
|
|
2866
2869
|
// BetweenHorizontalEnd aliases
|
|
2867
2870
|
export { default as BetweenHorizontalEndIcon } from '../icons/between-horizontal-end';
|
|
2868
2871
|
export {
|
|
2869
2872
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
2870
2873
|
default as BetweenHorizonalEndIcon
|
|
2871
2874
|
} from '../icons/between-horizontal-end';
|
|
2872
|
-
//
|
|
2873
|
-
export { default as
|
|
2874
|
-
export { default as
|
|
2875
|
-
// Braces aliases
|
|
2876
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2877
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2875
|
+
// BookDashed aliases
|
|
2876
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2877
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2878
2878
|
// BetweenHorizontalStart aliases
|
|
2879
2879
|
export { default as BetweenHorizontalStartIcon } from '../icons/between-horizontal-start';
|
|
2880
2880
|
export {
|
|
2881
2881
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2882
2882
|
default as BetweenHorizonalStartIcon
|
|
2883
2883
|
} from '../icons/between-horizontal-start';
|
|
2884
|
-
// BookDashed aliases
|
|
2885
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2886
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2887
2884
|
// Captions aliases
|
|
2888
2885
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2889
2886
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2890
|
-
//
|
|
2891
|
-
export { default as
|
|
2892
|
-
export {
|
|
2893
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2894
|
-
default as BarChartHorizontalBigIcon
|
|
2895
|
-
} from '../icons/chart-bar-big';
|
|
2887
|
+
// Braces aliases
|
|
2888
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2889
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2896
2890
|
// ChartArea aliases
|
|
2897
2891
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2898
2892
|
export {
|
|
2899
2893
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
2900
2894
|
default as AreaChartIcon
|
|
2901
2895
|
} from '../icons/chart-area';
|
|
2896
|
+
// ChartBarBig aliases
|
|
2897
|
+
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2898
|
+
export {
|
|
2899
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
2900
|
+
default as BarChartHorizontalBigIcon
|
|
2901
|
+
} from '../icons/chart-bar-big';
|
|
2902
2902
|
// ChartBar aliases
|
|
2903
2903
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2904
2904
|
export {
|
|
@@ -2917,18 +2917,18 @@ export {
|
|
|
2917
2917
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
2918
2918
|
default as BarChartBigIcon
|
|
2919
2919
|
} from '../icons/chart-column-big';
|
|
2920
|
-
// ChartColumn aliases
|
|
2921
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2922
|
-
export {
|
|
2923
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2924
|
-
default as BarChart3Icon
|
|
2925
|
-
} from '../icons/chart-column';
|
|
2926
2920
|
// ChartColumnIncreasing aliases
|
|
2927
2921
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2928
2922
|
export {
|
|
2929
2923
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
2930
2924
|
default as BarChart4Icon
|
|
2931
2925
|
} from '../icons/chart-column-increasing';
|
|
2926
|
+
// ChartColumn aliases
|
|
2927
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2928
|
+
export {
|
|
2929
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
2930
|
+
default as BarChart3Icon
|
|
2931
|
+
} from '../icons/chart-column';
|
|
2932
2932
|
// ChartLine aliases
|
|
2933
2933
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2934
2934
|
export {
|
|
@@ -2965,21 +2965,21 @@ export {
|
|
|
2965
2965
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
2966
2966
|
default as ScatterChartIcon
|
|
2967
2967
|
} from '../icons/chart-scatter';
|
|
2968
|
+
// CircleArrowDown aliases
|
|
2969
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2970
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2968
2971
|
// CircleAlert aliases
|
|
2969
2972
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2970
2973
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2971
2974
|
// CircleArrowLeft aliases
|
|
2972
2975
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2973
2976
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2974
|
-
// CircleArrowDown aliases
|
|
2975
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2976
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2977
|
-
// CircleArrowOutDownRight aliases
|
|
2978
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2979
|
-
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2980
2977
|
// CircleArrowOutDownLeft aliases
|
|
2981
2978
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2982
2979
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2980
|
+
// CircleArrowOutDownRight aliases
|
|
2981
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2982
|
+
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2983
2983
|
// CircleArrowOutUpLeft aliases
|
|
2984
2984
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2985
2985
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
@@ -2997,13 +2997,13 @@ export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
|
2997
2997
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2998
2998
|
// CircleCheck aliases
|
|
2999
2999
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
3000
|
-
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
3001
|
-
// CircleChevronLeft aliases
|
|
3002
|
-
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3003
|
-
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
3000
|
+
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
3004
3001
|
// CircleChevronDown aliases
|
|
3005
3002
|
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
3006
3003
|
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
3004
|
+
// CircleChevronLeft aliases
|
|
3005
|
+
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
3006
|
+
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
3007
3007
|
// CircleChevronRight aliases
|
|
3008
3008
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
3009
3009
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
@@ -3016,12 +3016,12 @@ export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
|
3016
3016
|
// CircleMinus aliases
|
|
3017
3017
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
3018
3018
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
3019
|
-
// CircleGauge aliases
|
|
3020
|
-
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3021
|
-
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
3022
3019
|
// CircleParkingOff aliases
|
|
3023
3020
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
3024
3021
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
3022
|
+
// CircleGauge aliases
|
|
3023
|
+
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
3024
|
+
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
3025
3025
|
// CircleParking aliases
|
|
3026
3026
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
3027
3027
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
@@ -3044,36 +3044,36 @@ export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
|
3044
3044
|
export { default as CircleQuestionMarkIcon } from '../icons/circle-question-mark';
|
|
3045
3045
|
export { default as HelpCircleIcon } from '../icons/circle-question-mark';
|
|
3046
3046
|
export { default as CircleHelpIcon } from '../icons/circle-question-mark';
|
|
3047
|
+
// CircleSlash2 aliases
|
|
3048
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3049
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3047
3050
|
// CircleUserRound aliases
|
|
3048
3051
|
export { default as CircleUserRoundIcon } from '../icons/circle-user-round';
|
|
3049
3052
|
export {
|
|
3050
3053
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
3051
3054
|
default as UserCircle2Icon
|
|
3052
3055
|
} from '../icons/circle-user-round';
|
|
3053
|
-
// CircleSlash2 aliases
|
|
3054
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
3055
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
3056
3056
|
// CircleStop aliases
|
|
3057
3057
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
3058
3058
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
3059
|
-
// CircleUser aliases
|
|
3060
|
-
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3061
|
-
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3062
3059
|
// CircleX aliases
|
|
3063
3060
|
export { default as CircleXIcon } from '../icons/circle-x';
|
|
3064
3061
|
export { default as XCircleIcon } from '../icons/circle-x';
|
|
3062
|
+
// CircleUser aliases
|
|
3063
|
+
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
3064
|
+
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
3065
3065
|
// ClipboardPenLine aliases
|
|
3066
3066
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
3067
3067
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
3068
3068
|
// ClipboardPen aliases
|
|
3069
3069
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
3070
3070
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
3071
|
-
// CloudDownload aliases
|
|
3072
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3073
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3074
3071
|
// CloudUpload aliases
|
|
3075
3072
|
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
3076
3073
|
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
3074
|
+
// CloudDownload aliases
|
|
3075
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
3076
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
3077
3077
|
// CodeXml aliases
|
|
3078
3078
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
3079
3079
|
export {
|
|
@@ -3090,48 +3090,42 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3090
3090
|
// Columns3 aliases
|
|
3091
3091
|
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3092
3092
|
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3093
|
-
// DiamondPercent aliases
|
|
3094
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3095
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3096
3093
|
// ContactRound aliases
|
|
3097
3094
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3098
3095
|
export {
|
|
3099
3096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
3100
3097
|
default as Contact2Icon
|
|
3101
3098
|
} from '../icons/contact-round';
|
|
3099
|
+
// DiamondPercent aliases
|
|
3100
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3101
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3102
3102
|
// Earth aliases
|
|
3103
3103
|
export { default as EarthIcon } from '../icons/earth';
|
|
3104
3104
|
export {
|
|
3105
3105
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
3106
3106
|
default as Globe2Icon
|
|
3107
3107
|
} from '../icons/earth';
|
|
3108
|
-
// Ellipsis aliases
|
|
3109
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3110
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3111
3108
|
// EllipsisVertical aliases
|
|
3112
3109
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3113
3110
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3114
|
-
//
|
|
3115
|
-
export { default as
|
|
3116
|
-
export { default as
|
|
3111
|
+
// Ellipsis aliases
|
|
3112
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3113
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3117
3114
|
// FileChartColumnIncreasing aliases
|
|
3118
3115
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3119
3116
|
export {
|
|
3120
3117
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
3121
3118
|
default as FileBarChartIcon
|
|
3122
3119
|
} from '../icons/file-chart-column-increasing';
|
|
3120
|
+
// FileAxis3d aliases
|
|
3121
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3122
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3123
3123
|
// FileChartColumn aliases
|
|
3124
3124
|
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3125
3125
|
export {
|
|
3126
3126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
3127
3127
|
default as FileBarChart2Icon
|
|
3128
3128
|
} from '../icons/file-chart-column';
|
|
3129
|
-
// FileChartPie aliases
|
|
3130
|
-
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3131
|
-
export {
|
|
3132
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3133
|
-
default as FilePieChartIcon
|
|
3134
|
-
} from '../icons/file-chart-pie';
|
|
3135
3129
|
// FileChartLine aliases
|
|
3136
3130
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3137
3131
|
export {
|
|
@@ -3147,24 +3141,30 @@ export {
|
|
|
3147
3141
|
// FilePenLine aliases
|
|
3148
3142
|
export { default as FilePenLineIcon } from '../icons/file-pen-line';
|
|
3149
3143
|
export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
3144
|
+
// FileChartPie aliases
|
|
3145
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3146
|
+
export {
|
|
3147
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
3148
|
+
default as FilePieChartIcon
|
|
3149
|
+
} from '../icons/file-chart-pie';
|
|
3150
3150
|
// FilePen aliases
|
|
3151
3151
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3152
3152
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3153
|
-
// FileQuestionMark aliases
|
|
3154
|
-
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3155
|
-
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3156
3153
|
// FilePlay aliases
|
|
3157
3154
|
export { default as FilePlayIcon } from '../icons/file-play';
|
|
3158
3155
|
export { default as FileVideoIcon } from '../icons/file-play';
|
|
3156
|
+
// FileQuestionMark aliases
|
|
3157
|
+
export { default as FileQuestionMarkIcon } from '../icons/file-question-mark';
|
|
3158
|
+
export { default as FileQuestionIcon } from '../icons/file-question-mark';
|
|
3159
|
+
// FileVideoCamera aliases
|
|
3160
|
+
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3161
|
+
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3159
3162
|
// FolderCog aliases
|
|
3160
3163
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3161
3164
|
export {
|
|
3162
3165
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
3163
3166
|
default as FolderCog2Icon
|
|
3164
3167
|
} from '../icons/folder-cog';
|
|
3165
|
-
// FileVideoCamera aliases
|
|
3166
|
-
export { default as FileVideoCameraIcon } from '../icons/file-video-camera';
|
|
3167
|
-
export { default as FileVideo2Icon } from '../icons/file-video-camera';
|
|
3168
3168
|
// FolderPen aliases
|
|
3169
3169
|
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3170
3170
|
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
@@ -3192,19 +3192,19 @@ export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
|
3192
3192
|
// Grid2x2X aliases
|
|
3193
3193
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3194
3194
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3195
|
-
// Grid2x2 aliases
|
|
3196
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3197
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3198
3195
|
// Grid3x3 aliases
|
|
3199
3196
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3200
3197
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3201
3198
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3202
|
-
//
|
|
3203
|
-
export { default as
|
|
3204
|
-
export { default as
|
|
3199
|
+
// Grid2x2 aliases
|
|
3200
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3201
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3205
3202
|
// HandHelping aliases
|
|
3206
3203
|
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3207
3204
|
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3205
|
+
// House aliases
|
|
3206
|
+
export { default as HouseIcon } from '../icons/house';
|
|
3207
|
+
export { default as HomeIcon } from '../icons/house';
|
|
3208
3208
|
// IceCreamBowl aliases
|
|
3209
3209
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3210
3210
|
export {
|
|
@@ -3217,15 +3217,15 @@ export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
|
3217
3217
|
// IndentDecrease aliases
|
|
3218
3218
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3219
3219
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3220
|
-
// IndentIncrease aliases
|
|
3221
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3222
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3223
3220
|
// LaptopMinimal aliases
|
|
3224
3221
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3225
3222
|
export {
|
|
3226
3223
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
3227
3224
|
default as Laptop2Icon
|
|
3228
3225
|
} from '../icons/laptop-minimal';
|
|
3226
|
+
// IndentIncrease aliases
|
|
3227
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3228
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3229
3229
|
// Layers aliases
|
|
3230
3230
|
export { default as LayersIcon } from '../icons/layers';
|
|
3231
3231
|
export { default as Layers3Icon } from '../icons/layers';
|
|
@@ -3235,63 +3235,63 @@ export { default as Loader2Icon } from '../icons/loader-circle';
|
|
|
3235
3235
|
// LockKeyholeOpen aliases
|
|
3236
3236
|
export { default as LockKeyholeOpenIcon } from '../icons/lock-keyhole-open';
|
|
3237
3237
|
export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
3238
|
-
// MapPinPen aliases
|
|
3239
|
-
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3240
|
-
export {
|
|
3241
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3242
|
-
default as LocationEditIcon
|
|
3243
|
-
} from '../icons/map-pin-pen';
|
|
3244
3238
|
// LockOpen aliases
|
|
3245
3239
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3246
3240
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3247
3241
|
// MailQuestionMark aliases
|
|
3248
3242
|
export { default as MailQuestionMarkIcon } from '../icons/mail-question-mark';
|
|
3249
3243
|
export { default as MailQuestionIcon } from '../icons/mail-question-mark';
|
|
3244
|
+
// MapPinPen aliases
|
|
3245
|
+
export { default as MapPinPenIcon } from '../icons/map-pin-pen';
|
|
3246
|
+
export {
|
|
3247
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
3248
|
+
default as LocationEditIcon
|
|
3249
|
+
} from '../icons/map-pin-pen';
|
|
3250
|
+
// MessageCircleQuestionMark aliases
|
|
3251
|
+
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3252
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3250
3253
|
// MicVocal aliases
|
|
3251
3254
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3252
3255
|
export {
|
|
3253
3256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
3254
3257
|
default as Mic2Icon
|
|
3255
3258
|
} from '../icons/mic-vocal';
|
|
3256
|
-
// MessageCircleQuestionMark aliases
|
|
3257
|
-
export { default as MessageCircleQuestionMarkIcon } from '../icons/message-circle-question-mark';
|
|
3258
|
-
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question-mark';
|
|
3259
|
-
// OctagonAlert aliases
|
|
3260
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3261
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3262
3259
|
// Move3d aliases
|
|
3263
3260
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3264
3261
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3262
|
+
// OctagonAlert aliases
|
|
3263
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3264
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3265
3265
|
// OctagonPause aliases
|
|
3266
3266
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3267
3267
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3268
|
-
// OctagonX aliases
|
|
3269
|
-
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3270
|
-
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3271
3268
|
// PaintbrushVertical aliases
|
|
3272
3269
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3273
3270
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3271
|
+
// OctagonX aliases
|
|
3272
|
+
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3273
|
+
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3274
3274
|
// PanelBottomDashed aliases
|
|
3275
3275
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3276
3276
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3277
|
+
// PanelLeftOpen aliases
|
|
3278
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3279
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3277
3280
|
// PanelLeftClose aliases
|
|
3278
3281
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3279
3282
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3280
3283
|
// PanelLeftDashed aliases
|
|
3281
3284
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3282
3285
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3283
|
-
// PanelLeftOpen aliases
|
|
3284
|
-
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3285
|
-
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3286
3286
|
// PanelRightDashed aliases
|
|
3287
3287
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3288
3288
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
3289
|
-
// PanelTopDashed aliases
|
|
3290
|
-
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3291
|
-
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3292
3289
|
// PanelLeft aliases
|
|
3293
3290
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3294
3291
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3292
|
+
// PanelTopDashed aliases
|
|
3293
|
+
export { default as PanelTopDashedIcon } from '../icons/panel-top-dashed';
|
|
3294
|
+
export { default as PanelTopInactiveIcon } from '../icons/panel-top-dashed';
|
|
3295
3295
|
// PanelsTopLeft aliases
|
|
3296
3296
|
export { default as PanelsTopLeftIcon } from '../icons/panels-top-left';
|
|
3297
3297
|
export { default as LayoutIcon } from '../icons/panels-top-left';
|
|
@@ -3307,24 +3307,24 @@ export {
|
|
|
3307
3307
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
3308
3308
|
default as Edit2Icon
|
|
3309
3309
|
} from '../icons/pen';
|
|
3310
|
-
// RectangleEllipsis aliases
|
|
3311
|
-
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3312
|
-
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3313
3310
|
// PlugZap aliases
|
|
3314
3311
|
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3315
3312
|
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3316
|
-
//
|
|
3317
|
-
export { default as
|
|
3318
|
-
export { default as
|
|
3313
|
+
// RectangleEllipsis aliases
|
|
3314
|
+
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3315
|
+
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3319
3316
|
// Rows2 aliases
|
|
3320
3317
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3321
3318
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3322
|
-
//
|
|
3323
|
-
export { default as
|
|
3324
|
-
export { default as
|
|
3319
|
+
// Rotate3d aliases
|
|
3320
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3321
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3325
3322
|
// Scale3d aliases
|
|
3326
3323
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3327
3324
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3325
|
+
// Rows3 aliases
|
|
3326
|
+
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3327
|
+
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
3328
3328
|
// SendHorizontal aliases
|
|
3329
3329
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3330
3330
|
export {
|
|
@@ -3334,15 +3334,15 @@ export {
|
|
|
3334
3334
|
// ShieldX aliases
|
|
3335
3335
|
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3336
3336
|
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3337
|
+
// SlidersVertical aliases
|
|
3338
|
+
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3339
|
+
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3337
3340
|
// ShieldQuestionMark aliases
|
|
3338
3341
|
export { default as ShieldQuestionMarkIcon } from '../icons/shield-question-mark';
|
|
3339
3342
|
export { default as ShieldQuestionIcon } from '../icons/shield-question-mark';
|
|
3340
3343
|
// Sparkles aliases
|
|
3341
3344
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3342
3345
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3343
|
-
// SlidersVertical aliases
|
|
3344
|
-
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3345
|
-
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3346
3346
|
// SquareActivity aliases
|
|
3347
3347
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3348
3348
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
@@ -3355,12 +3355,12 @@ export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-
|
|
|
3355
3355
|
// SquareArrowDown aliases
|
|
3356
3356
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3357
3357
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
3358
|
-
// SquareArrowOutDownLeft aliases
|
|
3359
|
-
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3360
|
-
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3361
3358
|
// SquareArrowLeft aliases
|
|
3362
3359
|
export { default as SquareArrowLeftIcon } from '../icons/square-arrow-left';
|
|
3363
3360
|
export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
3361
|
+
// SquareArrowOutDownLeft aliases
|
|
3362
|
+
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3363
|
+
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3364
3364
|
// SquareArrowOutDownRight aliases
|
|
3365
3365
|
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3366
3366
|
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
@@ -3376,18 +3376,18 @@ export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
|
3376
3376
|
// SquareArrowUpLeft aliases
|
|
3377
3377
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3378
3378
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3379
|
-
// SquareArrowUp aliases
|
|
3380
|
-
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3381
|
-
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3382
|
-
// SquareAsterisk aliases
|
|
3383
|
-
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3384
|
-
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3385
3379
|
// SquareArrowUpRight aliases
|
|
3386
3380
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3387
3381
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3382
|
+
// SquareArrowUp aliases
|
|
3383
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3384
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3388
3385
|
// SquareBottomDashedScissors aliases
|
|
3389
3386
|
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3390
3387
|
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3388
|
+
// SquareAsterisk aliases
|
|
3389
|
+
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3390
|
+
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3391
3391
|
// SquareChartGantt aliases
|
|
3392
3392
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3393
3393
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
@@ -3395,54 +3395,54 @@ export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
|
3395
3395
|
// SquareCheckBig aliases
|
|
3396
3396
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3397
3397
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3398
|
-
// SquareChevronDown aliases
|
|
3399
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3400
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3401
3398
|
// SquareCheck aliases
|
|
3402
3399
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3403
3400
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3404
3401
|
// SquareChevronLeft aliases
|
|
3405
3402
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3406
3403
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3407
|
-
// SquareChevronRight aliases
|
|
3408
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3409
|
-
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3410
3404
|
// SquareChevronUp aliases
|
|
3411
3405
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3412
3406
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
3407
|
+
// SquareChevronDown aliases
|
|
3408
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3409
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3410
|
+
// SquareChevronRight aliases
|
|
3411
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3412
|
+
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3413
3413
|
// SquareCode aliases
|
|
3414
3414
|
export { default as SquareCodeIcon } from '../icons/square-code';
|
|
3415
3415
|
export { default as CodeSquareIcon } from '../icons/square-code';
|
|
3416
3416
|
// SquareDashedKanban aliases
|
|
3417
3417
|
export { default as SquareDashedKanbanIcon } from '../icons/square-dashed-kanban';
|
|
3418
3418
|
export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban';
|
|
3419
|
-
// SquareDashedMousePointer aliases
|
|
3420
|
-
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3421
|
-
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3422
3419
|
// SquareDashed aliases
|
|
3423
3420
|
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3424
3421
|
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3422
|
+
// SquareDashedMousePointer aliases
|
|
3423
|
+
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3424
|
+
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3425
3425
|
// SquareDivide aliases
|
|
3426
3426
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3427
3427
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3428
3428
|
// SquareDot aliases
|
|
3429
3429
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3430
3430
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3431
|
-
// SquareFunction aliases
|
|
3432
|
-
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3433
|
-
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3434
|
-
// SquareLibrary aliases
|
|
3435
|
-
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3436
|
-
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3437
3431
|
// SquareEqual aliases
|
|
3438
3432
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3439
3433
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3440
3434
|
// SquareKanban aliases
|
|
3441
3435
|
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3442
3436
|
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3437
|
+
// SquareFunction aliases
|
|
3438
|
+
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3439
|
+
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3443
3440
|
// SquareM aliases
|
|
3444
3441
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3445
3442
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3443
|
+
// SquareLibrary aliases
|
|
3444
|
+
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3445
|
+
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3446
3446
|
// SquareMenu aliases
|
|
3447
3447
|
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3448
3448
|
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
@@ -3469,12 +3469,12 @@ export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
|
3469
3469
|
// SquarePi aliases
|
|
3470
3470
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3471
3471
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3472
|
-
// SquarePilcrow aliases
|
|
3473
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3474
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3475
3472
|
// SquarePlay aliases
|
|
3476
3473
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3477
3474
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3475
|
+
// SquarePilcrow aliases
|
|
3476
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3477
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3478
3478
|
// SquarePlus aliases
|
|
3479
3479
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3480
3480
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
@@ -3484,33 +3484,33 @@ export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
|
3484
3484
|
// SquarePower aliases
|
|
3485
3485
|
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3486
3486
|
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3487
|
-
// SquareSigma aliases
|
|
3488
|
-
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3489
|
-
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3490
3487
|
// SquareSlash aliases
|
|
3491
3488
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3492
3489
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3493
3490
|
// SquareSplitHorizontal aliases
|
|
3494
3491
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3495
3492
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3493
|
+
// SquareSigma aliases
|
|
3494
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3495
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3496
3496
|
// SquareSplitVertical aliases
|
|
3497
3497
|
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3498
3498
|
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3499
3499
|
// SquareTerminal aliases
|
|
3500
3500
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3501
3501
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3502
|
-
// SquareUser aliases
|
|
3503
|
-
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3504
|
-
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3505
|
-
// SquareX aliases
|
|
3506
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3507
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3508
3502
|
// SquareUserRound aliases
|
|
3509
3503
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3510
3504
|
export {
|
|
3511
3505
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
3512
3506
|
default as UserSquare2Icon
|
|
3513
3507
|
} from '../icons/square-user-round';
|
|
3508
|
+
// SquareX aliases
|
|
3509
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3510
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3511
|
+
// SquareUser aliases
|
|
3512
|
+
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3513
|
+
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3514
3514
|
// TestTubeDiagonal aliases
|
|
3515
3515
|
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3516
3516
|
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
@@ -3523,27 +3523,27 @@ export { default as TrainIcon } from '../icons/tram-front';
|
|
|
3523
3523
|
// TreePalm aliases
|
|
3524
3524
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3525
3525
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3526
|
+
// TriangleAlert aliases
|
|
3527
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3528
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3526
3529
|
// TvMinimal aliases
|
|
3527
3530
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3528
3531
|
export {
|
|
3529
3532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
|
|
3530
3533
|
default as Tv2Icon
|
|
3531
3534
|
} from '../icons/tv-minimal';
|
|
3532
|
-
// TriangleAlert aliases
|
|
3533
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3534
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3535
|
-
// UserRoundCheck aliases
|
|
3536
|
-
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3537
|
-
export {
|
|
3538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
3539
|
-
default as UserCheck2Icon
|
|
3540
|
-
} from '../icons/user-round-check';
|
|
3541
3535
|
// University aliases
|
|
3542
3536
|
export { default as UniversityIcon } from '../icons/university';
|
|
3543
3537
|
export {
|
|
3544
3538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
3545
3539
|
default as School2Icon
|
|
3546
3540
|
} from '../icons/university';
|
|
3541
|
+
// UserRoundCheck aliases
|
|
3542
|
+
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3543
|
+
export {
|
|
3544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
3545
|
+
default as UserCheck2Icon
|
|
3546
|
+
} from '../icons/user-round-check';
|
|
3547
3547
|
// UserRoundCog aliases
|
|
3548
3548
|
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3549
3549
|
export {
|
|
@@ -3574,28 +3574,28 @@ export {
|
|
|
3574
3574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
3575
3575
|
default as User2Icon
|
|
3576
3576
|
} from '../icons/user-round';
|
|
3577
|
+
// UtensilsCrossed aliases
|
|
3578
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3579
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3577
3580
|
// UsersRound aliases
|
|
3578
3581
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3579
3582
|
export {
|
|
3580
3583
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
3581
3584
|
default as Users2Icon
|
|
3582
3585
|
} from '../icons/users-round';
|
|
3583
|
-
// UtensilsCrossed aliases
|
|
3584
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3585
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3586
3586
|
// WalletMinimal aliases
|
|
3587
3587
|
export { default as WalletMinimalIcon } from '../icons/wallet-minimal';
|
|
3588
3588
|
export {
|
|
3589
3589
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
3590
3590
|
default as Wallet2Icon
|
|
3591
3591
|
} from '../icons/wallet-minimal';
|
|
3592
|
-
// Utensils aliases
|
|
3593
|
-
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3594
|
-
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3595
3592
|
// WandSparkles aliases
|
|
3596
3593
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3597
3594
|
export {
|
|
3598
3595
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
3599
3596
|
default as Wand2Icon
|
|
3600
3597
|
} from '../icons/wand-sparkles';
|
|
3598
|
+
// Utensils aliases
|
|
3599
|
+
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3600
|
+
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3601
3601
|
|